Markdown now applies for note buffer

This commit is contained in:
2023-08-04 00:27:23 +02:00
parent e9de465358
commit 4372ee2d6b
2 changed files with 2 additions and 5 deletions

View File

@ -69,7 +69,6 @@ import { lintKeymap } from "@codemirror/lint";
export const editorSetup: Extension = (() => [
lineNumbers(),
javascript(),
highlightActiveLineGutter(),
highlightSpecialChars(),
history(),