\League\HTMLToMarkdownHtmlConverterInterface

Interface for an HTML-to-Markdown converter.

Summary

Methods
Constants
convert()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

convert()

convert(string  $html) : string

Convert the given $html to Markdown

Parameters

string $html

Throws

\InvalidArgumentException

Returns

string —

The Markdown version of the html