From 8730eea9303031a30d564aec42d524af07b88b6c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 23 Mar 2020 16:50:07 -0700 Subject: Small changes to README.md. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index fd3ad40b9..4c3869e2e 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,7 @@ 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 (see the documentation for [filters](https://pandoc.org/filters.html) and -[lua filters](https://pandoc.org/lua-filters.html)). +[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 @@ -225,7 +225,7 @@ opening a new issue. ## License -© 2006-2018 John MacFarlane (jgm@berkeley.edu). Released under the +© 2006-2020 John MacFarlane (jgm@berkeley.edu). Released under the [GPL](http://www.gnu.org/copyleft/gpl.html "GNU General Public License"), version 2 or greater. This software carries no warranty of any kind. (See COPYRIGHT for full copyright and warranty notices.) -- cgit v1.2.3