/**
 * Minified by jsDelivr using Terser v5.39.0.
 * Original file: /npm/@tryfabric/mack@1.2.1/build/src/index.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.markdownToBlocks=void 0;const internal_1=require("./parser/internal"),marked_1=require("marked");async function markdownToBlocks(e,r={}){const o=marked_1.marked.lexer(e);return internal_1.parseBlocks(o,r)}exports.markdownToBlocks=markdownToBlocks;
//# sourceMappingURL=/sm/a0394e9e03851ca5b59f57ee342b78bb1d99de8ab7c513e7128e37cf6d586ab1.map