myst-vs-code
myst-vs-code copied to clipboard
A syntax highlighter for the MyST Markdown format
**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)....
**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...
See https://github.com/microsoft/vscode-docs-authoring/tree/master/docs-markdown
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....
Currently, YAML block are added only for code blocks:  As you can see, they work. However, they will currently be matched at any point in the cell:  This...
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...
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...
## 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...