An open API service indexing awesome lists of open source software.

https://github.com/adamijak/md-doc


https://github.com/adamijak/md-doc

documentation documentation-generator documentation-tool github github-flavored-markdown markdown markdown-to-html marked marked-js markedjs mermaid mermaidjs

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# 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](https://marketplace.visualstudio.com/items?itemName=adamijak.md-doc) VSCode extension.

2. Create `md-doc.json` configuration file.
```json
{
"title": "my-title",
"files": ["path-to-source-file.md"]
}
```

3. Start compilation using `Markdown Documentation: Start` command.

## Documentation
See the [website](https://adamijak.github.io/md-doc/)