Markdown Cells in Google Colab show output of markdown cell while editing itself
Markdown Cells in VS Code don’t show output of markdown while editing markdown but colab shows it while editing as shown above
I want to see the markdown output while editing it in VS Code like in colab. How can I do it?
2
Answers
You can directly edit the
.md
file, and click the button in the upper right corner to open the preview window.I googled "
github vscode issues jupyter preview markdown while writing
" and found this issue ticket in themicrosoft/vscode-jupyter
GitHub repo: [Feature Request] Render Markdown text realtime #1340, which covers what you are asking for. Unfortunately, it was closed in October of 2021 with the message:You could try your hand at raising it again. If you do, please comment here with a link to your issue ticket, or suggest an edit to this post to add a link to it for posterity, and so I can follow it.