markdown-tm-language
markdown-tm-language copied to clipboard
really good syntax highlighting for markdown and MDX
_Originally reported by @kentcdodds at https://github.com/wooorm/markdown-tm-language/issues/1_ Emphasis and strong in markdown are typically rendered bold, italic. This grammar does not do that. I thought I’d open this issue to allow...
Example: ````md # Dark blue? ```js type X = 1 ``` # Dark blue? ```ts type X = 1 ``` # Dark blue? ```` The bug is tracked at https://github.com/microsoft/TypeScript-TmLanguage/issues/873....
_Originally reported by @kentcdodds at https://github.com/mdx-js/mdx-analyzer/issues/318_ ### Steps to reproduce Install the latest version of vscode-mdx Open a markdown file with some markdown, even simple markdown will do. Here are...
Visual Studio Code supports a number of builtin languages inside code blocks. They are defined in https://github.com/microsoft/vscode-markdown-tm-grammar/blob/d2891799526f6a44caa63fc3ce6e3f1d945ca2b4/build.js#L8-L73. Since these languages are fairly well-known, I think it would be nice to...
Syntax highlighting of blockquotes is continued until a blank line is found. The result on GitHub is different than in VSCode and https://wooorm.com/markdown-tm-language/ ```mdx > **some** _markdown_ `content` > **some**...
Per the downstream report: [^1] ## Describe the bug 1. #### Source When nested lists are represented in source format: ~~~Markdown # Addition and Subtraction of Binary 1. ## Questions...