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.