mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-01-03 23:42:28 +03:00
MD Editor: Added plaintext/cm switching
Also aligned the construction of the inputs where possible.
This commit is contained in:
@@ -73,4 +73,9 @@ export interface MarkdownEditorInput {
|
||||
* Search and return a line range which includes the provided text.
|
||||
*/
|
||||
searchForLineContaining(text: string): MarkdownEditorInputSelection|null;
|
||||
|
||||
/**
|
||||
* Tear down the input.
|
||||
*/
|
||||
teardown(): void;
|
||||
}
|
||||
Reference in New Issue
Block a user