Closed willglynn closed 9 years ago
At this time, the Markdown:
<p><foo></p>
…reverses into:
<foo>
…which re-renders into HTML as:
<p><foo></p>
This changeset changes the resulting Markdown to:
\<foo\>
@willglynn Nice catch, thanks for the contribution!
At this time, the Markdown:
…reverses into:
…which re-renders into HTML as:
This changeset changes the resulting Markdown to: