3bmd
3bmd copied to clipboard
# interpreted as title inside of lists
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>