pyladoc.latex.from_html#

pyladoc.latex.from_html(html_code)#

Converts HTML code to LaTeX code using HTMLParser.

Parameters:

html_code (str) – The HTML code to convert.

Return type:

str

Returns:

The LaTeX code.