gatsby-remark-vscode

Gatsby plugin to provide VS Code’s syntax highlighting to Markdown code fences

MIT License

Downloads
1.9K
Stars
296
Committers
14

Bot releases are hidden (Show)

gatsby-remark-vscode - Remove peerDependency Latest Release

Published by andrewbranch over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/andrewbranch/gatsby-remark-vscode/compare/v3.3.0...v3.3.1

gatsby-remark-vscode - Add (non-gatsby) Remark plugin

Published by andrewbranch over 3 years ago

  • #157 - thanks @codepunkt!
gatsby-remark-vscode - Allow gatsby v3

Published by andrewbranch over 3 years ago

#144 / #146 - Thanks @tnorlund!

gatsby-remark-vscode - Allow unrecognized code fence info formats for passthrough to other plugins

Published by andrewbranch almost 4 years ago

  • #128 - Thanks @kevin940726!
gatsby-remark-vscode - Switch to WASM

Published by andrewbranch about 4 years ago

  • #124
  • Bonus bug fix: #112 (thanks @AJLiu!)
gatsby-remark-vscode - v3.0.1

Published by andrewbranch over 4 years ago

  • Fixes a bug where blank lines rendered with zero height
gatsby-remark-vscode - v3.0.0

Published by andrewbranch over 4 years ago

  • See MIGRATING.md for breaking changes
  • Line numbers (#95)
  • Diff highlighting (#88) (thanks @janosh!)
gatsby-remark-vscode - Fix extension resolution with global gatsby

Published by andrewbranch over 4 years ago

  • #102
gatsby-remark-vscode - v2.1.1

Published by andrewbranch over 4 years ago

  • Fixes a crash when the inlineCode option isn’t specified (#93)
gatsby-remark-vscode - v2.1.0

Published by andrewbranch over 4 years ago

  • Adds the ability to do syntax highlighting for inline code. See Inline code highlight in the README for instructions, and #89 for more details.
gatsby-remark-vscode - v2.0.3

Published by andrewbranch over 4 years ago

  • Fix CSS variable scoping so --grvsc-padding-h and --grvsc-padding-v works, and variables can be reliably defined on :root (#82).
  • Fix crash when markdown nodes are not sourced from file nodes (#81). Thanks @chadly!
gatsby-remark-vscode - v2.0.2

Published by andrewbranch over 4 years ago

Adds meta field to GRVSCCodeBlock GraphQL type

gatsby-remark-vscode - v2.0.1

Published by andrewbranch over 4 years ago

  • Fixes passing a grammar parameter to vscode-textmate in the wrong format, though fixing it had no effect on anything in existing tests. I think it will make a difference only for grammars that specify tokenTypes of a type besides "other", of which there are none in the included grammar definitions.
gatsby-remark-vscode - v2.0.0

Published by andrewbranch over 4 years ago

See MIGRATING.md and #64 for details of what’s new!

Huge thanks to @janosh and @rodrigo54 for testing the v2 alpha and leaving feedback.

gatsby-remark-vscode - Accept callback function for `wrapperClassName`

Published by andrewbranch almost 5 years ago

See #58. Thanks @mdluo!

gatsby-remark-vscode - Bug fix: code fence options parsing

Published by andrewbranch almost 5 years ago

See #54

gatsby-remark-vscode - Comment-directive line highlighting

Published by andrewbranch almost 5 years ago

Adds the ability to use // highlight-line, // highlight-next-line, // highlight-start, and // highlight-end comments. Thanks @janosh!

gatsby-remark-vscode - Fix code fence language names with + or # characters

Published by andrewbranch about 5 years ago

Fixes #46 via #47

gatsby-remark-vscode - Support plist themes and update built-in vscode stuff

Published by andrewbranch about 5 years ago

  • Fixes support for plist-defined themes (#41 fixing #34)
  • Updates dependencies and vscode submodule (which updates built-in grammar and theme definitions) (#42)
gatsby-remark-vscode - v1.1.2: Bug fix (missing CSS)

Published by andrewbranch about 5 years ago

Fixes #37 via #38