Skip to content
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

Ensure consistent handling of classes by fenced_code and codehilite #1033

Merged
merged 1 commit into from Oct 8, 2020

Conversation

waylan
Copy link
Member

@waylan waylan commented Oct 8, 2020

  • All non-language classes should always be assigned to the pre tag.
  • The language identifying class should never be included with the
    general list of classes.

Fixes #1032

* All non-language classes should always be assigned to the pre tag.
* The language identifying class should never be included with the
general list of clases.

Fixes Python-Markdown#1032
@waylan waylan merged commit c0b1dc5 into Python-Markdown:master Oct 8, 2020
@waylan waylan deleted the 1032 branch October 8, 2020 17:18
mitya57 added a commit to retext-project/retext that referenced this pull request Oct 8, 2020
Instead install Python-Markdown from git, where the breaking change was
fixed (see Python-Markdown/markdown#1033).

This reverts commit 39eb38f.
mitya57 added a commit to retext-project/retext that referenced this pull request Oct 8, 2020
Instead install Python-Markdown from git, where the breaking change was
fixed (see Python-Markdown/markdown#1033).

This reverts commit 39eb38f.
mitya57 added a commit to retext-project/retext that referenced this pull request Oct 8, 2020
Instead install Python-Markdown from git, where the breaking change was
fixed (see Python-Markdown/markdown#1033).

This reverts commit 39eb38f.
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.

When CodeHilite is enabled, fenced_code includes the language class in list of general classes.
1 participant