module Paru::PandocFilter
PandocFilter
is a module containig the paru’s Filter
functionality
Constants
- ALIGNMENTS
-
The allignment of a table column
- AST2MARKDOWN
-
A
Paru::Pandoc
converter from JSON to markdown - BLOCKS
-
Pandoc
type block key - COL_WIDTH_DEFAULT
-
The default width of a column
- CURRENT_PANDOC_VERSION
-
The current pandoc type version @see hackage.haskell.org/package/pandoc-types
- DEFAULT_COLSPEC
-
Default value for a column specification: left aligned with default width
- MARKDOWN2JSON
-
A
Paru::Pandoc
converter from markdown to JSON - META
-
Pandoc
type meta key - VALUE_ENCODED_IN_TYPE_NAME
-
Values without value are encoded in their type name.
- VERSION
-
Pandoc
type version key