Markdown highlighting in Python multiline strings for VS Code
Adds syntax highlight support for python multiline Markdown strings in VS Code.
This should be helpful when using streamlit, "the fastest way to build costom ML tools".
Installation
Install python-string-markdown from extensions (ctrl + shift + x or cmd + shift + x on mac).
Comments at beginning and end of highlighted section in the string (see Usage section).
Usage
Basic
Insert <!-- md --> at the beginning of the part of the string you would like highlighted and insert <!-- end-md --> at the end of the highlighted section.
demo/demo.py
Use with streamlit
This extension should be helpful when using streamlit, "the fastest way to build costom ML tools".
If you use streamlit, you can write texts in Markdown in Python docsting written with three double-quotation like """ text """.
However, texts in docsting is not highlighted, so this extension would be helpful.
Snippets
Begin typing md, markdown, or md/markdown and the autocomplete snippet will appear: