0.0.4 • Published 10 years ago

wiki2md v0.0.4

Weekly downloads
21
License
-
Repository
-
Last release
10 years ago

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

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago