Module transforms

Module transforms 

Source
Expand description

Contains extension traits that can used to transform text elements into special markdown formats.

The module does add support for the following transformations:

Traitsยง

BlockQuote
An extension trait for block quote transformation.
Bold
An extension trait for bold transformations.
CodeBlock
An extension trait for code block transformations.
Inline
An extension trait for inline transformations.
Italic
An extension trait for italic transformations.