3.0
3.0.0
Released Apr 16, 2017
- NEW: Added Keys extension.
- NEW: Generalized custom fences (#60).
flowandsequencefence are now just custom fences and can be disabled simply by overwriting thecustom_fencessetting. - NEW: Remove deprecated
no_nl2brin GitHub extension (#24). - NEW: Remove deprecated HeaderAnchor extension (#24).
- NEW: Remove deprecated PyMdown extension (#24).
- NEW: Remove deprecated GitHubEmoji extension (#24).
- NEW: Remove deprecated
nestedoption 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_settingsin SuperFences and InlineHilite and now does nothing. The settings will be removed in the future. Ifpymdownx.highlightis used, it's settings will be used instead of CodeHilite. Eventually, the both SuperFences and InlineHilite will requirepymdownx.highlightto 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).