Package-level declarations
Markdown import/export and configuration: withMarkdown, MarkdownConfiguration, and the AnnotatedString ⇄ Markdown converters.
Types
Configurable markdown style settings to customize how markdown elements are rendered and parsed in the text editor.
An extension to TextEditorState that provides markdown functionality. This separates markdown concerns from the core text editor functionality.
Functions
Parses this string as GitHub Flavored Markdown and renders it into a styled AnnotatedString.
Converts an AnnotatedString to a markdown string, handling supported markdown styles. Only converts styles that match our supported markdown styles, dropping any unsupported styles.
Wraps this TextEditorState in a MarkdownExtension, the entry point for markdown import/export and block toggles (blockquote, bullet/ordered lists, code fences).