wiki-linkify

1.0.1 • Public • Published

wiki-linkify

Takes Wiki content like this:

Welcome to the SuperDuper wiki, where we categorize SuperDuper things.

and turns it into this:

Welcome to the <a href="/SuperDuper">SuperDuper</a> wiki, where we categorize <a href="/SuperDuper">SuperDuper</a> things.

Install

npm install wiki-linkify

Usage

var wikiLinkify = require('wiki-linkify');
var originalContent = "Welcome to the SuperDuper wiki, where we categorize SuperDuper things.";
var wikiContent = wikiLinkify(originalContent);
console.log(wikiContent);

The above example displays:

Welcome to the <a href="/SuperDuper">SuperDuper</a> wiki, where we categorize <a href="/SuperDuper">SuperDuper</a> things.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    1
  • 1.0.0
    1

Package Sidebar

Install

npm i wiki-linkify

Weekly Downloads

2

Version

1.0.1

License

ISC

Last publish

Collaborators

  • airportyh