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 mochamocha
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 = ;
The function wiki2md takes one arguments :
- input : the wiki content you want to translate.
License
MIT