New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

wiki2md

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wiki2md

A simple wiki to markdown tools

latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 19 Apr 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts