UNPKG

mdtocs

Version:

Markdown table of contents generator.

8 lines (7 loc) 257 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.clean = clean; var constants_1 = require("../constants"); function clean(markdown) { return markdown.replace(constants_1.CODE_BLOCK_REGEX, constants_1.BLANK).trim(); }