(e,t,n)
| 434 | `),i+=(o.nesting===-1?"</":"<")+o.tag,i+=this.renderAttrs(o),o.nesting===0&&r.xhtmlOut&&(i+=" /");let s=!1;if(o.block&&(s=!0,o.nesting===1&&n+1<t.length)){let u=t[n+1];(u.type==="inline"||u.hidden||u.nesting===-1&&u.tag===o.tag)&&(s=!1)}return i+=s?`> |
| 435 | `:">",i};So.prototype.renderInline=function(e,t,n){let r="",o=this.rules;for(let i=0,s=e.length;i<s;i++){let u=e[i].type;typeof o[u]<"u"?r+=o[u](e,i,t,n,this):r+=this.renderToken(e,i,t)}return r};So.prototype.renderInlineAsText=function(e,t,n){let r="";for(let o=0,i=e.length;o<i;o++)switch(e[o].type){case"text":r+=e[o].content;break;case"image":r+=this.renderInlineAsText(e[o].children,t,n);break;case"html_inline":case"html_block":r+=e[o].content;break;case"softbreak":case"hardbreak":r+=` |
| 436 | `;break;default:}return r};So.prototype.render=function(e,t,n){let r="",o=this.rules;for(let i=0,s=e.length;i<s;i++){let u=e[i].type;u==="inline"?r+=this.renderInline(e[i].children,t,n):typeof o[u]<"u"?r+=o[u](e,i,t,n,this):r+=this.renderToken(e,i,t,n)}return r};var pD=So;function yt(){this.__rules__=[],this.__cache__=null}yt.prototype.__find__=function(e){for(let t=0;t<this.__rules__.length;t++)if(this.__rules__[t].name===e)return t;return-1};yt.prototype.__compile__=function(){let e=this,t=[""];e.__rules__.forEach(function(n){n.enabled&&n.alt.forEach(function(r){t.indexOf(r)<0&&t.push(r)})}),e.__cache__={},t.forEach(function(n){e.__cache__[n]=[],e.__rules__.forEach(function(r){r.enabled&&(n&&r.alt.indexOf(n)<0||e.__cache__[n].push(r.fn))})})};yt.prototype.at=function(e,t,n){let r=this.__find__(e),o=n||{};if(r===-1)throw new Error("Parser rule not found: "+e);this.__rules__[r].fn=t,this.__rules__[r].alt=o.alt||[],this.__cache__=null};yt.prototype.before=function(e,t,n,r){let o=this.__find__(e),i=r||{};if(o===-1)throw new Error("Parser rule not found: "+e);this.__rules__.splice(o,0,{name:t,enabled:!0,fn:n,alt:i.alt||[]}),this.__cache__=null};yt.prototype.after=function(e,t,n,r){let o=this.__find__(e),i=r||{};if(o===-1)throw new Error("Parser rule not found: "+e);this.__rules__.splice(o+1,0,{name:t,enabled:!0,fn:n,alt:i.alt||[]}),this.__cache__=null};yt.prototype.push=function(e,t,n){let r=n||{};this.__rules__.push({name:e,enabled:!0,fn:t,alt:r.alt||[]}),this.__cache__=null};yt.prototype.enable=function(e,t){Array.isArray(e)||(e=[e]);let n=[];return e.forEach(function(r){let o=this.__find__(r);if(o<0){if(t)return;throw new Error("Rules manager: invalid rule name "+r)}this.__rules__[o].enabled=!0,n.push(r)},this),this.__cache__=null,n};yt.prototype.enableOnly=function(e,t){Array.isArray(e)||(e=[e]),this.__rules__.forEach(function(n){n.enabled=!1}),this.enable(e,t)};yt.prototype.disable=function(e,t){Array.isArray(e)||(e=[e]);let n=[];return e.forEach(function(r){let o=this.__find__(r);if(o<0){if(t)return;throw new Error("Rules manager: invalid rule name "+r)}this.__rules__[o].enabled=!1,n.push(r)},this),this.__cache__=null,n};yt.prototype.getRules=function(e){return this.__cache__===null&&this.__compile__(),this.__cache__[e]||[]};var _r=yt;function Mo(e,t,n){this.type=e,this.tag=t,this.attrs=null,this.map=null,this.nesting=n,this.level=0,this.children=null,this.content="",this.markup="",this.info="",this.meta=null,this.block=!1,this.hidden=!1}Mo.prototype.attrIndex=function(t){if(!this.attrs)return-1;let n=this.attrs;for(let r=0,o=n.length;r<o;r++)if(n[r][0]===t)return r;return-1};Mo.prototype.attrPush=function(t){this.attrs?this.attrs.push(t):this.attrs=[t]};Mo.prototype.attrSet=function(t,n){let r=this.attrIndex(t),o=[t,n];r<0?this.attrPush(o):this.attrs[r]=o};Mo.prototype.attrGet=function(t){let n=this.attrIndex(t),r=null;return n>=0&&(r=this.attrs[n][1]),r};Mo.prototype.attrJoin=function(t,n){let r=this.attrIndex(t);r<0?this.attrPush([t,n]):this.attrs[r][1]=this.attrs[r][1]+" "+n};var sn=Mo;function hD(e,t,n){this.src=e,this.env=n,this.tokens=[],this.inlineMode=!1,this.md=t}hD.prototype.Token=sn;var gD=hD;var JM=/\r\n?|\n/g,XM=/\0/g;function ph(e){let t;t=e.src.replace(JM,` |
| 437 | `),t=t.replace(XM,"\uFFFD"),e.src=t}function hh(e){let t;e.inlineMode?(t=new e.Token("inline","",0),t.content=e.src,t.map=[0,1],t.children=[],e.tokens.push(t)):e.md.block.parse(e.src,e.md,e.env,e.tokens)}function gh(e){let t=e.tokens;for(let n=0,r=t.length;n<r;n++){let o=t[n];o.type==="inline"&&e.md.inline.parse(o.content,e.md,e.env,o.children)}}function eA(e){return/^<a[>\s]/i.test(e)}function tA(e){return/^<\/a\s*>/i.test(e)}function mh(e){let t=e.tokens;if(e.md.options.linkify)for(let n=0,r=t.length;n<r;n++){if(t[n].type!=="inline"||!e.md.linkify.pretest(t[n].content))continue;let o=t[n].children,i=0;for(let s=o.length-1;s>=0;s--){let u=o[s];if(u.type==="link_close"){for(s--;o[s].level!==u.level&&o[s].type!=="link_open";)s--;continue}if(u.type==="html_inline"&&(eA(u.content)&&i>0&&i--,tA(u.content)&&i++),!(i>0)&&u.type==="text"&&e.md.linkify.test(u.content)){let a=u.content,c=e.md.linkify.match(a),l=[],d=u.level,h=0;c.length>0&&c[0].index===0&&s>0&&o[s-1].type==="text_special"&&(c=c.slice(1));for(let f=0;f<c.length;f++){let p=c[f].url,m=e.md.normalizeLink(p);if(!e.md.validateLink(m))continue;let g=c[f].text;c[f].schema?c[f].schema==="mailto:"&&!/^mailto:/i.test(g)?g=e.md.normalizeLinkText("mailto:"+g).replace(/^mailto:/,""):g=e.md.normalizeLinkText(g):g=e.md.normalizeLinkText("http://"+g).replace(/^http:\/\//,"");let y=c[f].index;if(y>h){let N=new e.Token("text","",0);N.content=a.slice(h,y),N.level=d,l.push(N)}let v=new e.Token("link_open","a",1);v.attrs=[["href",m]],v.level=d++,v.markup="linkify",v.info="auto",l.push(v);let _=new e.Token("text","",0);_.content=g,_.level=d,l.push(_);let E=new e.Token("link_close","a",-1);E.level=--d,E.markup="linkify",E.info="auto",l.push(E),h=c[f].lastIndex}if(h<a.length){let f=new e.Token("text","",0);f.content=a.slice(h),f.level=d,l.push(f)}t[n].children=o=uh(o,s,l)}}}}var mD=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,nA=/\((c|tm|r)\)/i,rA=/\((c|tm|r)\)/ig,oA={c:"\xA9",r:"\xAE",tm:"\u2122"};function iA(e,t){return oA[t.toLowerCase()]}function sA(e){let t=0;for(let n=e.length-1;n>=0;n--){let r=e[n];r.type==="text"&&!t&&(r.content=r.content.replace(rA,iA)),r.type==="link_open"&&r.info==="auto"&&t--,r.type==="link_close"&&r.info==="auto"&&t++}}function uA(e){let t=0;for(let n=e.length-1;n>=0;n--){let r=e[n];r.type==="text"&&!t&&mD.test(r.content)&&(r.content=r.content.replace(/\+-/g,"\xB1").replace(/\.{2,}/g,"\u2026").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---(?=[^-]|$)/mg,"$1\u2014").replace(/(^|\s)--(?=\s|$)/mg,"$1\u2013").replace(/(^|[^-\s])--(?=[^-\s]|$)/mg,"$1\u2013")),r.type==="link_open"&&r.info==="auto"&&t--,r.type==="link_close"&&r.info==="auto"&&t++}}function yh(e){let t;if(e.md.options.typographer)for(t=e.tokens.length-1;t>=0;t--)e.tokens[t].type==="inline"&&(nA.test(e.tokens[t].content)&&sA(e.tokens[t].children),mD.test(e.tokens[t].content)&&uA(e.tokens[t].children))}var aA=/['"]/,yD=/['"]/g,bD="\u2019";function ic(e,t,n){return e.slice(0,t)+n+e.slice(t+1)}function cA(e,t){let n,r=[];for(let o=0;o<e.length;o++){let i=e[o],s=e[o].level;for(n=r.length-1;n>=0&&!(r[n].level<=s);n--);if(r.length=n+1,i.type!=="text")continue;let u=i.content,a=0,c=u.length;e:for(;a<c;){yD.lastIndex=a;let l=yD.exec(u);if(!l)break;let d=!0,h=!0;a=l.index+1;let f=l[0]==="'",p=32;if(l.index-1>=0)p=u.charCodeAt(l.index-1);else for(n=o-1;n>=0&&!(e[n].type==="softbreak"||e[n].type==="hardbreak");n--)if(e[n].content){p=e[n].content.charCodeAt(e[n].content.length-1);break}let m=32;if(a<c)m=u.charCodeAt(a);else for(n=o+1;n<e.length&&!(e[n].type==="softbreak"||e[n].type==="hardbreak");n++)if(e[n].content){m=e[n].content.charCodeAt(0);break}let g=Er(p)||Dr(String.fromCharCode(p)),y=Er(m)||Dr(String.fromCharCode(m)),v=vr(p),_=vr(m);if(_?d=!1:y&&(v||g||(d=!1)),v?h=!1:g&&(_||y||(h=!1)),m===34&&l[0]==='"'&&p>=48&&p<=57&&(h=d=!1),d&&h&&(d=g,h=y),!d&&!h){f&&(i.content=ic(i.content,l.index,bD));continue}if(h)for(n=r.length-1;n>=0;n--){let E=r[n];if(r[n].level<s)break;if(E.single===f&&r[n].level===s){E=r[n];let N,C;f?(N=t.md.options.quotes[2],C=t.md.options.quotes[3]):(N=t.md.options.quotes[0],C=t.md.options.quotes[1]),i.content=ic(i.content,l.index,C),e[E.token].content=ic(e[E.token].content,E.pos,N),a+=C.length-1,E.token===o&&(a+=N.length-1),u=i.content,c=u.length,r.length=n;continue e}}d?r.push({token:o,pos:l.index,single:f,level:s}):h&&f&&(i.content=ic(i.content,l.index,bD))}}}function bh(e){if(e.md.options.typographer)for(let t=e.tokens.length-1;t>=0;t--)e.tokens[t].type!=="inline"||!aA.test(e.tokens[t].content)||cA(e.tokens[t].children,e)}function vh(e){let t,n,r=e.tokens,o=r.length;for(let i=0;i<o;i++){if(r[i].type!=="inline")continue;let s=r[i].children,u=s.length;for(t=0;t<u;t++)s[t].type==="text_special"&&(s[t].type="text");for(t=n=0;t<u;t++)s[t].type==="text"&&t+1<u&&s[t+1].type==="text"?s[t+1].content=s[t].content+s[t+1].content:(t!==n&&(s[n]=s[t]),n++);t!==n&&(s.length=n)}}var Dh=[["normalize",ph],["block",hh],["inline",gh],["linkify",mh],["replacements",yh],["smartquotes",bh],["text_join",vh]];function Eh(){this.ruler=new _r;for(let e=0;e<Dh.length;e++)this.ruler.push(Dh[e][0],Dh[e][1])}Eh.prototype.process=function(e){let t=this.ruler.getRules("");for(let n=0,r=t.length;n<r;n++)t[n](e)};Eh.prototype.State=gD;var vD=Eh;function Ot(e,t,n,r){this.src=e,this.md=t,this.env=n,this.tokens=r,this.bMarks=[],this.eMarks=[],this.tShift=[],this.sCount=[],this.bsCount=[],this.blkIndent=0,this.line=0,this.lineMax=0,this.tight=!1,this.ddIndent=-1,this.listIndent=-1,this.parentType="root",this.level=0;let o=this.src;for(let i=0,s=0,u=0,a=0,c=o.length,l=!1;s<c;s++){let d=o.charCodeAt(s);if(!l)if(H(d)){u++,d===9?a+=4-a%4:a++;continue}else l=!0;(d===10||s===c-1)&&(d!==10&&s++,this.bMarks.push(i),this.eMarks.push(s),this.tShift.push(u),this.sCount.push(a),this.bsCount.push(0),l=!1,u=0,a=0,i=s+1)}this.bMarks.push(o.length),this.eMarks.push(o.length),this.tShift.push(0),this.sCount.push(0),this.bsCount.push(0),this.lineMax=this.bMarks.length-1}Ot.prototype.push=function(e,t,n){let r=new sn(e,t,n);return r.block=!0,n<0&&this.level--,r.level=this.level,n>0&&this.level++,this.tokens.push(r),r};Ot.prototype.isEmpty=function(t){return this.bMarks[t]+this.tShift[t]>=this.eMarks[t]};Ot.prototype.skipEmptyLines=function(t){for(let n=this.lineMax;t<n&&!(this.bMarks[t]+this.tShift[t]<this.eMarks[t]);t++);return t};Ot.prototype.skipSpaces=function(t){for(let n=this.src.length;t<n;t++){let r=this.src.charCodeAt(t);if(!H(r))break}return t};Ot.prototype.skipSpacesBack=function(t,n){if(t<=n)return t;for(;t>n;)if(!H(this.src.charCodeAt(--t)))return t+1;return t};Ot.prototype.skipChars=function(t,n){for(let r=this.src.length;t<r&&this.src.charCodeAt(t)===n;t++);return t};Ot.prototype.skipCharsBack=function(t,n,r){if(t<=r)return t;for(;t>r;)if(n!==this.src.charCodeAt(--t))return t+1;return t};Ot.prototype.getLines=function(t,n,r,o){if(t>=n)return"";let i=new Array(n-t);for(let s=0,u=t;u<n;u++,s++){let a=0,c=this.bMarks[u],l=c,d;for(u+1<n||o?d=this.eMarks[u]+1:d=this.eMarks[u];l<d&&a<r;){let h=this.src.charCodeAt(l);if(H(h))h===9?a+=4-(a+this.bsCount[u])%4:a++;else if(l-c<this.tShift[u])a++;else break;l++}a>r?i[s]=new Array(a-r+1).join(" ")+this.src.slice(l,d):i[s]=this.src.slice(l,d)}return i.join("")};Ot.prototype.Token=sn;var DD=Ot;var lA=65536;function Ch(e,t){let n=e.bMarks[t]+e.tShift[t],r=e.eMarks[t];return e.src.slice(n,r)}function ED(e){let t=[],n=e.length,r=0,o=e.charCodeAt(r),i=!1,s=0,u="";for(;r<n;)o===124&&(i?(u+=e.substring(s,r-1),s=r):(t.push(u+e.substring(s,r)),u="",s=r+1)),i=o===92,r++,o=e.charCodeAt(r);return t.push(u+e.substring(s)),t}function _h(e,t,n,r){if(t+2>n)return!1;let o=t+1;if(e.sCount[o]<e.blkIndent||e.sCount[o]-e.blkIndent>=4)return!1;let i=e.bMarks[o]+e.tShift[o];if(i>=e.eMarks[o])return!1;let s=e.src.charCodeAt(i++);if(s!==124&&s!==45&&s!==58||i>=e.eMarks[o])return!1;let u=e.src.charCodeAt(i++);if(u!==124&&u!==45&&u!==58&&!H(u)||s===45&&H(u))return!1;for(;i<e.eMarks[o];){let E=e.src.charCodeAt(i);if(E!==124&&E!==45&&E!==58&&!H(E))return!1;i++}let a=Ch(e,t+1),c=a.split("|"),l=[];for(let E=0;E<c.length;E++){let N=c[E].trim();if(!N){if(E===0||E===c.length-1)continue;return!1}if(!/^:?-+:?$/.test(N))return!1;N.charCodeAt(N.length-1)===58?l.push(N.charCodeAt(0)===58?"center":"right"):N.charCodeAt(0)===58?l.push("left"):l.push("")}if(a=Ch(e,t).trim(),a.indexOf("|")===-1||e.sCount[t]-e.blkIndent>=4)return!1;c=ED(a),c.length&&c[0]===""&&c.shift(),c.length&&c[c.length-1]===""&&c.pop();let d=c.length;if(d===0||d!==l.length)return!1;if(r)return!0;let h=e.parentType;e.parentType="table";let f=e.md.block.ruler.getRules("blockquote"),p=e.push("table_open","table",1),m=[t,0];p.map=m;let g=e.push("thead_open","thead",1);g.map=[t,t+1];let y=e.push("tr_open","tr",1);y.map=[t,t+1];for(let E=0;E<c.length;E++){let N=e.push("th_open","th",1);l[E]&&(N.attrs=[["style","text-align:"+l[E]]]);let C=e.push("inline","",0);C.content=c[E].trim(),C.children=[],e.push("th_close","th",-1)}e.push("tr_close","tr",-1),e.push("thead_close","thead",-1);let v,_=0;for(o=t+2;o<n&&!(e.sCount[o]<e.blkIndent);o++){let E=!1;for(let C=0,k=f.length;C<k;C++)if(f[C](e,o,n,!0)){E=!0;break}if(E||(a=Ch(e,o).trim(),!a)||e.sCount[o]-e.blkIndent>=4||(c=ED(a),c.length&&c[0]===""&&c.shift(),c.length&&c[c.length-1]===""&&c.pop(),_+=d-c.length,_>lA))break;if(o===t+2){let C=e.push("tbody_open","tbody",1);C.map=v=[t+2,0]}let N=e.push("tr_open","tr",1);N.map=[o,o+1];for(let C=0;C<d;C++){let k=e.push("td_open","td",1);l[C]&&(k.attrs=[["style","text-align:"+l[C]]]);let O=e.push("inline","",0);O.content=c[C]?c[C].trim():"",O.children=[],e.push("td_close","td",-1)}e.push("tr_close","tr",-1)}return v&&(e.push("tbody_close","tbody",-1),v[1]=o),e.push("table_close","table",-1),m[1]=o,e.parentType=h,e.line=o,!0}function wh(e,t,n){if(e.sCount[t]-e.blkIndent<4)return!1;let r=t+1,o=r;for(;r<n;){if(e.isEmpty(r)){r++;continue}if(e.sCount[r]-e.blkIndent>=4){r++,o=r;continue}break}e.line=o;let i=e.push("code_block","code",0);return i.content=e.getLines(t,o,4+e.blkIndent,!1)+` |
| 438 | `,i.map=[t,e.line],!0}function xh(e,t,n,r){let o=e.bMarks[t]+e.tShift[t],i=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4||o+3>i)return!1;let s=e.src.charCodeAt(o);if(s!==126&&s!==96)return!1;let u=o;o=e.skipChars(o,s);let a=o-u;if(a<3)return!1;let c=e.src.slice(u,o),l=e.src.slice(o,i);if(s===96&&l.indexOf(String.fromCharCode(s))>=0)return!1;if(r)return!0;let d=t,h=!1;for(;d++,!(d>=n||(o=u=e.bMarks[d]+e.tShift[d],i=e.eMarks[d],o<i&&e.sCount[d]<e.blkIndent));)if(e.src.charCodeAt(o)===s&&!(e.sCount[d]-e.blkIndent>=4)&&(o=e.skipChars(o,s),!(o-u<a)&&(o=e.skipSpaces(o),!(o<i)))){h=!0;break}a=e.sCount[t],e.line=d+(h?1:0);let f=e.push("fence","code",0);return f.info=l,f.content=e.getLines(t+1,d,a,!0),f.markup=c,f.map=[t,e.line],!0}function Ih(e,t,n,r){let o=e.bMarks[t]+e.tShift[t],i=e.eMarks[t],s=e.lineMax;if(e.sCount[t]-e.blkIndent>=4||e.src.charCodeAt(o)!==62)return!1;if(r)return!0;let u=[],a=[],c=[],l=[],d=e.md.block.ruler.getRules("blockquote"),h=e.parentType;e.parentType="blockquote";let f=!1,p;for(p=t;p<n;p++){let _=e.sCount[p]<e.blkIndent;if(o=e.bMarks[p]+e.tShift[p],i=e.eMarks[p],o>=i)break;if(e.src.charCodeAt(o++)===62&&!_){let N=e.sCount[p]+1,C,k;e.src.charCodeAt(o)===32?(o++,N++,k=!1,C=!0):e.src.charCodeAt(o)===9?(C=!0,(e.bsCount[p]+N)%4===3?(o++,N++,k=!1):k=!0):C=!1;let O=N;for(u.push(e.bMarks[p]),e.bMarks[p]=o;o<i;){let te=e.src.charCodeAt(o);if(H(te))te===9?O+=4-(O+e.bsCount[p]+(k?1:0))%4:O++;else break;o++}f=o>=i,a.push(e.bsCount[p]),e.bsCount[p]=e.sCount[p]+1+(C?1:0),c.push(e.sCount[p]),e.sCount[p]=O-N,l.push(e.tShift[p]),e.tShift[p]=o-e.bMarks[p];continue}if(f)break;let E=!1;for(let N=0,C=d.length;N<C;N++)if(d[N](e,p,n,!0)){E=!0;break}if(E){e.lineMax=p,e.blkIndent!==0&&(u.push(e.bMarks[p]),a.push(e.bsCount[p]),l.push(e.tShift[p]),c.push(e.sCount[p]),e.sCount[p]-=e.blkIndent);break}u.push(e.bMarks[p]),a.push(e.bsCount[p]),l.push(e.tShift[p]),c.push(e.sCount[p]),e.sCount[p]=-1}let m=e.blkIndent;e.blkIndent=0;let g=e.push("blockquote_open","blockquote",1);g.markup=">";let y=[t,0];g.map=y,e.md.block.tokenize(e,t,p);let v=e.push("blockquote_close","blockquote",-1);v.markup=">",e.lineMax=s,e.parentType=h,y[1]=e.line;for(let _=0;_<l.length;_++)e.bMarks[_+t]=u[_],e.tShift[_+t]=l[_],e.sCount[_+t]=c[_],e.bsCount[_+t]=a[_];return e.blkIndent=m,!0}function Th(e,t,n,r){let o=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;let i=e.bMarks[t]+e.tShift[t],s=e.src.charCodeAt(i++);if(s!==42&&s!==45&&s!==95)return!1;let u=1;for(;i<o;){let c=e.src.charCodeAt(i++);if(c!==s&&!H(c))return!1;c===s&&u++}if(u<3)return!1;if(r)return!0;e.line=t+1;let a=e.push("hr","hr",0);return a.map=[t,e.line],a.markup=Array(u+1).join(String.fromCharCode(s)),!0}function CD(e,t){let n=e.eMarks[t],r=e.bMarks[t]+e.tShift[t],o=e.src.charCodeAt(r++);if(o!==42&&o!==45&&o!==43)return-1;if(r<n){let i=e.src.charCodeAt(r);if(!H(i))return-1}return r}function _D(e,t){let n=e.bMarks[t]+e.tShift[t],r=e.eMarks[t],o=n;if(o+1>=r)return-1;let i=e.src.charCodeAt(o++);if(i<48||i>57)return-1;for(;;){if(o>=r)return-1;if(i=e.src.charCodeAt(o++),i>=48&&i<=57){if(o-n>=10)return-1;continue}if(i===41||i===46)break;return-1}return o<r&&(i=e.src.charCodeAt(o),!H(i))?-1:o}function dA(e,t){let n=e.level+2;for(let r=t+2,o=e.tokens.length-2;r<o;r++)e.tokens[r].level===n&&e.tokens[r].type==="paragraph_open"&&(e.tokens[r+2].hidden=!0,e.tokens[r].hidden=!0,r+=2)}function Sh(e,t,n,r){let o,i,s,u,a=t,c=!0;if(e.sCount[a]-e.blkIndent>=4||e.listIndent>=0&&e.sCount[a]-e.listIndent>=4&&e.sCount[a]<e.blkIndent)return!1;let l=!1;r&&e.parentType==="paragraph"&&e.sCount[a]>=e.blkIndent&&(l=!0);let d,h,f;if((f=_D(e,a))>=0){if(d=!0,s=e.bMarks[a]+e.tShift[a],h=Number(e.src.slice(s,f-1)),l&&h!==1)return!1}else if((f=CD(e,a))>=0)d=!1;else return!1;if(l&&e.skipSpaces(f)>=e.eMarks[a])return!1;if(r)return!0;let p=e.src.charCodeAt(f-1),m=e.tokens.length;d?(u=e.push("ordered_list_open","ol",1),h!==1&&(u.attrs=[["start",h]])):u=e.push("bullet_list_open","ul",1);let g=[a,0];u.map=g,u.markup=String.fromCharCode(p);let y=!1,v=e.md.block.ruler.getRules("list"),_=e.parentType;for(e.parentType="list";a<n;){i=f,o=e.eMarks[a];let E=e.sCount[a]+f-(e.bMarks[a]+e.tShift[a]),N=E;for(;i<o;){let wr=e.src.charCodeAt(i);if(wr===9)N+=4-(N+e.bsCount[a])%4;else if(wr===32)N++;else break;i++}let C=i,k;C>=o?k=1:k=N-E,k>4&&(k=1);let O=E+k;u=e.push("list_item_open","li",1),u.markup=String.fromCharCode(p);let te=[a,0];u.map=te,d&&(u.info=e.src.slice(s,f-1));let bt=e.tight,No=e.tShift[a],es=e.sCount[a],QD=e.listIndent;if(e.listIndent=e.blkIndent,e.blkIndent=O,e.tight=!0,e.tShift[a]=C-e.bMarks[a],e.sCount[a]=N,C>=o&&e.isEmpty(a+1)?e.line=Math.min(e.line+2,n):e.md.block.tokenize(e,a,n,!0),(!e.tight||y)&&(c=!1),y=e.line-a>1&&e.isEmpty(e.line-1),e.blkIndent=e.listIndent,e.listIndent=QD,e.tShift[a]=No,e.sCount[a]=es,e.tight=bt,u=e.push("list_item_close","li",-1),u.markup=String.fromCharCode(p),a=e.line,te[1]=a,a>=n||e.sCount[a]<e.blkIndent||e.sCount[a]-e.blkIndent>=4)break;let i0=!1;for(let wr=0,KD=v.length;wr<KD;wr++)if(v[wr](e,a,n,!0)){i0=!0;break}if(i0)break;if(d){if(f=_D(e,a),f<0)break;s=e.bMarks[a]+e.tShift[a]}else if(f=CD(e,a),f<0)break;if(p!==e.src.charCodeAt(f-1))break}return d?u=e.push("ordered_list_close","ol",-1):u=e.push("bullet_list_close","ul",-1),u.markup=String.fromCharCode(p),g[1]=a,e.line=a,e.parentType=_,c&&dA(e,m),!0}function Mh(e,t,n,r){let o=e.bMarks[t]+e.tShift[t],i=e.eMarks[t],s=t+1;if(e.sCount[t]-e.blkIndent>=4||e.src.charCodeAt(o)!==91)return!1;function u(v){let _=e.lineMax;if(v>=_||e.isEmpty(v))return null;let E=!1;if(e.sCount[v]-e.blkIndent>3&&(E=!0),e.sCount[v]<0&&(E=!0),!E){let k=e.md.block.ruler.getRules("reference"),O=e.parentType;e.parentType="reference";let te=!1;for(let bt=0,No=k.length;bt<No;bt++)if(k[bt](e,v,_,!0)){te=!0;break}if(e.parentType=O,te)return null}let N=e.bMarks[v]+e.tShift[v],C=e.eMarks[v];return e.src.slice(N,C+1)}let a=e.src.slice(o,i+1);i=a.length;let c=-1;for(o=1;o<i;o++){let v=a.charCodeAt(o);if(v===91)return!1;if(v===93){c=o;break}else if(v===10){let _=u(s);_!==null&&(a+=_,i=a.length,s++)}else if(v===92&&(o++,o<i&&a.charCodeAt(o)===10)){let _=u(s);_!==null&&(a+=_,i=a.length,s++)}}if(c<0||a.charCodeAt(c+1)!==58)return!1;for(o=c+2;o<i;o++){let v=a.charCodeAt(o);if(v===10){let _=u(s);_!==null&&(a+=_,i=a.length,s++)}else if(!H(v))break}let l=e.md.helpers.parseLinkDestination(a,o,i);if(!l.ok)return!1;let d=e.md.normalizeLink(l.str);if(!e.md.validateLink(d))return!1;o=l.pos;let h=o,f=s,p=o;for(;o<i;o++){let v=a.charCodeAt(o);if(v===10){let _=u(s);_!==null&&(a+=_,i=a.length,s++)}else if(!H(v))break}let m=e.md.helpers.parseLinkTitle(a,o,i);for(;m.can_continue;){let v=u(s);if(v===null)break;a+=v,o=i,i=a.length,s++,m=e.md.helpers.parseLinkTitle(a,o,i,m)}let g;for(o<i&&p!==o&&m.ok?(g=m.str,o=m.pos):(g="",o=h,s=f);o<i;){let v=a.charCodeAt(o);if(!H(v))break;o++}if(o<i&&a.charCodeAt(o)!==10&&g)for(g="",o=h,s=f;o<i;){let v=a.charCodeAt(o);if(!H(v))break;o++}if(o<i&&a.charCodeAt(o)!==10)return!1;let y=Cr(a.slice(1,c));return y?(r||(typeof e.env.references>"u"&&(e.env.references={}),typeof e.env.references[y]>"u"&&(e.env.references[y]={title:g,href:d}),e.line=s),!0):!1}var wD=["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","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"];var fA="[a-zA-Z_:][a-zA-Z0-9:._-]*",pA="[^\"'=<>`\\x00-\\x20]+",hA="'[^']*'",gA='"[^"]*"',mA="(?:"+pA+"|"+hA+"|"+gA+")",yA="(?:\\s+"+fA+"(?:\\s*=\\s*"+mA+")?)",xD="<[A-Za-z][A-Za-z0-9\\-]*"+yA+"*\\s*\\/?>",ID="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",bA="<!---?>|<!--(?:[^-]|-[^-]|--[^>])*-->",vA="<[?][\\s\\S]*?[?]>",DA="<![A-Za-z][^>]*>",EA="<!\\[CDATA\\[[\\s\\S]*?\\]\\]>",TD=new RegExp("^(?:"+xD+"|"+ID+"|"+bA+"|"+vA+"|"+DA+"|"+EA+")"),SD=new RegExp("^(?:"+xD+"|"+ID+")");var Ao=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^<!--/,/-->/,!0],[/^<\?/,/\?>/,!0],[/^<![A-Z]/,/>/,!0],[/^<!\[CDATA\[/,/\]\]>/,!0],[new RegExp("^</?("+wD.join("|")+")(?=(\\s|/?>|$))","i"),/^$/,!0],[new RegExp(SD.source+"\\s*$"),/^$/,!1]];function Ah(e,t,n,r){let o=e.bMarks[t]+e.tShift[t],i=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4||!e.md.options.html||e.src.charCodeAt(o)!==60)return!1;let s=e.src.slice(o,i),u=0;for(;u<Ao.length&&!Ao[u][0].test(s);u++);if(u===Ao.length)return!1;if(r)return Ao[u][2];let a=t+1;if(!Ao[u][1].test(s)){for(;a<n&&!(e.sCount[a]<e.blkIndent);a++)if(o=e.bMarks[a]+e.tShift[a],i=e.eMarks[a],s=e.src.slice(o,i),Ao[u][1].test(s)){s.length!==0&&a++;break}}e.line=a;let c=e.push("html_block","",0);return c.map=[t,a],c.content=e.getLines(t,a,e.blkIndent,!0),!0}function Nh(e,t,n,r){let o=e.bMarks[t]+e.tShift[t],i=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;let s=e.src.charCodeAt(o);if(s!==35||o>=i)return!1;let u=1;for(s=e.src.charCodeAt(++o);s===35&&o<i&&u<=6;)u++,s=e.src.charCodeAt(++o);if(u>6||o<i&&!H(s))return!1;if(r)return!0;i=e.skipSpacesBack(i,o);let a=e.skipCharsBack(i,35,o);a>o&&H(e.src.charCodeAt(a-1))&&(i=a),e.line=t+1;let c=e.push("heading_open","h"+String(u),1);c.markup="########".slice(0,u),c.map=[t,e.line];let l=e.push("inline","",0);l.content=e.src.slice(o,i).trim(),l.map=[t,e.line],l.children=[];let d=e.push("heading_close","h"+String(u),-1);return d.markup="########".slice(0,u),!0}function kh(e,t,n){let r=e.md.block.ruler.getRules("paragraph");if(e.sCount[t]-e.blkIndent>=4)return!1;let o=e.parentType;e.parentType="paragraph";let i=0,s,u=t+1;for(;u<n&&!e.isEmpty(u);u++){if(e.sCount[u]-e.blkIndent>3)continue;if(e.sCount[u]>=e.blkIndent){let f=e.bMarks[u]+e.tShift[u],p=e.eMarks[u];if(f<p&&(s=e.src.charCodeAt(f),(s===45||s===61)&&(f=e.skipChars(f,s),f=e.skipSpaces(f),f>=p))){i=s===61?1:2;break}}if(e.sCount[u]<0)continue;let h=!1;for(let f=0,p=r.length;f<p;f++)if(r[f](e,u,n,!0)){h=!0;break}if(h)break}if(!i)return!1;let a=e.getLines(t,u,e.blkIndent,!1).trim();e.line=u+1;let c=e.push("heading_open","h"+String(i),1);c.markup=String.fromCharCode(s),c.map=[t,e.line];let l=e.push("inline","",0);l.content=a,l.map=[t,e.line-1],l.children=[];let d=e.push("heading_close","h"+String(i),-1);return d.markup=String.fromCharCode(s),e.parentType=o,!0}function Rh(e,t,n){let r=e.md.block.ruler.getRules("paragraph"),o=e.parentType,i=t+1;for(e.parentType="paragraph";i<n&&!e.isEmpty(i);i++){if(e.sCount[i]-e.blkIndent>3||e.sCount[i]<0)continue;let c=!1;for(let l=0,d=r.length;l<d;l++)if(r[l](e,i,n,!0)){c=!0;break}if(c)break}let s=e.getLines(t,i,e.blkIndent,!1).trim();e.line=i;let u=e.push("paragraph_open","p",1);u.map=[t,e.line];let a=e.push("inline","",0);return a.content=s,a.map=[t,e.line],a.children=[],e.push("paragraph_close","p",-1),e.parentType=o,!0}var sc=[["table",_h,["paragraph","reference"]],["code",wh],["fence",xh,["paragraph","reference","blockquote","list"]],["blockquote",Ih,["paragraph","reference","blockquote","list"]],["hr",Th,["paragraph","reference","blockquote","list"]],["list",Sh,["paragraph","reference","blockquote"]],["reference",Mh],["html_block",Ah,["paragraph","reference","blockquote"]],["heading",Nh,["paragraph","reference","blockquote"]],["lheading",kh],["paragraph",Rh]];function uc(){this.ruler=new _r;for(let e=0;e<sc.length;e++)this.ruler.push(sc[e][0],sc[e][1],{alt:(sc[e][2]||[]).slice()})}uc.prototype.tokenize=function(e,t,n){let r=this.ruler.getRules(""),o=r.length,i=e.md.options.maxNesting,s=t,u=!1;for(;s<n&&(e.line=s=e.skipEmptyLines(s),!(s>=n||e.sCount[s]<e.blkIndent));){if(e.level>=i){e.line=n;break}let a=e.line,c=!1;for(let l=0;l<o;l++)if(c=r[l](e,s,n,!1),c){if(a>=e.line)throw new Error("block rule didn't increment state.line");break}if(!c)throw new Error("none of the block rules matched");e.tight=!u,e.isEmpty(e.line-1)&&(u=!0),s=e.line,s<n&&e.isEmpty(s)&&(u=!0,s++,e.line=s)}};uc.prototype.parse=function(e,t,n,r){if(!e)return;let o=new this.State(e,t,n,r);this.tokenize(o,o.line,o.lineMax)};uc.prototype.State=DD;var MD=uc;function Ji(e,t,n,r){this.src=e,this.env=n,this.md=t,this.tokens=r,this.tokens_meta=Array(r.length),this.pos=0,this.posMax=this.src.length,this.level=0,this.pending="",this.pendingLevel=0,this.cache={},this.delimiters=[],this._prev_delimiters=[],this.backticks={},this.backticksScanned=!1,this.linkLevel=0}Ji.prototype.pushPending=function(){let e=new sn("text","",0);return e.content=this.pending,e.level=this.pendingLevel,this.tokens.push(e),this.pending="",e};Ji.prototype.push=function(e,t,n){this.pending&&this.pushPending();let r=new sn(e,t,n),o=null;return n<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),r.level=this.level,n>0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],o={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(r),this.tokens_meta.push(o),r};Ji.prototype.scanDelims=function(e,t){let n=this.posMax,r=this.src.charCodeAt(e),o=e>0?this.src.charCodeAt(e-1):32,i=e;for(;i<n&&this.src.charCodeAt(i)===r;)i++;let s=i-e,u=i<n?this.src.charCodeAt(i):32,a=Er(o)||Dr(String.fromCharCode(o)),c=Er(u)||Dr(String.fromCharCode(u)),l=vr(o),d=vr(u),h=!d&&(!c||l||a),f=!l&&(!a||d||c);return{can_open:h&&(t||!f||a),can_close:f&&(t||!h||c),length:s}};Ji.prototype.Token=sn;var AD=Ji;function CA(e){switch(e){case 10:case 33:case 35:case 36:case 37:case 38:case 42:case 43:case 45:case 58:case 60:case 61:case 62:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 125:case 126:return!0;default:return!1}}function Fh(e,t){let n=e.pos;for(;n<e.posMax&&!CA(e.src.charCodeAt(n));)n++;return n===e.pos?!1:(t||(e.pending+=e.src.slice(e.pos,n)),e.pos=n,!0)}var _A=/(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i;function Oh(e,t){if(!e.md.options.linkify||e.linkLevel>0)return!1;let n=e.pos,r=e.posMax;if(n+3>r||e.src.charCodeAt(n)!==58||e.src.charCodeAt(n+1)!==47||e.src.charCodeAt(n+2)!==47)return!1;let o=e.pending.match(_A);if(!o)return!1;let i=o[1],s=e.md.linkify.matchAtStart(e.src.slice(n-i.length));if(!s)return!1;let u=s.url;if(u.length<=i.length)return!1;let a=u.length;for(;a>0&&u.charCodeAt(a-1)===42;)a--;a!==u.length&&(u=u.slice(0,a));let c=e.md.normalizeLink(u);if(!e.md.validateLink(c))return!1;if(!t){e.pending=e.pending.slice(0,-i.length);let l=e.push("link_open","a",1);l.attrs=[["href",c]],l.markup="linkify",l.info="auto";let d=e.push("text","",0);d.content=e.md.normalizeLinkText(u);let h=e.push("link_close","a",-1);h.markup="linkify",h.info="auto"}return e.pos+=u.length-i.length,!0}function Ph(e,t){let n=e.pos;if(e.src.charCodeAt(n)!==10)return!1;let r=e.pending.length-1,o=e.posMax;if(!t)if(r>=0&&e.pending.charCodeAt(r)===32)if(r>=1&&e.pending.charCodeAt(r-1)===32){let i=r-1;for(;i>=1&&e.pending.charCodeAt(i-1)===32;)i--;e.pending=e.pending.slice(0,i),e.push("hardbreak","br",0)}else e.pending=e.pending.slice(0,-1),e.push("softbreak","br",0);else e.push("softbreak","br",0);for(n++;n<o&&H(e.src.charCodeAt(n));)n++;return e.pos=n,!0}var Lh=[];for(let e=0;e<256;e++)Lh.push(0);"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach(function(e){Lh[e.charCodeAt(0)]=1});function jh(e,t){let n=e.pos,r=e.posMax;if(e.src.charCodeAt(n)!==92||(n++,n>=r))return!1;let o=e.src.charCodeAt(n);if(o===10){for(t||e.push("hardbreak","br",0),n++;n<r&&(o=e.src.charCodeAt(n),!!H(o));)n++;return e.pos=n,!0}let i=e.src[n];if(o>=55296&&o<=56319&&n+1<r){let u=e.src.charCodeAt(n+1);u>=56320&&u<=57343&&(i+=e.src[n+1],n++)}let s="\\"+i;if(!t){let u=e.push("text_special","",0);o<256&&Lh[o]!==0?u.content=i:u.content=s,u.markup=s,u.info="escape"}return e.pos=n+1,!0}function Bh(e,t){let n=e.pos;if(e.src.charCodeAt(n)!==96)return!1;let o=n;n++;let i=e.posMax;for(;n<i&&e.src.charCodeAt(n)===96;)n++;let s=e.src.slice(o,n),u=s.length;if(e.backticksScanned&&(e.backticks[u]||0)<=o)return t||(e.pending+=s),e.pos+=u,!0;let a=n,c;for(;(c=e.src.indexOf("`",a))!==-1;){for(a=c+1;a<i&&e.src.charCodeAt(a)===96;)a++;let l=a-c;if(l===u){if(!t){let d=e.push("code_inline","code",0);d.markup=s,d.content=e.src.slice(n,c).replace(/\n/g," ").replace(/^ (.+) $/,"$1")}return e.pos=a,!0}e.backticks[l]=c}return e.backticksScanned=!0,t||(e.pending+=s),e.pos+=u,!0}function wA(e,t){let n=e.pos,r=e.src.charCodeAt(n);if(t||r!==126)return!1;let o=e.scanDelims(e.pos,!0),i=o.length,s=String.fromCharCode(r);if(i<2)return!1;let u;i%2&&(u=e.push("text","",0),u.content=s,i--);for(let a=0;a<i;a+=2)u=e.push("text","",0),u.content=s+s,e.delimiters.push({marker:r,length:0,token:e.tokens.length-1,end:-1,open:o.can_open,close:o.can_close});return e.pos+=o.length,!0}function ND(e,t){let n,r=[],o=t.length;for(let i=0;i<o;i++){let s=t[i];if(s.marker!==126||s.end===-1)continue;let u=t[s.end];n=e.tokens[s.token],n.type="s_open",n.tag="s",n.nesting=1,n.markup="~~",n.content="",n=e.tokens[u.token],n.type="s_close",n.tag="s",n.nesting=-1,n.markup="~~",n.content="",e.tokens[u.token-1].type==="text"&&e.tokens[u.token-1].content==="~"&&r.push(u.token-1)}for(;r.length;){let i=r.pop(),s=i+1;for(;s<e.tokens.length&&e.tokens[s].type==="s_close";)s++;s--,i!==s&&(n=e.tokens[s],e.tokens[s]=e.tokens[i],e.tokens[i]=n)}}function xA(e){let t=e.tokens_meta,n=e.tokens_meta.length;ND(e,e.delimiters);for(let r=0;r<n;r++)t[r]&&t[r].delimiters&&ND(e,t[r].delimiters)}var Vh={tokenize:wA,postProcess:xA};function IA(e,t){let n=e.pos,r=e.src.charCodeAt(n);if(t||r!==95&&r!==42)return!1;let o=e.scanDelims(e.pos,r===42);for(let i=0;i<o.length;i++){let s=e.push("text","",0);s.content=String.fromCharCode(r),e.delimiters.push({marker:r,length:o.length,token:e.tokens.length-1,end:-1,open:o.can_open,close:o.can_close})}return e.pos+=o.length,!0}function kD(e,t){let n=t.length;for(let r=n-1;r>=0;r--){let o=t[r];if(o.marker!==95&&o.marker!==42||o.end===-1)continue;let i=t[o.end],s=r>0&&t[r-1].end===o.end+1&&t[r-1].marker===o.marker&&t[r-1].token===o.token-1&&t[o.end+1].token===i.token+1,u=String.fromCharCode(o.marker),a=e.tokens[o.token];a.type=s?"strong_open":"em_open",a.tag=s?"strong":"em",a.nesting=1,a.markup=s?u+u:u,a.content="";let c=e.tokens[i.token];c.type=s?"strong_close":"em_close",c.tag=s?"strong":"em",c.nesting=-1,c.markup=s?u+u:u,c.content="",s&&(e.tokens[t[r-1].token].content="",e.tokens[t[o.end+1].token].content="",r--)}}function TA(e){let t=e.tokens_meta,n=e.tokens_meta.length;kD(e,e.delimiters);for(let r=0;r<n;r++)t[r]&&t[r].delimiters&&kD(e,t[r].delimiters)}var Hh={tokenize:IA,postProcess:TA};function $h(e,t){let n,r,o,i,s="",u="",a=e.pos,c=!0;if(e.src.charCodeAt(e.pos)!==91)return!1;let l=e.pos,d=e.posMax,h=e.pos+1,f=e.md.helpers.parseLinkLabel(e,e.pos,!0);if(f<0)return!1;let p=f+1;if(p<d&&e.src.charCodeAt(p)===40){for(c=!1,p++;p<d&&(n=e.src.charCodeAt(p),!(!H(n)&&n!==10));p++);if(p>=d)return!1;if(a=p,o=e.md.helpers.parseLinkDestination(e.src,p,e.posMax),o.ok){for(s=e.md.normalizeLink(o.str),e.md.validateLink(s)?p=o.pos:s="",a=p;p<d&&(n=e.src.charCodeAt(p),!(!H(n)&&n!==10));p++);if(o=e.md.helpers.parseLinkTitle(e.src,p,e.posMax),p<d&&a!==p&&o.ok)for(u=o.str,p=o.pos;p<d&&(n=e.src.charCodeAt(p),!(!H(n)&&n!==10));p++);}(p>=d||e.src.charCodeAt(p)!==41)&&(c=!0),p++}if(c){if(typeof e.env.references>"u")return!1;if(p<d&&e.src.charCodeAt(p)===91?(a=p+1,p=e.md.helpers.parseLinkLabel(e,p),p>=0?r=e.src.slice(a,p++):p=f+1):p=f+1,r||(r=e.src.slice(h,f)),i=e.env.references[Cr(r)],!i)return e.pos=l,!1;s=i.href,u=i.title}if(!t){e.pos=h,e.posMax=f;let m=e.push("link_open","a",1),g=[["href",s]];m.attrs=g,u&&g.push(["title",u]),e.linkLevel++,e.md.inline.tokenize(e),e.linkLevel--,e.push("link_close","a",-1)}return e.pos=p,e.posMax=d,!0}function Uh(e,t){let n,r,o,i,s,u,a,c,l="",d=e.pos,h=e.posMax;if(e.src.charCodeAt(e.pos)!==33||e.src.charCodeAt(e.pos+1)!==91)return!1;let f=e.pos+2,p=e.md.helpers.parseLinkLabel(e,e.pos+1,!1);if(p<0)return!1;if(i=p+1,i<h&&e.src.charCodeAt(i)===40){for(i++;i<h&&(n=e.src.charCodeAt(i),!(!H(n)&&n!==10));i++);if(i>=h)return!1;for(c=i,u=e.md.helpers.parseLinkDestination(e.src,i,e.posMax),u.ok&&(l=e.md.normalizeLink(u.str),e.md.validateLink(l)?i=u.pos:l=""),c=i;i<h&&(n=e.src.charCodeAt(i),!(!H(n)&&n!==10));i++);if(u=e.md.helpers.parseLinkTitle(e.src,i,e.posMax),i<h&&c!==i&&u.ok)for(a=u.str,i=u.pos;i<h&&(n=e.src.charCodeAt(i),!(!H(n)&&n!==10));i++);else a="";if(i>=h||e.src.charCodeAt(i)!==41)return e.pos=d,!1;i++}else{if(typeof e.env.references>"u")return!1;if(i<h&&e.src.charCodeAt(i)===91?(c=i+1,i=e.md.helpers.parseLinkLabel(e,i),i>=0?o=e.src.slice(c,i++):i=p+1):i=p+1,o||(o=e.src.slice(f,p)),s=e.env.references[Cr(o)],!s)return e.pos=d,!1;l=s.href,a=s.title}if(!t){r=e.src.slice(f,p);let m=[];e.md.inline.parse(r,e.md,e.env,m);let g=e.push("image","img",0),y=[["src",l],["alt",""]];g.attrs=y,g.children=m,g.content=r,a&&y.push(["title",a])}return e.pos=i,e.posMax=h,!0}var SA=/^([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])?)*)$/,MA=/^([a-zA-Z][a-zA-Z0-9+.-]{1,31}):([^<>\x00-\x20]*)$/;function zh(e,t){let n=e.pos;if(e.src.charCodeAt(n)!==60)return!1;let r=e.pos,o=e.posMax;for(;;){if(++n>=o)return!1;let s=e.src.charCodeAt(n);if(s===60)return!1;if(s===62)break}let i=e.src.slice(r+1,n);if(MA.test(i)){let s=e.md.normalizeLink(i);if(!e.md.validateLink(s))return!1;if(!t){let u=e.push("link_open","a",1);u.attrs=[["href",s]],u.markup="autolink",u.info="auto";let a=e.push("text","",0);a.content=e.md.normalizeLinkText(i);let c=e.push("link_close","a",-1);c.markup="autolink",c.info="auto"}return e.pos+=i.length+2,!0}if(SA.test(i)){let s=e.md.normalizeLink("mailto:"+i);if(!e.md.validateLink(s))return!1;if(!t){let u=e.push("link_open","a",1);u.attrs=[["href",s]],u.markup="autolink",u.info="auto";let a=e.push("text","",0);a.content=e.md.normalizeLinkText(i);let c=e.push("link_close","a",-1);c.markup="autolink",c.info="auto"}return e.pos+=i.length+2,!0}return!1}function AA(e){return/^<a[>\s]/i.test(e)}function NA(e){return/^<\/a\s*>/i.test(e)}function kA(e){let t=e|32;return t>=97&&t<=122}function qh(e,t){if(!e.md.options.html)return!1;let n=e.posMax,r=e.pos;if(e.src.charCodeAt(r)!==60||r+2>=n)return!1;let o=e.src.charCodeAt(r+1);if(o!==33&&o!==63&&o!==47&&!kA(o))return!1;let i=e.src.slice(r).match(TD);if(!i)return!1;if(!t){let s=e.push("html_inline","",0);s.content=i[0],AA(s.content)&&e.linkLevel++,NA(s.content)&&e.linkLevel--}return e.pos+=i[0].length,!0}var RA=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,FA=/^&([a-z][a-z0-9]{1,31});/i;function Gh(e,t){let n=e.pos,r=e.posMax;if(e.src.charCodeAt(n)!==38||n+1>=r)return!1;if(e.src.charCodeAt(n+1)===35){let i=e.src.slice(n).match(RA);if(i){if(!t){let s=i[1][0].toLowerCase()==="x"?parseInt(i[1].slice(1),16):parseInt(i[1],10),u=e.push("text_special","",0);u.content=oc(s)?Ki(s):Ki(65533),u.markup=i[0],u.info="entity"}return e.pos+=i[0].length,!0}}else{let i=e.src.slice(n).match(FA);if(i){let s=Fn(i[0]);if(s!==i[0]){if(!t){let u=e.push("text_special","",0);u.content=s,u.markup=i[0],u.info="entity"}return e.pos+=i[0].length,!0}}}return!1}function RD(e){let t={},n=e.length;if(!n)return;let r=0,o=-2,i=[];for(let s=0;s<n;s++){let u=e[s];if(i.push(0),(e[r].marker!==u.marker||o!==u.token-1)&&(r=s),o=u.token,u.length=u.length||0,!u.close)continue;t.hasOwnProperty(u.marker)||(t[u.marker]=[-1,-1,-1,-1,-1,-1]);let a=t[u.marker][(u.open?3:0)+u.length%3],c=r-i[r]-1,l=c;for(;c>a;c-=i[c]+1){let d=e[c];if(d.marker===u.marker&&d.open&&d.end<0){let h=!1;if((d.close||u.open)&&(d.length+u.length)%3===0&&(d.length%3!==0||u.length%3!==0)&&(h=!0),!h){let f=c>0&&!e[c-1].open?i[c-1]+1:0;i[s]=s-c+f,i[c]=f,u.open=!1,d.end=s,d.close=!1,l=-1,o=-2;break}}}l!==-1&&(t[u.marker][(u.open?3:0)+(u.length||0)%3]=l)}}function Wh(e){let t=e.tokens_meta,n=e.tokens_meta.length;RD(e.delimiters);for(let r=0;r<n;r++)t[r]&&t[r].delimiters&&RD(t[r].delimiters)}function Zh(e){let t,n,r=0,o=e.tokens,i=e.tokens.length;for(t=n=0;t<i;t++)o[t].nesting<0&&r--,o[t].level=r,o[t].nesting>0&&r++,o[t].type==="text"&&t+1<i&&o[t+1].type==="text"?o[t+1].content=o[t].content+o[t+1].content:(t!==n&&(o[n]=o[t]),n++);t!==n&&(o.length=n)}var Yh=[["text",Fh],["linkify",Oh],["newline",Ph],["escape",jh],["backticks",Bh],["strikethrough",Vh.tokenize],["emphasis",Hh.tokenize],["link",$h],["image",Uh],["autolink",zh],["html_inline",qh],["entity",Gh]],Qh=[["balance_pairs",Wh],["strikethrough",Vh.postProcess],["emphasis",Hh.postProcess],["fragments_join",Zh]];function Xi(){this.ruler=new _r;for(let e=0;e<Yh.length;e++)this.ruler.push(Yh[e][0],Yh[e][1]);this.ruler2=new _r;for(let e=0;e<Qh.length;e++)this.ruler2.push(Qh[e][0],Qh[e][1])}Xi.prototype.skipToken=function(e){let t=e.pos,n=this.ruler.getRules(""),r=n.length,o=e.md.options.maxNesting,i=e.cache;if(typeof i[t]<"u"){e.pos=i[t];return}let s=!1;if(e.level<o){for(let u=0;u<r;u++)if(e.level++,s=n[u](e,!0),e.level--,s){if(t>=e.pos)throw new Error("inline rule didn't increment state.pos");break}}else e.pos=e.posMax;s||e.pos++,i[t]=e.pos};Xi.prototype.tokenize=function(e){let t=this.ruler.getRules(""),n=t.length,r=e.posMax,o=e.md.options.maxNesting;for(;e.pos<r;){let i=e.pos,s=!1;if(e.level<o){for(let u=0;u<n;u++)if(s=t[u](e,!1),s){if(i>=e.pos)throw new Error("inline rule didn't increment state.pos");break}}if(s){if(e.pos>=r)break;continue}e.pending+=e.src[e.pos++]}e.pending&&e.pushPending()};Xi.prototype.parse=function(e,t,n,r){let o=new this.State(e,t,n,r);this.tokenize(o);let i=this.ruler2.getRules(""),s=i.length;for(let u=0;u<s;u++)i[u](o)};Xi.prototype.State=AD;var FD=Xi;function OD(e){let t={};e=e||{},t.src_Any=Ka.source,t.src_Cc=Ja.source,t.src_Z=ec.source,t.src_P=Io.source,t.src_ZPCc=[t.src_Z,t.src_P,t.src_Cc].join("|"),t.src_ZCc=[t.src_Z,t.src_Cc].join("|");let n="[><\uFF5C]";return t.src_pseudo_letter="(?:(?!"+n+"|"+t.src_ZPCc+")"+t.src_Any+")",t.src_ip4="(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)",t.src_auth="(?:(?:(?!"+t.src_ZCc+"|[@/\\[\\]()]).)+@)?",t.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",t.src_host_terminator="(?=$|"+n+"|"+t.src_ZPCc+")(?!"+(e["---"]?"-(?!--)|":"-|")+"_|:\\d|\\.-|\\.(?!$|"+t.src_ZPCc+"))",t.src_path="(?:[/?#](?:(?!"+t.src_ZCc+"|"+n+`|[()[\\]{}.,"'?!\\-;]).|\\[(?:(?!`+t.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+t.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+t.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+t.src_ZCc+`|["]).)+\\"|\\'(?:(?!`+t.src_ZCc+"|[']).)+\\'|\\'(?="+t.src_pseudo_letter+"|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+t.src_ZCc+"|[.]|$)|"+(e["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+t.src_ZCc+"|$)|;(?!"+t.src_ZCc+"|$)|\\!+(?!"+t.src_ZCc+"|[!]|$)|\\?(?!"+t.src_ZCc+"|[?]|$))+|\\/)?",t.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',t.src_xn="xn--[a-z0-9\\-]{1,59}",t.src_domain_root="(?:"+t.src_xn+"|"+t.src_pseudo_letter+"{1,63})",t.src_domain="(?:"+t.src_xn+"|(?:"+t.src_pseudo_letter+")|(?:"+t.src_pseudo_letter+"(?:-|"+t.src_pseudo_letter+"){0,61}"+t.src_pseudo_letter+"))",t.src_host="(?:(?:(?:(?:"+t.src_domain+")\\.)*"+t.src_domain+"))",t.tpl_host_fuzzy="(?:"+t.src_ip4+"|(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%)))",t.tpl_host_no_ip_fuzzy="(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%))",t.src_host_strict=t.src_host+t.src_host_terminator,t.tpl_host_fuzzy_strict=t.tpl_host_fuzzy+t.src_host_terminator,t.src_host_port_strict=t.src_host+t.src_port+t.src_host_terminator,t.tpl_host_port_fuzzy_strict=t.tpl_host_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_port_no_ip_fuzzy_strict=t.tpl_host_no_ip_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+t.src_ZPCc+"|>|$))",t.tpl_email_fuzzy="(^|"+n+'|"|\\(|'+t.src_ZCc+")("+t.src_email_name+"@"+t.tpl_host_fuzzy_strict+")",t.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`|\uFF5C]|"+t.src_ZPCc+"))((?![$+<=>^`|\uFF5C])"+t.tpl_host_port_fuzzy_strict+t.src_path+")",t.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`|\uFF5C]|"+t.src_ZPCc+"))((?![$+<=>^`|\uFF5C])"+t.tpl_host_port_no_ip_fuzzy_strict+t.src_path+")",t}function Kh(e){return Array.prototype.slice.call(arguments,1).forEach(function(n){n&&Object.keys(n).forEach(function(r){e[r]=n[r]})}),e}function cc(e){return Object.prototype.toString.call(e)}function OA(e){return cc(e)==="[object String]"}function PA(e){return cc(e)==="[object Object]"}function LA(e){return cc(e)==="[object RegExp]"}function PD(e){return cc(e)==="[object Function]"}function jA(e){return e.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}var jD={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1};function BA(e){return Object.keys(e||{}).reduce(function(t,n){return t||jD.hasOwnProperty(n)},!1)}var VA={"http:":{validate:function(e,t,n){let r=e.slice(t);return n.re.http||(n.re.http=new RegExp("^\\/\\/"+n.re.src_auth+n.re.src_host_port_strict+n.re.src_path,"i")),n.re.http.test(r)?r.match(n.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(e,t,n){let r=e.slice(t);return n.re.no_http||(n.re.no_http=new RegExp("^"+n.re.src_auth+"(?:localhost|(?:(?:"+n.re.src_domain+")\\.)+"+n.re.src_domain_root+")"+n.re.src_port+n.re.src_host_terminator+n.re.src_path,"i")),n.re.no_http.test(r)?t>=3&&e[t-3]===":"||t>=3&&e[t-3]==="/"?0:r.match(n.re.no_http)[0].length:0}},"mailto:":{validate:function(e,t,n){let r=e.slice(t);return n.re.mailto||(n.re.mailto=new RegExp("^"+n.re.src_email_name+"@"+n.re.src_host_strict,"i")),n.re.mailto.test(r)?r.match(n.re.mailto)[0].length:0}}},HA="a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]",$A="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|\u0440\u0444".split("|");function UA(e){e.__index__=-1,e.__text_cache__=""}function zA(e){return function(t,n){let r=t.slice(n);return e.test(r)?r.match(e)[0].length:0}}function LD(){return function(e,t){t.normalize(e)}}function ac(e){let t=e.re=OD(e.__opts__),n=e.__tlds__.slice();e.onCompile(),e.__tlds_replaced__||n.push(HA),n.push(t.src_xn),t.src_tlds=n.join("|");function r(u){return u.replace("%TLDS%",t.src_tlds)}t.email_fuzzy=RegExp(r(t.tpl_email_fuzzy),"i"),t.link_fuzzy=RegExp(r(t.tpl_link_fuzzy),"i"),t.link_no_ip_fuzzy=RegExp(r(t.tpl_link_no_ip_fuzzy),"i"),t.host_fuzzy_test=RegExp(r(t.tpl_host_fuzzy_test),"i");let o=[];e.__compiled__={};function i(u,a){throw new Error('(LinkifyIt) Invalid schema "'+u+'": '+a)}Object.keys(e.__schemas__).forEach(function(u){let a=e.__schemas__[u];if(a===null)return;let c={validate:null,link:null};if(e.__compiled__[u]=c,PA(a)){LA(a.validate)?c.validate=zA(a.validate):PD(a.validate)?c.validate=a.validate:i(u,a),PD(a.normalize)?c.normalize=a.normalize:a.normalize?i(u,a):c.normalize=LD();return}if(OA(a)){o.push(u);return}i(u,a)}),o.forEach(function(u){e.__compiled__[e.__schemas__[u]]&&(e.__compiled__[u].validate=e.__compiled__[e.__schemas__[u]].validate,e.__compiled__[u].normalize=e.__compiled__[e.__schemas__[u]].normalize)}),e.__compiled__[""]={validate:null,normalize:LD()};let s=Object.keys(e.__compiled__).filter(function(u){return u.length>0&&e.__compiled__[u]}).map(jA).join("|");e.re.schema_test=RegExp("(^|(?!_)(?:[><\uFF5C]|"+t.src_ZPCc+"))("+s+")","i"),e.re.schema_search=RegExp("(^|(?!_)(?:[><\uFF5C]|"+t.src_ZPCc+"))("+s+")","ig"),e.re.schema_at_start=RegExp("^"+e.re.schema_search.source,"i"),e.re.pretest=RegExp("("+e.re.schema_test.source+")|("+e.re.host_fuzzy_test.source+")|@","i"),UA(e)}function qA(e,t){let n=e.__index__,r=e.__last_index__,o=e.__text_cache__.slice(n,r);this.schema=e.__schema__.toLowerCase(),this.index=n+t,this.lastIndex=r+t,this.raw=o,this.text=o,this.url=o}function Jh(e,t){let n=new qA(e,t);return e.__compiled__[n.schema].normalize(n,e),n}function Ge(e,t){if(!(this instanceof Ge))return new Ge(e,t);t||BA(e)&&(t=e,e={}),this.__opts__=Kh({},jD,t),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=Kh({},VA,e),this.__compiled__={},this.__tlds__=$A,this.__tlds_replaced__=!1,this.re={},ac(this)}Ge.prototype.add=function(t,n){return this.__schemas__[t]=n,ac(this),this};Ge.prototype.set=function(t){return this.__opts__=Kh(this.__opts__,t),this};Ge.prototype.test=function(t){if(this.__text_cache__=t,this.__index__=-1,!t.length)return!1;let n,r,o,i,s,u,a,c,l;if(this.re.schema_test.test(t)){for(a=this.re.schema_search,a.lastIndex=0;(n=a.exec(t))!==null;)if(i=this.testSchemaAt(t,n[2],a.lastIndex),i){this.__schema__=n[2],this.__index__=n.index+n[1].length,this.__last_index__=n.index+n[0].length+i;break}}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(c=t.search(this.re.host_fuzzy_test),c>=0&&(this.__index__<0||c<this.__index__)&&(r=t.match(this.__opts__.fuzzyIP?this.re.link_fuzzy:this.re.link_no_ip_fuzzy))!==null&&(s=r.index+r[1].length,(this.__index__<0||s<this.__index__)&&(this.__schema__="",this.__index__=s,this.__last_index__=r.index+r[0].length))),this.__opts__.fuzzyEmail&&this.__compiled__["mailto:"]&&(l=t.indexOf("@"),l>=0&&(o=t.match(this.re.email_fuzzy))!==null&&(s=o.index+o[1].length,u=o.index+o[0].length,(this.__index__<0||s<this.__index__||s===this.__index__&&u>this.__last_index__)&&(this.__schema__="mailto:",this.__index__=s,this.__last_index__=u))),this.__index__>=0};Ge.prototype.pretest=function(t){return this.re.pretest.test(t)};Ge.prototype.testSchemaAt=function(t,n,r){return this.__compiled__[n.toLowerCase()]?this.__compiled__[n.toLowerCase()].validate(t,r,this):0};Ge.prototype.match=function(t){let n=[],r=0;this.__index__>=0&&this.__text_cache__===t&&(n.push(Jh(this,r)),r=this.__last_index__);let o=r?t.slice(r):t;for(;this.test(o);)n.push(Jh(this,r)),o=o.slice(this.__last_index__),r+=this.__last_index__;return n.length?n:null};Ge.prototype.matchAtStart=function(t){if(this.__text_cache__=t,this.__index__=-1,!t.length)return null;let n=this.re.schema_at_start.exec(t);if(!n)return null;let r=this.testSchemaAt(t,n[2],n[0].length);return r?(this.__schema__=n[2],this.__index__=n.index+n[1].length,this.__last_index__=n.index+n[0].length+r,Jh(this,0)):null};Ge.prototype.tlds=function(t,n){return t=Array.isArray(t)?t:[t],n?(this.__tlds__=this.__tlds__.concat(t).sort().filter(function(r,o,i){return r!==i[o-1]}).reverse(),ac(this),this):(this.__tlds__=t.slice(),this.__tlds_replaced__=!0,ac(this),this)};Ge.prototype.normalize=function(t){t.schema||(t.url="http://"+t.url),t.schema==="mailto:"&&!/^mailto:/i.test(t.url)&&(t.url="mailto:"+t.url)};Ge.prototype.onCompile=function(){};var BD=Ge;var GA=/^xn--/,WA=/[^\0-\x7F]/,ZA=/[\x2E\u3002\uFF0E\uFF61]/g,YA={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},Xh=35,Pt=Math.floor,e0=String.fromCharCode;function On(e){throw new RangeError(YA[e])}function QA(e,t){let n=[],r=e.length;for(;r--;)n[r]=t(e[r]);return n}function HD(e,t){let n=e.split("@"),r="";n.length>1&&(r=n[0]+"@",e=n[1]),e=e.replace(ZA,".");let o=e.split("."),i=QA(o,t).join(".");return r+i}function $D(e){let t=[],n=0,r=e.length;for(;n<r;){let o=e.charCodeAt(n++);if(o>=55296&&o<=56319&&n<r){let i=e.charCodeAt(n++);(i&64512)==56320?t.push(((o&1023)<<10)+(i&1023)+65536):(t.push(o),n--)}else t.push(o)}return t}var KA=e=>String.fromCodePoint(...e),JA=function(e){return e>=48&&e<58?26+(e-48):e>=65&&e<91?e-65:e>=97&&e<123?e-97:36},VD=function(e,t){return e+22+75*(e<26)-((t!=0)<<5)},UD=function(e,t,n){let r=0;for(e=n?Pt(e/700):e>>1,e+=Pt(e/t);e>Xh*26>>1;r+=36)e=Pt(e/Xh);return Pt(r+(Xh+1)*e/(e+38))},zD=function(e){let t=[],n=e.length,r=0,o=128,i=72,s=e.lastIndexOf("-");s<0&&(s=0);for(let u=0;u<s;++u)e.charCodeAt(u)>=128&&On("not-basic"),t.push(e.charCodeAt(u));for(let u=s>0?s+1:0;u<n;){let a=r;for(let l=1,d=36;;d+=36){u>=n&&On("invalid-input");let h=JA(e.charCodeAt(u++));h>=36&&On("invalid-input"),h>Pt((2147483647-r)/l)&&On("overflow"),r+=h*l;let f=d<=i?1:d>=i+26?26:d-i;if(h<f)break;let p=36-f;l>Pt(2147483647/p)&&On("overflow"),l*=p}let c=t.length+1;i=UD(r-a,c,a==0),Pt(r/c)>2147483647-o&&On("overflow"),o+=Pt(r/c),r%=c,t.splice(r++,0,o)}return String.fromCodePoint(...t)},qD=function(e){let t=[];e=$D(e);let n=e.length,r=128,o=0,i=72;for(let a of e)a<128&&t.push(e0(a));let s=t.length,u=s;for(s&&t.push("-");u<n;){let a=2147483647;for(let l of e)l>=r&&l<a&&(a=l);let c=u+1;a-r>Pt((2147483647-o)/c)&&On("overflow"),o+=(a-r)*c,r=a;for(let l of e)if(l<r&&++o>2147483647&&On("overflow"),l===r){let d=o;for(let h=36;;h+=36){let f=h<=i?1:h>=i+26?26:h-i;if(d<f)break;let p=d-f,m=36-f;t.push(e0(VD(f+p%m,0))),d=Pt(p/m)}t.push(e0(VD(d,0))),i=UD(o,c,u===s),o=0,++u}++o,++r}return t.join("")},XA=function(e){return HD(e,function(t){return GA.test(t)?zD(t.slice(4).toLowerCase()):t})},eN=function(e){return HD(e,function(t){return WA.test(t)?"xn--"+qD(t):t})},tN={version:"2.3.1",ucs2:{decode:$D,encode:KA},decode:zD,encode:qD,toASCII:eN,toUnicode:XA};var t0=tN;var GD={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"\u201C\u201D\u2018\u2019",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}};var WD={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"\u201C\u201D\u2018\u2019",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["paragraph"]},inline:{rules:["text"],rules2:["balance_pairs","fragments_join"]}}};var ZD={options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"\u201C\u201D\u2018\u2019",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["blockquote","code","fence","heading","hr","html_block","lheading","list","reference","paragraph"]},inline:{rules:["autolink","backticks","emphasis","entity","escape","html_inline","image","link","newline","text"],rules2:["balance_pairs","emphasis","fragments_join"]}}};var nN={default:GD,zero:WD,commonmark:ZD},rN=/^(vbscript|javascript|file|data):/,oN=/^data:image\/(gif|png|jpeg|webp);/;function iN(e){let t=e.trim().toLowerCase();return rN.test(t)?oN.test(t):!0}var YD=["http:","https:","mailto:"];function sN(e){let t=Qi(e,!0);if(t.hostname&&(!t.protocol||YD.indexOf(t.protocol)>=0))try{t.hostname=t0.toASCII(t.hostname)}catch(n){}return Za(xo(t))}function uN(e){let t=Qi(e,!0);if(t.hostname&&(!t.protocol||YD.indexOf(t.protocol)>=0))try{t.hostname=t0.toUnicode(t.hostname)}catch(n){}return Yi(xo(t),Yi.defaultChars+"%")}function Xe(e,t){if(!(this instanceof Xe))return new Xe(e,t);t||rc(e)||(t=e||{},e="default"),this.inline=new FD,this.block=new MD,this.core=new vD,this.renderer=new pD,this.linkify=new BD,this.validateLink=iN,this.normalizeLink=sN,this.normalizeLinkText=uN,this.utils=ah,this.helpers=To({},fh),this.options={},this.configure(e),t&&this.set(t)}Xe.prototype.set=function(e){return To(this.options,e),this};Xe.prototype.configure=function(e){let t=this;if(rc(e)){let n=e;if(e=nN[n],!e)throw new Error('Wrong `markdown-it` preset "'+n+'", check name')}if(!e)throw new Error("Wrong `markdown-it` preset, can't be empty");return e.options&&t.set(e.options),e.components&&Object.keys(e.components).forEach(function(n){e.components[n].rules&&t[n].ruler.enableOnly(e.components[n].rules),e.components[n].rules2&&t[n].ruler2.enableOnly(e.components[n].rules2)}),this};Xe.prototype.enable=function(e,t){let n=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach(function(o){n=n.concat(this[o].ruler.enable(e,!0))},this),n=n.concat(this.inline.ruler2.enable(e,!0));let r=e.filter(function(o){return n.indexOf(o)<0});if(r.length&&!t)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+r);return this};Xe.prototype.disable=function(e,t){let n=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach(function(o){n=n.concat(this[o].ruler.disable(e,!0))},this),n=n.concat(this.inline.ruler2.disable(e,!0));let r=e.filter(function(o){return n.indexOf(o)<0});if(r.length&&!t)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+r);return this};Xe.prototype.use=function(e){let t=[this].concat(Array.prototype.slice.call(arguments,1));return e.apply(e,t),this};Xe.prototype.parse=function(e,t){if(typeof e!="string")throw new Error("Input data should be a String");let n=new this.core.State(e,this,t);return this.core.process(n),n.tokens};Xe.prototype.render=function(e,t){return t=t||{},this.renderer.render(this.parse(e,t),this.options,t)};Xe.prototype.parseInline=function(e,t){let n=new this.core.State(e,this,t);return n.inlineMode=!0,this.core.process(n),n.tokens};Xe.prototype.renderInline=function(e,t){return t=t||{},this.renderer.render(this.parseInline(e,t),this.options,t)};var n0=Xe;function aN(e,t){if(e&1&&po(0,0),e&2){let n=t.$implicit,r=Ni();lo("surfaceId",r.surfaceId())("component",n)}}function cN(e,t){if(e&1&&po(0,0),e&2){let n=t.$implicit,r=Ni();lo("surfaceId",r.surfaceId())("component",n)}}function lN(e,t){if(e&1&&po(0,0),e&2){Ni();let n=la(0),r=la(1);lo("surfaceId",n)("component",r.componentTree)}}var dN=new x("Catalog"),fN=(()=>{class e extends Q1.A2uiMessageProcessor{events=new he;setData(n,r,o,i){return super.setData(n,r,o,i??void 0)}dispatch(n){let r=new he;return this.events.next({message:n,completion:r}),Nc(r)}static \u0275fac=(()=>{let n;return function(o){return(n||(n=pr(e)))(o||e)}})();static \u0275prov=T({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})(),pN=new x("Theme"),hN=0,r0=(()=>{class e{processor=b(fN);theme=b(pN);surfaceId=Pe.required();component=Pe.required();weight=Pe.required();sendAction(n){let r=this.component(),o=this.surfaceId()??void 0,i={};if(n.context){for(let u of n.context)if(u.value.literalBoolean)i[u.key]=u.value.literalBoolean;else if(u.value.literalNumber)i[u.key]=u.value.literalNumber;else if(u.value.literalString)i[u.key]=u.value.literalString;else if(u.value.path){let a=this.processor.resolvePath(u.value.path,r.dataContextPath),c=this.processor.getData(r,a,o);i[u.key]=c}}let s={userAction:{name:n.name,sourceComponentId:r.id,surfaceId:o,timestamp:new Date().toISOString(),context:i}};return this.processor.dispatch(s)}resolvePrimitive(n){let r=this.component(),o=this.surfaceId();return!n||typeof n!="object"?null:n.literal!=null?n.literal:n.path?this.processor.getData(r,n.path,o??void 0):"literalString"in n?n.literalString:"literalNumber"in n?n.literalNumber:"literalBoolean"in n?n.literalBoolean:null}getUniqueId(n){return`${n}-${hN++}`}static \u0275fac=function(r){return new(r||e)};static \u0275dir=ht({type:e,hostVars:2,hostBindings:function(r,o){r&2&&ua("--weight",o.weight())},inputs:{surfaceId:[1,"surfaceId"],component:[1,"component"],weight:[1,"weight"]}})}return e})(),o0=(()=>{class e{viewContainerRef=b(pt);catalog=b(dN);static hasInsertedStyles=!1;currentRef=null;isDestroyed=!1;surfaceId=Pe.required();component=Pe.required();constructor(){ai(()=>{let o=this.surfaceId(),i=this.component();xe(()=>this.render(o,i))});let n=b(hr),r=b(X);if(!e.hasInsertedStyles&&xv(n)){let o=r.createElement("style");o.textContent=bo.structuralStyles,r.head.appendChild(o),e.hasInsertedStyles=!0}}ngOnDestroy(){this.isDestroyed=!0,this.clear()}render(n,r){return vt(this,null,function*(){let o=this.catalog[r.type],i=null,s=null;if(typeof o=="function"?i=yield o():typeof o=="object"&&(i=yield o.type(),s=o.bindings(r)),this.clear(),i&&!this.isDestroyed){let u=[U("surfaceId",()=>n),U("component",()=>r),U("weight",()=>r.weight??"initial")];s&&u.push(...s),this.currentRef=this.viewContainerRef.createComponent(i,{bindings:u,injector:this.viewContainerRef.injector})}})}clear(){this.currentRef?.destroy(),this.currentRef=null}static \u0275fac=function(r){return new(r||e)};static \u0275dir=ht({type:e,selectors:[["ng-container","a2ui-renderer",""]],inputs:{surfaceId:[1,"surfaceId"],component:[1,"component"]}})}return e})();var gN=(()=>{class e extends r0{alignment=Pe("stretch");distribution=Pe("start");classes=Re(()=>P(M({},this.theme.components.Row),{[`align-${this.alignment()}`]:!0,[`distribute-${this.distribution()}`]:!0}));static \u0275fac=(()=>{let n;return function(o){return(n||(n=pr(e)))(o||e)}})();static \u0275cmp=so({type:e,selectors:[["a2ui-row"]],hostVars:2,hostBindings:function(r,o){r&2&&ta("alignment",o.alignment())("distribution",o.distribution())},inputs:{alignment:[1,"alignment"],distribution:[1,"distribution"]},features:[ao],decls:3,vars:4,consts:[["a2ui-renderer","",3,"surfaceId","component"]],template:function(r,o){r&1&&(dr(0,"section"),ra(1,aN,1,2,"ng-container",0,na),fo()),r&2&&(ho(o.theme.additionalStyles==null?null:o.theme.additionalStyles.Row),ki(o.classes()),io(),oa(o.component().properties.children))},dependencies:[o0],styles:["[_nghost-%COMP%]{display:flex;flex:var(--weight)}section[_ngcontent-%COMP%]{display:flex;flex-direction:row;width:100%;min-height:100%;box-sizing:border-box}.align-start[_ngcontent-%COMP%]{align-items:start}.align-center[_ngcontent-%COMP%]{align-items:center}.align-end[_ngcontent-%COMP%]{align-items:end}.align-stretch[_ngcontent-%COMP%]{align-items:stretch}.distribute-start[_ngcontent-%COMP%]{justify-content:start}.distribute-center[_ngcontent-%COMP%]{justify-content:center}.distribute-end[_ngcontent-%COMP%]{justify-content:end}.distribute-spaceBetween[_ngcontent-%COMP%]{justify-content:space-between}.distribute-spaceAround[_ngcontent-%COMP%]{justify-content:space-around}.distribute-spaceEvenly[_ngcontent-%COMP%]{justify-content:space-evenly}"]})}return e})(),mN=(()=>{class e extends r0{alignment=Pe("stretch");distribution=Pe("start");classes=Re(()=>P(M({},this.theme.components.Column),{[`align-${this.alignment()}`]:!0,[`distribute-${this.distribution()}`]:!0}));static \u0275fac=(()=>{let n;return function(o){return(n||(n=pr(e)))(o||e)}})();static \u0275cmp=so({type:e,selectors:[["a2ui-column"]],inputs:{alignment:[1,"alignment"],distribution:[1,"distribution"]},features:[ao],decls:3,vars:4,consts:[["a2ui-renderer","",3,"surfaceId","component"]],template:function(r,o){r&1&&(dr(0,"section"),ra(1,cN,1,2,"ng-container",0,na),fo()),r&2&&(ho(o.theme.additionalStyles==null?null:o.theme.additionalStyles.Column),ki(o.classes()),io(),oa(o.component().properties.children))},dependencies:[o0],styles:["[_nghost-%COMP%]{display:flex;flex:var(--weight)}section[_ngcontent-%COMP%]{display:flex;flex-direction:column;min-width:100%;height:100%;box-sizing:border-box}.align-start[_ngcontent-%COMP%]{align-items:start}.align-center[_ngcontent-%COMP%]{align-items:center}.align-end[_ngcontent-%COMP%]{align-items:end}.align-stretch[_ngcontent-%COMP%]{align-items:stretch}.distribute-start[_ngcontent-%COMP%]{justify-content:start}.distribute-center[_ngcontent-%COMP%]{justify-content:center}.distribute-end[_ngcontent-%COMP%]{justify-content:end}.distribute-spaceBetween[_ngcontent-%COMP%]{justify-content:space-between}.distribute-spaceAround[_ngcontent-%COMP%]{justify-content:space-around}.distribute-spaceEvenly[_ngcontent-%COMP%]{justify-content:space-evenly}"]})}return e})(),yN=(()=>{class e{originalClassMap=new Map;sanitizer=b(Xp);markdownIt=n0({highlight:(n,r)=>{if(r==="html"){let o=document.createElement("iframe");return o.classList.add("html-view"),o.srcdoc=n,o.sandbox="",o.innerHTML}return n}});render(n,r){r&&this.applyTagClassMap(r);let o=this.markdownIt.render(n);return this.unapplyTagClassMap(),this.sanitizer.sanitize(ze.HTML,o)}applyTagClassMap(n){Object.entries(n).forEach(([r,o])=>{let i;switch(r){case"p":i="paragraph";break;case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":i="heading";break;case"ul":i="bullet_list";break;case"ol":i="ordered_list";break;case"li":i="list_item";break;case"a":i="link";break;case"strong":i="strong";break;case"em":i="em";break}if(!i)return;let s=`${i}_open`,u=this.markdownIt.renderer.rules[s];this.originalClassMap.set(s,u),this.markdownIt.renderer.rules[s]=(a,c,l,d,h)=>{let f=a[c];for(let p of o)f.attrJoin("class",p);return u?u.call(this,a,c,l,d,h):h.renderToken(a,c,l)}})}unapplyTagClassMap(){for(let[n,r]of this.originalClassMap)this.markdownIt.renderer.rules[n]=r;this.originalClassMap.clear()}static \u0275fac=function(r){return new(r||e)};static \u0275prov=T({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})(),bN=(()=>{class e extends r0{markdownRenderer=b(yN);text=Pe.required();usageHint=Pe.required();resolvedText=Re(()=>{let n=this.usageHint(),r=super.resolvePrimitive(this.text());if(r==null)return"(empty)";switch(n){case"h1":r=`# ${r}`;break;case"h2":r=`## ${r}`;break;case"h3":r=`### ${r}`;break;case"h4":r=`#### ${r}`;break;case"h5":r=`##### ${r}`;break;case"caption":r=`*${r}*`;break;default:r=String(r);break}return this.markdownRenderer.render(r,bo.appendToAll(this.theme.markdown,["ol","ul","li"],{}))});classes=Re(()=>{let n=this.usageHint();return bo.merge(this.theme.components.Text.all,n?this.theme.components.Text[n]:{})});additionalStyles=Re(()=>{let n=this.usageHint(),r=this.theme.additionalStyles?.Text;if(!r)return null;let o={};return this.areHintedStyles(r)?o=r[n??"body"]:o=r,o});areHintedStyles(n){return typeof n!="object"||!n||Array.isArray(n)?!1:["h1","h2","h3","h4","h5","h6","caption","body"].every(o=>o in n)}static \u0275fac=(()=>{let n;return function(o){return(n||(n=pr(e)))(o||e)}})();static \u0275cmp=so({type:e,selectors:[["a2ui-text"]],inputs:{text:[1,"text"],usageHint:[1,"usageHint"]},features:[ao],decls:1,vars:5,consts:[[3,"innerHTML"]],template:function(r,o){r&1&&ia(0,"section",0),r&2&&(ho(o.additionalStyles()),ki(o.classes()),sa("innerHTML",o.resolvedText(),zd))},styles:[`a2ui-text{display:block;flex:var(--weight)}a2ui-text h1,a2ui-text h2,a2ui-text h3,a2ui-text h4,a2ui-text h5{line-height:inherit;font:inherit} |
| 439 | `],encapsulation:2})}return e})(),jG={Row:{type:()=>gN,bindings:e=>{let t=e.properties;return[U("alignment",()=>t.alignment??"stretch"),U("distribution",()=>t.distribution??"start")]}},Column:{type:()=>mN,bindings:e=>{let t=e.properties;return[U("alignment",()=>t.alignment??"stretch"),U("distribution",()=>t.distribution??"start")]}},List:{type:()=>import("./chunk-Y7O3NHKW.js").then(e=>e.List),bindings:e=>{let t=e.properties;return[U("direction",()=>t.direction??"vertical")]}},Card:()=>import("./chunk-IT263FCL.js").then(e=>e.Card),Image:{type:()=>import("./chunk-URGIGLGR.js").then(e=>e.Image),bindings:e=>{let t=e.properties;return[U("url",()=>t.url),U("usageHint",()=>t.usageHint)]}},Icon:{type:()=>import("./chunk-4LH47YYI.js").then(e=>e.Icon),bindings:e=>{let t=e.properties;return[U("name",()=>t.name)]}},Video:{type:()=>import("./chunk-R6ZR5LUR.js").then(e=>e.Video),bindings:e=>{let t=e.properties;return[U("url",()=>t.url)]}},AudioPlayer:{type:()=>import("./chunk-3BJ4SYVH.js").then(e=>e.Audio),bindings:e=>{let t=e.properties;return[U("url",()=>t.url)]}},Text:{type:()=>bN,bindings:e=>{let t=e.properties;return[U("text",()=>t.text),U("usageHint",()=>t.usageHint||null)]}},Button:{type:()=>import("./chunk-Q6H4XMU7.js").then(e=>e.Button),bindings:e=>{let t=e.properties;return[U("action",()=>t.action)]}},Divider:()=>import("./chunk-DM36II44.js").then(e=>e.Divider),MultipleChoice:{type:()=>import("./chunk-BPUQWVAT.js").then(e=>e.MultipleChoice),bindings:e=>{let t=e.properties;return[U("options",()=>t.options||[]),U("value",()=>t.selections),U("description",()=>"Select an item")]}},TextField:{type:()=>import("./chunk-P4MFJI72.js").then(e=>e.TextField),bindings:e=>{let t=e.properties;return[U("text",()=>t.text??null),U("label",()=>t.label),U("inputType",()=>t.type)]}},DateTimeInput:{type:()=>import("./chunk-6CJBO2JX.js").then(e=>e.DatetimeInput),bindings:e=>{let t=e.properties;return[U("enableDate",()=>t.enableDate),U("enableTime",()=>t.enableTime),U("value",()=>t.value)]}},CheckBox:{type:()=>import("./chunk-SXB5AC5V.js").then(e=>e.Checkbox),bindings:e=>{let t=e.properties;return[U("label",()=>t.label),U("value",()=>t.value)]}},Slider:{type:()=>import("./chunk-ET35KXUM.js").then(e=>e.Slider),bindings:e=>{let t=e.properties;return[U("value",()=>t.value),U("minValue",()=>t.minValue),U("maxValue",()=>t.maxValue),U("label",()=>"")]}},Tabs:{type:()=>import("./chunk-4VDZU6IO.js").then(e=>e.Tabs),bindings:e=>{let t=e.properties;return[U("tabs",()=>t.tabItems)]}},Modal:{type:()=>import("./chunk-AQDQIDAM.js").then(e=>e.Modal),bindings:()=>[]}},BG=(()=>{class e{surfaceId=Pe.required();surface=Pe.required();styles=Re(()=>{let n=this.surface(),r={};if(n?.styles)for(let[o,i]of Object.entries(n.styles))switch(o){case"primaryColor":{r["--p-100"]="#ffffff",r["--p-99"]=`color-mix(in srgb, ${i} 2%, white 98%)`,r["--p-98"]=`color-mix(in srgb, ${i} 4%, white 96%)`,r["--p-95"]=`color-mix(in srgb, ${i} 10%, white 90%)`,r["--p-90"]=`color-mix(in srgb, ${i} 20%, white 80%)`,r["--p-80"]=`color-mix(in srgb, ${i} 40%, white 60%)`,r["--p-70"]=`color-mix(in srgb, ${i} 60%, white 40%)`,r["--p-60"]=`color-mix(in srgb, ${i} 80%, white 20%)`,r["--p-50"]=i,r["--p-40"]=`color-mix(in srgb, ${i} 80%, black 20%)`,r["--p-35"]=`color-mix(in srgb, ${i} 70%, black 30%)`,r["--p-30"]=`color-mix(in srgb, ${i} 60%, black 40%)`,r["--p-25"]=`color-mix(in srgb, ${i} 50%, black 50%)`,r["--p-20"]=`color-mix(in srgb, ${i} 40%, black 60%)`,r["--p-15"]=`color-mix(in srgb, ${i} 30%, black 70%)`,r["--p-10"]=`color-mix(in srgb, ${i} 20%, black 80%)`,r["--p-5"]=`color-mix(in srgb, ${i} 10%, black 90%)`,r["--0"]="#00000";break}case"font":{r["--font-family"]=i,r["--font-family-flex"]=i;break}}return r});static \u0275fac=function(r){return new(r||e)};static \u0275cmp=so({type:e,selectors:[["a2ui-surface"]],hostVars:2,hostBindings:function(r,o){r&2&&ho(o.styles())},inputs:{surfaceId:[1,"surfaceId"],surface:[1,"surface"]},decls:3,vars:3,consts:[["a2ui-renderer","",3,"surfaceId","component"]],template:function(r,o){if(r&1&&(aa(0)(1),Cf(2,lN,1,2,"ng-container",0)),r&2){let i=ca(o.surfaceId());io();let s=ca(o.surface());io(),wf(i&&s?2:-1)}},dependencies:[o0],styles:["[_nghost-%COMP%]{display:flex;min-height:0;max-height:100%;flex-direction:column;gap:16px}"]})}return e})();export{ne as a,Hn as b,aE as c,B as d,Ic as e,he as f,as as g,Po as h,jo as i,hE as j,Or as k,gE as l,Bt as m,E3 as n,Ho as o,Ct as p,xs as q,_E as r,wE as s,Un as t,Nc as u,Se as v,kE as w,Vt as x,$o as y,Ss as z,FE as A,OE as B,kc as C,Rc as D,$E as E,UE as F,gn as G,qE as H,GE as I,Fc as J,Oc as K,$0 as L,Pc as M,WE as N,z0 as O,Ms as P,QE as Q,KE as R,G0 as S,As as T,W0 as U,Z0 as V,Y0 as W,Ns as X,JE as Y,XE as Z,Q0 as _,eC as $,D as aa,xt as ba,Hs as ca,T as da,It as ea,oC as fa,x as ga,A as ha,b as ia,hg as ja,Ae as ka,Ur as la,wC as ma,Tg as na,Sg as oa,Vg as pa,Hg as qa,me as ra,X as sa,$e as ta,or as ua,Ht as va,Ce as wa,We as xa,Gt as ya,xn as za,ai as Aa,Fu as Ba,pr as Ca,Zt as Da,Du as Ea,Ou as Fa,hr as Ga,m_ as Ha,Lu as Ia,ay as Ja,ze as Ka,zd as La,W_ as Ma,Z_ as Na,Y_ as Oa,io as Pa,Nt as Qa,hw as Ra,Sn as Sa,lr as Ta,Ti as Ua,ee as Va,px as Wa,pt as Xa,An as Ya,vb as Za,Db as _a,so as $a,Kt as ab,ht as bb,uo as cb,oI as db,ao as eb,xb as fb,Ib as gb,Tb as hb,yf as ib,Mi as jb,mI as kb,Ab as lb,co as mb,Rb as nb,ta as ob,bI as pb,Cf as qb,_f as rb,wf as sb,DI as tb,na as ub,ra as vb,oa as wb,lo as xb,dr as yb,fo as zb,Fb as Ab,xf as Bb,If as Cb,ia as Db,Tf as Eb,Sf as Fb,po as Gb,II as Hb,sa as Ib,Lb as Jb,jb as Kb,Ni as Lb,kI as Mb,RI as Nb,Vb as Ob,Hb as Pb,OI as Qb,PI as Rb,$b as Sb,Ub as Tb,LI as Ub,jI as Vb,ua as Wb,Zb as Xb,ho as Yb,ki as Zb,u2 as _b,o1 as $b,Mf as ac,i1 as bc,u1 as cc,c2 as dc,a1 as ec,aa as fc,ca as gc,la as hc,l2 as ic,d2 as jc,f2 as kc,m2 as lc,y2 as mc,b2 as nc,v2 as oc,D2 as pc,C2 as qc,_2 as rc,w2 as sc,x2 as tc,da as uc,xe as vc,Re as wc,S2 as xc,Ff as yc,D1 as zc,F7 as Ac,O7 as Bc,Pe as Cc,P7 as Dc,L7 as Ec,j7 as Fc,qf as Gc,Gf as Hc,tT as Ic,nT as Jc,V7 as Kc,H7 as Lc,$7 as Mc,bo as Nc,kt as Oc,LT as Pc,Eo as Qc,tv as Rc,nv as Sc,HT as Tc,aS as Uc,cS as Vc,Cv as Wc,dS as Xc,fS as Yc,pS as Zc,mS as _c,bS as $c,DS as ad,ES as bd,Pp as cd,xv as dd,GH as ed,qp as fd,LS as gd,zS as hd,Gv as id,fM as jd,cU as kd,Xp as ld,dN as md,fN as nd,pN as od,r0 as pd,o0 as qd,jG as rd,BG as sd}; |
no outgoing calls
no test coverage detected