Releases: andrewbranch/gatsby-remark-vscode
Releases · andrewbranch/gatsby-remark-vscode
Remove peerDependency
What's Changed
- fix: remove gatsby peer dependencies by @Rodrigo54 in #182
New Contributors
- @Rodrigo54 made their first contribution in #182
Full Changelog: v3.3.0...v3.3.1
Add (non-gatsby) Remark plugin
- #157 - thanks @codepunkt!
Allow gatsby v3
Allow unrecognized code fence info formats for passthrough to other plugins
Switch to WASM
v3.0.1
- Fixes a bug where blank lines rendered with zero height
v3.0.0
- See MIGRATING.md for breaking changes
- Line numbers (#95)
- Diff highlighting (#88) (thanks @janosh!)
Fix extension resolution with global gatsby
v2.1.1
v2.1.0
- Adds the ability to do syntax highlighting for inline code. See Inline code highlight in the README for instructions, and #89 for more details.