blockquote spacing and math font sizing
This commit is contained in:
parent
23fa0e33d8
commit
f2b91323a4
4 changed files with 14 additions and 9 deletions
|
@ -141,5 +141,5 @@ action = "replace_element"
|
|||
[widgets.math-display]
|
||||
widget = "preprocess_element"
|
||||
selector = "span.math.display"
|
||||
command = "sed -E 's/^\\\\\\[(.*)\\\\\\]$/\\1/' | katex -d --fleqn --format mathml"
|
||||
command = "sed -E 's/^\\\\\\[(.*)\\\\\\]$/\\1/' | katex -d --fleqn --format mathml | awk '{print \"<p>\" $0 \"</p>\"}'"
|
||||
action = "replace_element"
|
Loading…
Add table
Add a link
Reference in a new issue