League\HTMLToMarkdown\Converter\PreformattedConverter::getSupportedTags PHP Метод

getSupportedTags() публичный Метод

public getSupportedTags ( ) : string[]
Результат string[]
    public function getSupportedTags()
    {
        return array('pre');
    }
PreformattedConverter