pulsar/packages/markdown-preview
confused_techie a03061576f
Merge pull request #502 from pulsar-edit/renovate/npm-minimist-vulnerability
chore(deps): update dependency minimist [security]
2023-04-29 11:48:35 -07:00
..
assets Bundle markdown-preview 2023-02-07 20:00:49 -08:00
keymaps Bundle markdown-preview 2023-02-07 20:00:49 -08:00
lib Bundle markdown-preview 2023-02-07 20:00:49 -08:00
menus Bundle markdown-preview 2023-02-07 20:00:49 -08:00
spec remove weird duplicate accented fixture file (hopefully?) 2023-04-13 12:25:22 -07:00
styles Bundle markdown-preview 2023-02-07 20:00:49 -08:00
.gitignore Bundle markdown-preview 2023-02-07 20:00:49 -08:00
package-lock.json Merge pull request #502 from pulsar-edit/renovate/npm-minimist-vulnerability 2023-04-29 11:48:35 -07:00
package.json Fix repository key in every new bundled package 2023-02-07 20:22:23 -08:00
README.md Bundle markdown-preview 2023-02-07 20:00:49 -08:00

Markdown Preview package

Show the rendered HTML markdown to the right of the current editor using ctrl-shift-m.

It is currently enabled for .markdown, .md, .mdown, .mkd, .mkdown, .ron, and .txt files.

markdown-preview

Customize

By default Markdown Preview uses the colors of the active syntax theme. Enable Use GitHub.com style in the package settings to make it look closer to how markdown files get rendered on github.com.

markdown-preview GitHub style

To customize even further, the styling can be overridden in your styles.less file. For example:

.markdown-preview.markdown-preview {
  background-color: #444;
}