Merge remote-tracking branch 'origin/master' into test/add-clj-kondo-part-two

This commit is contained in:
Gabriel Horner
2022-01-12 15:38:57 -05:00
16 changed files with 525 additions and 250 deletions

View File

@@ -105,14 +105,6 @@
(and format (contains? (config/img-formats) format))
[:img {:src path}]
(and format (contains? config/markup-formats format))
(when-let [file-content (db/get-file path)]
(let [content (string/trim file-content)]
(content/content path {:config {:file? true
:file-path path}
:content content
:format format})))
(and format (contains? (config/text-formats) format))
(when-let [file-content (db/get-file path)]
(let [content (string/trim file-content)