fromMarkdown method
Configures the editor with a Document that's parsed from the
given markdown.
Implementation
TestSuperEditorConfigurator fromMarkdown(String markdown) {
return TestSuperEditorConfigurator._(
_widgetTester,
deserializeMarkdownToDocument(markdown),
);
}