html: add doc comment to html::Renderer

This commit is contained in:
Noah Hellman 2023-05-04 19:58:21 +02:00
parent e209143f54
commit 9d9aded764

View file

@ -10,6 +10,7 @@ use crate::OrderedListNumbering::*;
use crate::Render;
use crate::SpanLinkType;
/// [`Render`] implementor that writes HTML output.
#[derive(Default)]
pub struct Renderer {}