Skip to content

Commit 9565097

Browse files
committed
docs: add customisation info
1 parent d91624f commit 9565097

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ See [example usage](./example.php). Here's how the export looks like:
4444

4545
![adhocore/cli-syntax](./example.png)
4646

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+
4754
## Contributing
4855

4956
Please check [the guide](./CONTRIBUTING.md).

0 commit comments

Comments
 (0)