UNPKG

@diplodoc/transform

Version:

A simple transformer of text in YFM (Yandex Flavored Markdown) to HTML

5 lines 214 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BASIC_TERM_REGEXP = void 0; exports.BASIC_TERM_REGEXP = '\\[([^\\[]+)\\](\\(\\*(\\w+)\\))'; //# sourceMappingURL=constants.js.map