Skip to content

garin/mok2html

Repository files navigation

mok2html

“mok2html” is mok document convert to HTML.

Require

  • ruby-2.0.0p353 or later

Installation

// package install
$ gem install mok2html

Getting Started

Edit mok document

$ vi mydoc.mok
= This is My document
mok is simple document format.

format manutal : garin.jp/doc/mok/mok (this page is japanese)

to HTML

$ mok2html mydoc.mok
<!DOCTYPE html>
...
<h1>This is My document</h1> ...
<p>mok is simple document format.<br></p>
...

Print Help

$ mok2html --help

Read more

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

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

About

mok document to html converter

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE.txt
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages