/markdown-escape

Function that escapes string to be usable inside a markdown document

Primary LanguageJavaScriptMIT LicenseMIT

markdown-escape

Function that escapes string to be usable inside a markdown document

Installation

npm install severinkaderli/markdown-escape

Usage

const escape = require("markdown-escape");

escape("### Test"); // -> \\#\\#\\# Test