1 | <?php |
||
5 | final class BlockquoteConverter implements Converter |
||
6 | { |
||
7 | use HtmlToMarkdown; |
||
8 | |||
9 | 1 | public function toJson(\DOMElement $node) |
|
25 | |||
26 | 1 | public function matches(\DomElement $node) |
|
30 | |||
31 | 1 | private function getCiteHtml(\DOMElement $node) |
|
44 | |||
45 | 1 | private function getCiteNodes(\DOMElement $node) |
|
54 | } |
||
55 |