Function get_extensions

Source
pub(crate) fn get_extensions<'a>(
    b: &'a impl Backend,
    s: &SymbolURI,
) -> impl Iterator<Item = ContentReference<Extension<Checked>>> + 'a
Available on crate features omdoc and ssr only.