Socket
Book a DemoInstallSign in
Socket

markdown-escapes

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdown-escapes

List of escapable characters in markdown

Source
npmnpm
Version
2.0.0
Version published
Weekly downloads
804K
-10.4%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

markdown

FAQs

Package last updated on 09 Mar 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts