- The test suite now passes with
modern-uri-0.3.4.4
.
- Prevent the test suite from failing ever again. Issue 25.
-
The test suite passes with
modern-uri-0.3.4
and later. -
Dropped support for GHC 8.6 and older.
- Made the tests pass with
skylighting-0.7.6
.
- Made the tests pass with
skylighting-0.7.4
.
- Added the module
Text.MMark.Extension.GhcSyntaxHighlighter
withghcSyntaxHighlighter
in it. This only works with GHC 8.4.1 and newer, with older GHCs the extension just won't have any effect.
- The
skylighting
extension no longer accepts any arguments. Skylighting built-in facilities for rendering to HTML are not acceptable as they produce invalid HTML (with duplicate ids), so they were re-implemented.
-
Added the
Text.MMark.Extension.MathJax
module. -
Added the
Text.MMark.Extension.Footnotes
module.
- This version has little in common with previous versions.
- Compiles with
modern-uri-0.2.0.0
and later.
- Fixed test suite failure with newer MMark versions. This version is to be
used with
mmark-0.0.2.0
and later.
- Initial release.