This commit is contained in:
Tienson Qin
2022-09-22 22:09:37 +08:00
parent 8b144269f7
commit a27a270b04
2 changed files with 3 additions and 3 deletions

View File

@@ -1940,7 +1940,6 @@
(property/insert-properties format content props))
ast (mldoc/->edn content* (gp-mldoc/default-config format))
blocks (block/extract-blocks ast content* format {})
_ (prn {:block (first blocks)})
fst-block (first blocks)
fst-block (if (and keep-uuid? (uuid? (:uuid block)))
(assoc fst-block :block/uuid (:uuid block))