| 1 | <?php |
||
| 7 | final class BlockquoteConverter implements Converter |
||
| 8 | { |
||
| 9 | use HtmlToMarkdown; |
||
| 10 | |||
| 11 | 1 | public function toJson(\DOMElement $node) |
|
| 27 | |||
| 28 | 1 | public function matches(\DomElement $node) |
|
| 32 | |||
| 33 | 1 | private function getCiteHtml(\DOMElement $node) |
|
| 46 | |||
| 47 | 1 | private function getCiteNodes(\DOMElement $node) |
|
| 56 | } |
||
| 57 |