remarkable-figure-plugin

1.0.0 • Public • Published

remarkable-figure-plugin

A remarkable plugin to render images as <figure> elements.

npm version build status dependency status dev dependency status ISC-licensed support me via GitHub Sponsors chat with me on Twitter

Installing

npm install remarkable-figure-plugin

Usage

const figure = require('remarkable-figure-plugin')

const md = new Remarkable()
md.use(figure)

md.render('![alt](url "title")')
<p><figure><img src="url" alt="alt" title="title"><figcaption>title</figcaption></figure></p>

Contributing

If you have a question, found a bug or want to propose a feature, have a look at the issues page.

Package Sidebar

Install

npm i remarkable-figure-plugin

Weekly Downloads

3

Version

1.0.0

License

ISC

Unpacked Size

3.49 kB

Total Files

4

Last publish

Collaborators

  • derhuerst