League\HTMLToMarkdown\HtmlConverter::__invoke PHP Method

__invoke() public method

Convert
See also: HtmlConverter::convert
public __invoke ( string $html ) : string
$html string
return string The Markdown version of the html
    public function __invoke($html)
    {
        return $this->convert($html);
    }