Releases: facelessuser/pymdown-extensions
Releases · facelessuser/pymdown-extensions
4.7.0
4.6.0
4.6.0
Dec 2, 2017
- NEW: Arithmatex now just uses the script wrapper output as it is the most reliable output, and now previews can be achieved by providing a span with class
MathJax_Preview
that gets auto hidden when the math is rendered.insert_as_script
,tex_inline_wrap
, andtex_block_wrap
have all been deprecated as they are now entirely unnecessary. A new option has been added calledpreview
that controls whether the script output generates a preview or not when the rendered math output is loading. Users no longer need to configuretex2jax.js
in there MathJax configuration anymore. (#171) - NEW: PlainHTML has been renamed to StripHTML.
strip_attributes
is now a list instead of a string with a default of[]
.pymdownx.plainhtml
is still available with the old convention for backwards compatibility, but will be removed for version 5.0. (#176) - FIX: PlainHTML has better script and style content avoidance to keep from stripping HTML tags and attributes from style and script content. (#174)
- FIX: PlainHTML can strip attributes that are not quoted. (#174)
4.5.1
4.5.0
4.4.0
4.3.0
4.3.0
Nov 14, 2017
- NEW: Shorthand format for referencing non-default provider commits, issues, pulls, and mentions (#147).
- NEW: Shorthand format for mentioning a repo via
@user/repo
(#149). - NEW: Add repository provider specific classes (#149).
- NEW: Make repository labels configurable (#149).
- FIX: Adjust pattern boundaries auto-links.
4.2.0
4.2.0
Nov 13, 2017
- NEW: MagicLink can now auto-link a GitHub like shorthand for repository references (#139).
- NEW: MagicLink now renders pull request links with a slightly different output from issues (#139).
- NEW: Deprecate
base_repo_url
in MagicLink in favor of the newprovider
,user
, andrepo
(#139). - NEW: MagicLink now adds classes to repository links (#139).
- NEW: MagicLink now adds title to repository links (#139).
- NEW: MagicLink no longer styles repository commit hashes as code (#143).
- FIX: MagicLink repository link outputs now better reflect default user and repository context (#143).
- FIX: PlainHTML should not strip tags that are part of JavaScript code (#140).
4.1.0
4.1.0
- NEW: Details can now have multiple classes defined.
4.0.0
4.0.0
Aug 29, 2017
- NEW: Details extension will now derive a title from the class if only a class is provided (#107).
- NEW: Remove deprecated legacy emoji generator format.
- NEW: Remove deprecated
use_codehilite_settings
. - NEW: Remove deprecated
spoilers
extension redirect. - NEW: Update emoji databases: EmojiOne (3.1.2) and Twemoji to (2.5.0).
3.5.0
3.5.0
Released June 13, 2017
- NEW: Add new slugs to preserve case (#103).
- NEW: Add new GFM specific slug (both percent encoded and normal) that only lowercases ASCII chars just like GFM does (#101).
- FIX: PathConverter should not try and convert obscured email address (with HTML entities) (#100).
- FIX: Don't normalize Unicode in slugs with
NFKD
, useNFC
instead (#98). - FIX: Don't let EscapeAll escape CriticMarkup placeholders. EscapeAll will no longer escape
STX
andETX
; they will just pass through (#95). - FIX: Replace CriticMarkup placeholders after replacing raw HTML placeholders (#95).