Project

mok2html

0.0
No commit activity in last 3 years
No release in over 3 years
mok is simple document format
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.3
>= 0

Runtime

>= 0.3.3
 Project Readme

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.