This commit is contained in:
Tienson Qin
2020-05-24 00:25:57 +08:00
parent 9de7590e1c
commit c189c2a564
10 changed files with 288 additions and 243 deletions

View File

@@ -136,7 +136,7 @@
(heading-block? block)
(let [heading (-> (assoc (second block)
:children (reverse heading-children)
:children (vec (reverse heading-children))
:timestamps timestamps
:properties properties)
(assoc-in [:meta :end-pos] last-pos)