mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 01:46:35 +00:00
frontend.text conversion WIP
Removed extract-level-spaces b/c it's not used
This commit is contained in:
@@ -1314,7 +1314,7 @@
|
||||
|
||||
(defn- clean-content!
|
||||
[format content]
|
||||
(->> (text/remove-level-spaces content format)
|
||||
(->> (text/remove-level-spaces content format (config/get-block-pattern format))
|
||||
(drawer/remove-logbook)
|
||||
(property/remove-properties format)
|
||||
string/trim))
|
||||
|
||||
Reference in New Issue
Block a user