diff options
Diffstat (limited to 'doc/filters.md')
-rw-r--r-- | doc/filters.md | 4 |
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: |