raf2html

“raf2html” is raf(simple document format) convert to HTML format. refer to : garin.jp/doc/raf/raf (this page is japanese)

INSTALLATION

// check ruby version
$ ruby -v
ruby 2.0.0p353 (2013-11-22 revision 43784) [x86_64-linux]

// raf2html gem package install
$ gem install raf2html

UTILITIES

raf2html

raf format to HTML format conveter.

+ Usage

// edit
$ vi mydoc.raf
= This is My document
raf is simple document format.

// to html
$ raf2html mydoc.raf > mydoc.html

Read more

Official Web Site : garin.jp/doc/raf/raf (this page is japanese)

Copyright © 2011-2013 garin. See LICENSE.txt for further details.