“mok2html” is mok document convert to HTML.
-
ruby-2.0.0p353 or later
// package install $ gem install mok2html
$ vi mydoc.mok = This is My document mok is simple document format.
format manutal : garin.jp/doc/mok/mok (this page is japanese)
$ mok2html mydoc.mok <!DOCTYPE html> ... <h1>This is My document</h1> ... <p>mok is simple document format.<br></p> ...
$ mok2html --help
Official Web Site : garin.jp/doc/mok/mok2html (this page is japanese)
Copyright © 2011-2013 garin. See LICENSE.txt for further details.