fix: import quoted math blocks

and lists in quote blocks. Addresses main issue in https://github.com/logseq/db-test/issues/434
This commit is contained in:
Gabriel Horner
2025-09-02 13:52:32 -04:00
parent 6ed338b96a
commit a81274cd0d
3 changed files with 42 additions and 2 deletions

View File

@@ -214,7 +214,7 @@
(is (= 4 (count (d/q '[:find ?b :where [?b :block/tags :logseq.class/Task]] @conn))))
(is (= 4 (count (d/q '[:find ?b :where [?b :block/tags :logseq.class/Query]] @conn))))
(is (= 2 (count (d/q '[:find ?b :where [?b :block/tags :logseq.class/Card]] @conn))))
(is (= 3 (count (d/q '[:find ?b :where [?b :block/tags :logseq.class/Quote-block]] @conn))))
(is (= 4 (count (d/q '[:find ?b :where [?b :block/tags :logseq.class/Quote-block]] @conn))))
(is (= 2 (count (d/q '[:find ?b :where [?b :block/tags :logseq.class/Pdf-annotation]] @conn))))
;; Properties and tags aren't included in this count as they aren't a Page