adam-p / markdown-it-smartarrows

markdown-it plugin that adds more typographic enhancements (like smart arrows)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

markdown-it plugin that adds more typographic enhancements (like smart arrows)

License:MIT License


Languages

Language:JavaScript 72.6%Language:Makefile 27.4%