mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 10:56:32 +00:00
fix: use '\t' when copy
This commit is contained in:
@@ -1005,7 +1005,7 @@
|
||||
(mapv (fn [block]
|
||||
(let [header
|
||||
(if (= format :markdown)
|
||||
(str (string/join (repeat (- (:level block) 1) " ")) "-")
|
||||
(str (string/join (repeat (- (:level block) 1) "\t")) "-")
|
||||
(string/join (repeat (:level block) "*")))]
|
||||
(str header " " (:block/content block) "\n")))
|
||||
level-blocks)
|
||||
|
||||
Reference in New Issue
Block a user