aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-04-22 11:40:44 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-04-22 11:41:12 -0700
commita9a1a5fab3651779e48ae764ac6c53265e791e3d (patch)
tree805d914d4efe127001bb01510aa2a8a913e3bef2 /README.md
parent72bdac3036cdab7c7fa3b02b5c7ac8ee93350cef (diff)
downloadpandoc-a9a1a5fab3651779e48ae764ac6c53265e791e3d.tar.gz
Fix link in README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9e1cc06d4..ad85e2882 100644
--- a/README.md
+++ b/README.md
@@ -163,7 +163,9 @@ parse text in a given format and produce a native representation of the
document (an *abstract syntax tree* or AST), and a set of writers, which
convert this native representation into a target format. Thus, adding an
input or output format requires only adding a reader or writer. Users
-can also run custom \[pandoc filters\] to modify the intermediate AST.
+can also run custom pandoc filters to modify the intermediate AST (see
+the documentation for [filters](https://pandoc.org/filters.html) and
+[lua filters](https://pandoc.org/lua-filters.html)).
Because pandoc’s intermediate representation of a document is less
expressive than many of the formats it converts between, one should not