myst-vs-code icon indicating copy to clipboard operation
myst-vs-code copied to clipboard

A syntax highlighter for the MyST Markdown format

Results 29 myst-vs-code issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The equations in a math directive do not render, whereas inline and math blocks do. **To Reproduce** Type: ```{math} f(x)=1 ``` The result is **Expected behavior** To...

bug

**Describe the bug** With the `jebbs.plantuml` extension and the VS Code internal Markdown preview, the following code will produce a rendered inline plantUML diagram inside the markdown preview: ```` #...

bug

Awaiting https://github.com/microsoft/vscode/issues/121256

enhancement

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [json5](https://github.com/json5/json5) and [tsconfig-paths](https://github.com/dividab/tsconfig-paths). These dependencies needed to be updated together. Updates `json5` from 1.0.1 to 2.2.3 Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest'...

dependencies

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [![Dependabot...

dependencies

This may be out of scope of this project or perhaps I am misreading documentation on how to do this, but wanted to check: is it possible for additional installed...

enhancement

Inline with https://github.com/executablebooks/mdit-py-plugins/pull/31 and https://github.com/executablebooks/mdit-py-plugins/pull/32 then eventually move them into a separate package

enhancement

It would need a `browser` entry-point, plus (the tricky part) all modules packaged to a single file See https://code.visualstudio.com/api/extension-guides/web-extensions#web-extension-main-file

enhancement

_Originally posted by @chrisjsewell in https://github.com/executablebooks/myst-language-support/issues/18#issuecomment-683545660_ Thanks @CodeCox. I have to say, I have not touched this project in months (although I do use it daily within VS Code for...

enhancement