Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/derhuerst/remarkable-figure-plugin
A remarkable to render images as <figure> elements.
https://github.com/derhuerst/remarkable-figure-plugin
markdown remarkable remarkable-plugin
Last synced: 6 days ago
JSON representation
A remarkable to render images as <figure> elements.
- Host: GitHub
- URL: https://github.com/derhuerst/remarkable-figure-plugin
- Owner: derhuerst
- License: isc
- Created: 2016-11-15T20:17:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-16T12:28:29.000Z (almost 4 years ago)
- Last Synced: 2024-10-03T23:55:32.985Z (about 1 month ago)
- Topics: markdown, remarkable, remarkable-plugin
- Language: JavaScript
- Homepage: https://github.com/derhuerst/remarkable-figure-plugin
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# remarkable-figure-plugin
**A remarkable plugin to render images as `` elements.**
[![npm version](https://img.shields.io/npm/v/remarkable-figure-plugin.svg)](https://www.npmjs.com/package/remarkable-figure-plugin)
[![build status](https://img.shields.io/travis/derhuerst/remarkable-figure-plugin.svg)](https://travis-ci.org/derhuerst/remarkable-figure-plugin)
[![dependency status](https://img.shields.io/david/derhuerst/remarkable-figure-plugin.svg)](https://david-dm.org/derhuerst/remarkable-figure-plugin)
[![dev dependency status](https://img.shields.io/david/dev/derhuerst/remarkable-figure-plugin.svg)](https://david-dm.org/derhuerst/remarkable-figure-plugin#info=devDependencies)
![ISC-licensed](https://img.shields.io/github/license/derhuerst/remarkable-figure-plugin.svg)
[![support me via GitHub Sponsors](https://img.shields.io/badge/support%20me-donate-fa7664.svg)](https://github.com/sponsors/derhuerst)
[![chat with me on Twitter](https://img.shields.io/badge/chat%20with%20me-on%20Twitter-1da1f2.svg)](https://twitter.com/derhuerst)## Installing
```
npm install remarkable-figure-plugin
```## Usage
```js
const figure = require('remarkable-figure-plugin')const md = new Remarkable()
md.use(figure)md.render('![alt](url "title")')
``````html
title
```## Contributing
If you **have a question**, **found a bug** or want to **propose a feature**, have a look at [the issues page](https://github.com/derhuerst/remarkable-figure-plugin/issues).