mirror of
https://github.com/logseq/logseq.git
synced 2026-05-28 06:34:34 +00:00
fix: ignore comment tags
This commit is contained in:
@@ -75,6 +75,9 @@
|
||||
(if (string? pattern) pattern (apply str (reverse pattern))))))
|
||||
wrapper (fn [tag content]
|
||||
(cond
|
||||
(= tag :comment)
|
||||
nil
|
||||
|
||||
(and (= tag :p) (:in-table? opts))
|
||||
content
|
||||
|
||||
|
||||
Reference in New Issue
Block a user