fix: typo in variable name

This commit is contained in:
Andelf
2022-01-13 12:12:40 +08:00
committed by Tienson Qin
parent 4196c42b51
commit f2058bd46a

View File

@@ -58,7 +58,7 @@
s])))
(defn html-export
[s block? _display?]
[s block? display?]
(let [element (if block?
:div.latex
:span.latex-inline)]