@noticeable/remarkable-iframify

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

Usage no npm install needed!

<script type="module">
  import noticeableRemarkableIframify from 'https://cdn.skypack.dev/@noticeable/remarkable-iframify';
</script>

README

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