diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-03-23 16:50:07 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-03-23 16:50:07 -0700 |
commit | 8730eea9303031a30d564aec42d524af07b88b6c (patch) | |
tree | ccd5eb45659202d0e6aa0a21e3ee94383d24aed1 | |
parent | 42fe30a9ee8e5563f63b507fe38cacb777c8cb3d (diff) | |
download | pandoc-8730eea9303031a30d564aec42d524af07b88b6c.tar.gz |
Small changes to README.md.
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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.) |