Thanks to visit codestin.com
Credit goes to github.com

Skip to content

isaacs/ronnjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A CommonJS port of rtomayko's ronn

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages

  • JavaScript 100.0%