mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 09:26:28 +00:00
fix: parser
This commit is contained in:
@@ -519,5 +519,4 @@
|
||||
|
||||
(defn trim-break-lines!
|
||||
[ast]
|
||||
(->> (drop-while break-line-paragraph? ast)
|
||||
(take-while (complement break-line-paragraph?))))
|
||||
(->> (drop-while break-line-paragraph? ast)))
|
||||
|
||||
Reference in New Issue
Block a user