mirror of
https://github.com/logseq/logseq.git
synced 2026-05-26 05:34:07 +00:00
fix: typo in variable name
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
s])))
|
||||
|
||||
(defn html-export
|
||||
[s block? _display?]
|
||||
[s block? display?]
|
||||
(let [element (if block?
|
||||
:div.latex
|
||||
:span.latex-inline)]
|
||||
|
||||
Reference in New Issue
Block a user