@tencentcloud/ai-desk-customer-wechat
Version:
AI Desk customer UIKit for wechat mini program
52 lines (51 loc) • 44.5 kB
JavaScript
"use strict";const z=require("../../common/vendor.js");function W(){return{baseUrl:null,breaks:!1,extensions:null,gfm:!0,headerIds:!0,headerPrefix:"",highlight:null,langPrefix:"language-",mangle:!0,pedantic:!1,renderer:null,sanitize:!1,sanitizer:null,silent:!1,smartLists:!1,smartypants:!1,tokenizer:null,walkTokens:null,xhtml:!1}}let b=W();function J(r){b=r}const K=/[&<>"']/,Y=/[&<>"']/g,ee=/[<>"']|&(?!#?\w+;)/,te=/[<>"']|&(?!#?\w+;)/g,ue={"&":"&","<":"<",">":">",'"':""","'":"'"},U=r=>ue[r];function E(r,t){if(t){if(K.test(r))return r.replace(Y,U)}else if(ee.test(r))return r.replace(te,U);return r}const ne=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig;function X(r){return r.replace(ne,(t,u)=>(u=u.toLowerCase(),u==="colon"?":":u.charAt(0)==="#"?u.charAt(1)==="x"?String.fromCharCode(parseInt(u.substring(2),16)):String.fromCharCode(+u.substring(1)):""))}const ie=/(^|[^\[])\^/g;function F(r,t){r=r.source||r,t=t||"";const u={replace:(e,n)=>(n=n.source||n,n=n.replace(ie,"$1"),r=r.replace(e,n),u),getRegex:()=>new RegExp(r,t)};return u}const se=/[^\w:]/g,re=/^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;function v(r,t,u){if(r){let e;try{e=decodeURIComponent(X(u)).replace(se,"").toLowerCase()}catch{return null}if(e.indexOf("javascript:")===0||e.indexOf("vbscript:")===0||e.indexOf("data:")===0)return null}t&&!re.test(u)&&(u=De(t,u));try{u=encodeURI(u).replace(/%25/g,"%")}catch{return null}return u}const $={},le=/^[^:]+:\/*[^/]*$/,ae=/^([^:]+:)[\s\S]*$/,oe=/^([^:]+:\/*[^/]*)[\s\S]*$/;function De(r,t){$[" "+r]||(le.test(r)?$[" "+r]=r+"/":$[" "+r]=S(r,"/",!0)),r=$[" "+r];const u=r.indexOf(":")===-1;return t.substring(0,2)==="//"?u?t:r.replace(ae,"$1")+t:t.charAt(0)==="/"?u?t:r.replace(oe,"$1")+t:r+t}const T={exec:function(){}};function k(r){let t=1,u,e;for(;t<arguments.length;t++){u=arguments[t];for(e in u)Object.prototype.hasOwnProperty.call(u,e)&&(r[e]=u[e])}return r}function Q(r,t){const u=r.replace(/\|/g,(i,s,l)=>{let o=!1,p=s;for(;--p>=0&&l[p]==="\\";)o=!o;return o?"|":" |"}),e=u.split(/ \|/);let n=0;if(e[0].trim()||e.shift(),e[e.length-1].trim()||e.pop(),e.length>t)e.splice(t);else for(;e.length<t;)e.push("");for(;n<e.length;n++)e[n]=e[n].trim().replace(/\\\|/g,"|");return e}function S(r,t,u){const e=r.length;if(e===0)return"";let n=0;for(;n<e;){const i=r.charAt(e-n-1);if(i===t&&!u)n++;else if(i!==t&&u)n++;else break}return r.substr(0,e-n)}function ce(r,t){if(r.indexOf(t[1])===-1)return-1;const u=r.length;let e=0,n=0;for(;n<u;n++)if(r[n]==="\\")n++;else if(r[n]===t[0])e++;else if(r[n]===t[1]&&(e--,e<0))return n;return-1}function G(r){r&&r.sanitize&&!r.silent&&z.index.__f__("warn","at ai-desk-customer-uniapp/utils/lib-marked.js:261","marked(): sanitize and sanitizer parameters are deprecated since version 0.7.0, should not be used and will be removed in the future. Read more here: https://marked.js.org/#/USING_ADVANCED.md#options")}function P(r,t){if(t<1)return"";let u="";for(;t>1;)t&1&&(u+=r),t>>=1,r+=r;return u+r}function M(r,t,u,e){const n=t.href,i=t.title?E(t.title):null,s=r[1].replace(/\\([\[\]])/g,"$1");if(r[0].charAt(0)!=="!"){e.state.inLink=!0;const l={type:"link",raw:u,href:n,title:i,text:s,tokens:e.inlineTokens(s,[])};return e.state.inLink=!1,l}else return{type:"image",raw:u,href:n,title:i,text:E(s)}}function he(r,t){const u=r.match(/^(\s+)(?:```)/);if(u===null)return t;const e=u[1];return t.split(`
`).map(n=>{const i=n.match(/^\s+/);if(i===null)return n;const[s]=i;return s.length>=e.length?n.slice(e.length):n}).join(`
`)}class Z{constructor(t){this.options=t||b}space(t){const u=this.rules.block.newline.exec(t);if(u)return u[0].length>1?{type:"space",raw:u[0]}:{raw:`
`}}code(t){const u=this.rules.block.code.exec(t);if(u){const e=u[0].replace(/^ {1,4}/gm,"");return{type:"code",raw:u[0],codeBlockStyle:"indented",text:this.options.pedantic?e:S(e,`
`)}}}fences(t){const u=this.rules.block.fences.exec(t);if(u){const e=u[0],n=he(e,u[3]||"");return{type:"code",raw:e,lang:u[2]?u[2].trim():u[2],text:n}}}heading(t){const u=this.rules.block.heading.exec(t);if(u){let e=u[2].trim();if(/#$/.test(e)){const i=S(e,"#");(this.options.pedantic||!i||/ $/.test(i))&&(e=i.trim())}const n={type:"heading",raw:u[0],depth:u[1].length,text:e,tokens:[]};return this.lexer.inline(n.text,n.tokens),n}}hr(t){const u=this.rules.block.hr.exec(t);if(u)return{type:"hr",raw:u[0]}}blockquote(t){const u=this.rules.block.blockquote.exec(t);if(u){const e=u[0].replace(/^ *> ?/gm,"");return{type:"blockquote",raw:u[0],tokens:this.lexer.blockTokens(e,[]),text:e}}}list(t){let u=this.rules.block.list.exec(t);if(u){let e,n,i,s,l,o,p,f,C,g,D=u[1].trim();const B=D.length>1,A={type:"list",raw:"",ordered:B,start:B?+D.slice(0,-1):"",loose:!1,items:[]};D=B?`\\d{1,9}\\${D.slice(-1)}`:`\\${D}`,this.options.pedantic&&(D=B?D:"[*+-]");const _=new RegExp(`^( {0,3}${D})((?: [^\\n]*| *)(?:\\n[^\\n]*)*(?:\\n|$))`);for(;t&&!(this.rules.block.hr.test(t)||!(u=_.exec(t)));){C=u[2].split(`
`),this.options.pedantic?(s=2,g=C[0].trimLeft()):(s=u[2].search(/[^ ]/),s=u[1].length+(s>4?1:s),g=C[0].slice(s-u[1].length)),o=!1,e=u[0],!C[0]&&/^ *$/.test(C[1])&&(e=u[1]+C.slice(0,2).join(`
`)+`
`,A.loose=!0,C=[]);const d=new RegExp(`^ {0,${Math.min(3,s-1)}}(?:[*+-]|\\d{1,9}[.)])`);for(l=1;l<C.length;l++){if(f=C[l],this.options.pedantic&&(f=f.replace(/^ {1,4}(?=( {4})*[^ ])/g," ")),d.test(f)){e=u[1]+C.slice(0,l).join(`
`)+`
`;break}if(!o){f.trim()||(o=!0),f.search(/[^ ]/)>=s?g+=`
`+f.slice(s):g+=`
`+f;continue}if(f.search(/[^ ]/)>=s||!f.trim()){g+=`
`+f.slice(s);continue}else{e=u[1]+C.slice(0,l).join(`
`)+`
`;break}}A.loose||(p?A.loose=!0:/\n *\n *$/.test(e)&&(p=!0)),this.options.gfm&&(n=/^\[[ xX]\] /.exec(g),n&&(i=n[0]!=="[ ] ",g=g.replace(/^\[[ xX]\] +/,""))),A.items.push({type:"list_item",raw:e,task:!!n,checked:i,loose:!1,text:g}),A.raw+=e,t=t.slice(e.length)}A.items[A.items.length-1].raw=e.trimRight(),A.items[A.items.length-1].text=g.trimRight(),A.raw=A.raw.trimRight();const w=A.items.length;for(l=0;l<w;l++)this.lexer.state.top=!1,A.items[l].tokens=this.lexer.blockTokens(A.items[l].text,[]),A.items[l].tokens.some(d=>d.type==="space")&&(A.loose=!0,A.items[l].loose=!0);return A}}html(t){const u=this.rules.block.html.exec(t);if(u){const e={type:"html",raw:u[0],pre:!this.options.sanitizer&&(u[1]==="pre"||u[1]==="script"||u[1]==="style"),text:u[0]};return this.options.sanitize&&(e.type="paragraph",e.text=this.options.sanitizer?this.options.sanitizer(u[0]):E(u[0]),e.tokens=[],this.lexer.inline(e.text,e.tokens)),e}}def(t){const u=this.rules.block.def.exec(t);if(u)return u[3]&&(u[3]=u[3].substring(1,u[3].length-1)),{type:"def",tag:u[1].toLowerCase().replace(/\s+/g," "),raw:u[0],href:u[2],title:u[3]}}table(t){const u=this.rules.block.table.exec(t);if(u){const e={type:"table",header:Q(u[1]).map(n=>({text:n})),align:u[2].replace(/^ *|\| *$/g,"").split(/ *\| */),rows:u[3]?u[3].replace(/\n$/,"").split(`
`):[]};if(e.header.length===e.align.length){e.raw=u[0];let n=e.align.length,i,s,l,o;for(i=0;i<n;i++)/^ *-+: *$/.test(e.align[i])?e.align[i]="right":/^ *:-+: *$/.test(e.align[i])?e.align[i]="center":/^ *:-+ *$/.test(e.align[i])?e.align[i]="left":e.align[i]=null;for(n=e.rows.length,i=0;i<n;i++)e.rows[i]=Q(e.rows[i],e.header.length).map(p=>({text:p}));for(n=e.header.length,s=0;s<n;s++)e.header[s].tokens=[],this.lexer.inlineTokens(e.header[s].text,e.header[s].tokens);for(n=e.rows.length,s=0;s<n;s++)for(o=e.rows[s],l=0;l<o.length;l++)o[l].tokens=[],this.lexer.inlineTokens(o[l].text,o[l].tokens);return e}}}lheading(t){const u=this.rules.block.lheading.exec(t);if(u){const e={type:"heading",raw:u[0],depth:u[2].charAt(0)==="="?1:2,text:u[1],tokens:[]};return this.lexer.inline(e.text,e.tokens),e}}paragraph(t){const u=this.rules.block.paragraph.exec(t);if(u){const e={type:"paragraph",raw:u[0],text:u[1].charAt(u[1].length-1)===`
`?u[1].slice(0,-1):u[1],tokens:[]};return this.lexer.inline(e.text,e.tokens),e}}text(t){const u=this.rules.block.text.exec(t);if(u){const e={type:"text",raw:u[0],text:u[0],tokens:[]};return this.lexer.inline(e.text,e.tokens),e}}escape(t){const u=this.rules.inline.escape.exec(t);if(u)return{type:"escape",raw:u[0],text:E(u[1])}}tag(t){const u=this.rules.inline.tag.exec(t);if(u)return!this.lexer.state.inLink&&/^<a /i.test(u[0])?this.lexer.state.inLink=!0:this.lexer.state.inLink&&/^<\/a>/i.test(u[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&/^<(pre|code|kbd|script)(\s|>)/i.test(u[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(u[0])&&(this.lexer.state.inRawBlock=!1),{type:this.options.sanitize?"text":"html",raw:u[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,text:this.options.sanitize?this.options.sanitizer?this.options.sanitizer(u[0]):E(u[0]):u[0]}}link(t){const u=this.rules.inline.link.exec(t);if(u){const e=u[2].trim();if(!this.options.pedantic&&/^</.test(e)){if(!/>$/.test(e))return;const s=S(e.slice(0,-1),"\\");if((e.length-s.length)%2===0)return}else{const s=ce(u[2],"()");if(s>-1){const o=(u[0].indexOf("!")===0?5:4)+u[1].length+s;u[2]=u[2].substring(0,s),u[0]=u[0].substring(0,o).trim(),u[3]=""}}let n=u[2],i="";if(this.options.pedantic){const s=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(n);s&&(n=s[1],i=s[3])}else i=u[3]?u[3].slice(1,-1):"";return n=n.trim(),/^</.test(n)&&(this.options.pedantic&&!/>$/.test(e)?n=n.slice(1):n=n.slice(1,-1)),M(u,{href:n&&n.replace(this.rules.inline._escapes,"$1"),title:i&&i.replace(this.rules.inline._escapes,"$1")},u[0],this.lexer)}}reflink(t,u){let e;if((e=this.rules.inline.reflink.exec(t))||(e=this.rules.inline.nolink.exec(t))){let n=(e[2]||e[1]).replace(/\s+/g," ");if(n=u[n.toLowerCase()],!n||!n.href){const i=e[0].charAt(0);return{type:"text",raw:i,text:i}}return M(e,n,e[0],this.lexer)}}emStrong(t,u,e=""){let n=this.rules.inline.emStrong.lDelim.exec(t);if(!n||n[3]&&e.match(/(?:[0-9A-Za-z\xAA\xB2\xB3\xB5\xB9\xBA\xBC-\xBE\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u0660-\u0669\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07C0-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08C7\u0904-\u0939\u093D\u0950\u0958-\u0961\u0966-\u096F\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09E6-\u09F1\u09F4-\u09F9\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A66-\u0A6F\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AE6-\u0AEF\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B66-\u0B6F\u0B71-\u0B77\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0BE6-\u0BF2\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C66-\u0C6F\u0C78-\u0C7E\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CE6-\u0CEF\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D58-\u0D61\u0D66-\u0D78\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DE6-\u0DEF\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F20-\u0F33\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F-\u1049\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u1090-\u1099\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1369-\u137C\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u17E0-\u17E9\u17F0-\u17F9\u1810-\u1819\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A16\u1A20-\u1A54\u1A80-\u1A89\u1A90-\u1A99\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B50-\u1B59\u1B83-\u1BA0\u1BAE-\u1BE5\u1C00-\u1C23\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2070\u2071\u2074-\u2079\u207F-\u2089\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2150-\u2189\u2460-\u249B\u24EA-\u24FF\u2776-\u2793\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2CFD\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u3192-\u3195\u31A0-\u31BF\u31F0-\u31FF\u3220-\u3229\u3248-\u324F\u3251-\u325F\u3280-\u3289\u32B1-\u32BF\u3400-\u4DBF\u4E00-\u9FFC\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7BF\uA7C2-\uA7CA\uA7F5-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA830-\uA835\uA840-\uA873\uA882-\uA8B3\uA8D0-\uA8D9\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA900-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF-\uA9D9\uA9E0-\uA9E4\uA9E6-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA50-\uAA59\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD07-\uDD33\uDD40-\uDD78\uDD8A\uDD8B\uDE80-\uDE9C\uDEA0-\uDED0\uDEE1-\uDEFB\uDF00-\uDF23\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC58-\uDC76\uDC79-\uDC9E\uDCA7-\uDCAF\uDCE0-\uDCF2\uDCF4\uDCF5\uDCFB-\uDD1B\uDD20-\uDD39\uDD80-\uDDB7\uDDBC-\uDDCF\uDDD2-\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE40-\uDE48\uDE60-\uDE7E\uDE80-\uDE9F\uDEC0-\uDEC7\uDEC9-\uDEE4\uDEEB-\uDEEF\uDF00-\uDF35\uDF40-\uDF55\uDF58-\uDF72\uDF78-\uDF91\uDFA9-\uDFAF]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDCFA-\uDD23\uDD30-\uDD39\uDE60-\uDE7E\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF27\uDF30-\uDF45\uDF51-\uDF54\uDFB0-\uDFCB\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC52-\uDC6F\uDC83-\uDCAF\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD03-\uDD26\uDD36-\uDD3F\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDD0-\uDDDA\uDDDC\uDDE1-\uDDF4\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDEF0-\uDEF9\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC50-\uDC59\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE50-\uDE59\uDE80-\uDEAA\uDEB8\uDEC0-\uDEC9\uDF00-\uDF1A\uDF30-\uDF3B]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCF2\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDD50-\uDD59\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC50-\uDC6C\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD50-\uDD59\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDDA0-\uDDA9\uDEE0-\uDEF2\uDFB0\uDFC0-\uDFD4]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF50-\uDF59\uDF5B-\uDF61\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE96\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82C[\uDC00-\uDD1E\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD834[\uDEE0-\uDEF3\uDF60-\uDF78]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD838[\uDD00-\uDD2C\uDD37-\uDD3D\uDD40-\uDD49\uDD4E\uDEC0-\uDEEB\uDEF0-\uDEF9]|\uD83A[\uDC00-\uDCC4\uDCC7-\uDCCF\uDD00-\uDD43\uDD4B\uDD50-\uDD59]|\uD83B[\uDC71-\uDCAB\uDCAD-\uDCAF\uDCB1-\uDCB4\uDD01-\uDD2D\uDD2F-\uDD3D\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD83C[\uDD00-\uDD0C]|\uD83E[\uDFF0-\uDFF9]|\uD869[\uDC00-\uDEDD\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A])/))return;const i=n[1]||n[2]||"";if(!i||i&&(e===""||this.rules.inline.punctuation.exec(e))){const s=n[0].length-1;let l,o,p=s,f=0;const C=n[0][0]==="*"?this.rules.inline.emStrong.rDelimAst:this.rules.inline.emStrong.rDelimUnd;for(C.lastIndex=0,u=u.slice(-1*t.length+s);(n=C.exec(u))!=null;){if(l=n[1]||n[2]||n[3]||n[4]||n[5]||n[6],!l)continue;if(o=l.length,n[3]||n[4]){p+=o;continue}else if((n[5]||n[6])&&s%3&&!((s+o)%3)){f+=o;continue}if(p-=o,p>0)continue;if(o=Math.min(o,o+p+f),Math.min(s,o)%2){const D=t.slice(1,s+n.index+o);return{type:"em",raw:t.slice(0,s+n.index+o+1),text:D,tokens:this.lexer.inlineTokens(D,[])}}const g=t.slice(2,s+n.index+o-1);return{type:"strong",raw:t.slice(0,s+n.index+o+1),text:g,tokens:this.lexer.inlineTokens(g,[])}}}}codespan(t){const u=this.rules.inline.code.exec(t);if(u){let e=u[2].replace(/\n/g," ");const n=/[^ ]/.test(e),i=/^ /.test(e)&&/ $/.test(e);return n&&i&&(e=e.substring(1,e.length-1)),e=E(e,!0),{type:"codespan",raw:u[0],text:e}}}br(t){const u=this.rules.inline.br.exec(t);if(u)return{type:"br",raw:u[0]}}del(t){const u=this.rules.inline.del.exec(t);if(u)return{type:"del",raw:u[0],text:u[2],tokens:this.lexer.inlineTokens(u[2],[])}}autolink(t,u){const e=this.rules.inline.autolink.exec(t);if(e){let n,i;return e[2]==="@"?(n=E(this.options.mangle?u(e[1]):e[1]),i="mailto:"+n):(n=E(e[1]),i=n),{type:"link",raw:e[0],text:n,href:i,tokens:[{type:"text",raw:n,text:n}]}}}url(t,u){let e;if(e=this.rules.inline.url.exec(t)){let n,i;if(e[2]==="@")n=E(this.options.mangle?u(e[0]):e[0]),i="mailto:"+n;else{let s;do s=e[0],e[0]=this.rules.inline._backpedal.exec(e[0])[0];while(s!==e[0]);n=E(e[0]),e[1]==="www."?i="http://"+n:i=n}return{type:"link",raw:e[0],text:n,href:i,tokens:[{type:"text",raw:n,text:n}]}}}inlineText(t,u){const e=this.rules.inline.text.exec(t);if(e){let n;return this.lexer.state.inRawBlock?n=this.options.sanitize?this.options.sanitizer?this.options.sanitizer(e[0]):E(e[0]):e[0]:n=E(this.options.smartypants?u(e[0]):e[0]),{type:"text",raw:e[0],text:n}}}}const h={newline:/^(?: *(?:\n|$))+/,code:/^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/,fences:/^ {0,3}(`{3,}(?=[^`\n]*\n)|~{3,})([^\n]*)\n(?:|([\s\S]*?)\n)(?: {0,3}\1[~`]* *(?=\n|$)|$)/,hr:/^ {0,3}((?:- *){3,}|(?:_ *){3,}|(?:\* *){3,})(?:\n+|$)/,heading:/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,blockquote:/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/,list:/^( {0,3}bull)( [^\n]+?)?(?:\n|$)/,html:"^ {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|$))",def:/^ {0,3}\[(label)\]: *\n? *<?([^\s>]+)>?(?:(?: +\n? *| *\n *)(title))? *(?:\n+|$)/,table:T,lheading:/^([^\n]+)\n {0,3}(=+|-+) *(?:\n+|$)/,_paragraph:/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html| +\n)[^\n]+)*)/,text:/^[^\n]+/};h._label=/(?!\s*\])(?:\\[\[\]]|[^\[\]])+/;h._title=/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/;h.def=F(h.def).replace("label",h._label).replace("title",h._title).getRegex();h.bullet=/(?:[*+-]|\d{1,9}[.)])/;h.listItemStart=F(/^( *)(bull) */).replace("bull",h.bullet).getRegex();h.list=F(h.list).replace(/bull/g,h.bullet).replace("hr","\\n+(?=\\1?(?:(?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$))").replace("def","\\n+(?="+h.def.source+")").getRegex();h._tag="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|section|source|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul";h._comment=/<!--(?!-?>)[\s\S]*?(?:-->|$)/;h.html=F(h.html,"i").replace("comment",h._comment).replace("tag",h._tag).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex();h.paragraph=F(h._paragraph).replace("hr",h.hr).replace("heading"," {0,3}#{1,6} ").replace("|lheading","").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",h._tag).getRegex();h.blockquote=F(h.blockquote).replace("paragraph",h.paragraph).getRegex();h.normal=k({},h);h.gfm=k({},h.normal,{table:"^ *([^\\n ].*\\|.*)\\n {0,3}(?:\\| *)?(:?-+:? *(?:\\| *:?-+:? *)*)(?:\\| *)?(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)"});h.gfm.table=F(h.gfm.table).replace("hr",h.hr).replace("heading"," {0,3}#{1,6} ").replace("blockquote"," {0,3}>").replace("code"," {4}[^\\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",h._tag).getRegex();h.pedantic=k({},h.normal,{html:F(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:"[^"]*"|'[^']*'|\\s[^'"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`).replace("comment",h._comment).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:T,paragraph:F(h.normal._paragraph).replace("hr",h.hr).replace("heading",` *#{1,6} *[^
]`).replace("lheading",h.lheading).replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").getRegex()});const a={escape:/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,autolink:/^<(scheme:[^\s\x00-\x1f<>]*|email)>/,url:T,tag:"^comment|^</[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^<![a-zA-Z]+\\s[\\s\\S]*?>|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>",link:/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/,reflink:/^!?\[(label)\]\[(?!\s*\])((?:\\[\[\]]?|[^\[\]\\])+)\]/,nolink:/^!?\[(?!\s*\])((?:\[[^\[\]]*\]|\\[\[\]]|[^\[\]])*)\](?:\[\])?/,reflinkSearch:"reflink|nolink(?!\\()",emStrong:{lDelim:/^(?:\*+(?:([punct_])|[^\s*]))|^_+(?:([punct*])|([^\s_]))/,rDelimAst:/^[^_*]*?\_\_[^_*]*?\*[^_*]*?(?=\_\_)|[punct_](\*+)(?=[\s]|$)|[^punct*_\s](\*+)(?=[punct_\s]|$)|[punct_\s](\*+)(?=[^punct*_\s])|[\s](\*+)(?=[punct_])|[punct_](\*+)(?=[punct_])|[^punct*_\s](\*+)(?=[^punct*_\s])/,rDelimUnd:/^[^_*]*?\*\*[^_*]*?\_[^_*]*?(?=\*\*)|[punct*](\_+)(?=[\s]|$)|[^punct*_\s](\_+)(?=[punct*\s]|$)|[punct*\s](\_+)(?=[^punct*_\s])|[\s](\_+)(?=[punct*])|[punct*](\_+)(?=[punct*])/},code:/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,br:/^( {2,}|\\)\n(?!\s*$)/,del:T,text:/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,punctuation:/^([\spunctuation])/};a._punctuation="!\"#$%&'()+\\-.,/:;<=>?@\\[\\]`^{|}~";a.punctuation=F(a.punctuation).replace(/punctuation/g,a._punctuation).getRegex();a.blockSkip=/\[[^\]]*?\]\([^\)]*?\)|`[^`]*?`|<[^>]*?>/g;a.escapedEmSt=/\\\*|\\_/g;a._comment=F(h._comment).replace("(?:-->|$)","-->").getRegex();a.emStrong.lDelim=F(a.emStrong.lDelim).replace(/punct/g,a._punctuation).getRegex();a.emStrong.rDelimAst=F(a.emStrong.rDelimAst,"g").replace(/punct/g,a._punctuation).getRegex();a.emStrong.rDelimUnd=F(a.emStrong.rDelimUnd,"g").replace(/punct/g,a._punctuation).getRegex();a._escapes=/\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/g;a._scheme=/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/;a._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])?)+(?![-_])/;a.autolink=F(a.autolink).replace("scheme",a._scheme).replace("email",a._email).getRegex();a._attribute=/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/;a.tag=F(a.tag).replace("comment",a._comment).replace("attribute",a._attribute).getRegex();a._label=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/;a._href=/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/;a._title=/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/;a.link=F(a.link).replace("label",a._label).replace("href",a._href).replace("title",a._title).getRegex();a.reflink=F(a.reflink).replace("label",a._label).getRegex();a.reflinkSearch=F(a.reflinkSearch,"g").replace("reflink",a.reflink).replace("nolink",a.nolink).getRegex();a.normal=k({},a);a.pedantic=k({},a.normal,{strong:{start:/^__|\*\*/,middle:/^__(?=\S)([\s\S]*?\S)__(?!_)|^\*\*(?=\S)([\s\S]*?\S)\*\*(?!\*)/,endAst:/\*\*(?!\*)/g,endUnd:/__(?!_)/g},em:{start:/^_|\*/,middle:/^()\*(?=\S)([\s\S]*?\S)\*(?!\*)|^_(?=\S)([\s\S]*?\S)_(?!_)/,endAst:/\*(?!\*)/g,endUnd:/_(?!_)/g},link:F(/^!?\[(label)\]\((.*?)\)/).replace("label",a._label).getRegex(),reflink:F(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",a._label).getRegex()});a.gfm=k({},a.normal,{escape:F(a.escape).replace("])","~|])").getRegex(),_extended_email:/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/,url:/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/,_backpedal:/(?:[^?!.,:;*_~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_~)]+(?!$))+/,del:/^(~~?)(?=[^\s~])([\s\S]*?[^\s~])\1(?=[^~]|$)/,text:/^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\<!\[`*~_]|\b_|https?:\/\/|ftp:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)))/});a.gfm.url=F(a.gfm.url,"i").replace("email",a.gfm._extended_email).getRegex();a.breaks=k({},a.gfm,{br:F(a.br).replace("{2,}","*").getRegex(),text:F(a.gfm.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()});function pe(r){return r.replace(/---/g,"—").replace(/--/g,"–").replace(/(^|[-\u2014/(\[{"\s])'/g,"$1‘").replace(/'/g,"’").replace(/(^|[-\u2014/(\[{\u2018\s])"/g,"$1“").replace(/"/g,"”").replace(/\.{3}/g,"…")}function N(r){let t="",u,e;const n=r.length;for(u=0;u<n;u++)e=r.charCodeAt(u),Math.random()>.5&&(e="x"+e.toString(16)),t+="&#"+e+";";return t}class m{constructor(t){this.tokens=[],this.tokens.links=Object.create(null),this.options=t||b,this.options.tokenizer=this.options.tokenizer||new Z,this.tokenizer=this.options.tokenizer,this.tokenizer.options=this.options,this.tokenizer.lexer=this,this.inlineQueue=[],this.state={inLink:!1,inRawBlock:!1,top:!0};const u={block:h.normal,inline:a.normal};this.options.pedantic?(u.block=h.pedantic,u.inline=a.pedantic):this.options.gfm&&(u.block=h.gfm,this.options.breaks?u.inline=a.breaks:u.inline=a.gfm),this.tokenizer.rules=u}static get rules(){return{block:h,inline:a}}static lex(t,u){return new m(u).lex(t)}static lexInline(t,u){return new m(u).inlineTokens(t)}lex(t){t=t.replace(/\r\n|\r/g,`
`).replace(/\t/g," "),this.blockTokens(t,this.tokens);let u;for(;u=this.inlineQueue.shift();)this.inlineTokens(u.src,u.tokens);return this.tokens}blockTokens(t,u=[]){this.options.pedantic&&(t=t.replace(/^ +$/gm,""));let e,n,i,s;for(;t;)if(!(this.options.extensions&&this.options.extensions.block&&this.options.extensions.block.some(l=>(e=l.call({lexer:this},t,u))?(t=t.substring(e.raw.length),u.push(e),!0):!1))){if(e=this.tokenizer.space(t)){t=t.substring(e.raw.length),e.type&&u.push(e);continue}if(e=this.tokenizer.code(t)){t=t.substring(e.raw.length),n=u[u.length-1],n&&(n.type==="paragraph"||n.type==="text")?(n.raw+=`
`+e.raw,n.text+=`
`+e.text,this.inlineQueue[this.inlineQueue.length-1].src=n.text):u.push(e);continue}if(e=this.tokenizer.fences(t)){t=t.substring(e.raw.length),u.push(e);continue}if(e=this.tokenizer.heading(t)){t=t.substring(e.raw.length),u.push(e);continue}if(e=this.tokenizer.hr(t)){t=t.substring(e.raw.length),u.push(e);continue}if(e=this.tokenizer.blockquote(t)){t=t.substring(e.raw.length),u.push(e);continue}if(e=this.tokenizer.list(t)){t=t.substring(e.raw.length),u.push(e);continue}if(e=this.tokenizer.html(t)){t=t.substring(e.raw.length),u.push(e);continue}if(e=this.tokenizer.def(t)){t=t.substring(e.raw.length),n=u[u.length-1],n&&(n.type==="paragraph"||n.type==="text")?(n.raw+=`
`+e.raw,n.text+=`
`+e.raw,this.inlineQueue[this.inlineQueue.length-1].src=n.text):this.tokens.links[e.tag]||(this.tokens.links[e.tag]={href:e.href,title:e.title});continue}if(e=this.tokenizer.table(t)){t=t.substring(e.raw.length),u.push(e);continue}if(e=this.tokenizer.lheading(t)){t=t.substring(e.raw.length),u.push(e);continue}if(i=t,this.options.extensions&&this.options.extensions.startBlock){let l=1/0;const o=t.slice(1);let p;this.options.extensions.startBlock.forEach(function(f){p=f.call({lexer:this},o),typeof p=="number"&&p>=0&&(l=Math.min(l,p))}),l<1/0&&l>=0&&(i=t.substring(0,l+1))}if(this.state.top&&(e=this.tokenizer.paragraph(i))){n=u[u.length-1],s&&n.type==="paragraph"?(n.raw+=`
`+e.raw,n.text+=`
`+e.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=n.text):u.push(e),s=i.length!==t.length,t=t.substring(e.raw.length);continue}if(e=this.tokenizer.text(t)){t=t.substring(e.raw.length),n=u[u.length-1],n&&n.type==="text"?(n.raw+=`
`+e.raw,n.text+=`
`+e.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=n.text):u.push(e);continue}if(t){const l="Infinite loop on byte: "+t.charCodeAt(0);if(this.options.silent){z.index.__f__("error","at ai-desk-customer-uniapp/utils/lib-marked.js:1600",l);break}else throw new Error(l)}}return this.state.top=!0,u}inline(t,u){this.inlineQueue.push({src:t,tokens:u})}inlineTokens(t,u=[]){let e,n,i,s=t,l,o,p;if(this.tokens.links){const f=Object.keys(this.tokens.links);if(f.length>0)for(;(l=this.tokenizer.rules.inline.reflinkSearch.exec(s))!=null;)f.includes(l[0].slice(l[0].lastIndexOf("[")+1,-1))&&(s=s.slice(0,l.index)+"["+P("a",l[0].length-2)+"]"+s.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;(l=this.tokenizer.rules.inline.blockSkip.exec(s))!=null;)s=s.slice(0,l.index)+"["+P("a",l[0].length-2)+"]"+s.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;(l=this.tokenizer.rules.inline.escapedEmSt.exec(s))!=null;)s=s.slice(0,l.index)+"++"+s.slice(this.tokenizer.rules.inline.escapedEmSt.lastIndex);for(;t;)if(o||(p=""),o=!1,!(this.options.extensions&&this.options.extensions.inline&&this.options.extensions.inline.some(f=>(e=f.call({lexer:this},t,u))?(t=t.substring(e.raw.length),u.push(e),!0):!1))){if(e=this.tokenizer.escape(t)){t=t.substring(e.raw.length),u.push(e);continue}if(e=this.tokenizer.tag(t)){t=t.substring(e.raw.length),n=u[u.length-1],n&&e.type==="text"&&n.type==="text"?(n.raw+=e.raw,n.text+=e.text):u.push(e);continue}if(e=this.tokenizer.link(t)){t=t.substring(e.raw.length),u.push(e);continue}if(e=this.tokenizer.reflink(t,this.tokens.links)){t=t.substring(e.raw.length),n=u[u.length-1],n&&e.type==="text"&&n.type==="text"?(n.raw+=e.raw,n.text+=e.text):u.push(e);continue}if(e=this.tokenizer.emStrong(t,s,p)){t=t.substring(e.raw.length),u.push(e);continue}if(e=this.tokenizer.codespan(t)){t=t.substring(e.raw.length),u.push(e);continue}if(e=this.tokenizer.br(t)){t=t.substring(e.raw.length),u.push(e);continue}if(e=this.tokenizer.del(t)){t=t.substring(e.raw.length),u.push(e);continue}if(e=this.tokenizer.autolink(t,N)){t=t.substring(e.raw.length),u.push(e);continue}if(!this.state.inLink&&(e=this.tokenizer.url(t,N))){t=t.substring(e.raw.length),u.push(e);continue}if(i=t,this.options.extensions&&this.options.extensions.startInline){let f=1/0;const C=t.slice(1);let g;this.options.extensions.startInline.forEach(function(D){g=D.call({lexer:this},C),typeof g=="number"&&g>=0&&(f=Math.min(f,g))}),f<1/0&&f>=0&&(i=t.substring(0,f+1))}if(e=this.tokenizer.inlineText(i,pe)){t=t.substring(e.raw.length),e.raw.slice(-1)!=="_"&&(p=e.raw.slice(-1)),o=!0,n=u[u.length-1],n&&n.type==="text"?(n.raw+=e.raw,n.text+=e.text):u.push(e);continue}if(t){const f="Infinite loop on byte: "+t.charCodeAt(0);if(this.options.silent){z.index.__f__("error","at ai-desk-customer-uniapp/utils/lib-marked.js:1784",f);break}else throw new Error(f)}}return u}}class L{constructor(t){this.options=t||b}code(t,u,e){const n=(u||"").match(/\S*/)[0];if(this.options.highlight){const i=this.options.highlight(t,n);i!=null&&i!==t&&(e=!0,t=i)}return t=t.replace(/\n$/,"")+`
`,n?'<pre><code class="'+this.options.langPrefix+E(n,!0)+'">'+(e?t:E(t,!0))+`</code></pre>
`:"<pre><code>"+(e?t:E(t,!0))+`</code></pre>
`}blockquote(t){return`<blockquote>
`+t+`</blockquote>
`}html(t){return t}heading(t,u,e,n){return this.options.headerIds?"<h"+u+' id="'+this.options.headerPrefix+n.slug(e)+'">'+t+"</h"+u+`>
`:"<h"+u+">"+t+"</h"+u+`>
`}hr(){return this.options.xhtml?`<hr/>
`:`<hr>
`}list(t,u,e){const n=u?"ol":"ul",i=u&&e!==1?' start="'+e+'"':"";return"<"+n+i+`>
`+t+"</"+n+`>
`}listitem(t){return"<li>"+t+`</li>
`}checkbox(t){return"<input "+(t?'checked="" ':"")+'disabled="" type="checkbox"'+(this.options.xhtml?" /":"")+"> "}paragraph(t){return"<p>"+t+`</p>
`}table(t,u){return u&&(u="<tbody>"+u+"</tbody>"),`<table>
<thead>
`+t+`</thead>
`+u+`</table>
`}tablerow(t){return`<tr>
`+t+`</tr>
`}tablecell(t,u){const e=u.header?"th":"td";return(u.align?"<"+e+' align="'+u.align+'">':"<"+e+">")+t+"</"+e+`>
`}strong(t){return"<strong>"+t+"</strong>"}em(t){return"<em>"+t+"</em>"}codespan(t){return"<code>"+t+"</code>"}br(){return this.options.xhtml?"<br/>":"<br>"}del(t){return"<del>"+t+"</del>"}link(t,u,e){if(t=v(this.options.sanitize,this.options.baseUrl,t),t===null)return e;let n='<a href="'+E(t)+'"';return u&&(n+=' title="'+u+'"'),n+=">"+e+"</a>",n}image(t,u,e){if(t=v(this.options.sanitize,this.options.baseUrl,t),t===null)return e;let n='<img src="'+t+'" alt="'+e+'"';return u&&(n+=' title="'+u+'"'),n+=this.options.xhtml?"/>":">",n}text(t){return t}}class V{strong(t){return t}em(t){return t}codespan(t){return t}del(t){return t}html(t){return t}text(t){return t}link(t,u,e){return""+e}image(t,u,e){return""+e}br(){return""}}class H{constructor(){this.seen={}}serialize(t){return t.toLowerCase().trim().replace(/<[!\/a-z].*?>/ig,"").replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g,"").replace(/\s/g,"-")}getNextSafeSlug(t,u){let e=t,n=0;if(this.seen.hasOwnProperty(e)){n=this.seen[t];do n++,e=t+"-"+n;while(this.seen.hasOwnProperty(e))}return u||(this.seen[t]=n,this.seen[e]=0),e}slug(t,u={}){const e=this.serialize(t);return this.getNextSafeSlug(e,u.dryrun)}}class x{constructor(t){this.options=t||b,this.options.renderer=this.options.renderer||new L,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new V,this.slugger=new H}static parse(t,u){return new x(u).parse(t)}static parseInline(t,u){return new x(u).parseInline(t)}parse(t,u=!0){let e="",n,i,s,l,o,p,f,C,g,D,B,A,_,w,d,R,q,y,I;const j=t.length;for(n=0;n<j;n++){if(D=t[n],this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[D.type]&&(I=this.options.extensions.renderers[D.type].call({parser:this},D),I!==!1||!["space","hr","heading","code","table","blockquote","list","html","paragraph","text"].includes(D.type))){e+=I||"";continue}switch(D.type){case"space":continue;case"hr":{e+=this.renderer.hr();continue}case"heading":{e+=this.renderer.heading(this.parseInline(D.tokens),D.depth,X(this.parseInline(D.tokens,this.textRenderer)),this.slugger);continue}case"code":{e+=this.renderer.code(D.text,D.lang,D.escaped);continue}case"table":{for(C="",f="",l=D.header.length,i=0;i<l;i++)f+=this.renderer.tablecell(this.parseInline(D.header[i].tokens),{header:!0,align:D.align[i]});for(C+=this.renderer.tablerow(f),g="",l=D.rows.length,i=0;i<l;i++){for(p=D.rows[i],f="",o=p.length,s=0;s<o;s++)f+=this.renderer.tablecell(this.parseInline(p[s].tokens),{header:!1,align:D.align[s]});g+=this.renderer.tablerow(f)}e+=this.renderer.table(C,g);continue}case"blockquote":{g=this.parse(D.tokens),e+=this.renderer.blockquote(g);continue}case"list":{for(B=D.ordered,A=D.start,_=D.loose,l=D.items.length,g="",i=0;i<l;i++)d=D.items[i],R=d.checked,q=d.task,w="",d.task&&(y=this.renderer.checkbox(R),_?d.tokens.length>0&&d.tokens[0].type==="paragraph"?(d.tokens[0].text=y+" "+d.tokens[0].text,d.tokens[0].tokens&&d.tokens[0].tokens.length>0&&d.tokens[0].tokens[0].type==="text"&&(d.tokens[0].tokens[0].text=y+" "+d.tokens[0].tokens[0].text)):d.tokens.unshift({type:"text",text:y}):w+=y),w+=this.parse(d.tokens,_),g+=this.renderer.listitem(w,q,R);e+=this.renderer.list(g,B,A);continue}case"html":{e+=this.renderer.html(D.text);continue}case"paragraph":{e+=this.renderer.paragraph(this.parseInline(D.tokens));continue}case"text":{for(g=D.tokens?this.parseInline(D.tokens):D.text;n+1<j&&t[n+1].type==="text";)D=t[++n],g+=`
`+(D.tokens?this.parseInline(D.tokens):D.text);e+=u?this.renderer.paragraph(g):g;continue}default:{const O='Token with "'+D.type+'" type was not found.';if(this.options.silent){z.index.__f__("error","at ai-desk-customer-uniapp/utils/lib-marked.js:2238",O);return}else throw new Error(O)}}}return e}parseInline(t,u){u=u||this.renderer;let e="",n,i,s;const l=t.length;for(n=0;n<l;n++){if(i=t[n],this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[i.type]&&(s=this.options.extensions.renderers[i.type].call({parser:this},i),s!==!1||!["escape","html","link","image","strong","em","codespan","br","del","text"].includes(i.type))){e+=s||"";continue}switch(i.type){case"escape":{e+=u.text(i.text);break}case"html":{e+=u.html(i.text);break}case"link":{e+=u.link(i.href,i.title,this.parseInline(i.tokens,u));break}case"image":{e+=u.image(i.href,i.title,i.text);break}case"strong":{e+=u.strong(this.parseInline(i.tokens,u));break}case"em":{e+=u.em(this.parseInline(i.tokens,u));break}case"codespan":{e+=u.codespan(i.text);break}case"br":{e+=u.br();break}case"del":{e+=u.del(this.parseInline(i.tokens,u));break}case"text":{e+=u.text(i.text);break}default:{const o='Token with "'+i.type+'" type was not found.';if(this.options.silent){z.index.__f__("error","at ai-desk-customer-uniapp/utils/lib-marked.js:2317",o);return}else throw new Error(o)}}}return e}}function c(r,t,u){if(typeof r>"u"||r===null)throw new Error("marked(): input parameter is undefined or null");if(typeof r!="string")throw new Error("marked(): input parameter is of type "+Object.prototype.toString.call(r)+", string expected");if(typeof t=="function"&&(u=t,t=null),t=k({},c.defaults,t||{}),G(t),u){const e=t.highlight;let n;try{n=m.lex(r,t)}catch(l){return u(l)}const i=function(l){let o;if(!l)try{t.walkTokens&&c.walkTokens(n,t.walkTokens),o=x.parse(n,t)}catch(p){l=p}return t.highlight=e,l?u(l):u(null,o)};if(!e||e.length<3||(delete t.highlight,!n.length))return i();let s=0;c.walkTokens(n,function(l){l.type==="code"&&(s++,setTimeout(()=>{e(l.text,l.lang,function(o,p){if(o)return i(o);p!=null&&p!==l.text&&(l.text=p,l.escaped=!0),s--,s===0&&i()})},0))}),s===0&&i();return}try{const e=m.lex(r,t);return t.walkTokens&&c.walkTokens(e,t.walkTokens),x.parse(e,t)}catch(e){if(e.message+=`
Please report this to https://github.com/markedjs/marked.`,t.silent)return"<p>An error occurred:</p><pre>"+E(e.message+"",!0)+"</pre>";throw e}}c.options=c.setOptions=function(r){return k(c.defaults,r),J(c.defaults),c};c.getDefaults=W;c.defaults=b;c.use=function(...r){const t=k({},...r),u=c.defaults.extensions||{renderers:{},childTokens:{}};let e;r.forEach(n=>{if(n.extensions&&(e=!0,n.extensions.forEach(i=>{if(!i.name)throw new Error("extension name required");if(i.renderer){const s=u.renderers?u.renderers[i.name]:null;s?u.renderers[i.name]=function(...l){let o=i.renderer.apply(this,l);return o===!1&&(o=s.apply(this,l)),o}:u.renderers[i.name]=i.renderer}if(i.tokenizer){if(!i.level||i.level!=="block"&&i.level!=="inline")throw new Error("extension level must be 'block' or 'inline'");u[i.level]?u[i.level].unshift(i.tokenizer):u[i.level]=[i.tokenizer],i.start&&(i.level==="block"?u.startBlock?u.startBlock.push(i.start):u.startBlock=[i.start]:i.level==="inline"&&(u.startInline?u.startInline.push(i.start):u.startInline=[i.start]))}i.childTokens&&(u.childTokens[i.name]=i.childTokens)})),n.renderer){const i=c.defaults.renderer||new L;for(const s in n.renderer){const l=i[s];i[s]=(...o)=>{let p=n.renderer[s].apply(i,o);return p===!1&&(p=l.apply(i,o)),p}}t.renderer=i}if(n.tokenizer){const i=c.defaults.tokenizer||new Z;for(const s in n.tokenizer){const l=i[s];i[s]=(...o)=>{let p=n.tokenizer[s].apply(i,o);return p===!1&&(p=l.apply(i,o)),p}}t.tokenizer=i}if(n.walkTokens){const i=c.defaults.walkTokens;t.walkTokens=function(s){n.walkTokens.call(this,s),i&&i.call(this,s)}}e&&(t.extensions=u),c.setOptions(t)})};c.walkTokens=function(r,t){for(const u of r)switch(t.call(c,u),u.type){case"table":{for(const e of u.header)c.walkTokens(e.tokens,t);for(const e of u.rows)for(const n of e)c.walkTokens(n.tokens,t);break}case"list":{c.walkTokens(u.items,t);break}default:c.defaults.extensions&&c.defaults.extensions.childTokens&&c.defaults.extensions.childTokens[u.type]?c.defaults.extensions.childTokens[u.type].forEach(function(e){c.walkTokens(u[e],t)}):u.tokens&&c.walkTokens(u.tokens,t)}};c.parseInline=function(r,t){if(typeof r>"u"||r===null)throw new Error("marked.parseInline(): input parameter is undefined or null");if(typeof r!="string")throw new Error("marked.parseInline(): input parameter is of type "+Object.prototype.toString.call(r)+", string expected");t=k({},c.defaults,t||{}),G(t);try{const u=m.lexInline(r,t);return t.walkTokens&&c.walkTokens(u,t.walkTokens),x.parseInline(u,t)}catch(u){if(u.message+=`
Please report this to https://github.com/markedjs/marked.`,t.silent)return"<p>An error occurred:</p><pre>"+E(u.message+"",!0)+"</pre>";throw u}};c.Parser=x;c.parser=x.parse;c.Renderer=L;c.TextRenderer=V;c.Lexer=m;c.lexer=m.lex;c.Tokenizer=Z;c.Slugger=H;c.parse=c;c.options;c.setOptions;c.use;c.walkTokens;c.parseInline;x.parse;m.lex;exports.marked=c;
//# sourceMappingURL=../../../.sourcemap/mp-weixin/ai-desk-customer-uniapp/utils/lib-marked.js.map