GHC library: Types for representing a structured document http://hackage.haskell.org/package/pandoc-types
Go to file
2024-01-05 22:53:19 +01:00
ghc-pandoc-types.spec update to 1.12.4.2 [release 1.12.4.2-1mamba;Mon Apr 13 2015] 2024-01-05 22:53:19 +01:00
README.md update to 1.12.4.2 [release 1.12.4.2-1mamba;Mon Apr 13 2015] 2024-01-05 22:53:19 +01:00

ghc-pandoc-types

Text.Pandoc.Definition defines the Pandoc data structure, which is used by pandoc to represent structured documents. This module used to live in the pandoc package, but starting with pandoc 1.7, it has been split off, so that other packages can use it without drawing in all of pandoc's dependencies, and pandoc itself can depend on packages (like citeproc-hs) that use them.