insertMarkdown method
Inserts markdown at the current selection.
Implementation
void insertMarkdown(String markdown) {
replaceSelection(markdown);
}
Inserts markdown at the current selection.
void insertMarkdown(String markdown) {
replaceSelection(markdown);
}