From abb0e35b940686fd01e70d79bab4221372eb8c16 Mon Sep 17 00:00:00 2001 From: Mauro Bieg Date: Tue, 17 Dec 2019 19:01:42 +0100 Subject: [PATCH] lua-filters.md remove spurious dot in title (#5996) --- doc/lua-filters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . -## Macro substitution. +## Macro substitution The following filter converts the string `{{helloworld}}` into emphasized text "Hello, World".