League\HTMLToMarkdown\Converter\PreformattedConverter::getSupportedTags PHP Method

getSupportedTags() public method

public getSupportedTags ( ) : string[]
return string[]
    public function getSupportedTags()
    {
        return array('pre');
    }
PreformattedConverter