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

A syntax highlighter for the MyST Markdown format

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

**Is your feature request related to a problem? Please describe.** It would be great if we could adapt the code execution for Python chunks using the similar implement as [vscode-python](https://github.com/microsoft/vscode-python)....

enhancement

**Describe the bug** @chrisjsewell a few of the quantecon community are reporting issues installing / getting this this extension to work on linux platforms. I will setup a Linux VM...

bug

See https://github.com/microsoft/vscode-docs-authoring/tree/master/docs-markdown

enhancement

VS Code just introduced this feature, which may be if use? # What is the difference between syntax and semantic highlighting? Syntax highlighting colors the text based on lexical rules....

enhancement

Similar to how directive snippets are implemented

enhancement

Currently, YAML block are added only for code blocks: ![image](https://user-images.githubusercontent.com/2997570/77034348-a0675880-69a1-11ea-82df-ab906be7cb70.png) As you can see, they work. However, they will currently be matched at any point in the cell: ![image](https://user-images.githubusercontent.com/2997570/77034416-d9073200-69a1-11ea-8bb8-b73f8edf6adb.png) This...

bug

Myst is designed to be CommonMark compliant, therefore standard Markdown syntax highlighters will work with Myst and handle the common syntaxes. However, it would be desired to have an 'extended'...

**Describe the bug** References added via DOI or bibtex are not rendered in the VS Code preview. **To Reproduce** Steps to reproduce the behavior: 1. Install Myst extension 2. create...

bug

I'm running a Jupyter Notebook in VS Code and the MyST markdown cells are not displaying properly I'd like the MyST markdown cell to render correctly. Here's how it should...

enhancement

## Describe the bug The `{toctree}` directive renders improperly as tables (cards?) in the previewer, yet `sphinx` properly builds the page. **NOTE:** _I blurred the project title._ ## To Reproduce...

bug