Html Module
Reader and writer for `text/html`. HTML is a *fluid* format like Markdown, but richer: it carries inline styling (bold/italic/underline, colour), links, images, lists, tables, code and block quotes. The writer emits a small, clean document; the reader parses a pragmatic subset of common block and inline elements.
Types
| Type | Description |
|
Reads HTML into a fluid `Document` using the HtmlAgilityPack DOM parser. |
|
|
Writes a `Document` as a standalone HTML5 document. |
Functions and values
| Function or value |
Description
|
Full Usage:
MediaType
Returns: string
|
|
Nao