We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91624f commit 9565097Copy full SHA for 9565097
README.md
@@ -44,6 +44,13 @@ See [example usage](./example.php). Here's how the export looks like:
44
45

46
47
+
48
+### Customisation
49
50
+If you would like to change color etc, extend the classes
51
+[`Highlighter`](./src/Highlighter.php) and [`Exporter`](./src/Exporter.php),
52
+then override `visit()` method which recieves [`DOMElement`](https://php.net/DOMElement).
53
54
## Contributing
55
56
Please check [the guide](./CONTRIBUTING.md).
0 commit comments