mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-06 12:02:45 +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