Header menu logo Nao

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

Reader

Reads HTML into a fluid `Document` using the HtmlAgilityPack DOM parser.

Writer

Writes a `Document` as a standalone HTML5 document.

Functions and values

Function or value Description

MediaType

Full Usage: MediaType

Returns: string
Returns: string

Type something to start searching.