Markdown Module
Reader and writer for `text/markdown` (CommonMark-ish subset). Markdown is the canonical *fluid* format, so it exercises headings, lists, code, quotes, tables, emphasis, links and images of the unified model.
Types
| Type | Description |
|
Parses Markdown into a fluid `Document` with the Markdig CommonMark parser (advanced extensions on: pipe tables, strikethrough, autolinks, ...). |
|
|
Writes a `Document` as Markdown. |
Functions and values
| Function or value |
Description
|
Full Usage:
MediaType
Returns: string
|
|
|
A `ConverterRegistry` preconfigured with the built-in text formats (markdown + plain text), ready for A → unified → B conversions.
|
Nao