Skip to content

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

License

Notifications You must be signed in to change notification settings

deltoro05/markdown-it-smartarrows

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 72.6%
  • Makefile 27.4%