frontend.text conversion WIP

Removed extract-level-spaces b/c it's not used
This commit is contained in:
Gabriel Horner
2022-05-06 17:12:11 -04:00
parent 67461aaede
commit f529777d78
6 changed files with 19 additions and 39 deletions

View File

@@ -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))