@hackage pandoc-types1.23.1.1
Types for representing a structured document
Categories
License
BSD-3-Clause
Maintainer
jgm@berkeley.edu
Links
Versions
Installation
Dependencies (10)
- QuickCheck >=2.10 && <2.18
- aeson >=0.6.2 && <2.3
- base >=4.5 && <5
- bytestring >=0.9 && <0.13
- containers >=0.3
- deepseq >=1.4.1 && <1.6 Show all…
Dependents (99)
@hackage/R-pandoc, @hackage/commonmark-simple, @hackage/pandoc-plantuml-diagrams, @hackage/brassica, @hackage/pandoc-lua-marshal, @hackage/swarm, Show all…
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.
Text.Pandoc.Builder provides functions for building
up Pandoc structures programmatically.
Text.Pandoc.Generic provides generic functions for
manipulating Pandoc documents.
Text.Pandoc.Walk provides faster, nongeneric functions
for manipulating Pandoc documents.
Text.Pandoc.JSON provides functions for serializing
and deserializing a Pandoc structure to and from JSON.