fix: line starting with - will be disappear after exit editing

This commit is contained in:
Tienson Qin
2021-11-15 21:36:45 +08:00
parent 270d9d5877
commit 8323d0a2d2
2 changed files with 15 additions and 5 deletions

View File

@@ -354,6 +354,7 @@
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)