This commit is contained in:
Alexander 2025-07-12 14:10:27 -04:00
parent 66bd5fb677
commit 7088229baf
8 changed files with 87 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"]