0.0.4 • Published 11 years ago
wiki2md v0.0.4
Description
A simple wiki to markdown tool.
Installation
npm -g install wiki2md
Support wiki Syntax
- ====, heading
- [url|des], url
- <code>
- list
- ^ table
Test
npm -g install mocha
mocha
Usage
CLI
wiki2md test.wiki > test.md
cat test.wiki | wiki2md
Program
The module exports the wiki2md function, so you can use it with :
var wiki2md = require('wiki2md');
The function wiki2md takes one arguments :
- input : the wiki content you want to translate.
License
MIT