pub fn footnote_html_renderer_extension<'cb, W>(
options: impl Into<FootnoteHtmlRendererOptions>,
) -> impl RendererExtension<'cb, W>where
W: TextWrite + 'cb,Expand description
Returns a renderer extension that renders footnotes in HTML.
pub fn footnote_html_renderer_extension<'cb, W>(
options: impl Into<FootnoteHtmlRendererOptions>,
) -> impl RendererExtension<'cb, W>where
W: TextWrite + 'cb,Returns a renderer extension that renders footnotes in HTML.