mattbell87 / markdown-preview

Markdown preview in Atom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markdown Preview package Build Status

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

It can be activated from the editor using the ctrl-shift-m key-binding and 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;
}

About

Markdown preview in Atom

License:MIT License


Languages

Language:CoffeeScript 79.8%Language:CSS 20.2%