Skip to content

5.0.0

Choose a tag to compare

@facelessuser facelessuser released this 18 Aug 19:31
a4a377e

5.0.0

  • NEW: Add validator to custom fences so custom options can be used. (#350)
  • NEW: Add global linenums_special option to Highlight extension. Can be overridden per fence in SuperFences. (#360)
  • NEW: Add linenums_style option to set line number output to Pygments table or inline format. Also provide a custom pymdownx-inline format for more sane inline output in regards to copy and paste. See Highlight documentation for more info. (#360)
  • NEW: Remove deprecated Github and PlainHTML extension. Remove deprecated Arithmatex option insert_as_script and deprecated MagicLink option base_repo_url.
  • FIX: Add workaround in Highlight extension for line number alignment issues in Pygments with certain step values. (#360)