Module pulldown_cmark::html
source · Expand description
HTML renderer that takes an iterator of events as input.
Functions§
- Iterate over an
IteratorofEvents, generate HTML for eachEvent, and push it to aString. - Iterate over an
IteratorofEvents, generate HTML for eachEvent, and write it out to a writable stream.