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 08:54:28 +09:00
parent 11bed72bed
commit 4ba4e68833
4 changed files with 20 additions and 6 deletions

View File

@@ -60,7 +60,9 @@ export const DEFAULT_CONFIG = {
frontMatterTitleField: 'title',
spellcheck: false,
enableSmartPaste: false,
customMarkdownLintConfig: ''
customMarkdownLintConfig: `{
"default": true
}`
},
preview: {
fontSize: '14',