PHP Class League\HTMLToMarkdown\Converter\ParagraphConverter

Inheritance: implements League\HTMLToMarkdown\Converter\ConverterInterface
Afficher le fichier Open project: nickcernis/html-to-markdown

Méthodes publiques

Méthode Description
convert ( League\HTMLToMarkdown\ElementInterface $element ) : string
getSupportedTags ( ) : string[]

Private Methods

Méthode Description
escapeFirstCharacters ( string $line ) : string
escapeOtherCharacters ( string $line ) : string
escapeOtherCharactersRegex ( string $line ) : string
escapeSpecialCharacters ( string $line ) : string

Method Details

convert() public méthode

public convert ( League\HTMLToMarkdown\ElementInterface $element ) : string
$element League\HTMLToMarkdown\ElementInterface
Résultat string

getSupportedTags() public méthode

public getSupportedTags ( ) : string[]
Résultat string[]