aboutsummaryrefslogtreecommitdiff
path: root/doc/filters.md
diff options
context:
space:
mode:
authorMauro Bieg <mb21@users.noreply.github.com>2018-10-16 18:10:34 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2018-10-16 09:10:34 -0700
commita5fc46cb8f3903dc4f2f42ed8bc2cd06c2fa2872 (patch)
tree1739983751af8b767aa4ddaf2187f56a667264a7 /doc/filters.md
parentd2262122d3bd7cc7824e3afd346bcd95334e4643 (diff)
downloadpandoc-a5fc46cb8f3903dc4f2f42ed8bc2cd06c2fa2872.tar.gz
add docs about customizing pandoc (#4972)
closes #3288
Diffstat (limited to 'doc/filters.md')
-rw-r--r--doc/filters.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filters.md b/doc/filters.md
index a27d657fb..c3edd0e46 100644
--- a/doc/filters.md
+++ b/doc/filters.md
@@ -12,8 +12,8 @@ reader into pandoc’s intermediate representation of the
document---an "abstract syntax tree" or AST---which is then
converted by the writer into the target format.
The pandoc AST format is defined in the module
-`Text.Pandoc.Definition` in
-[pandoc-types](https://hackage.haskell.org/package/pandoc-types).
+[`Text.Pandoc.Definition` in the `pandoc-types` package
+](https://hackage.haskell.org/package/pandoc-types/docs/Text-Pandoc-Definition.html).
A "filter" is a program that modifies the AST, between the
reader and the writer: