mmark-ext

Commonly useful extensions for MMark markdown processor

https://github.com/mmark-md/mmark-ext

Version on this page:0.2.0.0@rev:1
LTS Haskell 22.14:0.2.1.5@rev:4
Stackage Nightly 2024-03-28:0.2.1.5@rev:4
Latest on Hackage:0.2.1.5@rev:4

See all snapshots mmark-ext appears in

BSD-3-Clause licensed and maintained by Mark Karpov
This version can be pinned in stack with:mmark-ext-0.2.0.0@sha256:bff926307a9ce3944161a389c2e99183ca689e52ceaac7f09f650f11c807146b,3640

MMark Extensions

License BSD3 Hackage Stackage Nightly Stackage LTS Build Status Coverage Status

Commonly useful extensions for MMark markdown processor.

Contribution

Issues, bugs, and questions may be reported in the GitHub issue tracker for this project.

Pull requests are also welcome and will be reviewed quickly.

License

Copyright © 2017–2018 Mark Karpov

Distributed under BSD 3 clause license.

Changes

MMark Ext 0.2.0.0

  • 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.

MMark Ext 0.1.1.0

  • Added the Text.MMark.Extension.MathJax module.

  • Added the Text.MMark.Extension.Footnotes module.

MMark Ext 0.1.0.0

  • This version has little in common with previous versions.

MMark Ext 0.0.1.2

  • Compiles with modern-uri-0.2.0.0 and later.

MMark Ext 0.0.1.1

  • Fixed test suite failure with newer MMark versions. This version is to be used with mmark-0.0.2.0 and later.

MMark Ext 0.0.1.0

  • Initial release.