mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 11:48:41 +00:00
* Add ignore option for class names This change adds another option for ignoring nodes for rendering similar to `ignoreTags`. The new option `ignoreClasses` can hold an array of strings representing class names that should be ignored if they are in a node's class list. This can be desirable in dynamic environments. * Adhere to CI rules for styling * Add documentation for new option * Exchange classList property with IE9 compatible code * Harmonize variable names * Add default for ignoredClasses