mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
frontend.text conversion WIP
Removed extract-level-spaces b/c it's not used
This commit is contained in:
@@ -425,7 +425,7 @@
|
||||
(utf8/substring utf8-content
|
||||
(:start_pos meta)))
|
||||
content (when content
|
||||
(let [content (text/remove-level-spaces content format)]
|
||||
(let [content (text/remove-level-spaces content format (config/get-block-pattern format))]
|
||||
(if (or (:pre-block? block)
|
||||
(= (:format block) :org))
|
||||
content
|
||||
|
||||
Reference in New Issue
Block a user