- Notifications
You must be signed in to change notification settings - Fork58
VS Code extension that changes the built-in markdown preview to match Github's styling
License
mjbvz/vscode-github-markdown-preview-style
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Changes VS Code's built-in markdown preview to match GitHub's styling.
Includes support for both light and dark GitHub themes. By default, the theme type (light vs dark) is selected based on your VS Code theme.
❗️ Important: This extension only styles the Markdown preview. Usethis extension pack to add support for other GitHub markdown features like
:emoji:and- [ ] tasklists.
- Preview what your markdown will look like on GitHub.
- Extends VS Code's built-in markdown preview.
- Includes Github's Dark and Light themes, along with Github's dark dimmed, high contrast, and color blind accessible themes.
- Customize styling using your own
markdown.stylescss- Make sure you apply your styles to the
.github-markdown-bodyinstead of justbodyso they don't get overridden by this extension
- Make sure you apply your styles to the
Please see theVSCode Markdown Preview documentation for instructions on how to use this extension.
By default, this extension uses the Github theme that matches VS Code's color theme (light/dark). These settings let you further customize which Github theme the Markdown preview uses.
markdown-preview-github-styles.colorThemeSets the color theme mode for the styling of the Markdown preview. Default:
auto.Auto (match editor): Automatically match the editor color theme (light/dark).System: Sync to the system/OS color theme.Single theme: Light: Always use the selected Light theme. Seemarkdown-preview-github-styles.lightThemeSingle theme: Dark: Always use the selected Dark theme. Seemarkdown-preview-github-styles.darkTheme
markdown-preview-github-styles.lightThemeandmarkdown-preview-github-styles.darkTheme.Specify the theme used when in Light/Dark mode. Only the matching setting applies when
colorThemeis inSingle thememode.Available themes:
- Light -
light - Light high contrast -
light_high_contrast - Light Protanopia & Deuteranopia -
light_colorblind - Light Tritanopia -
light_tritanopia - Dark -
dark - Dark high contrast -
dark_high_contrast - Dark Protanopia & Deuteranopia -
dark_colorblind - Dark Tritanopia -
dark_tritanopia - Dark dimmed -
dark_dimmed
- Light -
About
VS Code extension that changes the built-in markdown preview to match Github's styling
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors10
Uh oh!
There was an error while loading.Please reload this page.
