/ piacw.com / dev / final / node_modules / markdown-it-smartarrows /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]dist/2 years ago -  
[DIR]test/2 years ago -  
[   ]LICENSE2 years ago1.1K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]Makefile2 years ago2.0K0fb859dc fixed mobile overflwo options [كارل مبارك]
[TXT]README.md2 years ago1.0K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]index.js2 years ago1.5K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]package.json2 years ago1.7K0fb859dc fixed mobile overflwo options [كارل مبارك]
README.md

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.

Apache/2.4.38 (Debian) Server at www.karls.computer Port 80