From a9a1a5fab3651779e48ae764ac6c53265e791e3d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 22 Apr 2018 11:40:44 -0700 Subject: Fix link in README. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3