Markdown如何设置可以解析htm标签?
<h1>要素</h1><h1> </h1><h1>Feature</h1><h2>描述</h2><p>要素包含地理和属性,这个特定的OpenLayers.Feature类包含一个标记和一个经纬度</p><h2>属性</h2><table border="1"cellpadding="0"cellspacing=“0”><tbody><tr><th><p align=“center”>属性项</p></th><th><p align=“center”>类型</p>
marked.setOptions({
renderer: renderer,
gfm: true,
tables: true,
breaks: true,
pedantic: false,
sanitize: false,//是把这个设置成false吧
smartLists: true,
smartypants: false,
});