Skip to content

Parsing markdown inside tags #7

Description

@kimaldis

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions