Skip to content

Properly parse processing instructions in md_in_html #1071

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 19, 2020

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