开源软件名称(OpenSource Name):raycon/vscode-markdown-style开源软件地址(OpenSource Url):https://github.com/raycon/vscode-markdown-style开源编程语言(OpenSource Language):CSS 50.2%开源软件介绍(OpenSource Introduction):vscode-markdown-styleThemes are based on VSCode's markdown default styles
Themes
Usage
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", LicenseLicensed under the MIT License. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论