WysiwygEditor

@Composable
fun WysiwygEditor(editorState: WysiwygEditorState, modifier: Modifier = Modifier, selectionStyle: SelectionStyle, autocompletePlugins: List<AutocompletePlugin>, onChange: (WysiwygEditorState) -> Unit, components: @Composable WysiwygEditorScope.() -> Unit)

Flexible Wysiwyg editor for editing plaintext-based document formats, like HTML or Markdown.