Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc/lua-filters.md: Add missing html_math_method 'katex' #10628

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/lua-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<q>` tags for quotes in HTML (boolean)
Expand Down