This commit is contained in:
Alexander 2025-07-04 10:44:13 -04:00
parent 4d5e1e8b10
commit d19df6a096
4 changed files with 41 additions and 17 deletions

View file

@ -139,4 +139,11 @@ action = "replace_element"
widget = "preprocess_element"
selector = "span.math.display"
command = "./math_wrapper.sh display"
action = "replace_element"
action = "replace_element"
# [widgets.math-fix-chrome]
# widget = "preprocess_element"
# after = ["math-inline", "math-display"]
# selector = "math *"
# action = "replace_element"
# command = "sed -E 's/<([a-zA-Z0-9]+)([^>]*)>/<\\1 style=\"font-family:math;\"\\2>/g'"