1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Added markdownlint rules form

This commit is contained in:
roottool
2019-04-29 03:23:25 +09:00
parent 03b1adca12
commit 788900e31a
3 changed files with 30 additions and 3 deletions

View File

@@ -59,7 +59,8 @@ export const DEFAULT_CONFIG = {
enableFrontMatterTitle: true,
frontMatterTitleField: 'title',
spellcheck: false,
enableSmartPaste: false
enableSmartPaste: false,
customMarkdownLintConfig: ''
},
preview: {
fontSize: '14',