![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | test/ | 2023-06-08 13:46 | - | |
![]() | dist/ | 2023-06-08 13:46 | - | |
![]() | Makefile | 2023-06-08 13:46 | 2.0K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | package.json | 2023-06-08 13:46 | 1.7K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | index.js | 2023-06-08 13:46 | 1.5K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | LICENSE | 2023-06-08 13:46 | 1.1K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | README.md | 2023-06-08 13:46 | 1.0K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
[](https://travis-ci.org/adam-p/markdown-it-smartarrows) [](https://www.npmjs.org/package/markdown-it-footnote) [](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).