1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Ajusted markdownlint config editor to code editor

This commit is contained in:
roottool
2019-05-07 02:30:41 +09:00
parent ecfeedeff3
commit f3ca893aea

View File

@@ -657,7 +657,7 @@ class UiTab extends React.Component {
mode: 'application/json',
theme: codemirrorTheme,
lint: true,
gutters: ['CodeMirror-lint-markers']
gutters: ['CodeMirror-linenumbers', 'CodeMirror-foldgutter', 'CodeMirror-lint-markers']
}} />
</div>
</div>