getHTMLMixin

Returns a mixin string that generates HTML for the given DOM tree.

Parameters

doc Document

The root nodes of the DOM tree.

range_name string

Optional custom name to use for the output range, defaults to _diet_output.

style HTMLOutputStyle

Output style to use.

Return Value

Type: string

A string of D statements suitable to be mixed in inside of a function.

Meta