@@ -34,30 +34,30 @@ injects additional elements into the base markdown syntax highlighting grammar,
3434
3535### Syntax Highlighting
3636
37- <img width =" 500 " alt =" screenshot " src =" https://raw.githubusercontent.com/ExecutableBookProject /myst-vs-code/master/images/Screenshot.png " >
37+ <img width =" 500 " alt =" screenshot " src =" https://raw.githubusercontent.com/executablebooks /myst-vs-code/master/images/Screenshot.png " >
3838
3939Embedded code blocks/cells can be utilised in their native language:
4040
41- <img width =" 500 " alt =" screenshot " src =" https://raw.githubusercontent.com/ExecutableBookProject /myst-vs-code/master/images/embedded-code.gif " >
41+ <img width =" 500 " alt =" screenshot " src =" https://raw.githubusercontent.com/executablebooks /myst-vs-code/master/images/embedded-code.gif " >
4242
4343### Hover and Autocompletion
4444
4545Directive completion and hover is available for all built-in sphinx directives:
4646
47- <img width =" 500 " alt =" screenshot " src =" https://raw.githubusercontent.com/ExecutableBookProject /myst-vs-code/master/images/directive-completion.gif " >
47+ <img width =" 500 " alt =" screenshot " src =" https://raw.githubusercontent.com/executablebooks /myst-vs-code/master/images/directive-completion.gif " >
4848
49- <img width =" 500 " alt =" screenshot " src =" https://raw.githubusercontent.com/ExecutableBookProject /myst-vs-code/master/images/directive-hover.gif " >
49+ <img width =" 500 " alt =" screenshot " src =" https://raw.githubusercontent.com/executablebooks /myst-vs-code/master/images/directive-hover.gif " >
5050
5151Snippet completions are also available for a number of Sphinx directives:
5252
53- <img width =" 500 " alt =" screenshot " src =" https://raw.githubusercontent.com/ExecutableBookProject /myst-vs-code/master/images/snippet-completion.gif " >
53+ <img width =" 500 " alt =" screenshot " src =" https://raw.githubusercontent.com/executablebooks /myst-vs-code/master/images/snippet-completion.gif " >
5454
5555### Preview Enhancement
5656
5757This extension enhances VS Code's built-in Markdown previewer
5858([ see this guide for info] ( https://code.visualstudio.com/api/extension-guides/markdown-extension ) ), to properly render MyST syntax like directives and other extensions.
5959
60- <img width =" 500 " alt =" screenshot " src =" https://raw.githubusercontent.com/ExecutableBookProject /myst-vs-code/master/images/preview.gif " >
60+ <img width =" 500 " alt =" screenshot " src =" https://raw.githubusercontent.com/executablebooks /myst-vs-code/master/images/preview.gif " >
6161
6262If you encounter any issues with this, you can disable it with the ` myst.preview.enable ` [ configuration setting] [ vscode-settings ] (and please report it).
6363
@@ -188,6 +188,6 @@ VS Code Markdown extension exemplars were taken from [vscode/extensions/markdown
188188
189189[ vs-market-badge ] : https://vsmarketplacebadge.apphb.com/version/ExecutableBookProject.myst-highlight.svg " Current Release "
190190[ vs-market-link ] : https://marketplace.visualstudio.com/items?itemName=ExecutableBookProject.myst-highlight
191- [ github-ci-badge ] : https://img.shields.io/github/workflow/status/ExecutableBookProject /myst-vs-code/Github-CI?label=Github-CI
192- [ github-ci-link ] : https://github.com/ExecutableBookProject /myst-vs-code/actions
191+ [ github-ci-badge ] : https://img.shields.io/github/workflow/status/executablebooks /myst-vs-code/Github-CI?label=Github-CI
192+ [ github-ci-link ] : https://github.com/executablebooks /myst-vs-code/actions
193193[ vscode-settings ] : https://code.visualstudio.com/docs/getstarted/settings
0 commit comments