Skip to content

Unescape IDs in TOC. #881

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 25, 2019
Merged

Unescape IDs in TOC. #881

merged 1 commit into from
Nov 25, 2019

Conversation

waylan
Copy link
Member

@waylan waylan commented Nov 25, 2019

The slugify function will stript the STX and ETX characters from
placeholders for backslash excaped characters. Therefore, we need
to unescape any text before passing it to slugify. Fixes #864.

The slugify function will stript the STX and ETX characters from
placeholders for backslash excaped characters. Therefore, we need
to unescape any text before passing it to slugify. Fixes Python-Markdown#864.
@waylan waylan merged commit 15cbaef into Python-Markdown:master Nov 25, 2019
@waylan waylan deleted the 864 branch November 25, 2019 20:46
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.

Backslash escape not unescaped in ID attributes
1 participant