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

getSupportedTags() public method

public getSupportedTags ( ) : string[]
return string[]
    public function getSupportedTags()
    {
        return array('em', 'i', 'strong', 'b');
    }