Titus
Titus
### Initial checklist - [X] I read the [support docs](https://github.com/syntax-tree/.github/blob/main/support.md) - [X] I read the [contributing guide](https://github.com/syntax-tree/.github/blob/main/contributing.md) - [X] I agree to follow the [code of conduct](https://github.com/syntax-tree/.github/blob/main/code-of-conduct.md) - [X] I...
### Initial checklist * [x] I read the support docs * [x] I read the contributing guide * [x] I agree to follow the code of conduct * [x] I...
### Initial checklist * [x] I read the support docs * [x] I read the contributing guide * [x] I agree to follow the code of conduct * [x] I...
๐ [GitHub Releases](https://help.github.com/en/articles/about-releases) makes it easy to: * [watch releases](https://help.github.com/en/articles/watching-and-unwatching-releases-for-a-repository) * see the changelog * download assets, which is the main reason Iโm opening this issue: Iโve been trying for...
Looks like `actions/setup-node` supports names now: https://github.com/actions/setup-node/pull/277. See also https://github.com/actions/setup-node/issues/26#issuecomment-1148828915, which is linked in this projectโs readme, and is now closed
_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...
Hi! remark is switching to a new parser internally ([micromark](https://github.com/micromark/micromark), see [`remarkjs/remark#536`](https://github.com/remarkjs/remark/pull/536) for more info). From a quick glance at the code, it seems this plugin should be fine. However,...
Hi! remark is switching to a new parser internally ([micromark](https://github.com/micromark/micromark), see [`remarkjs/remark#536`](https://github.com/remarkjs/remark/pull/536) for more info). From a quick glance at the code, it seems this plugin should be fine. However,...