diff options
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 0d9a2c0e0..0aed95cb5 100644 --- a/doc/lua-filters.md +++ b/doc/lua-filters.md @@ -339,7 +339,7 @@ will output: This is the filter we use when converting `MANUAL.txt` to man pages. It converts level-1 headers to uppercase -(uisng `walk_block` to transform inline elements +(using `walk_block` to transform inline elements inside headers), removes footnotes, and replaces links with regular text. |