RobertDober / earmark_parser

The Markdown to AST part of Earmark.
Apache License 2.0
68 stars 26 forks source link

allow spaces in front of HTML tags #102

Open RobertDober opened 2 years ago

RobertDober commented 2 years ago

Should behave like e.g. https://babelmark.github.io/?text=+%3Cstrong%3Evalue%3C%2Fstrong%3E

now only behaves like this if no spaces preceed the HTML tag (which is not documented and might be a regression, ...)