"use strict"; // markdown-it plugin for wrapping
.... // // If your plugin was chained before preWrapper, you can add additional eleemnt directly. // If your plugin was chained after preWrapper, you can use these slots: // 1. // 2. // 3. // 4. Object.defineProperty(exports, "__esModule", { value: true }); exports.preWrapperPlugin = void 0; exports.preWrapperPlugin = (md) => { const fence = md.renderer.rules.fence; md.renderer.rules.fence = (...args) => { const [tokens, idx] = args; const token = tokens[idx]; const rawCode = fence(...args); return `