【发布时间】:2015-10-25 06:51:46
【问题描述】:
使用 Jeykll,我有一个 markdown 文件,里面有一个 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 元素。
【问题讨论】: