mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 02:06:29 +00:00
Ajusted markdownlint config editor to code editor
This commit is contained in:
@@ -657,7 +657,7 @@ class UiTab extends React.Component {
|
|||||||
mode: 'application/json',
|
mode: 'application/json',
|
||||||
theme: codemirrorTheme,
|
theme: codemirrorTheme,
|
||||||
lint: true,
|
lint: true,
|
||||||
gutters: ['CodeMirror-lint-markers']
|
gutters: ['CodeMirror-linenumbers', 'CodeMirror-foldgutter', 'CodeMirror-lint-markers']
|
||||||
}} />
|
}} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user