fix: remove :pdf from allowed formats

pull/10640/head
Tienson Qin 2023-12-04 23:49:56 +08:00
parent 17f10edb39
commit ed06991f46
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
(re-find #"^\.[^.]+" relpath)))))) (re-find #"^\.[^.]+" relpath))))))
(def ^:private allowed-formats (def ^:private allowed-formats
#{:org :markdown :md :edn :json :js :css :excalidraw :tldr :pdf}) #{:org :markdown :md :edn :json :js :css :excalidraw :tldr})
(defn- get-ext (defn- get-ext
[p] [p]