fix: display math scales with text
All checks were successful
build / build (push) Successful in 44s
All checks were successful
build / build (push) Successful in 44s
This commit is contained in:
@@ -104,6 +104,7 @@ section {
|
|||||||
p,
|
p,
|
||||||
dl,
|
dl,
|
||||||
ol,
|
ol,
|
||||||
|
.latex-fragment,
|
||||||
ul {
|
ul {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
line-height: 1.5rem;
|
line-height: 1.5rem;
|
||||||
|
|||||||
@@ -34,8 +34,6 @@
|
|||||||
;; it doesn't get e.g. TikZ arrows.
|
;; it doesn't get e.g. TikZ arrows.
|
||||||
(str/replace #"stroke=['\"]#000['\"]" "stroke=\"currentColor\"")))
|
(str/replace #"stroke=['\"]#000['\"]" "stroke=\"currentColor\"")))
|
||||||
|
|
||||||
(def ^:dynamic *save-snippets?* false)
|
|
||||||
|
|
||||||
(defn render-snippets [snippet-promises]
|
(defn render-snippets [snippet-promises]
|
||||||
(fs/with-temp-dir [svg-dir {:prefix "doerg-svg-"}]
|
(fs/with-temp-dir [svg-dir {:prefix "doerg-svg-"}]
|
||||||
(let [rendered-snippets
|
(let [rendered-snippets
|
||||||
|
|||||||
Reference in New Issue
Block a user