3bmd icon indicating copy to clipboard operation
3bmd copied to clipboard

# interpreted as title inside of lists

Open alarsyo opened this issue 7 years ago • 0 comments

Something like * #not a title will be rendered as

<ul>
<li><h1>not a title</h1></li>
</ul>

when it should just be

<ul>
<li>#not a title</li>
</ul>

alarsyo avatar Nov 27 '17 16:11 alarsyo