Mark most vars as cleanup-todo

Fixed a few that I knew how to QA and were low risk
This commit is contained in:
Gabriel Horner
2022-02-04 16:52:44 -05:00
parent 40eb74a47c
commit e81678fc69
21 changed files with 73 additions and 59 deletions

View File

@@ -501,7 +501,7 @@
blocks (map (fn [block] (dissoc block :block/anchor)) blocks)]
(with-path-refs blocks)))
(defn extract-blocks
(defn ^:large-vars/cleanup-todo extract-blocks
[blocks content with-id? format]
(try
(let [encoded-content (utf8/encode content)