Module config

Source
Expand description

Configure the HTML to text translation using the Config type, which can be constructed using one of the functions in this module.

Structs§

Config
Configure the HTML processing.

Functions§

plain
Return a Config initialized with a PlainDecorator.
plain_no_decorate
Return a Config initialized with a PlainDecorator.
rich
Return a Config initialized with a RichDecorator.
with_decorator
Return a Config initialized with a custom decorator.