Chris Sewell

Results 256 issues of Chris Sewell

There is not yet a direct equivalent in MyST Markdown for line blocks (see https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#line-blocks) This could/should be added though, *via* https://github.com/executablebooks/mdit-py-plugins/issues/10, then adding a new extension in myst-parser

enhancement

files generated with `sphinx-autodoc` will inherently contain toctree directives, and so sphinx_external_toc will warn e.g.: `apidoc/my_package.rst:7: WARNING: toctree directive not expected with external-toc [etoc.toctree]` You can currently work around this...

enhancement

> I think the best way forward is to use the simple lists that @AakashGfude has put together and we can open an issue to replace it with a more...

Executing the whole notebook first is obviously a common task, followed by re-executing certain cells with modification (and here #493 would then also be helpful)

enhancement

It would be really helpful to show the execution count for each executed cell (and by extension, if it has actually been executed at all)

enhancement

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

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

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

enhancement