mirror of
https://git.acl.cool/al/pages.git
synced 2025-12-16 20:41:16 -05:00
save
This commit is contained in:
parent
66bd5fb677
commit
7088229baf
8 changed files with 87 additions and 8 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue