rhiokim / markdown-css

markdown theme standard style, using less (for haroopad)
http://rhiokim.github.io/markdown-css
83 stars 33 forks source link

introduce

standard markdown style sheets & themes

how to install

$ 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.

themes

how to create your style

light face theme

dark face theme

how use

<link rel="stylesheet" href="https://github.com/rhiokim/markdown-css/blob/master/assets/css/markdown.css">
<link rel="stylesheet" href="https://github.com/rhiokim/markdown-css/blob/master/assets/css/[your theme].css">

<body>
  <div class="markdown [your theme]">
    converted html
  </div>
</body>

advanced

import external libraries

structure less of theme

build

requirements

grunt-cli

npm install grunt-cli -g

license

MIT