- Notifications
You must be signed in to change notification settings - Fork 886
Closed
Labels
bugBug report.Bug report.confirmedConfirmed bug report or approved feature request.Confirmed bug report or approved feature request.extensionRelated to one or more of the included extensions.Related to one or more of the included extensions.
Milestone
Description
This works as expected:
$ echo '' | python3 -m markdown -x smarty <p><img alt="x"x" src="x" /></p>
but this unexpectedly generates invalid HTML syntax:
$ echo '' | python3 -m markdown -x smarty <p><img alt="x"x" src="x" /></p>
I would expect the second output to be the same as the first. Backslash should suppress special interpretation by Markdown; it should not also induce special interpretation by HTML.
Metadata
Metadata
Assignees
Labels
bugBug report.Bug report.confirmedConfirmed bug report or approved feature request.Confirmed bug report or approved feature request.extensionRelated to one or more of the included extensions.Related to one or more of the included extensions.