使用Jeykll,我有一个标记文件,里面有一个div和一个列表。
问题在于,通过将div引入降价标记,该列表将失去其标记“样式”:
some text here <a href="#anchor-text-here" data-toggle="collapse" href="#anchor-text-here" aria-expanded="false" aria-controls="anchor-text-here">some text here</a>.
<div id="anchor-text-here" class="collapse">
1. step 1
2. step 2
3. step 3 and so on...
</div>
生成的HTML不包含OL元素。
答案 0 :(得分:1)
看起来解决方案是向DIV元素添加一个属性:markdown="1"
,因为显然降价获得&#34;禁用&#34;如果放在DIV元素内。