[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]dist/2023-06-08 13:46 -  
[DIR]test/2023-06-08 13:46 -  
[TXT]README.md2023-06-08 13:46 1.0K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]LICENSE2023-06-08 13:46 1.1K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]index.js2023-06-08 13:46 1.5K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]package.json2023-06-08 13:46 1.7K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]Makefile2023-06-08 13:46 2.0K0fb859dc fixed mobile overflwo options [كارل مبارك]
[![Build Status](https://travis-ci.org/adam-p/markdown-it-smartarrows.svg?branch=master)](https://travis-ci.org/adam-p/markdown-it-smartarrows)
[![NPM version](https://img.shields.io/npm/v/markdown-it-footnote.svg?style=flat)](https://www.npmjs.org/package/markdown-it-footnote)
[![Coverage Status](https://coveralls.io/repos/adam-p/markdown-it-smartarrows/badge.svg)](https://coveralls.io/r/adam-p/markdown-it-smartarrows)


# markdown-it-smartarrows

This is a [markdown-it](https://github.com/markdown-it/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](https://github.com/adam-p/markdown-here).