Releases: timlrx/rehype-prism-plus
Releases · timlrx/rehype-prism-plus
v2.0.1
What's Changed
- Feat: Add Option to Show Line Numbers for Specific Languages by @skiende74 in #75
New Contributors
- @skiende74 made their first contribution in #75
Full Changelog: v2.0.0...v2.0.1
v2.0.0
v1.6.3
What's Changed
- fix: support nextjs 13 (fix #65) by @jaywcjlove in #66
New Contributors
- @jaywcjlove made their first contribution in #66
Full Changelog: v1.6.2...v1.6.3
v1.6.2
v1.6.1
v1.6.0
What's Changed
- Feature - Add default language option by @timlrx in #59
You can now pass in{defaultLanguage: 'py'}
or your most commonly used language and save the hassle of specifying it at every code block level. Note thatdefaultLanguage
takes precedence over theignoreMissing
setting. ThedefaultLanguage
should be registered with refractor, otherwise the plugin will throw an error message. - Update dependencies
Full Changelog: v1.5.1...v1.6.0
v1.5.1
v1.5.0
What's Changed
- feat: added support for diff with syntax highlight by @Code-Victor in #53
New Contributors
- @Code-Victor made their first contribution in #53
Full Changelog: v1.4.3...v1.5.0