save
This commit is contained in:
parent
4d5e1e8b10
commit
d19df6a096
4 changed files with 41 additions and 17 deletions
|
@ -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'"
|
Loading…
Add table
Add a link
Reference in a new issue