@hackage pandoc-types1.7
Types for representing a structured document
Installation
Dependencies (3)
- base >=3 && <4
- containers
- syb Show all…
Dependents (99)
@hackage/R-pandoc, @hackage/commonmark-simple, @hackage/pandoc-plantuml-diagrams, @hackage/brassica, @hackage/pandoc-lua-marshal, @hackage/swarm, Show all…
This package contains definitions for the Pandoc data
structure, which is used by pandoc to represent
structured documents. These definitions used to live
in the pandoc package, but starting with pandoc 1.7, they
have been split off, so that other packages can use them
without drawing in all of pandoc's dependencies, and
pandoc itself can depend on packages (like citeproc-hs)
that use them.
Text.Pandoc.Builder provides functions for building
up Pandoc structures programmatically.
Text.Pandoc.Generic provides generic functions for
manipulating Pandoc documents.