You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This now pulls in a grammar for from:
<https://github.com/wooorm/markdown-tm-language>.
It fixes a bunch of previous errors and adds real support for MDX.
It also supports YAML frontmatter, TOML frontmatter, GFM (autolink
literals, footnotes, strikethrough, tables, tasklists), GitHub (gemoji,
mentions, references).
There’s support for about 20 common embedded grammars in fenced code
blocks.
Embedded code (in fenced code blocks, or in ESM/expressions) is now
marked as being the correct language, which makes comments and such
work.
ClosesGH-183.
ClosesGH-191.
ClosesGH-209.
ClosesGH-221.
This now pulls in a grammar for from:
<https://github.com/wooorm/markdown-tm-language>.
It fixes a bunch of previous errors and adds real support for MDX.
It also supports YAML frontmatter, TOML frontmatter, GFM (autolink
literals, footnotes, strikethrough, tables, tasklists), GitHub (gemoji,
mentions, references).
There’s support for about 20 common embedded grammars in fenced code
blocks.
Embedded code (in fenced code blocks, or in ESM/expressions) is now
marked as being the correct language, which makes comments and such
work.
ClosesGH-183.
ClosesGH-191.
ClosesGH-209.
ClosesGH-221.
Co-authored-by: Remco Haszing <[email protected]>
Initial checklist
Affected packages and versions
0.23
Steps to reproduce
Example 1
Example 2
Expected behavior
Syntax highlighting should match the built-in
javascriptreact
syntax when using:<></>
Ḟ
Actual behavior
Syntax highlighting is broken.
Runtime
Node v16
Package manager
yarn v1
OS
Windows
Build and bundle tools
Vite
The text was updated successfully, but these errors were encountered: