You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jérémy Lal fb645f75fb Update ronnjs (fix rendering of html self-closing tags) 14 years ago
..
bin Use ronnjs 0.2 to generate docs. Small cosmetic change. 14 years ago
lib Update ronnjs (fix rendering of html self-closing tags) 14 years ago
CHANGES Use ronnjs 0.2 to generate docs. Small cosmetic change. 14 years ago
LICENSE Use ronnjs 0.2 to generate docs. Small cosmetic change. 14 years ago
README Use ronnjs 0.2 to generate docs. Small cosmetic change. 14 years ago
TODO Use ronnjs 0.2 to generate docs. Small cosmetic change. 14 years ago

README

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