All notable changes to commonmark-highlighter
will be documented in this file
- update to Commonmark v2
- add support for PHP 8
- Add support for highlighting specific lines
- update to Commonmark v1
- add
data-lang
attribute to<code>
block
- require the latest version of commonmark
- drop support for PHP 7.1
- use PHPUnit 8 for tests
- loosen deps
- update deps
- Initial release