This commit is contained in:
Alexander 2025-07-13 07:32:21 -04:00
parent 66bd5fb677
commit 815b91668d
8 changed files with 95 additions and 8 deletions

View file

@ -141,6 +141,12 @@ selector = "span.math.display"
command = "./math_wrapper.sh display"
action = "replace_element"
# [widgets.subtitle-break]
# widget = "preprocess_element"
# selector = "h1"
# action = "replace_content"
# command = "sed 's/: /:<br>/'"
# [widgets.math-fix-chrome]
# widget = "preprocess_element"
# after = ["math-inline", "math-display"]