fix: do not triml while saving block

This commit is contained in:
Andelf
2021-11-17 19:58:40 +08:00
committed by Tienson Qin
parent bb828148d8
commit 1f779774ff

View File

@@ -354,7 +354,6 @@
content (if (and (seq properties) real-content (not= real-content content))
(property/with-built-in-properties properties content format)
content)
content (text/remove-lines-level-spaces content format)
content (drawer/with-logbook block content)
content (with-timetracking block content)
first-block? (= left page)