UNPKG

@diplodoc/transform

Version:

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

12 lines 358 B
"use strict"; const checkbox_1 = require("./checkbox"); /** * Checkbox plugin for markdown-it. * Forked from https://github.com/mcecot/markdown-it-checkbox */ const checkbox = (md, options) => { md.core.ruler.push('checkbox', (0, checkbox_1.checkboxReplace)(md, options)); return md; }; module.exports = checkbox; //# sourceMappingURL=index.js.map