mirror of
https://github.com/kovetskiy/mark.git
synced 2025-07-30 12:57:39 +08:00

This change replaces the unmaintained blackfriday markdown renderer with the goldmark renderer. The goal is to have wider support for more markdown extensions and ideally have a better solution for mermaid transformation via extensions as well.
22 lines
227 B
HTML
22 lines
227 B
HTML
<ul>
|
|
<li>dash 1-1</li>
|
|
<li>dash 1-2</li>
|
|
<li>dash 1-3
|
|
<ul>
|
|
<li>dash 1-3-1</li>
|
|
<li>dash 1-3-2</li>
|
|
<li>dash 1-3-3
|
|
<ul>
|
|
<li>dash 1-3-3-1</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
<p>text</p>
|
|
<ul>
|
|
<li>a</li>
|
|
<li>b</li>
|
|
<li>c</li>
|
|
</ul>
|