[][src]Function mdpage::write_data

pub fn write_data(writer: impl Write, data: &Data) -> Result<(), Box<dyn Error>>

Render the data into HTML and write it to the provided writer.