Skip to main content

Crate devup_editor_markdown

Crate devup_editor_markdown 

Source
Expand description

Markdown ↔ [Document] conversion for the devup editor.

Implements [DocumentExport] and [DocumentImport] from devup-editor-core.

Supported block types: paragraph, heading (h1–h3), todo, list (bullet only), quote, code (fenced). Supported marks: bold, italic, code, strike.

Round-trip is not byte-perfect — Markdown is a lossy intermediate.

Structs§

Markdown
Marker type carrying the DocumentExport / DocumentImport impls for Markdown.

Enums§

MarkdownError
Error produced by Markdown import/export.