Fix link in README.

This commit is contained in:
John MacFarlane 2018-04-22 11:40:44 -07:00
parent 72bdac3036
commit a9a1a5fab3
2 changed files with 6 additions and 2 deletions

View file

@ -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 document (an *abstract syntax tree* or AST), and a set of writers, which
convert this native representation into a target format. Thus, adding an convert this native representation into a target format. Thus, adding an
input or output format requires only adding a reader or writer. Users 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 pandocs intermediate representation of a document is less Because pandocs intermediate representation of a document is less
expressive than many of the formats it converts between, one should not expressive than many of the formats it converts between, one should not

View file

@ -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 (an _abstract syntax tree_ or AST), and a set of writers, which convert
this native representation into a target format. Thus, adding an input this native representation into a target format. Thus, adding an input
or output format requires only adding a reader or writer. Users can also 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 Because pandoc's intermediate representation of a document is less
expressive than many of the formats it converts between, one should expressive than many of the formats it converts between, one should