parse

expect open override fun parse(html: String): KtSoupDocument

Parse the given html document.

Return

The parsed document as a KtSoupDocument.

Parameters

html

The HTML document as a string.