add review summary

This commit is contained in:
rcmerci
2021-07-13 18:35:01 +08:00
committed by Tienson Qin
parent 47da86e073
commit 1f4060faa2
2 changed files with 102 additions and 42 deletions

View File

@@ -2047,7 +2047,7 @@
(recur (zip/next loc))
(let [content (:content node)
props (into [] (:properties node))
content* (str "- "
content* (str (if (= :markdown format) "- " "* ")
(property/insert-properties format content props))
ast (mldoc/->edn content* (mldoc/default-config format))
blocks (block/extract-blocks ast content* true format)