HTML-escapes text and formats it according to formatting.
Wraps html as an ask.
Converts attribution to HTML.
Converts block to HTML.
Converts block to HTML.
Converts media to HTML.
Optionaloptions: { Optionalalt?: stringThe alt text for the media.
Applies the formatting specified by format to html, which may already include nested formatting.
The html has already been trimmed to only the section to which format applies.
Converts block to HTML.
Converts block to HTML.
Converts block to HTML.
Wraps html as single row.
Converts blocksAndNested to HTML.
The first element of blocksAndNested determines the subtype of the entire thing; any other blocks are guaranteed to have the same subtype. The string elements of blocksAndNested ar TextBlockIndented objects which are more deeply nested and have already been converted to HTML.
Converts block to HTML.
Renders block as HTML.
Converts block to HTML.
A class that stores materialized options for rendering NPF to HTML.
Callers may extend this class and override any of its
render*()methods to change the way particular NPF components are rendered.