macx / github-markdown-css

The minimal amount of CSS to replicate the GitHub Markdown style

Home Page:https://sindresorhus.com/github-markdown-css

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Markdown Theme for Visual Studio Code

This CSS stylesheet allows you to preview markdown files in Visual Studio Code in GitHub's mardown flavour. It is taken from sindresorhus/github-markdown-css but optimized for VC.

Installation

Open the User Settings and add the following setting:

"markdown.styles": [
	"https://cdn.jsdelivr.net/gh/macx/github-markdown-css@main/github-markdown.css"
],

About

The minimal amount of CSS to replicate the GitHub Markdown style

https://sindresorhus.com/github-markdown-css

License:MIT License


Languages

Language:HTML 51.2%Language:CSS 48.8%