fix: ????
All checks were successful
build / build (push) Successful in 4s

This commit is contained in:
2026-03-05 15:59:47 -07:00
parent bc5138086d
commit 2198b5f409

View File

@@ -35,6 +35,7 @@
(str/replace #"stroke=['\"]#000['\"]" "stroke=\"currentColor\"")))
(defn render-snippets [snippet-promises]
(fs/with-temp-dir [svg-dir {:prefix "doerg-svg-"}]
(let [rendered-snippets
(delay (->> snippet-promises
(map first)
@@ -50,7 +51,7 @@
hiccup/raw (deliver p)))
(catch Exception e
(l/error e "Error in TeX thread")
(throw e))))))
(throw e)))))))
(comment
(let [snippets (for [x ["\\(\\ifxetex blah \\fi\\)"