mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 16:15:21 +00:00
Add new page
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
(defn default-config
|
||||
[format]
|
||||
(let [format (string/capitalize (name format))]
|
||||
(let [format (string/capitalize (name (or format :markdown)))]
|
||||
(js/JSON.stringify
|
||||
(bean/->js
|
||||
(assoc {:toc false
|
||||
|
||||
Reference in New Issue
Block a user