9.2
- NEW: Drop Python 3.6 support and formally add Python 3.10 support.
- NEW: Highlight: Add
pygments_lang_option
to enable attaching language classes to Pygments code blocks. - NEW: SuperFences: Custom fence validators and formatters can now be forced to raise an exception by raising a
SuperFencesException
. - NEW: Keys: Add
power
andfingerprint
keys. - FIX: SuperFences: Fix case where custom fence in a blockquote was not gracefully handled.
- FIX: Arithmatex: fix issue where if you limit the inline or block syntax to specific input types, access to
certain matched groups could cause an error.