mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-01-29 01:28:29 +00:00
enable markdown by defualt
This commit is contained in:
parent
959235dfab
commit
d6a41e49ec
|
@ -28,7 +28,7 @@ export interface Settings {
|
|||
const defaultSettings: Settings = {
|
||||
themeIndex: 0,
|
||||
useSystemTheme: true,
|
||||
isMarkdown: false,
|
||||
isMarkdown: true,
|
||||
editorToolbar: false,
|
||||
twitterEmoji: false,
|
||||
|
||||
|
|
Loading…
Reference in a new issue