blockquote spacing and math font sizing

This commit is contained in:
Alexander 2025-06-21 11:51:45 -04:00
parent 23fa0e33d8
commit f2b91323a4
4 changed files with 14 additions and 9 deletions

View file

@ -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"