Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>BamakomNew to Visual Studio Code? Get it now.
Bamakom

Bamakom

Yoav Miller

|
9 installs
| (0) | Free
Render markdown inside the source code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Bamakom

A VSCode extension that displays markdown within code files, exactly where it is needed.

Features

Write markdown inside your source code files, and wrap it with tags , like this:


void foo() {
    /* <markdown>
## This is how. 

To render this, move your mouse on top the
`markdown` tag above.
    </markdown> */
}

demo

Images links should be relative to the source file folder.

Note: mermaid diagrams and math are not supported. This is a real bummer. Internally the VS Code markdown renderer does the work, but I cant find out how to make it render everything.

TODO

  • check if there are closing tags
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft