mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 07:05:10 +00:00
fix marked parse call
This commit is contained in:
committed by
Tienson Qin
parent
b5df30f4e1
commit
33f6438d38
@@ -41,7 +41,7 @@
|
||||
[s]
|
||||
(try
|
||||
(if (string? s)
|
||||
(js/window.marked s) s)
|
||||
(js/window.marked.parse s) s)
|
||||
(catch js/Error e
|
||||
(js/console.error e) s)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user