You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
frommarkdownimportmarkdownasmdt1="""<div markdown="1">***This is markdownized***<!---foobar-->***This is not markdownized***</div>"""md(t1,extensions=["extra"])
Yields:
'<div>\n<p><strong><em>This is markdownized</em></strong></p>\n<!---foobar-->\n\n***This is not markdownized***\n\n</div>'
Anything within the <div> after the HTML comment is not processed.
Bug, or just unexpected behavior for me?
Relevant fact: PHP Extra does not have this behavior; it does continue processing as markdown after the comment.
The text was updated successfully, but these errors were encountered:
Yields:
Anything within the
<div>
after the HTML comment is not processed.Bug, or just unexpected behavior for me?
Relevant fact: PHP Extra does not have this behavior; it does continue processing as markdown after the comment.
The text was updated successfully, but these errors were encountered: