wiki2md

0.0.4 • Public • Published

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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i wiki2md

    Weekly Downloads

    0

    Version

    0.0.4

    License

    none

    Last publish

    Collaborators

    • jserme