Skip to content

wooorm/markdown-escapes

Repository files navigation

markdown-escapes

Build Coverage Downloads Size

List of escapable characters in markdown.

Install

This package is ESM only: Node 12+ is needed to use it and it must be imported instead of required.

npm:

npm install markdown-escapes

Use

import {markdownEscapes} from 'markdown-escapes'

console.log(markdownEscapes) //=> ['!', '"', '#', /* … */ '|', '}', '~']

API

This package exports the following identifiers: markdownEscapes. There is no default export.

markdownEscapes

List of escapable characters (string[]) in CommonMark and GFM (they’re the same).

License

MIT © Titus Wormer

About

Legacy: list of escapable characters in markdown

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Contributors