Skip to content

3.0

Choose a tag to compare

@facelessuser facelessuser released this 16 Apr 20:58

3.0.0

Released Apr 16, 2017

  • NEW: Added Keys extension.
  • NEW: Generalized custom fences (#60). flow and sequence fence are now just custom fences and can be disabled simply by overwriting the custom_fences setting.
  • NEW: Remove deprecated no_nl2br in GitHub extension (#24).
  • NEW: Remove deprecated HeaderAnchor extension (#24).
  • NEW: Remove deprecated PyMdown extension (#24).
  • NEW: Remove deprecated GitHubEmoji extension (#24).
  • NEW: Remove deprecated nested option in SuperFences (#24).
  • NEW: Wrapper extensions (such as GitHub and Extra) can now allow setting the included sub extensions settings (#61). Workaround settings that directly set specific extensions settings has been removed.
  • NEW: Deprecated use_codehilite_settings in SuperFences and InlineHilite and now does nothing. The settings will be removed in the future. If pymdownx.highlight is used, it's settings will be used instead of CodeHilite. Eventually, the both SuperFences and InlineHilite will require pymdownx.highlight to be used and will have CodeHilite support stripped.
  • FIX: Fix MathJax CDN references and usage in documentation. MathJax CDN is shutting down and must now use Cloudflare CDN (#63).