Releases: timlrx/rehype-prism-plus
Releases · timlrx/rehype-prism-plus
v1.1.0
v1.0.0
v0.1.0
Change Log
- fix: use span instead of div
- feat: add
code-highlight
class to code block - docs: add working stylesheet example
Note: Due to the change from div to span, there might be breaking changes to existing styling. You can add a display: block
style for .code-line
to get the same behaviour as a div.