qwqoffice / html2wxml

用于微信小程序的HTML和Markdown格式的富文本渲染组件,支持代码高亮
https://www.qwqoffice.com/article.php?mod=view&tid=40
GNU General Public License v2.0
231 stars 86 forks source link

部分代码渲染失败 #23

Closed baichen99 closed 5 years ago

baichen99 commented 5 years ago

在pre标签中<>中的内容不会渲染出来

详细代码

qwqoffice commented 5 years ago

请使用字符实体&lt;&gt;来代替<> 详见HTML实体:http://www.w3school.com.cn/html/html_entities.asp

baichen99 commented 5 years ago

问题已解决 感谢回复