A VSCode template optimized for HTML and PDF document generation from Markdown with a GitHub-style theme and extras
- Markdown Converter
- Used to generate HTML and PDF documents from the VSCode Markdown Preview screen
- Markdown All in One
- Provides useful keyboard shortcuts, tab completions and more
- Markdown Preview Mermaid Support
- Used to add Mermaid capabilities
- Markdown+Math
- Used to add KaTeX (LaTeX math) capabilities
- Clone this repo
- Open the directory with
VSCode
- Install the required (and optional) packages
- Press
F1 > Markdown Convert Document
/assets/github-markdown.css
- base theme from github-markdown-css (MIT License)
/assets/fixes.css
- VSCode-specific fixes from vscode-github-markdown-preview-style (MIT License) and personal patches
/assets/style.css
- extra style changes
MIT