UNPKG

ranui

Version:

A framework-agnostic Web Components UI library built on native custom elements, with TypeScript types, light/dark theming, SSR and PWA support.

1,371 lines (1,370 loc) 62.4 kB
import { n as x } from "./chunk-Y2CYZVJY-0JxdZxki.js"; import { m as xe, p as R } from "./src-DtRLxcYO.js"; import { A as be, F as De, b as Fe, s as Ne, z as me } from "./chunk-WYO6CB5R-DDHkKowO.js"; import { a as oe } from "./chunk-ICXQ74PX-DR8rL-xF.js"; import { n as Ge, t as Qe } from "./chunk-HOUHSVGY-DRQcQeMT.js"; function U() { return { async: !1, breaks: !1, extensions: null, gfm: !0, hooks: null, pedantic: !1, renderer: null, silent: !1, tokenizer: null, walkTokens: null }; } var $ = U(); function we(r) { $ = r; } var L = { exec: () => null }; function g(r, e = "") { let n = typeof r == "string" ? r : r.source, s = { replace: (t, l) => { let i = typeof l == "string" ? l : l.source; return i = i.replace(b.caret, "$1"), n = n.replace(t, i), s; }, getRegex: () => new RegExp(n, e) }; return s; } var Ue = (() => { try { return !0; } catch { return !1; } })(), b = { codeRemoveIndent: /^(?: {1,4}| {0,3}\t)/gm, outputLinkReplace: /\\([\[\]])/g, indentCodeCompensation: /^(\s+)(?:```)/, beginningSpace: /^\s+/, endingHash: /#$/, startingSpaceChar: /^ /, endingSpaceChar: / $/, nonSpaceChar: /[^ ]/, newLineCharGlobal: /\n/g, tabCharGlobal: /\t/g, multipleSpaceGlobal: /\s+/g, blankLine: /^[ \t]*$/, doubleBlankLine: /\n[ \t]*\n[ \t]*$/, blockquoteStart: /^ {0,3}>/, blockquoteSetextReplace: /\n {0,3}((?:=+|-+) *)(?=\n|$)/g, blockquoteSetextReplace2: /^ {0,3}>[ \t]?/gm, listReplaceTabs: /^\t+/, listReplaceNesting: /^ {1,4}(?=( {4})*[^ ])/g, listIsTask: /^\[[ xX]\] /, listReplaceTask: /^\[[ xX]\] +/, anyLine: /\n.*\n/, hrefBrackets: /^<(.*)>$/, tableDelimiter: /[:|]/, tableAlignChars: /^\||\| *$/g, tableRowBlankLine: /\n[ \t]*$/, tableAlignRight: /^ *-+: *$/, tableAlignCenter: /^ *:-+: *$/, tableAlignLeft: /^ *:-+ *$/, startATag: /^<a /i, endATag: /^<\/a>/i, startPreScriptTag: /^<(pre|code|kbd|script)(\s|>)/i, endPreScriptTag: /^<\/(pre|code|kbd|script)(\s|>)/i, startAngleBracket: /^</, endAngleBracket: />$/, pedanticHrefTitle: /^([^'"]*[^\s])\s+(['"])(.*)\2/, unicodeAlphaNumeric: /[\p{L}\p{N}]/u, escapeTest: /[&<>"']/, escapeReplace: /[&<>"']/g, escapeTestNoEncode: /[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/, escapeReplaceNoEncode: /[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/g, unescapeTest: /&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/gi, caret: /(^|[^\[])\^/g, percentDecode: /%25/g, findPipe: /\|/g, splitPipe: / \|/, slashPipe: /\\\|/g, carriageReturn: /\r\n|\r/g, spaceLine: /^ +$/gm, notSpaceStart: /^\S*/, endingNewline: /\n$/, listItemRegex: (r) => new RegExp(`^( {0,3}${r})((?:[ ][^\\n]*)?(?:\\n|$))`), nextBulletRegex: (r) => new RegExp(`^ {0,${Math.min(3, r - 1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ ][^\\n]*)?(?:\\n|$))`), hrRegex: (r) => new RegExp(`^ {0,${Math.min(3, r - 1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`), fencesBeginRegex: (r) => new RegExp(`^ {0,${Math.min(3, r - 1)}}(?:\`\`\`|~~~)`), headingBeginRegex: (r) => new RegExp(`^ {0,${Math.min(3, r - 1)}}#`), htmlBeginRegex: (r) => new RegExp(`^ {0,${Math.min(3, r - 1)}}<(?:[a-z].*>|!--)`, "i") }, Xe = /^(?:[ \t]*(?:\n|$))+/, Ke = /^((?: {4}| {0,3}\t)[^\n]+(?:\n(?:[ \t]*(?:\n|$))*)?)+/, Ve = /^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/, _ = /^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/, Ye = /^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/, X = /(?:[*+-]|\d{1,9}[.)])/, ye = /^(?!bull |blockCode|fences|blockquote|heading|html|table)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html|table))+?)\n {0,3}(=+|-+) *(?:\n+|$)/, Te = g(ye).replace(/bull/g, X).replace(/blockCode/g, /(?: {4}| {0,3}\t)/).replace(/fences/g, / {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g, / {0,3}>/).replace(/heading/g, / {0,3}#{1,6}/).replace(/html/g, / {0,3}<[^\n>]+>\n/).replace(/\|table/g, "").getRegex(), Je = g(ye).replace(/bull/g, X).replace(/blockCode/g, /(?: {4}| {0,3}\t)/).replace(/fences/g, / {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g, / {0,3}>/).replace(/heading/g, / {0,3}#{1,6}/).replace(/html/g, / {0,3}<[^\n>]+>\n/).replace(/table/g, / {0,3}\|?(?:[:\- ]*\|)+[\:\- ]*\n/).getRegex(), K = /^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/, et = /^[^\n]+/, V = /(?!\s*\])(?:\\[\s\S]|[^\[\]\\])+/, tt = g(/^ {0,3}\[(label)\]: *(?:\n[ \t]*)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n[ \t]*)?| *\n[ \t]*)(title))? *(?:\n+|$)/).replace("label", V).replace("title", /(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(), nt = g(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g, X).getRegex(), M = "address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|search|section|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul", Y = /<!--(?:-?>|[\s\S]*?(?:-->|$))/, rt = g("^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:</\\1>[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|<![A-Z][\\s\\S]*?(?:>\\n*|$)|<!\\[CDATA\\[[\\s\\S]*?(?:\\]\\]>\\n*|$)|</?(tag)(?: +|\\n|/?>)[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$)|</(?!script|pre|style|textarea)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$))", "i").replace("comment", Y).replace("tag", M).replace("attribute", / +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(), ce = g(K).replace("hr", _).replace("heading", " {0,3}#{1,6}(?:\\s|$)").replace("|lheading", "").replace("|table", "").replace("blockquote", " {0,3}>").replace("fences", " {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list", " {0,3}(?:[*+-]|1[.)]) ").replace("html", "</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag", M).getRegex(), J = { blockquote: g(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph", ce).getRegex(), code: Ke, def: tt, fences: Ve, heading: Ye, hr: _, html: rt, lheading: Te, list: nt, newline: Xe, paragraph: ce, table: L, text: et }, pe = g("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr", _).replace("heading", " {0,3}#{1,6}(?:\\s|$)").replace("blockquote", " {0,3}>").replace("code", "(?: {4}| {0,3} )[^\\n]").replace("fences", " {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list", " {0,3}(?:[*+-]|1[.)]) ").replace("html", "</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag", M).getRegex(), st = { ...J, lheading: Je, table: pe, paragraph: g(K).replace("hr", _).replace("heading", " {0,3}#{1,6}(?:\\s|$)").replace("|lheading", "").replace("table", pe).replace("blockquote", " {0,3}>").replace("fences", " {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list", " {0,3}(?:[*+-]|1[.)]) ").replace("html", "</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag", M).getRegex() }, it = { ...J, html: g(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:"[^"]*"|'[^']*'|\\s[^'"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`).replace("comment", Y).replace(/tag/g, "(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(), def: /^ *\[([^\]]+)\]: *<?([^\s>]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/, heading: /^(#{1,6})(.*)(?:\n+|$)/, fences: L, lheading: /^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/, paragraph: g(K).replace("hr", _).replace("heading", ` *#{1,6} *[^ ]`).replace("lheading", Te).replace("|table", "").replace("blockquote", " {0,3}>").replace("|fences", "").replace("|list", "").replace("|html", "").replace("|tag", "").getRegex() }, lt = /^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/, at = /^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/, Se = /^( {2,}|\\)\n(?!\s*$)/, ot = /^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/, W = /[\p{P}\p{S}]/u, ee = /[\s\p{P}\p{S}]/u, $e = /[^\s\p{P}\p{S}]/u, ct = g(/^((?![*_])punctSpace)/, "u").replace(/punctSpace/g, ee).getRegex(), ve = /(?!~)[\p{P}\p{S}]/u, pt = /(?!~)[\s\p{P}\p{S}]/u, ht = /(?:[^\s\p{P}\p{S}]|~)/u, ut = g(/link|precode-code|html/, "g").replace("link", /\[(?:[^\[\]`]|(?<a>`+)[^`]+\k<a>(?!`))*?\]\((?:\\[\s\S]|[^\\\(\)]|\((?:\\[\s\S]|[^\\\(\)])*\))*\)/).replace("precode-", Ue ? "(?<!`)()" : "(^^|[^`])").replace("code", /(?<b>`+)[^`]+\k<b>(?!`)/).replace("html", /<(?! )[^<>]*?>/).getRegex(), Re = /^(?:\*+(?:((?!\*)punct)|[^\s*]))|^_+(?:((?!_)punct)|([^\s_]))/, gt = g(Re, "u").replace(/punct/g, W).getRegex(), ft = g(Re, "u").replace(/punct/g, ve).getRegex(), ze = "^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)punct(\\*+)(?=[\\s]|$)|notPunctSpace(\\*+)(?!\\*)(?=punctSpace|$)|(?!\\*)punctSpace(\\*+)(?=notPunctSpace)|[\\s](\\*+)(?!\\*)(?=punct)|(?!\\*)punct(\\*+)(?!\\*)(?=punct)|notPunctSpace(\\*+)(?=notPunctSpace)", kt = g(ze, "gu").replace(/notPunctSpace/g, $e).replace(/punctSpace/g, ee).replace(/punct/g, W).getRegex(), dt = g(ze, "gu").replace(/notPunctSpace/g, ht).replace(/punctSpace/g, pt).replace(/punct/g, ve).getRegex(), xt = g("^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)punct(_+)(?=[\\s]|$)|notPunctSpace(_+)(?!_)(?=punctSpace|$)|(?!_)punctSpace(_+)(?=notPunctSpace)|[\\s](_+)(?!_)(?=punct)|(?!_)punct(_+)(?!_)(?=punct)", "gu").replace(/notPunctSpace/g, $e).replace(/punctSpace/g, ee).replace(/punct/g, W).getRegex(), bt = g(/\\(punct)/, "gu").replace(/punct/g, W).getRegex(), mt = g(/^<(scheme:[^\s\x00-\x1f<>]*|email)>/).replace("scheme", /[a-zA-Z][a-zA-Z0-9+.-]{1,31}/).replace("email", /[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/).getRegex(), wt = g(Y).replace("(?:-->|$)", "-->").getRegex(), yt = g("^comment|^</[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^<![a-zA-Z]+\\s[\\s\\S]*?>|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>").replace("comment", wt).replace("attribute", /\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(), P = /(?:\[(?:\\[\s\S]|[^\[\]\\])*\]|\\[\s\S]|`+[^`]*?`+(?!`)|[^\[\]\\`])*?/, Tt = g(/^!?\[(label)\]\(\s*(href)(?:(?:[ \t]*(?:\n[ \t]*)?)(title))?\s*\)/).replace("label", P).replace("href", /<(?:\\.|[^\n<>\\])+>|[^ \t\n\x00-\x1f]*/).replace("title", /"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(), Ae = g(/^!?\[(label)\]\[(ref)\]/).replace("label", P).replace("ref", V).getRegex(), Ie = g(/^!?\[(ref)\](?:\[\])?/).replace("ref", V).getRegex(), St = g("reflink|nolink(?!\\()", "g").replace("reflink", Ae).replace("nolink", Ie).getRegex(), he = /[hH][tT][tT][pP][sS]?|[fF][tT][pP]/, te = { _backpedal: L, anyPunctuation: bt, autolink: mt, blockSkip: ut, br: Se, code: at, del: L, emStrongLDelim: gt, emStrongRDelimAst: kt, emStrongRDelimUnd: xt, escape: lt, link: Tt, nolink: Ie, punctuation: ct, reflink: Ae, reflinkSearch: St, tag: yt, text: ot, url: L }, $t = { ...te, link: g(/^!?\[(label)\]\((.*?)\)/).replace("label", P).getRegex(), reflink: g(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label", P).getRegex() }, D = { ...te, emStrongRDelimAst: dt, emStrongLDelim: ft, url: g(/^((?:protocol):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/).replace("protocol", he).replace("email", /[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/).getRegex(), _backpedal: /(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/, del: /^(~~?)(?=[^\s~])((?:\\[\s\S]|[^\\])*?(?:\\[\s\S]|[^\s~\\]))\1(?=[^~]|$)/, text: g(/^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\<!\[`*~_]|\b_|protocol:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)))/).replace("protocol", he).getRegex() }, vt = { ...D, br: g(Se).replace("{2,}", "*").getRegex(), text: g(D.text).replace("\\b_", "\\b_| {2,}\\n").replace(/\{2,\}/g, "*").getRegex() }, E = { normal: J, gfm: st, pedantic: it }, z = { normal: te, gfm: D, breaks: vt, pedantic: $t }, Rt = { "&": "&amp;", "<": "&lt;", ">": "&gt;", '"': "&quot;", "'": "&#39;" }, ue = (r) => Rt[r]; function T(r, e) { if (e) { if (b.escapeTest.test(r)) return r.replace(b.escapeReplace, ue); } else if (b.escapeTestNoEncode.test(r)) return r.replace(b.escapeReplaceNoEncode, ue); return r; } function ge(r) { try { r = encodeURI(r).replace(b.percentDecode, "%"); } catch { return null; } return r; } function fe(r, e) { let n = r.replace(b.findPipe, (t, l, i) => { let a = !1, o = l; for (; --o >= 0 && i[o] === "\\"; ) a = !a; return a ? "|" : " |"; }).split(b.splitPipe), s = 0; if (n[0].trim() || n.shift(), n.length > 0 && !n.at(-1)?.trim() && n.pop(), e) if (n.length > e) n.splice(e); else for (; n.length < e; ) n.push(""); for (; s < n.length; s++) n[s] = n[s].trim().replace(b.slashPipe, "|"); return n; } function A(r, e, n) { let s = r.length; if (s === 0) return ""; let t = 0; for (; t < s; ) { let l = r.charAt(s - t - 1); if (l === e && !n) t++; else if (l !== e && n) t++; else break; } return r.slice(0, s - t); } function zt(r, e) { if (r.indexOf(e[1]) === -1) return -1; let n = 0; for (let s = 0; s < r.length; s++) if (r[s] === "\\") s++; else if (r[s] === e[0]) n++; else if (r[s] === e[1] && (n--, n < 0)) return s; return n > 0 ? -2 : -1; } function ke(r, e, n, s, t) { let l = e.href, i = e.title || null, a = r[1].replace(t.other.outputLinkReplace, "$1"); s.state.inLink = !0; let o = { type: r[0].charAt(0) === "!" ? "image" : "link", raw: n, href: l, title: i, text: a, tokens: s.inlineTokens(a) }; return s.state.inLink = !1, o; } function At(r, e, n) { let s = r.match(n.other.indentCodeCompensation); if (s === null) return e; let t = s[1]; return e.split(` `).map((l) => { let i = l.match(n.other.beginningSpace); if (i === null) return l; let [a] = i; return a.length >= t.length ? l.slice(t.length) : l; }).join(` `); } var B = class { options; rules; lexer; constructor(r) { this.options = r || $; } space(r) { let e = this.rules.block.newline.exec(r); if (e && e[0].length > 0) return { type: "space", raw: e[0] }; } code(r) { let e = this.rules.block.code.exec(r); if (e) { let n = e[0].replace(this.rules.other.codeRemoveIndent, ""); return { type: "code", raw: e[0], codeBlockStyle: "indented", text: this.options.pedantic ? n : A(n, ` `) }; } } fences(r) { let e = this.rules.block.fences.exec(r); if (e) { let n = e[0], s = At(n, e[3] || "", this.rules); return { type: "code", raw: n, lang: e[2] ? e[2].trim().replace(this.rules.inline.anyPunctuation, "$1") : e[2], text: s }; } } heading(r) { let e = this.rules.block.heading.exec(r); if (e) { let n = e[2].trim(); if (this.rules.other.endingHash.test(n)) { let s = A(n, "#"); (this.options.pedantic || !s || this.rules.other.endingSpaceChar.test(s)) && (n = s.trim()); } return { type: "heading", raw: e[0], depth: e[1].length, text: n, tokens: this.lexer.inline(n) }; } } hr(r) { let e = this.rules.block.hr.exec(r); if (e) return { type: "hr", raw: A(e[0], ` `) }; } blockquote(r) { let e = this.rules.block.blockquote.exec(r); if (e) { let n = A(e[0], ` `).split(` `), s = "", t = "", l = []; for (; n.length > 0; ) { let i = !1, a = [], o; for (o = 0; o < n.length; o++) if (this.rules.other.blockquoteStart.test(n[o])) a.push(n[o]), i = !0; else if (!i) a.push(n[o]); else break; n = n.slice(o); let p = a.join(` `), c = p.replace(this.rules.other.blockquoteSetextReplace, ` $1`).replace(this.rules.other.blockquoteSetextReplace2, ""); s = s ? `${s} ${p}` : p, t = t ? `${t} ${c}` : c; let h = this.lexer.state.top; if (this.lexer.state.top = !0, this.lexer.blockTokens(c, l, !0), this.lexer.state.top = h, n.length === 0) break; let u = l.at(-1); if (u?.type === "code") break; if (u?.type === "blockquote") { let k = u, d = k.raw + ` ` + n.join(` `), m = this.blockquote(d); l[l.length - 1] = m, s = s.substring(0, s.length - k.raw.length) + m.raw, t = t.substring(0, t.length - k.text.length) + m.text; break; } else if (u?.type === "list") { let k = u, d = k.raw + ` ` + n.join(` `), m = this.list(d); l[l.length - 1] = m, s = s.substring(0, s.length - u.raw.length) + m.raw, t = t.substring(0, t.length - k.raw.length) + m.raw, n = d.substring(l.at(-1).raw.length).split(` `); continue; } } return { type: "blockquote", raw: s, tokens: l, text: t }; } } list(r) { let e = this.rules.block.list.exec(r); if (e) { let n = e[1].trim(), s = n.length > 1, t = { type: "list", raw: "", ordered: s, start: s ? +n.slice(0, -1) : "", loose: !1, items: [] }; n = s ? `\\d{1,9}\\${n.slice(-1)}` : `\\${n}`, this.options.pedantic && (n = s ? n : "[*+-]"); let l = this.rules.other.listItemRegex(n), i = !1; for (; r; ) { let o = !1, p = "", c = ""; if (!(e = l.exec(r)) || this.rules.block.hr.test(r)) break; p = e[0], r = r.substring(p.length); let h = e[2].split(` `, 1)[0].replace(this.rules.other.listReplaceTabs, (H) => " ".repeat(3 * H.length)), u = r.split(` `, 1)[0], k = !h.trim(), d = 0; if (this.options.pedantic ? (d = 2, c = h.trimStart()) : k ? d = e[1].length + 1 : (d = e[2].search(this.rules.other.nonSpaceChar), d = d > 4 ? 1 : d, c = h.slice(d), d += e[1].length), k && this.rules.other.blankLine.test(u) && (p += u + ` `, r = r.substring(u.length + 1), o = !0), !o) { let H = this.rules.other.nextBulletRegex(d), ie = this.rules.other.hrRegex(d), le = this.rules.other.fencesBeginRegex(d), ae = this.rules.other.headingBeginRegex(d), Oe = this.rules.other.htmlBeginRegex(d); for (; r; ) { let O = r.split(` `, 1)[0], v; if (u = O, this.options.pedantic ? (u = u.replace(this.rules.other.listReplaceNesting, " "), v = u) : v = u.replace(this.rules.other.tabCharGlobal, " "), le.test(u) || ae.test(u) || Oe.test(u) || H.test(u) || ie.test(u)) break; if (v.search(this.rules.other.nonSpaceChar) >= d || !u.trim()) c += ` ` + v.slice(d); else { if (k || h.replace(this.rules.other.tabCharGlobal, " ").search(this.rules.other.nonSpaceChar) >= 4 || le.test(h) || ae.test(h) || ie.test(h)) break; c += ` ` + u; } !k && !u.trim() && (k = !0), p += O + ` `, r = r.substring(O.length + 1), h = v.slice(d); } } t.loose || (i ? t.loose = !0 : this.rules.other.doubleBlankLine.test(p) && (i = !0)); let m = null, se; this.options.gfm && (m = this.rules.other.listIsTask.exec(c), m && (se = m[0] !== "[ ] ", c = c.replace(this.rules.other.listReplaceTask, ""))), t.items.push({ type: "list_item", raw: p, task: !!m, checked: se, loose: !1, text: c, tokens: [] }), t.raw += p; } let a = t.items.at(-1); if (a) a.raw = a.raw.trimEnd(), a.text = a.text.trimEnd(); else return; t.raw = t.raw.trimEnd(); for (let o = 0; o < t.items.length; o++) if (this.lexer.state.top = !1, t.items[o].tokens = this.lexer.blockTokens(t.items[o].text, []), !t.loose) { let p = t.items[o].tokens.filter((c) => c.type === "space"); t.loose = p.length > 0 && p.some((c) => this.rules.other.anyLine.test(c.raw)); } if (t.loose) for (let o = 0; o < t.items.length; o++) t.items[o].loose = !0; return t; } } html(r) { let e = this.rules.block.html.exec(r); if (e) return { type: "html", block: !0, raw: e[0], pre: e[1] === "pre" || e[1] === "script" || e[1] === "style", text: e[0] }; } def(r) { let e = this.rules.block.def.exec(r); if (e) { let n = e[1].toLowerCase().replace(this.rules.other.multipleSpaceGlobal, " "), s = e[2] ? e[2].replace(this.rules.other.hrefBrackets, "$1").replace(this.rules.inline.anyPunctuation, "$1") : "", t = e[3] ? e[3].substring(1, e[3].length - 1).replace(this.rules.inline.anyPunctuation, "$1") : e[3]; return { type: "def", tag: n, raw: e[0], href: s, title: t }; } } table(r) { let e = this.rules.block.table.exec(r); if (!e || !this.rules.other.tableDelimiter.test(e[2])) return; let n = fe(e[1]), s = e[2].replace(this.rules.other.tableAlignChars, "").split("|"), t = e[3]?.trim() ? e[3].replace(this.rules.other.tableRowBlankLine, "").split(` `) : [], l = { type: "table", raw: e[0], header: [], align: [], rows: [] }; if (n.length === s.length) { for (let i of s) this.rules.other.tableAlignRight.test(i) ? l.align.push("right") : this.rules.other.tableAlignCenter.test(i) ? l.align.push("center") : this.rules.other.tableAlignLeft.test(i) ? l.align.push("left") : l.align.push(null); for (let i = 0; i < n.length; i++) l.header.push({ text: n[i], tokens: this.lexer.inline(n[i]), header: !0, align: l.align[i] }); for (let i of t) l.rows.push(fe(i, l.header.length).map((a, o) => ({ text: a, tokens: this.lexer.inline(a), header: !1, align: l.align[o] }))); return l; } } lheading(r) { let e = this.rules.block.lheading.exec(r); if (e) return { type: "heading", raw: e[0], depth: e[2].charAt(0) === "=" ? 1 : 2, text: e[1], tokens: this.lexer.inline(e[1]) }; } paragraph(r) { let e = this.rules.block.paragraph.exec(r); if (e) { let n = e[1].charAt(e[1].length - 1) === ` ` ? e[1].slice(0, -1) : e[1]; return { type: "paragraph", raw: e[0], text: n, tokens: this.lexer.inline(n) }; } } text(r) { let e = this.rules.block.text.exec(r); if (e) return { type: "text", raw: e[0], text: e[0], tokens: this.lexer.inline(e[0]) }; } escape(r) { let e = this.rules.inline.escape.exec(r); if (e) return { type: "escape", raw: e[0], text: e[1] }; } tag(r) { let e = this.rules.inline.tag.exec(r); if (e) return !this.lexer.state.inLink && this.rules.other.startATag.test(e[0]) ? this.lexer.state.inLink = !0 : this.lexer.state.inLink && this.rules.other.endATag.test(e[0]) && (this.lexer.state.inLink = !1), !this.lexer.state.inRawBlock && this.rules.other.startPreScriptTag.test(e[0]) ? this.lexer.state.inRawBlock = !0 : this.lexer.state.inRawBlock && this.rules.other.endPreScriptTag.test(e[0]) && (this.lexer.state.inRawBlock = !1), { type: "html", raw: e[0], inLink: this.lexer.state.inLink, inRawBlock: this.lexer.state.inRawBlock, block: !1, text: e[0] }; } link(r) { let e = this.rules.inline.link.exec(r); if (e) { let n = e[2].trim(); if (!this.options.pedantic && this.rules.other.startAngleBracket.test(n)) { if (!this.rules.other.endAngleBracket.test(n)) return; let l = A(n.slice(0, -1), "\\"); if ((n.length - l.length) % 2 === 0) return; } else { let l = zt(e[2], "()"); if (l === -2) return; if (l > -1) { let i = (e[0].indexOf("!") === 0 ? 5 : 4) + e[1].length + l; e[2] = e[2].substring(0, l), e[0] = e[0].substring(0, i).trim(), e[3] = ""; } } let s = e[2], t = ""; if (this.options.pedantic) { let l = this.rules.other.pedanticHrefTitle.exec(s); l && (s = l[1], t = l[3]); } else t = e[3] ? e[3].slice(1, -1) : ""; return s = s.trim(), this.rules.other.startAngleBracket.test(s) && (this.options.pedantic && !this.rules.other.endAngleBracket.test(n) ? s = s.slice(1) : s = s.slice(1, -1)), ke(e, { href: s && s.replace(this.rules.inline.anyPunctuation, "$1"), title: t && t.replace(this.rules.inline.anyPunctuation, "$1") }, e[0], this.lexer, this.rules); } } reflink(r, e) { let n; if ((n = this.rules.inline.reflink.exec(r)) || (n = this.rules.inline.nolink.exec(r))) { let s = e[(n[2] || n[1]).replace(this.rules.other.multipleSpaceGlobal, " ").toLowerCase()]; if (!s) { let t = n[0].charAt(0); return { type: "text", raw: t, text: t }; } return ke(n, s, n[0], this.lexer, this.rules); } } emStrong(r, e, n = "") { let s = this.rules.inline.emStrongLDelim.exec(r); if (!(!s || s[3] && n.match(this.rules.other.unicodeAlphaNumeric)) && (!(s[1] || s[2]) || !n || this.rules.inline.punctuation.exec(n))) { let t = [...s[0]].length - 1, l, i, a = t, o = 0, p = s[0][0] === "*" ? this.rules.inline.emStrongRDelimAst : this.rules.inline.emStrongRDelimUnd; for (p.lastIndex = 0, e = e.slice(-1 * r.length + t); (s = p.exec(e)) != null; ) { if (l = s[1] || s[2] || s[3] || s[4] || s[5] || s[6], !l) continue; if (i = [...l].length, s[3] || s[4]) { a += i; continue; } else if ((s[5] || s[6]) && t % 3 && !((t + i) % 3)) { o += i; continue; } if (a -= i, a > 0) continue; i = Math.min(i, i + a + o); let c = [...s[0]][0].length, h = r.slice(0, t + s.index + c + i); if (Math.min(t, i) % 2) { let k = h.slice(1, -1); return { type: "em", raw: h, text: k, tokens: this.lexer.inlineTokens(k) }; } let u = h.slice(2, -2); return { type: "strong", raw: h, text: u, tokens: this.lexer.inlineTokens(u) }; } } } codespan(r) { let e = this.rules.inline.code.exec(r); if (e) { let n = e[2].replace(this.rules.other.newLineCharGlobal, " "), s = this.rules.other.nonSpaceChar.test(n), t = this.rules.other.startingSpaceChar.test(n) && this.rules.other.endingSpaceChar.test(n); return s && t && (n = n.substring(1, n.length - 1)), { type: "codespan", raw: e[0], text: n }; } } br(r) { let e = this.rules.inline.br.exec(r); if (e) return { type: "br", raw: e[0] }; } del(r) { let e = this.rules.inline.del.exec(r); if (e) return { type: "del", raw: e[0], text: e[2], tokens: this.lexer.inlineTokens(e[2]) }; } autolink(r) { let e = this.rules.inline.autolink.exec(r); if (e) { let n, s; return e[2] === "@" ? (n = e[1], s = "mailto:" + n) : (n = e[1], s = n), { type: "link", raw: e[0], text: n, href: s, tokens: [{ type: "text", raw: n, text: n }] }; } } url(r) { let e; if (e = this.rules.inline.url.exec(r)) { let n, s; if (e[2] === "@") n = e[0], s = "mailto:" + n; else { let t; do t = e[0], e[0] = this.rules.inline._backpedal.exec(e[0])?.[0] ?? ""; while (t !== e[0]); n = e[0], e[1] === "www." ? s = "http://" + e[0] : s = e[0]; } return { type: "link", raw: e[0], text: n, href: s, tokens: [{ type: "text", raw: n, text: n }] }; } } inlineText(r) { let e = this.rules.inline.text.exec(r); if (e) { let n = this.lexer.state.inRawBlock; return { type: "text", raw: e[0], text: e[0], escaped: n }; } } }, w = class F { tokens; options; state; tokenizer; inlineQueue; constructor(e) { this.tokens = [], this.tokens.links = /* @__PURE__ */ Object.create(null), this.options = e || $, this.options.tokenizer = this.options.tokenizer || new B(), this.tokenizer = this.options.tokenizer, this.tokenizer.options = this.options, this.tokenizer.lexer = this, this.inlineQueue = [], this.state = { inLink: !1, inRawBlock: !1, top: !0 }; let n = { other: b, block: E.normal, inline: z.normal }; this.options.pedantic ? (n.block = E.pedantic, n.inline = z.pedantic) : this.options.gfm && (n.block = E.gfm, this.options.breaks ? n.inline = z.breaks : n.inline = z.gfm), this.tokenizer.rules = n; } static get rules() { return { block: E, inline: z }; } static lex(e, n) { return new F(n).lex(e); } static lexInline(e, n) { return new F(n).inlineTokens(e); } lex(e) { e = e.replace(b.carriageReturn, ` `), this.blockTokens(e, this.tokens); for (let n = 0; n < this.inlineQueue.length; n++) { let s = this.inlineQueue[n]; this.inlineTokens(s.src, s.tokens); } return this.inlineQueue = [], this.tokens; } blockTokens(e, n = [], s = !1) { for (this.options.pedantic && (e = e.replace(b.tabCharGlobal, " ").replace(b.spaceLine, "")); e; ) { let t; if (this.options.extensions?.block?.some((i) => (t = i.call({ lexer: this }, e, n)) ? (e = e.substring(t.raw.length), n.push(t), !0) : !1)) continue; if (t = this.tokenizer.space(e)) { e = e.substring(t.raw.length); let i = n.at(-1); t.raw.length === 1 && i !== void 0 ? i.raw += ` ` : n.push(t); continue; } if (t = this.tokenizer.code(e)) { e = e.substring(t.raw.length); let i = n.at(-1); i?.type === "paragraph" || i?.type === "text" ? (i.raw += (i.raw.endsWith(` `) ? "" : ` `) + t.raw, i.text += ` ` + t.text, this.inlineQueue.at(-1).src = i.text) : n.push(t); continue; } if (t = this.tokenizer.fences(e)) { e = e.substring(t.raw.length), n.push(t); continue; } if (t = this.tokenizer.heading(e)) { e = e.substring(t.raw.length), n.push(t); continue; } if (t = this.tokenizer.hr(e)) { e = e.substring(t.raw.length), n.push(t); continue; } if (t = this.tokenizer.blockquote(e)) { e = e.substring(t.raw.length), n.push(t); continue; } if (t = this.tokenizer.list(e)) { e = e.substring(t.raw.length), n.push(t); continue; } if (t = this.tokenizer.html(e)) { e = e.substring(t.raw.length), n.push(t); continue; } if (t = this.tokenizer.def(e)) { e = e.substring(t.raw.length); let i = n.at(-1); i?.type === "paragraph" || i?.type === "text" ? (i.raw += (i.raw.endsWith(` `) ? "" : ` `) + t.raw, i.text += ` ` + t.raw, this.inlineQueue.at(-1).src = i.text) : this.tokens.links[t.tag] || (this.tokens.links[t.tag] = { href: t.href, title: t.title }, n.push(t)); continue; } if (t = this.tokenizer.table(e)) { e = e.substring(t.raw.length), n.push(t); continue; } if (t = this.tokenizer.lheading(e)) { e = e.substring(t.raw.length), n.push(t); continue; } let l = e; if (this.options.extensions?.startBlock) { let i = 1 / 0, a = e.slice(1), o; this.options.extensions.startBlock.forEach((p) => { o = p.call({ lexer: this }, a), typeof o == "number" && o >= 0 && (i = Math.min(i, o)); }), i < 1 / 0 && i >= 0 && (l = e.substring(0, i + 1)); } if (this.state.top && (t = this.tokenizer.paragraph(l))) { let i = n.at(-1); s && i?.type === "paragraph" ? (i.raw += (i.raw.endsWith(` `) ? "" : ` `) + t.raw, i.text += ` ` + t.text, this.inlineQueue.pop(), this.inlineQueue.at(-1).src = i.text) : n.push(t), s = l.length !== e.length, e = e.substring(t.raw.length); continue; } if (t = this.tokenizer.text(e)) { e = e.substring(t.raw.length); let i = n.at(-1); i?.type === "text" ? (i.raw += (i.raw.endsWith(` `) ? "" : ` `) + t.raw, i.text += ` ` + t.text, this.inlineQueue.pop(), this.inlineQueue.at(-1).src = i.text) : n.push(t); continue; } if (e) { let i = "Infinite loop on byte: " + e.charCodeAt(0); if (this.options.silent) { console.error(i); break; } else throw new Error(i); } } return this.state.top = !0, n; } inline(e, n = []) { return this.inlineQueue.push({ src: e, tokens: n }), n; } inlineTokens(e, n = []) { let s = e, t = null; if (this.tokens.links) { let o = Object.keys(this.tokens.links); if (o.length > 0) for (; (t = this.tokenizer.rules.inline.reflinkSearch.exec(s)) != null; ) o.includes(t[0].slice(t[0].lastIndexOf("[") + 1, -1)) && (s = s.slice(0, t.index) + "[" + "a".repeat(t[0].length - 2) + "]" + s.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex)); } for (; (t = this.tokenizer.rules.inline.anyPunctuation.exec(s)) != null; ) s = s.slice(0, t.index) + "++" + s.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex); let l; for (; (t = this.tokenizer.rules.inline.blockSkip.exec(s)) != null; ) l = t[2] ? t[2].length : 0, s = s.slice(0, t.index + l) + "[" + "a".repeat(t[0].length - l - 2) + "]" + s.slice(this.tokenizer.rules.inline.blockSkip.lastIndex); s = this.options.hooks?.emStrongMask?.call({ lexer: this }, s) ?? s; let i = !1, a = ""; for (; e; ) { i || (a = ""), i = !1; let o; if (this.options.extensions?.inline?.some((c) => (o = c.call({ lexer: this }, e, n)) ? (e = e.substring(o.raw.length), n.push(o), !0) : !1)) continue; if (o = this.tokenizer.escape(e)) { e = e.substring(o.raw.length), n.push(o); continue; } if (o = this.tokenizer.tag(e)) { e = e.substring(o.raw.length), n.push(o); continue; } if (o = this.tokenizer.link(e)) { e = e.substring(o.raw.length), n.push(o); continue; } if (o = this.tokenizer.reflink(e, this.tokens.links)) { e = e.substring(o.raw.length); let c = n.at(-1); o.type === "text" && c?.type === "text" ? (c.raw += o.raw, c.text += o.text) : n.push(o); continue; } if (o = this.tokenizer.emStrong(e, s, a)) { e = e.substring(o.raw.length), n.push(o); continue; } if (o = this.tokenizer.codespan(e)) { e = e.substring(o.raw.length), n.push(o); continue; } if (o = this.tokenizer.br(e)) { e = e.substring(o.raw.length), n.push(o); continue; } if (o = this.tokenizer.del(e)) { e = e.substring(o.raw.length), n.push(o); continue; } if (o = this.tokenizer.autolink(e)) { e = e.substring(o.raw.length), n.push(o); continue; } if (!this.state.inLink && (o = this.tokenizer.url(e))) { e = e.substring(o.raw.length), n.push(o); continue; } let p = e; if (this.options.extensions?.startInline) { let c = 1 / 0, h = e.slice(1), u; this.options.extensions.startInline.forEach((k) => { u = k.call({ lexer: this }, h), typeof u == "number" && u >= 0 && (c = Math.min(c, u)); }), c < 1 / 0 && c >= 0 && (p = e.substring(0, c + 1)); } if (o = this.tokenizer.inlineText(p)) { e = e.substring(o.raw.length), o.raw.slice(-1) !== "_" && (a = o.raw.slice(-1)), i = !0; let c = n.at(-1); c?.type === "text" ? (c.raw += o.raw, c.text += o.text) : n.push(o); continue; } if (e) { let c = "Infinite loop on byte: " + e.charCodeAt(0); if (this.options.silent) { console.error(c); break; } else throw new Error(c); } } return n; } }, C = class { options; parser; constructor(r) { this.options = r || $; } space(r) { return ""; } code({ text: r, lang: e, escaped: n }) { let s = (e || "").match(b.notSpaceStart)?.[0], t = r.replace(b.endingNewline, "") + ` `; return s ? '<pre><code class="language-' + T(s) + '">' + (n ? t : T(t, !0)) + `</code></pre> ` : "<pre><code>" + (n ? t : T(t, !0)) + `</code></pre> `; } blockquote({ tokens: r }) { return `<blockquote> ${this.parser.parse(r)}</blockquote> `; } html({ text: r }) { return r; } def(r) { return ""; } heading({ tokens: r, depth: e }) { return `<h${e}>${this.parser.parseInline(r)}</h${e}> `; } hr(r) { return `<hr> `; } list(r) { let e = r.ordered, n = r.start, s = ""; for (let i = 0; i < r.items.length; i++) { let a = r.items[i]; s += this.listitem(a); } let t = e ? "ol" : "ul", l = e && n !== 1 ? ' start="' + n + '"' : ""; return "<" + t + l + `> ` + s + "</" + t + `> `; } listitem(r) { let e = ""; if (r.task) { let n = this.checkbox({ checked: !!r.checked }); r.loose ? r.tokens[0]?.type === "paragraph" ? (r.tokens[0].text = n + " " + r.tokens[0].text, r.tokens[0].tokens && r.tokens[0].tokens.length > 0 && r.tokens[0].tokens[0].type === "text" && (r.tokens[0].tokens[0].text = n + " " + T(r.tokens[0].tokens[0].text), r.tokens[0].tokens[0].escaped = !0)) : r.tokens.unshift({ type: "text", raw: n + " ", text: n + " ", escaped: !0 }) : e += n + " "; } return e += this.parser.parse(r.tokens, !!r.loose), `<li>${e}</li> `; } checkbox({ checked: r }) { return "<input " + (r ? 'checked="" ' : "") + 'disabled="" type="checkbox">'; } paragraph({ tokens: r }) { return `<p>${this.parser.parseInline(r)}</p> `; } table(r) { let e = "", n = ""; for (let t = 0; t < r.header.length; t++) n += this.tablecell(r.header[t]); e += this.tablerow({ text: n }); let s = ""; for (let t = 0; t < r.rows.length; t++) { let l = r.rows[t]; n = ""; for (let i = 0; i < l.length; i++) n += this.tablecell(l[i]); s += this.tablerow({ text: n }); } return s && (s = `<tbody>${s}</tbody>`), `<table> <thead> ` + e + `</thead> ` + s + `</table> `; } tablerow({ text: r }) { return `<tr> ${r}</tr> `; } tablecell(r) { let e = this.parser.parseInline(r.tokens), n = r.header ? "th" : "td"; return (r.align ? `<${n} align="${r.align}">` : `<${n}>`) + e + `</${n}> `; } strong({ tokens: r }) { return `<strong>${this.parser.parseInline(r)}</strong>`; } em({ tokens: r }) { return `<em>${this.parser.parseInline(r)}</em>`; } codespan({ text: r }) { return `<code>${T(r, !0)}</code>`; } br(r) { return "<br>"; } del({ tokens: r }) { return `<del>${this.parser.parseInline(r)}</del>`; } link({ href: r, title: e, tokens: n }) { let s = this.parser.parseInline(n), t = ge(r); if (t === null) return s; r = t; let l = '<a href="' + r + '"'; return e && (l += ' title="' + T(e) + '"'), l += ">" + s + "</a>", l; } image({ href: r, title: e, text: n, tokens: s }) { s && (n = this.parser.parseInline(s, this.parser.textRenderer)); let t = ge(r); if (t === null) return T(n); r = t; let l = `<img src="${r}" alt="${n}"`; return e && (l += ` title="${T(e)}"`), l += ">", l; } text(r) { return "tokens" in r && r.tokens ? this.parser.parseInline(r.tokens) : "escaped" in r && r.escaped ? r.text : T(r.text); } }, ne = class { strong({ text: r }) { return r; } em({ text: r }) { return r; } codespan({ text: r }) { return r; } del({ text: r }) { return r; } html({ text: r }) { return r; } text({ text: r }) { return r; } link({ text: r }) { return "" + r; } image({ text: r }) { return "" + r; } br() { return ""; } }, y = class N { options; renderer; textRenderer; constructor(e) { this.options = e || $, this.options.renderer = this.options.renderer || new C(), this.renderer = this.options.renderer, this.renderer.options = this.options, this.renderer.parser = this, this.textRenderer = new ne(); } static parse(e, n) { return new N(n).parse(e); } static parseInline(e, n) { return new N(n).parseInline(e); } parse(e, n = !0) { let s = ""; for (let t = 0; t < e.length; t++) { let l = e[t]; if (this.options.extensions?.renderers?.[l.type]) { let a = l, o = this.options.extensions.renderers[a.type].call({ parser: this }, a); if (o !== !1 || ![ "space", "hr", "heading", "code", "table", "blockquote", "list", "html", "def", "paragraph", "text" ].includes(a.type)) { s += o || ""; continue; } } let i = l; switch (i.type) { case "space": s += this.renderer.space(i); continue; case "hr": s += this.renderer.hr(i); continue; case "heading": s += this.renderer.heading(i); continue; case "code": s += this.renderer.code(i); continue; case "table": s += this.renderer.table(i); continue; case "blockquote": s += this.renderer.blockquote(i); continue; case "list": s += this.renderer.list(i); continue; case "html": s += this.renderer.html(i); continue; case "def": s += this.renderer.def(i); continue; case "paragraph": s += this.renderer.paragraph(i); continue; case "text": { let a = i, o = this.renderer.text(a); for (; t + 1 < e.length && e[t + 1].type === "text"; ) a = e[++t], o += ` ` + this.renderer.text(a); n ? s += this.renderer.paragraph({ type: "paragraph", raw: o, text: o, tokens: [{ type: "text", raw: o, text: o, escaped: !0 }] }) : s += o; continue; } default: { let a = 'Token with "' + i.type + '" type was not found.'; if (this.options.silent) return console.error(a), ""; throw new Error(a); } } } return s; } parseInline(e, n = this.renderer) { let s = ""; for (let t = 0; t < e.length; t++) { let l = e[t]; if (this.options.extensions?.renderers?.[l.type]) { let a = this.options.extensions.renderers[l.type].call({ parser: this }, l); if (a !== !1 || ![ "escape", "html", "link", "image", "strong", "em", "codespan", "br", "del", "text" ].includes(l.type)) { s += a || ""; continue; } } let i = l; switch (i.type) { case "escape": s += n.text(i); break; case "html": s += n.html(i); break; case "link": s += n.link(i); break; case "image": s += n.image(i); break; case "strong": s += n.strong(i); break; case "em": s += n.em(i); break; case "codespan": s += n.codespan(i); break; case "br": s += n.br(i); break; case "del": s += n.del(i); break; case "text": s += n.text(i); break; default: { let a = 'Token with "' + i.type + '" type was not found.'; if (this.options.silent) return console.error(a), ""; throw new Error(a); } } } return s; } }, I = class { options; block; constructor(r) { this.options = r || $; } static passThroughHooks = /* @__PURE__ */ new Set([ "preprocess", "postprocess", "processAllTokens", "emStrongMask" ]); static passThroughHooksRespectAsync = /* @__PURE__ */ new Set([ "preprocess", "postprocess", "processAllTokens" ]); preprocess(r) { return r; } postprocess(r) { return r; } processAllTokens(r) { return r; } emStrongMask(r) { return r; } provideLexer() { return this.block ? w.lex : w.lexInline; } provideParser() { return this.block ? y.parse : y.parseInline; } }, It = class { defaults = U(); options = this.setOptions; parse = this.parseMarkdown(!0); parseInline = this.parseMarkdown(!1); Parser = y; Renderer = C; TextRenderer = ne; Lexer = w; Tokenizer = B; Hooks = I; constructor(...r) { this.use(...r); } walkTokens(r, e) { let n = []; for (let s of r) switch (n = n.concat(e.call(this, s)), s.type) { case "table": { let t = s; for (let l of t.header) n = n.concat(this.walkTokens(l.tokens, e)); for (let l of t.rows) for (let i of l) n = n.concat(this.walkTokens(i.tokens, e)); break; } case "list": { let t = s; n = n.concat(this.walkTokens(t.items, e)); break; } default: { let t = s; this.defaults.extensions?.childTokens?.[t.type] ? this.defaults.extensions.childTokens[t.type].forEach((l) => { let i = t[l].flat(1 / 0); n = n.concat(this.walkTokens(i, e)); }) : t.tokens && (n = n.concat(this.walkTokens(t.tokens, e))); } } return n; } use(...r) { let e = this.defaults.extensions || { renderers: {}, childTokens: {} }; return r.forEach((n) => { let s = { ...n }; if (s.async = this.defaults.async || s.async || !1, n.extensions && (n.extensions.forEach((t) => { if (!t.name) throw new Error("extension name required"); if ("renderer" in t) { let l = e.renderers[t.name]; l ? e.renderers[t.name] = function(...i) { let a = t.renderer.apply(this, i); return a === !1 && (a = l.apply(this, i)), a; } : e.renderers[t.name] = t.renderer; } if ("tokenizer" in t) { if (!t.level || t.level !== "block" && t.level !== "inline") throw new Error("extension level must be 'block' or 'inline'"); let l = e[t.level]; l ? l.unshift(t.tokenizer) : e[t.level] = [t.tokenizer], t.start && (t.level === "block" ? e.startBlock ? e.startBlock.push(t.start) : e.startBlock = [t.start] : t.level === "inline" && (e.startInline ? e.startInline.push(t.start) : e.startInline = [t.start])); } "childTokens" in t && t.childTokens && (e.childTokens[t.name] = t.childTokens); }), s.extensions = e), n.renderer) { let t = this.defaults.renderer || new C(this.defaults); for (let l in n.renderer) { if (!(l in t)) throw new Error(`renderer '${l}' does not exist`); if (["options", "parser"].includes(l)) continue; let i = l, a = n.renderer[i], o = t[i]; t[i] = (...p) => { let c = a.apply(t, p); return c === !1 && (c = o.apply(t, p)), c || ""; }; } s.renderer = t; } if (n.tokenizer) { let t = this.defaults.tokenizer || new B(this.defaults); for (let l in n.tokenizer) { if (!(l in t)) throw new Error(`tokenizer '${l}' does not exist`); if ([ "options", "rules", "lexer" ].includes(l)) continue; let i = l, a = n.tokenizer[i], o = t[i]; t[i] = (...p) => { let c = a.apply(t, p); return c === !1 && (c = o.apply(t, p)), c; }; } s.tokenizer = t; } if (n.hooks) { let t = this.defaults.hooks || new I(); for (let l in n.hooks) { if (!(l in t)) throw new Error(`hook '${l}' does not exist`); if (["options", "block"].includes(l)) continue; let i = l, a = n.hooks[i], o = t[i]; I.passThroughHooks.has(l) ? t[i] = (p) => { if (this.defaults.async && I.passThroughHooksRespectAsync.has(l)) return (async () => { let h = await a.call(t, p); return o.call(t, h); })(); let c = a.call(t, p); return o.call(t, c); } : t[i] = (...p) => { if (this.defaults.async) return (async () => { let h = await a.apply(t, p); return h === !1 && (h = await o.apply(t, p)), h; })(); let c = a.apply(t, p); return c === !1 && (c = o.apply(t, p)), c; }; } s.hooks = t; } if (n.walkTokens) { let t = this.defaults.walkTokens, l = n.walkTokens; s.walkTokens = function(i) { let a = []; return a.push(l.call(this, i)), t && (a = a.concat(t.call(this, i))), a; };