pulldown_cmark

Module html

source
Expand description

HTML renderer that takes an iterator of events as input.

Functionsยง

  • Iterate over an Iterator of Events, generate HTML for each Event, and push it to a String.
  • Iterate over an Iterator of Events, generate HTML for each Event, and write it into Unicode-accepting buffer or stream.
  • Iterate over an Iterator of Events, generate HTML for each Event, and write it out to an I/O stream.