diff options
-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". |