This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

ronn

0.4.0-deprecation • Public • Published

ronnjs(1) -- markdown to roff/html converter

Deprecated, see https://www.npmjs.com/package/marked-man for a replacement that uses a better-maintained markdown parser.

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.

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i ronn

    Weekly Downloads

    41

    Version

    0.4.0-deprecation

    License

    none

    Last publish

    Collaborators

    • kapouer