markdown-it-smartarrows

1.0.1 • Public • Published

Build Status NPM version Coverage Status

markdown-it-smartarrows

This is a markdown-it plugin that adds "smart arrows" to markdown-it's typographic enhancements.

--> →
<-- ←
<--> ↔
==> ⇒
<== ⇐
<==> ⇔
var mdSmartArrows = require('markdown-it-smartarrows');
var md = require('markdown-it')().use(mdSmartArrows);

Note that using this plugin will interfere with using HTML comments in your Markdown.

More arrows for potential expansion can be found here: http://unicode-table.com/en/sets/arrows-symbols/

Originally developed for use with Markdown Here.

Package Sidebar

Install

npm i markdown-it-smartarrows

Weekly Downloads

173

Version

1.0.1

License

MIT

Last publish

Collaborators

  • adam-p