convert

fun convert(html: String): String

Converts HTML to Markdown, suitable for use in LSP documentation.

Return

the converted Markdown string

Parameters

html

the HTML string to convert