stripAnchors

fun stripAnchors(element: Element): Element

Removes all anchors from the given element.

Return

a copy of the element without any anchors

Parameters

element

the element to strip anchors from