mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 03:38:39 +00:00
Add "option" to ignoredTags (#2180)
This commit is contained in:
committed by
ylemkimon
parent
4b905064ab
commit
81258c5040
@@ -90,7 +90,7 @@ in addition to two auto-render-specific keys:
|
||||
|
||||
- `ignoredTags`: This is a list of DOM node types to ignore when recursing
|
||||
through. The default value is
|
||||
`["script", "noscript", "style", "textarea", "pre", "code"]`.
|
||||
`["script", "noscript", "style", "textarea", "pre", "code", "option"]`.
|
||||
|
||||
- `ignoredClasses`: This is a list of DOM node class names to ignore when
|
||||
recursing through. By default, this value is not set.
|
||||
|
Reference in New Issue
Block a user