SwiftMark icon indicating copy to clipboard operation
SwiftMark copied to clipboard

Parsing markdown inside tags

Open kimaldis opened this issue 8 years ago • 0 comments

I don't know how much you care about dealing with html code in markdwon, I know it's a fuzzy topic, but if found that:

 <p>
    # some title
 </p>

markdown within the tag didn't get parsed. However;

<p>

    # some title
</p>

with an empty line after the opening tag, the markdown did get parsed correctly.

kimaldis avatar Nov 22 '16 20:11 kimaldis