diff --git a/doc/lua-filters.md b/doc/lua-filters.md index 7ecb98d262ba..88f7702410e7 100644 --- a/doc/lua-filters.md +++ b/doc/lua-filters.md @@ -2157,9 +2157,9 @@ Fields: value `nil` means that no highlighting is used. (table|nil) `html_math_method` -: How to print math in HTML; one 'plain', 'gladtex', 'webtex', - 'mathml', 'mathjax', or a table with keys `method` and - `url`. (string|table) +: How to print math in HTML; one of 'plain', 'mathjax', + 'mathml', 'webtex', 'katex', 'gladtex', or a table with keys + `method` and `url`. (string|table) `html_q_tags` : Use `` tags for quotes in HTML (boolean)