lua-filters.md remove spurious dot in title (#5996)

This commit is contained in:
Mauro Bieg 2019-12-17 19:01:42 +01:00 committed by John MacFarlane
parent 75dc013036
commit abb0e35b94

View file

@ -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".