remarkable-wikilink

0.2.0 • Public • Published

remarkable-wikilink

This is a plugin for the Remarkable markdown parser which adds support for [[MediaWiki-style links]].

Usage

const { Remarkable } = require('remarkable')
const md = new Remarkable
md.use(require('remarkable-wikilink'))
 
const html = md.render(`This is a [[Test]].`)
// <p>This is a <a href="Test">Test</a></p>

Package Sidebar

Install

npm i remarkable-wikilink

Weekly Downloads

2

Version

0.2.0

License

ISC

Unpacked Size

2.71 kB

Total Files

3

Last publish

Collaborators

  • nornagon