Skip to content

dsumer/markdown-preview

This branch is 136 commits behind atom/markdown-preview:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

422d7f3 · Mar 24, 2017
Apr 14, 2015
Oct 17, 2016
Mar 24, 2017
Dec 9, 2014
Mar 24, 2017
Oct 8, 2016
May 27, 2015
May 26, 2016
Jan 31, 2015
Jul 31, 2015
May 22, 2014
Dec 22, 2016
Feb 23, 2014
Dec 26, 2016
Oct 18, 2016
Nov 30, 2016
May 27, 2015
Mar 20, 2017

Repository files navigation

Markdown Preview package

macOS Build Status Windows Build Status Dependency Status

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;
}

About

Markdown preview in Atom

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 81.2%
  • CSS 18.8%