mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 02:46:45 +00:00
fix: remove level and spaces when rendering block's content
This commit is contained in:
@@ -379,6 +379,7 @@
|
||||
content (if (and (seq properties) (text/properties-hidden? properties))
|
||||
(text/remove-properties! content)
|
||||
content)
|
||||
content (text/remove-level-spaces content format true)
|
||||
content-length (count content)
|
||||
text-range (cond
|
||||
(and (> tail-len 0) (>= (count content) tail-len))
|
||||
|
||||
Reference in New Issue
Block a user