Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 494 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 494 Bytes

remarkable-iframify

Remarkable plugin to replace URLs to video providers (e.g. Viameo, Youtube) by an embedded iframe.

Usage

const iframify = require("@noticeable/remarkable-iframify");
const remarkable = new Remarkable('full', {...});
remarkable.use(iframify);

For more information about how to load a plugin, please refer to the official documentation:

https://github.com/jonschlinkert/remarkable/blob/master/docs/plugins.md