Skip to content

Properly parse processing instructions in md_in_html#1071

Merged
waylan merged 1 commit intoPython-Markdown:masterfrom
waylan:1070
Nov 19, 2020
Merged

Properly parse processing instructions in md_in_html#1071
waylan merged 1 commit intoPython-Markdown:masterfrom
waylan:1070

Conversation

@waylan
Copy link
Member

@waylan waylan commented Nov 19, 2020

Empty tags do not have a mardkown attribute set on them. Therefore,
there is no need to check the mdstack to determine behavior. If we
are in any md_in_html state (regardless of block, span, etc) the
behavior is the same. Fixes #1070.

Empty tags do not have a `mardkown` attribute set on them. Therefore,
there is no need to check the mdstack to determine behavior. If we
are in any md_in_html state (regardless of block, span, etc) the
behavior is the same. Fixes Python-Markdown#1070.
@waylan waylan merged commit 82ac905 into Python-Markdown:master Nov 19, 2020
@waylan waylan deleted the 1070 branch November 19, 2020 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PI (<? ?>) is escaped in error with md_in_html

1 participant