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

When rendering fenced code blocks, add language-LANG class as well. #380

Merged
merged 2 commits into from Dec 18, 2020

Commits on Dec 16, 2020

  1. When rendering fenced code blocks, add language-LANG class as well.

    This enables better interoperability because other tools usually expect
    this class when the language is specified for a code block (see:
    https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-code-element).
    
    Fixes trentm#370.
    dkasak committed Dec 16, 2020
    Copy the full SHA
    7f12db6 View commit details
    Browse the repository at this point in the history
  2. Update CHANGES/CONTRIBUTORS.

    dkasak committed Dec 16, 2020
    Copy the full SHA
    de877aa View commit details
    Browse the repository at this point in the history