0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 07:27:22 +01:00
nodejs/tools/ronnjs
2010-10-11 15:21:36 -07:00
..
bin Soft migration of sys -> util, Removal of deprecated utils module. 2010-10-11 15:21:36 -07:00
lib Soft migration of sys -> util, Removal of deprecated utils module. 2010-10-11 15:21:36 -07:00
CHANGES Use ronnjs 0.2 to generate docs. Small cosmetic change. 2010-07-12 10:24:09 -07:00
LICENSE Use ronnjs 0.2 to generate docs. Small cosmetic change. 2010-07-12 10:24:09 -07:00
README Use ronnjs 0.2 to generate docs. Small cosmetic change. 2010-07-12 10:24:09 -07:00
TODO Use ronnjs 0.2 to generate docs. Small cosmetic change. 2010-07-12 10:24:09 -07:00

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

ronnjs(1) -- markdown to roff converter
=======================================

## Synopsis

Javascript port of [ronn], using [markdown-js] to produce roff man pages.
Not fully compatible with [ronn], although it aims to be, wherever possible.

## Usage

This outputs doc.roff from a markdown file :

	ronn.js --build --roff doc.md

Command-line options are listed with -h


## How it works ?

[markdown-js] parses markdown text to a document model, which in turn is
used to ouput a man page.


[ronn]: 		http://github.com/rtomayko/ronn
[markdown-js]:	http://github.com/evilstreak/markdown-js