markdown-it-macron-underline

1.0.1 • Public • Published

build Coverage Status

Combining Macrons to Underlines

Unicode combining macrons are a good choice in cases where characters require an underline for meaning, as in some systems of transliteration from Persian and Arabic. However, they aren't well supported for display on the internet. This markdown-it plugin will display these as regular underlined text, so that S͟hayk͟h is rendered as <u>Sh</u>ay<u>kh</u>.

Installation

yarn add markdown-it-macron-underline

Usage

let md = require('markdown-it')().use(require('markdown-it-macron-underline'))
md.render('S͟hayk͟h')

Readme

Keywords

Package Sidebar

Install

npm i markdown-it-macron-underline

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

8.08 kB

Total Files

6

Last publish

Collaborators

  • dnotes