Function anchor

Source
pub fn anchor(
    anchor_name: &str,
    body: impl ToASlice<Node>,
    html: &HtmlAllocator,
) -> Result<AId<Node>>
Expand description

Make an anchor (target for #foo style links) in the best compatible way