Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including remarkably-simple-tags with all npm packages installed. Try it out:

const Remarkable = require('remarkable'); const RST = require('remarkably-simple-tags'); const md = new Remarkable('full', { codepen: { defaultTab: 'result', height: 256, themeId: '0' } }); const rst = new RST.Plugin(); rst.register(RST.extensions); md.use(rst.hook); console.log(md.render(` ### This is remarkably-simple-tags Haha, this is a super cool video: {@youtube: dQw4w9WgXcQ} And I guess this is a nice codepen too: {@codepen: bZzvWQ} `))

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

remarkably-simple-tags v1.0.2

Extensible Remarkable plugin for embedding content in markdown

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free