mirror of
https://github.com/zadam/trilium.git
synced 2025-12-21 15:49:56 +01:00
chore(code): integrate Markdown support
This commit is contained in:
@@ -107,7 +107,7 @@ export default class CodeMirror extends EditorView {
|
||||
const extension = StreamLanguage.define(resolvedSyntax);
|
||||
newExtension.push(extension);
|
||||
} else {
|
||||
newExtension.push(resolvedSyntax());
|
||||
newExtension.push(resolvedSyntax);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user