rst2mdown

0.1.0 • Public • Published

rst2mdown

This is a utility for converting from reStructuredText markup to markdown markup.

Installation

The tool can be installed via npm:

$ npm install rst2mdown

Or you can download the .zip or .tar.gz, extract and use.

Usage

You will require NodeJS installed. To take in a reStructuredText file and output a markdown one, you would run the following command from the root of the install:

$ bin/rst2mdown -i somefile.rst -o somefile.mdown

License

This code is licensed under the New BSD License and is Copyright (c) 2012 Kitson P. Kelly.

Acknowledgement

This code is possible through documentation and concepts from other projects:

Readme

Keywords

none

Package Sidebar

Install

npm i rst2mdown

Weekly Downloads

9

Version

0.1.0

License

none

Last publish

Collaborators

  • kitsonk