refactor: add markdown unordered list as blocks

This commit is contained in:
Tienson Qin
2021-04-07 22:50:25 +08:00
parent fda3f6746e
commit 10ab134f3d
8 changed files with 39 additions and 34 deletions

View File

@@ -479,7 +479,7 @@
(->
{:uuid (db/new-block-id)
:content content
:level 2
:level 1
:meta {:start-pos 0
:end-pos (or first-block-start-pos
(utf8/length encoded-content))}