Sha256: 2660e2906fd1be4758fc87d5017186c75f1d3e028bdbe77ec6801d5a0357d247

Contents?: true

Size: 699 Bytes

Versions: 2

Compression:

Stored size: 699 Bytes

Contents

markd
===========================
markd is rich html builder for markdown.
markd is based on [bluecloth][1] and [google code prittify][2].

[1]: http://deveiate.org/projects/BlueCloth
[2]: http://code.google.com/p/google-code-prettify/


## Installation
You can install markd using RubyGems as below:
    gem install markd


## Usage
If you are going to build html file from markdown.md, you should type next command.
    markd -o out_dir markdown.md 
html and some css/js files will be generated in out_dir folder.



## Copyright

Copyright (c) 2011 [daisuke sugimori][3] ([@daixque][4]). See LICENSE.txt for
further details.

[3]: http://blognewart.blogspot.com/
[4]: http://twitter.com/daixque

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
markd-0.1.1 README.md
markd-0.1.0 README.md