Skip to content

Releases: timlrx/rehype-prism-plus

v2.0.0

08 Jan 03:36
Compare
Choose a tag to compare

What's Changed

  • chore: upgrade unified js dependencies and typing

Full Changelog: v1.6.3...v2.0.0

v1.6.3

07 Aug 06:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.2...v1.6.3

v1.6.2

06 Aug 08:55
Compare
Choose a tag to compare

Change Log

  • Fix export type definition for bundlers

Full Changelog: v1.6.1...v1.6.2

v1.6.1

25 Jun 04:06
Compare
Choose a tag to compare

What's Changed

  • Fix - add class info for default language by @timlrx in #61

Full Changelog: v1.6.0...v1.6.1

v1.6.0

24 Jun 05:59
Compare
Choose a tag to compare

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 that defaultLanguage takes precedence over the ignoreMissing setting. The defaultLanguage 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

04 Feb 07:55
Compare
Choose a tag to compare

What's Changed

  • feat: meta string support with astro by @oedotme in #56

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0

21 Aug 10:56
Compare
Choose a tag to compare

What's Changed

  • feat: added support for diff with syntax highlight by @Code-Victor in #53

New Contributors

Full Changelog: v1.4.3...v1.5.0

v1.4.3

20 Aug 10:15
Compare
Choose a tag to compare

What's Changed

  • Fix missing highlight border (CSS) by @jrson83 in #49
  • fix: add column info to node positions by @timlrx in #52

New Contributors

Full Changelog: v1.4.2...v1.4.3

v1.4.2

05 Jul 16:10
4ccceff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.4.2

v1.4.1

15 Jun 14:17
Compare
Choose a tag to compare

What's Changed

  • test: add test case with unifiedjs workflow by @timlrx in #42
  • refactor: remove unnecessary loop by @timlrx in #43
  • refactor: simplify scaffolding of new line nodes by @timlrx in #43

Full Changelog: v1.4.0...v1.4.1