wiki2md
v0.0.4
Published
A simple wiki to markdown tools
Downloads
11
Readme
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