This repository was archived by the owner on Apr 14, 2022. It is now read-only.
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
Allow language server to be used within markdown code blocks #2141
Open
Description
Would it be possible to use the capabilities of the language server within markdown files' python code blocks? This would be within .md files or some new file extension so that you can write code with all the features when editing .py files.
This is particularly useful when writing dynamic documents where text and code are written together and executed with tools such as codebraid
or jupyter-book