UNPKG

foremark

Version:

A technology for writing semi-plain text documents that extends upon the concept of Markdeep.

12 lines 501 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * A `TagNames.Figure` element having an identifier conforming to this pattern * can have some attributes implied from the identifier. * * This pattern includes three matches: figure type, a symbol specifying * a separator between the figure type and number, and base name (identifies * a figure of a particular type). */ exports.FIGURE_STANDARD_ID_RE = /^(.+)([ :])([^ :]+)$/; //# sourceMappingURL=foremark.js.map