Skip to content

raycon/vscode-markdown-style

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vscode-markdown-style

Themes are based on VSCode's markdown default styles

C:\Program Files\Microsoft VS Code\resources\app\extensions\markdown-language-features\media\markdown.css

Themes

  • Preview Theme

  • Extension Theme

    • pandoc-github.html : for vscode-pandoc extension
    • markdown-pdf.css : for MarkdownPDF extension

Usage

  • Copy css files to root of your current workspace.
  • Edit Settings.json (File > Preferences > Settings) like below :

Github style:

// Preview Settings
// Github style for all VSCode theme
"markdown.styles": [
    "github.css"
]

Light, Dark style:

// Light/Dark style for Light/Dark VSCode theme
"markdown.styles": [
    "light-default.css",
    "dark-material.css"
]

MarkdownPDF style:

// Extension - MarkdownPDF
"markdown-pdf.styles": [
    "[YOUR_PATH]/markdown-pdf.css"
]

Pandoc style:

// Extension - vscode-pandoc
"pandoc.htmlOptString": "-s -f markdown_github -t html5 -H [YOUR_PATH]/pandoc-github.html",

License

Licensed under the MIT License.

Releases

No releases published

Packages

No packages published