1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

MD Editor: Started work on input interface

Created implementation for codemirror, yet to use it.
This commit is contained in:
Dan Brown
2025-07-21 11:49:58 +01:00
parent 61adc735c8
commit ec07793cda
5 changed files with 202 additions and 6 deletions

View File

@@ -15,4 +15,6 @@ declare global {
baseUrl: (path: string) => string;
importVersioned: (module: string) => Promise<object>;
}
}
}
export type CodeModule = (typeof import('./code/index.mjs'));