@gerhobbelt/markdown-it-smartarrows

1.0.1-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.

Dependencies (0)

    Dev Dependencies (8)

    Package Sidebar

    Install

    npm i @gerhobbelt/markdown-it-smartarrows

    Weekly Downloads

    4

    Version

    1.0.1-1

    License

    MIT

    Unpacked Size

    7.28 kB

    Total Files

    5

    Last publish

    Collaborators

    • gerhobbelt