standard markdown style sheets & themes
$ git clone https://github.com/rhiokim/markdown-css.git
$ cd markdown-css
$ grunt
Running "less:development" (less) task
File build/markdown.css created.
File build/clearness-dark.css created.
File build/clearness.css created.
File build/github.css created.
File build/solarized-dark.css created.
File build/solarized-light.css created.
- Github
- Clearness Dark / Light
- Solarized Dark / Light
<link rel="stylesheet" href="assets/css/markdown.css">
<link rel="stylesheet" href="assets/css/[your theme].css">
<body>
<div class="markdown [your theme]">
converted html
</div>
</body>
- before.less
- theme.less
@import "before"; .theme { } @import "after";
- after.less
- plugins.less
grunt-cli
npm install grunt-cli -g
MIT