UNPKG

vue-files-preview-inno

Version:

A tool for previewing files such as doc, excel, pdf, image, markdown, txt, audio, and video and so on.

12 lines (11 loc) 255 B
function t(n) { const o = n.tokens; for (let e = 0, l = o.length; e < l; e++) { const i = o[e]; i.type === "inline" && n.md.inline.parse(i.content, n.md, n.env, i.children); } } export { t as default }; //# sourceMappingURL=inline.mjs.map