Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Markdown DocumentationNew to Visual Studio Code? Get it now.
Markdown Documentation

Markdown Documentation

adamijak

|
19 installs
| (0) | Free
Compile Markdown files to self-contained HTML documentation
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

md-doc

md-doc is a VSCode extension for Markdown compilation to self-contained HTML file. It's main usage is for creation of design documents or documentaion.

Quick-start

  1. First download md-doc VSCode extension.

  2. Create md-doc.json configuration file.

{
    "title": "my-title",
    "files": ["path-to-source-file.md"]
}
  1. Start compilation using Markdown Documentation: Start command.

Documentation

See the website

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft