diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-04-22 11:40:44 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-04-22 11:41:12 -0700 |
commit | a9a1a5fab3651779e48ae764ac6c53265e791e3d (patch) | |
tree | 805d914d4efe127001bb01510aa2a8a913e3bef2 /README.template | |
parent | 72bdac3036cdab7c7fa3b02b5c7ac8ee93350cef (diff) | |
download | pandoc-a9a1a5fab3651779e48ae764ac6c53265e791e3d.tar.gz |
Fix link in README.
Diffstat (limited to 'README.template')
-rw-r--r-- | README.template | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.template b/README.template index cf4277441..54cb3b515 100644 --- a/README.template +++ b/README.template @@ -42,7 +42,9 @@ 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. +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 |