mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 03:16:37 +00:00
fix: str/trim
This commit is contained in:
2
src/main/frontend/external/roam_export.cljs
vendored
2
src/main/frontend/external/roam_export.cljs
vendored
@@ -59,7 +59,7 @@
|
||||
(str/replace todo-marker-regex "{{[[TODO]]}}")
|
||||
(str/replace done-marker-regex "{{[[DONE]]}}")
|
||||
(str/replace "{{embed " "{{embed: ")
|
||||
(trim))))
|
||||
(str/trim))))
|
||||
block))
|
||||
|
||||
(defn traverse
|
||||
|
||||
Reference in New Issue
Block a user