You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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)