html: add doc comment to html::Renderer
This commit is contained in:
parent
e209143f54
commit
9d9aded764
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ use crate::OrderedListNumbering::*;
|
|||
use crate::Render;
|
||||
use crate::SpanLinkType;
|
||||
|
||||
/// [`Render`] implementor that writes HTML output.
|
||||
#[derive(Default)]
|
||||
pub struct Renderer {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue