diff options
author | Mauro Bieg <mb21@users.noreply.github.com> | 2019-12-17 19:01:42 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-12-17 10:01:42 -0800 |
commit | abb0e35b940686fd01e70d79bab4221372eb8c16 (patch) | |
tree | df48247beb47e3c96f4a7b98f9a81f654150e4a3 /doc | |
parent | 75dc0130364decfc34a42936d107c24df9532b64 (diff) | |
download | pandoc-abb0e35b940686fd01e70d79bab4221372eb8c16.tar.gz |
lua-filters.md remove spurious dot in title (#5996)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua-filters.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lua-filters.md b/doc/lua-filters.md index 349599838..66e63b439 100644 --- a/doc/lua-filters.md +++ b/doc/lua-filters.md @@ -245,7 +245,7 @@ The following filters are presented as examples. A repository of useful lua filters (which may also serve as good examples) is available at <https://github.com/pandoc/lua-filters>. -## Macro substitution. +## Macro substitution The following filter converts the string `{{helloworld}}` into emphasized text "Hello, World". |