6.0.0
6.0.0
Please see Release Notes in documentation for details on upgrading to 6.0.0.
- NEW: Allow custom inline highlight code blocks. (#380)
- NEW: SuperFences now has one custom format convention which now also accepts the markdown class object to allow access to meta.
- NEW: SuperFences no longer adds
flowandsequenceas default custom fences. Users will need to configure them themselves. - NEW: Add new SuperFences formatters in Arithmatex that are compatible with SuperFences' custom fence feature and InlineHilite's custom inline feature. (#380)
- NEW: Requires Python Markdown 3.0.1 and utilizes the new priority registry when adding extensions and uses the new inline processor API instead of the old methodology.
- NEW: Better aliases for Twemoji specific emoji.
- NEW: Upgrade support for EmojiOne to 4.0.0 and Twemoji to 11.2.0.
- FIX: Fixes to SuperFences behavior of "preserve tabs" vs "normal" operations.
- FIX: Fixes to PathConverter's output. (#392)
- FIX: Remove unnecessary path code in B64.
- FIX: Fix issues with double escaping entities in code blocks after Python Markdown 3.0 update.