commonmark-pandoc

Bridge between commonmark and pandoc AST.

https://github.com/jgm/commonmark-hs

Version on this page:0.2.1
LTS Haskell 22.20:0.2.2.1
Stackage Nightly 2024-05-04:0.2.2.1
Latest on Hackage:0.2.2.1

See all snapshots commonmark-pandoc appears in

BSD-3-Clause licensed by John MacFarlane
Maintained by [email protected]
This version can be pinned in stack with:commonmark-pandoc-0.2.1@sha256:7c5db787c15c7a80aa66f5874023386e9b07c134ce24ef9f3aaebe9f52b6f817,1151

Module documentation for 0.2.1

Used by 1 package in nightly-2021-06-19(full list with versions):

commonmark-pandoc

hackage release

This package provides typeclass instances for parsing commonmark directly into the Pandoc AST.

Changes

Changelog for commonmark-pandoc

0.2.1

  • commonmark-pandoc.cabal: remove unneeded build-depend on containers.
  • Support wikilinks extension.

0.2.0.1

  • Allow pandoc-types 1.22.

0.2.0.0

  • Add HasQuoted instance.
  • Apply attributes directly to Table element (#47).

0.1.0.0

  • Initial release