0.4.0-deprecation • Published 10 years ago

ronn v0.4.0-deprecation

Weekly downloads
35
License
-
Repository
-
Last release
10 years ago

ronnjs(1) -- markdown to roff/html 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 --help

When file argument is omitted, ronn.js reads standard input.

How it works ?

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

0.4.0-deprecation

10 years ago

0.4.0

12 years ago

0.3.8

14 years ago

0.3.7

14 years ago

0.3.6

14 years ago

0.3.5

14 years ago

0.3.4

14 years ago

0.3.3

14 years ago