Markdown filter and tag based on remarkable. As the name already states, this module combines swig and remarkable.
usage:
const remarkableSwig = ;const swig = ; remarkableSwig;remarkableSwig; swig;// <h1>hello world</h1> swig;// <h1>hello world</h1> // filter and tag are also exposed like so:swig;swig;// <h1>hello world</h1> // provide configuration options to marked:var configured = remarkableSwig;
Attribution
This code is a fork of swig-marked by Matthijs van Henten. That project carried the following notice:
A large part of this code is based upon upon the original markdown tag writen by Paul Armstrong, and extended from the marked tag written by Jon Schlinkert, Brian Woodward & contributors.