mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
Mark most vars as cleanup-todo
Fixed a few that I knew how to QA and were low risk
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user