feat: ignore comments

This commit is contained in:
2026-02-09 17:49:33 -07:00
parent 98c0be72e0
commit 3fa63d03d8

View File

@@ -269,6 +269,8 @@
(defmethod org-element "src-block" [{:keys [value]}]
[:pre [:code value]])
(defmethod org-element "comment" [_] nil)
(defmethod org-keyword "TITLE" [{:keys [value]}]
[:h1 value])