List of escapable characters in markdown.
This package is ESM only: Node 12+ is needed to use it and it must be imported
instead of required.
npm:
npm install markdown-escapesimport {markdownEscapes} from 'markdown-escapes'
console.log(markdownEscapes) //=> ['!', '"', '#', /* … */ '|', '}', '~']This package exports the following identifiers: markdownEscapes.
There is no default export.
List of escapable characters (string[]) in CommonMark and GFM (they’re the
same).