MarkdownEditor

@Composable
fun MarkdownEditor(editorState: WysiwygEditorState, documentTheme: DocumentTheme, autocompletePlugins: List<AutocompletePlugin> = listOf(EmojiAutocompletePlugin()), onChange: (newEditorState: WysiwygEditorState) -> Unit)