Skip to content

Conversation

@waylan
Copy link
Member

@waylan waylan commented Dec 1, 2025

When inline Markdwon elements are nested, each nested level contains its own placeholder. Therefore, when unescaping, the regex substitution needs to be run again each nested level. As this is nested inside the match, it ensures only one non-matching regex will be run in each instace.

Closes #1571.

When inline Markdwon elements are nested, each nested level contains its
own placeholder. Therefore, when unescaping, the regex substitution needs
to be run again each nested level. As this is nested inside the match, it ensures
only one non-matching regex will be run in each instace.

Closes Python-Markdown#1571.
@waylan
Copy link
Member Author

waylan commented Dec 1, 2025

The checklinks and checkspelling linters are failing with a mkdocs build error. We can ignore them for this issue, but we will need to address that separately.

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.

Placeholder in HTML markup

2 participants