md2x 0.7.4 → 0.7.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (136) hide show
  1. package/README.md +61 -23
  2. package/dist/chunks/chunk-Q6QMPHEY.js +1552 -0
  3. package/dist/chunks/chunk-UZ7TETMS.js +415 -0
  4. package/dist/chunks/docx-exporter-GL6CNCQD.js +1 -0
  5. package/dist/chunks/mcp-server-4TPUOZXJ.js +49 -0
  6. package/dist/core-worker.js +1764 -0
  7. package/dist/index.js +1 -1
  8. package/dist/md2x.js +8 -5
  9. package/dist/renderer/core-worker-browser.js +1775 -0
  10. package/dist/renderer/live-runtime-canvas.js +1 -1
  11. package/dist/renderer/live-runtime-dot.js +1 -1
  12. package/dist/renderer/live-runtime-html.js +1 -1
  13. package/dist/renderer/live-runtime-infographic.js +1 -1
  14. package/dist/renderer/live-runtime-md2x.js +4 -4
  15. package/dist/renderer/live-runtime-mermaid.js +1 -1
  16. package/dist/renderer/live-runtime-svg.js +1 -1
  17. package/dist/renderer/live-runtime-vega.js +1 -1
  18. package/dist/types/node/src/host/browser-renderer.d.ts +1 -175
  19. package/dist/types/node/src/host/core.d.ts +59 -0
  20. package/dist/types/node/src/host/index.d.ts +4 -49
  21. package/dist/types/node/src/host/node-exporter.d.ts +1 -90
  22. package/dist/types/node/src/host/node-platform.d.ts +1 -23
  23. package/dist/types/node/src/host/templates-data.d.ts +5 -0
  24. package/dist/types/node/src/host/themes-data.d.ts +2385 -0
  25. package/dist/types/node/src/host/types.d.ts +251 -0
  26. package/dist/types/node/src/index.d.ts +2 -3
  27. package/package.json +13 -3
  28. package/dist/chunks/chunk-2LPNL4GA.js +0 -1
  29. package/dist/chunks/chunk-3P5X57NT.js +0 -262
  30. package/dist/chunks/chunk-3VL755NO.js +0 -1
  31. package/dist/chunks/chunk-5DPTQTJJ.js +0 -1
  32. package/dist/chunks/chunk-AK6TXLWO.js +0 -1
  33. package/dist/chunks/chunk-CN4F5HOV.js +0 -5
  34. package/dist/chunks/chunk-CVKZIRZW.js +0 -5
  35. package/dist/chunks/chunk-DFROP2PD.js +0 -11
  36. package/dist/chunks/chunk-DJGIYXVP.js +0 -3
  37. package/dist/chunks/chunk-EFKQH5UR.js +0 -108
  38. package/dist/chunks/chunk-FXZD57XY.js +0 -532
  39. package/dist/chunks/chunk-IENSDROB.js +0 -1
  40. package/dist/chunks/chunk-LLCWR7UA.js +0 -1
  41. package/dist/chunks/chunk-MHCTK6WW.js +0 -1
  42. package/dist/chunks/chunk-NM6J3ND7.js +0 -1
  43. package/dist/chunks/chunk-PARPCLXM.js +0 -1
  44. package/dist/chunks/chunk-PUOHPY5L.js +0 -16
  45. package/dist/chunks/chunk-R65AQGTF.js +0 -1
  46. package/dist/chunks/chunk-R6G2575A.js +0 -3
  47. package/dist/chunks/chunk-TRGQPVRY.js +0 -2
  48. package/dist/chunks/chunk-URO5RPHJ.js +0 -9
  49. package/dist/chunks/chunk-YFL3W3OS.js +0 -1
  50. package/dist/chunks/chunk-Z4LVGK7Y.js +0 -1
  51. package/dist/chunks/docx-exporter-ZZ76JXFU.js +0 -1
  52. package/dist/chunks/rehype-highlight-Y4Q4RX67.js +0 -1
  53. package/dist/chunks/rehype-katex-FXTCTSUE.js +0 -1
  54. package/dist/chunks/rehype-stringify-4CQSSRDL.js +0 -1
  55. package/dist/chunks/remark-gfm-BUZ4SLP3.js +0 -1
  56. package/dist/chunks/remark-math-HEZQAPFK.js +0 -1
  57. package/dist/chunks/remark-parse-QC7TSXTK.js +0 -1
  58. package/dist/chunks/remark-rehype-C2LX643P.js +0 -1
  59. package/dist/chunks/remark-super-sub-EP2AQS54.js +0 -1
  60. package/dist/chunks/theme-manager-AZBU2SLL.js +0 -1
  61. package/dist/chunks/theme-to-css-GLV3WYDU.js +0 -85
  62. package/dist/chunks/unified-PU53JLVJ.js +0 -1
  63. package/dist/chunks/unist-util-visit-SBSD62C6.js +0 -1
  64. package/dist/templates/html/example.html +0 -35
  65. package/dist/templates/svelte/example.svelte +0 -18
  66. package/dist/templates/vue/PrinterComponent.vue +0 -875
  67. package/dist/templates/vue/example.vue +0 -17
  68. package/dist/templates/vue/mapLibre.vue +0 -371
  69. package/dist/themes/code-themes/business-contrast.json +0 -31
  70. package/dist/themes/code-themes/colorful.json +0 -32
  71. package/dist/themes/code-themes/cool-modern.json +0 -31
  72. package/dist/themes/code-themes/high-contrast.json +0 -31
  73. package/dist/themes/code-themes/light-clean.json +0 -31
  74. package/dist/themes/code-themes/warm-book.json +0 -31
  75. package/dist/themes/color-schemes/candy.json +0 -34
  76. package/dist/themes/color-schemes/cool.json +0 -34
  77. package/dist/themes/color-schemes/coral.json +0 -34
  78. package/dist/themes/color-schemes/dino.json +0 -34
  79. package/dist/themes/color-schemes/forest.json +0 -34
  80. package/dist/themes/color-schemes/garden.json +0 -34
  81. package/dist/themes/color-schemes/neutral.json +0 -34
  82. package/dist/themes/color-schemes/ocean.json +0 -34
  83. package/dist/themes/color-schemes/rainbow.json +0 -43
  84. package/dist/themes/color-schemes/sakura.json +0 -34
  85. package/dist/themes/color-schemes/sepia.json +0 -34
  86. package/dist/themes/color-schemes/space.json +0 -34
  87. package/dist/themes/color-schemes/starry.json +0 -34
  88. package/dist/themes/color-schemes/sunset.json +0 -34
  89. package/dist/themes/color-schemes/warm.json +0 -34
  90. package/dist/themes/font-config.json +0 -184
  91. package/dist/themes/layout-schemes/academic.json +0 -40
  92. package/dist/themes/layout-schemes/book.json +0 -40
  93. package/dist/themes/layout-schemes/document.json +0 -40
  94. package/dist/themes/layout-schemes/magazine.json +0 -40
  95. package/dist/themes/layout-schemes/student.json +0 -40
  96. package/dist/themes/layout-schemes/technical.json +0 -40
  97. package/dist/themes/presets/academic.json +0 -24
  98. package/dist/themes/presets/business.json +0 -22
  99. package/dist/themes/presets/candy.json +0 -23
  100. package/dist/themes/presets/century.json +0 -22
  101. package/dist/themes/presets/coral.json +0 -22
  102. package/dist/themes/presets/default.json +0 -22
  103. package/dist/themes/presets/dinosaur.json +0 -23
  104. package/dist/themes/presets/elegant.json +0 -22
  105. package/dist/themes/presets/forest.json +0 -22
  106. package/dist/themes/presets/garamond.json +0 -22
  107. package/dist/themes/presets/garden.json +0 -23
  108. package/dist/themes/presets/handwritten.json +0 -23
  109. package/dist/themes/presets/heiti.json +0 -22
  110. package/dist/themes/presets/magazine.json +0 -24
  111. package/dist/themes/presets/manuscript.json +0 -22
  112. package/dist/themes/presets/minimal.json +0 -22
  113. package/dist/themes/presets/mixed.json +0 -24
  114. package/dist/themes/presets/newspaper.json +0 -24
  115. package/dist/themes/presets/ocean.json +0 -22
  116. package/dist/themes/presets/palatino.json +0 -22
  117. package/dist/themes/presets/rainbow.json +0 -23
  118. package/dist/themes/presets/space.json +0 -23
  119. package/dist/themes/presets/starry.json +0 -23
  120. package/dist/themes/presets/sunset.json +0 -22
  121. package/dist/themes/presets/swiss.json +0 -22
  122. package/dist/themes/presets/technical.json +0 -22
  123. package/dist/themes/presets/typewriter.json +0 -23
  124. package/dist/themes/presets/verdana.json +0 -22
  125. package/dist/themes/presets/water.json +0 -22
  126. package/dist/themes/registry.json +0 -270
  127. package/dist/themes/table-styles/academic.json +0 -30
  128. package/dist/themes/table-styles/borderless.json +0 -26
  129. package/dist/themes/table-styles/compact.json +0 -24
  130. package/dist/themes/table-styles/grid.json +0 -22
  131. package/dist/themes/table-styles/high-contrast.json +0 -22
  132. package/dist/themes/table-styles/minimal-gray.json +0 -26
  133. package/dist/themes/table-styles/modern-tech.json +0 -34
  134. package/dist/themes/table-styles/professional.json +0 -34
  135. package/dist/themes/table-styles/zebra.json +0 -22
  136. package/dist/types/src/utils/theme-to-css.d.ts +0 -171
@@ -1 +0,0 @@
1
- var o=t(/[A-Za-z]/),e=t(/[\dA-Za-z]/),u=t(/[#-'*+\--9=?A-Z^-~]/);function c(n){return n!==null&&(n<32||n===127)}var a=t(/\d/),p=t(/[\dA-Fa-f]/),s=t(/[!-/:-@[-`{-~]/);function x(n){return n!==null&&n<-2}function l(n){return n!==null&&(n<0||n===32)}function f(n){return n===-2||n===-1||n===32}var A=t(new RegExp("\\p{P}|\\p{S}","u")),g=t(/\s/);function t(n){return r;function r(i){return i!==null&&i>-1&&n.test(String.fromCharCode(i))}}export{o as a,e as b,u as c,c as d,a as e,p as f,s as g,x as h,l as i,f as j,A as k,g as l};
@@ -1 +0,0 @@
1
- function f(l,t){let i=String(l),e=i.indexOf(t),n=e,o=0,r=0;if(typeof t!="string")throw new TypeError("Expected substring");for(;e!==-1;)e===n?++o>r&&(r=o):o=1,n=e+t.length,e=i.indexOf(t,n);return r}export{f as a};
@@ -1 +0,0 @@
1
- import{a as y}from"./chunk-AK6TXLWO.js";var o=class extends Error{constructor(e,s,r){super(),typeof s=="string"&&(r=s,s=void 0);let n="",t={},l=!1;if(s&&("line"in s&&"column"in s?t={place:s}:"start"in s&&"end"in s?t={place:s}:"type"in s?t={ancestors:[s],place:s.position}:t={...s}),typeof e=="string"?n=e:!t.cause&&e&&(l=!0,n=e.message,t.cause=e),!t.ruleId&&!t.source&&typeof r=="string"){let d=r.indexOf(":");d===-1?t.ruleId=r:(t.source=r.slice(0,d),t.ruleId=r.slice(d+1))}if(!t.place&&t.ancestors&&t.ancestors){let d=t.ancestors[t.ancestors.length-1];d&&(t.place=d.position)}let h=t.place&&"start"in t.place?t.place.start:t.place;this.ancestors=t.ancestors||void 0,this.cause=t.cause||void 0,this.column=h?h.column:void 0,this.fatal=void 0,this.file="",this.message=n,this.line=h?h.line:void 0,this.name=y(t.place)||"1:1",this.place=t.place||void 0,this.reason=this.message,this.ruleId=t.ruleId||void 0,this.source=t.source||void 0,this.stack=l&&t.cause&&typeof t.cause.stack=="string"?t.cause.stack:"",this.actual=void 0,this.expected=void 0,this.note=void 0,this.url=void 0}};o.prototype.file="";o.prototype.name="";o.prototype.reason="";o.prototype.message="";o.prototype.stack="";o.prototype.column=void 0;o.prototype.line=void 0;o.prototype.ancestors=void 0;o.prototype.cause=void 0;o.prototype.fatal=void 0;o.prototype.place=void 0;o.prototype.ruleId=void 0;o.prototype.source=void 0;import{default as a}from"node:path";import{default as g}from"node:process";import{fileURLToPath as x}from"node:url";function f(i){return!!(i!==null&&typeof i=="object"&&"href"in i&&i.href&&"protocol"in i&&i.protocol&&i.auth===void 0)}var p=["history","path","basename","stem","extname","dirname"],m=class{constructor(e){let s;e?f(e)?s={path:e}:typeof e=="string"||b(e)?s={value:e}:s=e:s={},this.cwd="cwd"in s?"":g.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let r=-1;for(;++r<p.length;){let t=p[r];t in s&&s[t]!==void 0&&s[t]!==null&&(this[t]=t==="history"?[...s[t]]:s[t])}let n;for(n in s)p.includes(n)||(this[n]=s[n])}get basename(){return typeof this.path=="string"?a.basename(this.path):void 0}set basename(e){c(e,"basename"),u(e,"basename"),this.path=a.join(this.dirname||"",e)}get dirname(){return typeof this.path=="string"?a.dirname(this.path):void 0}set dirname(e){w(this.basename,"dirname"),this.path=a.join(e||"",this.basename)}get extname(){return typeof this.path=="string"?a.extname(this.path):void 0}set extname(e){if(u(e,"extname"),w(this.dirname,"extname"),e){if(e.codePointAt(0)!==46)throw new Error("`extname` must start with `.`");if(e.includes(".",1))throw new Error("`extname` cannot contain multiple dots")}this.path=a.join(this.dirname,this.stem+(e||""))}get path(){return this.history[this.history.length-1]}set path(e){f(e)&&(e=x(e)),c(e,"path"),this.path!==e&&this.history.push(e)}get stem(){return typeof this.path=="string"?a.basename(this.path,this.extname):void 0}set stem(e){c(e,"stem"),u(e,"stem"),this.path=a.join(this.dirname||"",e+(this.extname||""))}fail(e,s,r){let n=this.message(e,s,r);throw n.fatal=!0,n}info(e,s,r){let n=this.message(e,s,r);return n.fatal=void 0,n}message(e,s,r){let n=new o(e,s,r);return this.path&&(n.name=this.path+":"+n.name,n.file=this.path),n.fatal=!1,this.messages.push(n),n}toString(e){return this.value===void 0?"":typeof this.value=="string"?this.value:new TextDecoder(e||void 0).decode(this.value)}};function u(i,e){if(i&&i.includes(a.sep))throw new Error("`"+e+"` cannot be a path: did not expect `"+a.sep+"`")}function c(i,e){if(!i)throw new Error("`"+e+"` cannot be empty")}function w(i,e){if(!i)throw new Error("Setting `"+e+"` requires `path` to be set too")}function b(i){return!!(i&&typeof i=="object"&&"byteLength"in i&&"byteOffset"in i)}export{o as a,m as b};
@@ -1 +0,0 @@
1
- var g=Object.create;var e=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var j=Object.getPrototypeOf,k=Object.prototype.hasOwnProperty;var m=(a=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(a,{get:(b,c)=>(typeof require<"u"?require:b)[c]}):a)(function(a){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+a+'" is not supported')});var n=(a,b)=>()=>(b||a((b={exports:{}}).exports,b),b.exports),o=(a,b)=>{for(var c in b)e(a,c,{get:b[c],enumerable:!0})},l=(a,b,c,f)=>{if(b&&typeof b=="object"||typeof b=="function")for(let d of i(b))!k.call(a,d)&&d!==c&&e(a,d,{get:()=>b[d],enumerable:!(f=h(b,d))||f.enumerable});return a};var p=(a,b,c)=>(c=a!=null?g(j(a)):{},l(b||!a||!a.__esModule?e(c,"default",{value:a,enumerable:!0}):c,a));export{m as a,n as b,o as c,p as d};
@@ -1 +0,0 @@
1
- import{j as t}from"./chunk-IENSDROB.js";function p(n,i,u,e){let o=e?e-1:Number.POSITIVE_INFINITY,I=0;return a;function a(r){return t(r)?(n.enter(u),m(r)):i(r)}function m(r){return t(r)&&I++<o?(n.consume(r),m):(n.exit(u),i(r))}}export{p as a};
@@ -1,16 +0,0 @@
1
- import{a as X}from"./chunk-R65AQGTF.js";import{a as V,c as Q,e as Be,f as M,g as P,h as je,k as We}from"./chunk-TRGQPVRY.js";import{a as Ue}from"./chunk-LLCWR7UA.js";import{a as v}from"./chunk-PARPCLXM.js";import{a as E,b as G,d as He,h as z,i as C,j as S,k as W,l as D}from"./chunk-IENSDROB.js";import{a as N,c as qe,e as $e,f as Ve}from"./chunk-Z4LVGK7Y.js";function Y(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function ee(e,n,t){let l=N((t||{}).ignore||[]),a=Et(n),r=-1;for(;++r<a.length;)$e(e,"text",u);function u(s,m){let f=-1,p;for(;++f<m.length;){let k=m[f],h=p?p.children:void 0;if(l(k,h?h.indexOf(k):void 0,p))return;p=k}if(p)return o(s,m)}function o(s,m){let f=m[m.length-1],p=a[r][0],k=a[r][1],h=0,b=f.children.indexOf(s),g=!1,d=[];p.lastIndex=0;let w=p.exec(s.value);for(;w;){let F=w.index,A={index:w.index,input:w.input,stack:[...m,s]},y=k(...w,A);if(typeof y=="string"&&(y=y.length>0?{type:"text",value:y}:void 0),y===!1?p.lastIndex=F+1:(h!==F&&d.push({type:"text",value:s.value.slice(h,F)}),Array.isArray(y)?d.push(...y):y&&d.push(y),h=F+w[0].length,g=!0),!p.global)break;w=p.exec(s.value)}return g?(h<s.value.length&&d.push({type:"text",value:s.value.slice(h)}),f.children.splice(b,1,...d)):d=[s],b+d.length}}function Et(e){let n=[];if(!Array.isArray(e))throw new TypeError("Expected find and replace tuple or list of tuples");let t=!e[0]||Array.isArray(e[0])?e:[e],i=-1;for(;++i<t.length;){let l=t[i];n.push([Pt(l[0]),_t(l[1])])}return n}function Pt(e){return typeof e=="string"?new RegExp(Y(e),"g"):e}function _t(e){return typeof e=="function"?e:function(){return e}}var te="phrasing",ne=["autolink","link","image","label"];function ie(){return{transforms:[qt],enter:{literalAutolink:Ot,literalAutolinkEmail:re,literalAutolinkHttp:re,literalAutolinkWww:re},exit:{literalAutolink:Wt,literalAutolinkEmail:jt,literalAutolinkHttp:Bt,literalAutolinkWww:Ht}}}function oe(){return{unsafe:[{character:"@",before:"[+\\-.\\w]",after:"[\\-.\\w]",inConstruct:te,notInConstruct:ne},{character:".",before:"[Ww]",after:"[\\-.\\w]",inConstruct:te,notInConstruct:ne},{character:":",before:"[ps]",after:"\\/",inConstruct:te,notInConstruct:ne}]}}function Ot(e){this.enter({type:"link",title:null,url:"",children:[]},e)}function re(e){this.config.enter.autolinkProtocol.call(this,e)}function Bt(e){this.config.exit.autolinkProtocol.call(this,e)}function Ht(e){this.config.exit.data.call(this,e);let n=this.stack[this.stack.length-1];n.type,n.url="http://"+this.sliceSerialize(e)}function jt(e){this.config.exit.autolinkEmail.call(this,e)}function Wt(e){this.exit(e)}function qt(e){ee(e,[[/(https?:\/\/|www(?=\.))([-.\w]+)([^ \t\r\n]*)/gi,$t],[new RegExp("(?<=^|\\s|\\p{P}|\\p{S})([-.\\w+]+)@([-\\w]+(?:\\.[-\\w]+)+)","gu"),Ut]],{ignore:["link","linkReference"]})}function $t(e,n,t,i,l){let a="";if(!Qe(l)||(/^w/i.test(n)&&(t=n+t,n="",a="http://"),!Vt(t)))return!1;let r=Qt(t+i);if(!r[0])return!1;let u={type:"link",title:null,url:a+n+r[0],children:[{type:"text",value:n+r[0]}]};return r[1]?[u,{type:"text",value:r[1]}]:u}function Ut(e,n,t,i){return!Qe(i,!0)||/[-\d_]$/.test(t)?!1:{type:"link",title:null,url:"mailto:"+n+"@"+t,children:[{type:"text",value:n+"@"+t}]}}function Vt(e){let n=e.split(".");return!(n.length<2||n[n.length-1]&&(/_/.test(n[n.length-1])||!/[a-zA-Z\d]/.test(n[n.length-1]))||n[n.length-2]&&(/_/.test(n[n.length-2])||!/[a-zA-Z\d]/.test(n[n.length-2])))}function Qt(e){let n=/[!"&'),.:;<>?\]}]+$/.exec(e);if(!n)return[e,void 0];e=e.slice(0,n.index);let t=n[0],i=t.indexOf(")"),l=X(e,"("),a=X(e,")");for(;i!==-1&&l>a;)e+=t.slice(0,i+1),t=t.slice(i+1),i=t.indexOf(")"),a++;return[e,t]}function Qe(e,n){let t=e.input.charCodeAt(e.index-1);return(e.index===0||D(t)||W(t))&&(!n||t!==47)}Ge.peek=tn;function Gt(){this.buffer()}function Nt(e){this.enter({type:"footnoteReference",identifier:"",label:""},e)}function Zt(){this.buffer()}function Jt(e){this.enter({type:"footnoteDefinition",identifier:"",label:"",children:[]},e)}function Kt(e){let n=this.resume(),t=this.stack[this.stack.length-1];t.type,t.identifier=M(this.sliceSerialize(e)).toLowerCase(),t.label=n}function Xt(e){this.exit(e)}function Yt(e){let n=this.resume(),t=this.stack[this.stack.length-1];t.type,t.identifier=M(this.sliceSerialize(e)).toLowerCase(),t.label=n}function en(e){this.exit(e)}function tn(){return"["}function Ge(e,n,t,i){let l=t.createTracker(i),a=l.move("[^"),r=t.enter("footnoteReference"),u=t.enter("reference");return a+=l.move(t.safe(t.associationId(e),{after:"]",before:a})),u(),r(),a+=l.move("]"),a}function le(){return{enter:{gfmFootnoteCallString:Gt,gfmFootnoteCall:Nt,gfmFootnoteDefinitionLabelString:Zt,gfmFootnoteDefinition:Jt},exit:{gfmFootnoteCallString:Kt,gfmFootnoteCall:Xt,gfmFootnoteDefinitionLabelString:Yt,gfmFootnoteDefinition:en}}}function ae(e){let n=!1;return e&&e.firstLineBlank&&(n=!0),{handlers:{footnoteDefinition:t,footnoteReference:Ge},unsafe:[{character:"[",inConstruct:["label","phrasing","reference"]}]};function t(i,l,a,r){let u=a.createTracker(r),o=u.move("[^"),s=a.enter("footnoteDefinition"),m=a.enter("label");return o+=u.move(a.safe(a.associationId(i),{before:o,after:"]"})),m(),o+=u.move("]:"),i.children&&i.children.length>0&&(u.shift(4),o+=u.move((n?`
2
- `:" ")+a.indentLines(a.containerFlow(i,u.current()),n?Ne:nn))),s(),o}}function nn(e,n,t){return n===0?e:Ne(e,n,t)}function Ne(e,n,t){return(t?"":" ")+e}var rn=["autolink","destinationLiteral","destinationRaw","reference","titleQuote","titleApostrophe"];Ze.peek=an;function ue(){return{canContainEols:["delete"],enter:{strikethrough:on},exit:{strikethrough:ln}}}function se(){return{unsafe:[{character:"~",inConstruct:"phrasing",notInConstruct:rn}],handlers:{delete:Ze}}}function on(e){this.enter({type:"delete",children:[]},e)}function ln(e){this.exit(e)}function Ze(e,n,t,i){let l=t.createTracker(i),a=t.enter("strikethrough"),r=l.move("~~");return r+=t.containerPhrasing(e,{...l.current(),before:r,after:"~"}),r+=l.move("~~"),a(),r}function an(){return"~"}function un(e){return e.length}function Ke(e,n){let t=n||{},i=(t.align||[]).concat(),l=t.stringLength||un,a=[],r=[],u=[],o=[],s=0,m=-1;for(;++m<e.length;){let x=[],b=[],g=-1;for(e[m].length>s&&(s=e[m].length);++g<e[m].length;){let d=sn(e[m][g]);if(t.alignDelimiters!==!1){let w=l(d);b[g]=w,(o[g]===void 0||w>o[g])&&(o[g]=w)}x.push(d)}r[m]=x,u[m]=b}let f=-1;if(typeof i=="object"&&"length"in i)for(;++f<s;)a[f]=Je(i[f]);else{let x=Je(i);for(;++f<s;)a[f]=x}f=-1;let p=[],k=[];for(;++f<s;){let x=a[f],b="",g="";x===99?(b=":",g=":"):x===108?b=":":x===114&&(g=":");let d=t.alignDelimiters===!1?1:Math.max(1,o[f]-b.length-g.length),w=b+"-".repeat(d)+g;t.alignDelimiters!==!1&&(d=b.length+d+g.length,d>o[f]&&(o[f]=d),k[f]=d),p[f]=w}r.splice(1,0,p),u.splice(1,0,k),m=-1;let h=[];for(;++m<r.length;){let x=r[m],b=u[m];f=-1;let g=[];for(;++f<s;){let d=x[f]||"",w="",F="";if(t.alignDelimiters!==!1){let A=o[f]-(b[f]||0),y=a[f];y===114?w=" ".repeat(A):y===99?A%2?(w=" ".repeat(A/2+.5),F=" ".repeat(A/2-.5)):(w=" ".repeat(A/2),F=w):F=" ".repeat(A)}t.delimiterStart!==!1&&!f&&g.push("|"),t.padding!==!1&&!(t.alignDelimiters===!1&&d==="")&&(t.delimiterStart!==!1||f)&&g.push(" "),t.alignDelimiters!==!1&&g.push(w),g.push(d),t.alignDelimiters!==!1&&g.push(F),t.padding!==!1&&g.push(" "),(t.delimiterEnd!==!1||f!==s-1)&&g.push("|")}h.push(t.delimiterEnd===!1?g.join("").replace(/ +$/,""):g.join(""))}return h.join(`
3
- `)}function sn(e){return e==null?"":String(e)}function Je(e){let n=typeof e=="string"?e.codePointAt(0):0;return n===67||n===99?99:n===76||n===108?108:n===82||n===114?114:0}function Xe(e,n,t,i){let l=t.enter("blockquote"),a=t.createTracker(i);a.move("> "),a.shift(2);let r=t.indentLines(t.containerFlow(e,a.current()),fn);return l(),r}function fn(e,n,t){return">"+(t?"":" ")+e}function et(e,n){return Ye(e,n.inConstruct,!0)&&!Ye(e,n.notInConstruct,!1)}function Ye(e,n,t){if(typeof n=="string"&&(n=[n]),!n||n.length===0)return t;let i=-1;for(;++i<n.length;)if(e.includes(n[i]))return!0;return!1}function fe(e,n,t,i){let l=-1;for(;++l<t.unsafe.length;)if(t.unsafe[l].character===`
4
- `&&et(t.stack,t.unsafe[l]))return/[ \t]/.test(i.before)?"":" ";return`\\
5
- `}function tt(e,n){return!!(n.options.fences===!1&&e.value&&!e.lang&&/[^ \r\n]/.test(e.value)&&!/^[\t ]*(?:[\r\n]|$)|(?:^|[\r\n])[\t ]*$/.test(e.value))}function nt(e){let n=e.options.fence||"`";if(n!=="`"&&n!=="~")throw new Error("Cannot serialize code with `"+n+"` for `options.fence`, expected `` ` `` or `~`");return n}function rt(e,n,t,i){let l=nt(t),a=e.value||"",r=l==="`"?"GraveAccent":"Tilde";if(tt(e,t)){let f=t.enter("codeIndented"),p=t.indentLines(a,cn);return f(),p}let u=t.createTracker(i),o=l.repeat(Math.max(Ue(a,l)+1,3)),s=t.enter("codeFenced"),m=u.move(o);if(e.lang){let f=t.enter(`codeFencedLang${r}`);m+=u.move(t.safe(e.lang,{before:m,after:" ",encode:["`"],...u.current()})),f()}if(e.lang&&e.meta){let f=t.enter(`codeFencedMeta${r}`);m+=u.move(" "),m+=u.move(t.safe(e.meta,{before:m,after:`
6
- `,encode:["`"],...u.current()})),f()}return m+=u.move(`
7
- `),a&&(m+=u.move(a+`
8
- `)),m+=u.move(o),s(),m}function cn(e,n,t){return(t?"":" ")+e}function _(e){let n=e.options.quote||'"';if(n!=='"'&&n!=="'")throw new Error("Cannot serialize title with `"+n+"` for `options.quote`, expected `\"`, or `'`");return n}function it(e,n,t,i){let l=_(t),a=l==='"'?"Quote":"Apostrophe",r=t.enter("definition"),u=t.enter("label"),o=t.createTracker(i),s=o.move("[");return s+=o.move(t.safe(t.associationId(e),{before:s,after:"]",...o.current()})),s+=o.move("]: "),u(),!e.url||/[\0- \u007F]/.test(e.url)?(u=t.enter("destinationLiteral"),s+=o.move("<"),s+=o.move(t.safe(e.url,{before:s,after:">",...o.current()})),s+=o.move(">")):(u=t.enter("destinationRaw"),s+=o.move(t.safe(e.url,{before:s,after:e.title?" ":`
9
- `,...o.current()}))),u(),e.title&&(u=t.enter(`title${a}`),s+=o.move(" "+l),s+=o.move(t.safe(e.title,{before:s,after:l,...o.current()})),s+=o.move(l),u()),r(),s}function ot(e){let n=e.options.emphasis||"*";if(n!=="*"&&n!=="_")throw new Error("Cannot serialize emphasis with `"+n+"` for `options.emphasis`, expected `*`, or `_`");return n}function I(e){return"&#x"+e.toString(16).toUpperCase()+";"}function O(e,n,t){let i=P(e),l=P(n);return i===void 0?l===void 0?t==="_"?{inside:!0,outside:!0}:{inside:!1,outside:!1}:l===1?{inside:!0,outside:!0}:{inside:!1,outside:!0}:i===1?l===void 0?{inside:!1,outside:!1}:l===1?{inside:!0,outside:!0}:{inside:!1,outside:!1}:l===void 0?{inside:!1,outside:!1}:l===1?{inside:!0,outside:!1}:{inside:!1,outside:!1}}ce.peek=mn;function ce(e,n,t,i){let l=ot(t),a=t.enter("emphasis"),r=t.createTracker(i),u=r.move(l),o=r.move(t.containerPhrasing(e,{after:l,before:u,...r.current()})),s=o.charCodeAt(0),m=O(i.before.charCodeAt(i.before.length-1),s,l);m.inside&&(o=I(s)+o.slice(1));let f=o.charCodeAt(o.length-1),p=O(i.after.charCodeAt(0),f,l);p.inside&&(o=o.slice(0,-1)+I(f));let k=r.move(l);return a(),t.attentionEncodeSurroundingInfo={after:p.outside,before:m.outside},u+o+k}function mn(e,n,t){return t.options.emphasis||"*"}function lt(e,n){let t=!1;return Ve(e,function(i){if("value"in i&&/\r?\n|\r/.test(i.value)||i.type==="break")return t=!0,qe}),!!((!e.depth||e.depth<3)&&V(e)&&(n.options.setext||t))}function at(e,n,t,i){let l=Math.max(Math.min(6,e.depth||1),1),a=t.createTracker(i);if(lt(e,t)){let m=t.enter("headingSetext"),f=t.enter("phrasing"),p=t.containerPhrasing(e,{...a.current(),before:`
10
- `,after:`
11
- `});return f(),m(),p+`
12
- `+(l===1?"=":"-").repeat(p.length-(Math.max(p.lastIndexOf("\r"),p.lastIndexOf(`
13
- `))+1))}let r="#".repeat(l),u=t.enter("headingAtx"),o=t.enter("phrasing");a.move(r+" ");let s=t.containerPhrasing(e,{before:"# ",after:`
14
- `,...a.current()});return/^[\t ]/.test(s)&&(s=I(s.charCodeAt(0))+s.slice(1)),s=s?r+" "+s:r,t.options.closeAtx&&(s+=" "+r),o(),u(),s}me.peek=hn;function me(e){return e.value||""}function hn(){return"<"}he.peek=pn;function he(e,n,t,i){let l=_(t),a=l==='"'?"Quote":"Apostrophe",r=t.enter("image"),u=t.enter("label"),o=t.createTracker(i),s=o.move("![");return s+=o.move(t.safe(e.alt,{before:s,after:"]",...o.current()})),s+=o.move("]("),u(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(u=t.enter("destinationLiteral"),s+=o.move("<"),s+=o.move(t.safe(e.url,{before:s,after:">",...o.current()})),s+=o.move(">")):(u=t.enter("destinationRaw"),s+=o.move(t.safe(e.url,{before:s,after:e.title?" ":")",...o.current()}))),u(),e.title&&(u=t.enter(`title${a}`),s+=o.move(" "+l),s+=o.move(t.safe(e.title,{before:s,after:l,...o.current()})),s+=o.move(l),u()),s+=o.move(")"),r(),s}function pn(){return"!"}pe.peek=kn;function pe(e,n,t,i){let l=e.referenceType,a=t.enter("imageReference"),r=t.enter("label"),u=t.createTracker(i),o=u.move("!["),s=t.safe(e.alt,{before:o,after:"]",...u.current()});o+=u.move(s+"]["),r();let m=t.stack;t.stack=[],r=t.enter("reference");let f=t.safe(t.associationId(e),{before:o,after:"]",...u.current()});return r(),t.stack=m,a(),l==="full"||!s||s!==f?o+=u.move(f+"]"):l==="shortcut"?o=o.slice(0,-1):o+=u.move("]"),o}function kn(){return"!"}ke.peek=gn;function ke(e,n,t){let i=e.value||"",l="`",a=-1;for(;new RegExp("(^|[^`])"+l+"([^`]|$)").test(i);)l+="`";for(/[^ \r\n]/.test(i)&&(/^[ \r\n]/.test(i)&&/[ \r\n]$/.test(i)||/^`|`$/.test(i))&&(i=" "+i+" ");++a<t.unsafe.length;){let r=t.unsafe[a],u=t.compilePattern(r),o;if(r.atBreak)for(;o=u.exec(i);){let s=o.index;i.charCodeAt(s)===10&&i.charCodeAt(s-1)===13&&s--,i=i.slice(0,s)+" "+i.slice(o.index+1)}}return l+i+l}function gn(){return"`"}function ge(e,n){let t=V(e);return!!(!n.options.resourceLink&&e.url&&!e.title&&e.children&&e.children.length===1&&e.children[0].type==="text"&&(t===e.url||"mailto:"+t===e.url)&&/^[a-z][a-z+.-]+:/i.test(e.url)&&!/[\0- <>\u007F]/.test(e.url))}xe.peek=xn;function xe(e,n,t,i){let l=_(t),a=l==='"'?"Quote":"Apostrophe",r=t.createTracker(i),u,o;if(ge(e,t)){let m=t.stack;t.stack=[],u=t.enter("autolink");let f=r.move("<");return f+=r.move(t.containerPhrasing(e,{before:f,after:">",...r.current()})),f+=r.move(">"),u(),t.stack=m,f}u=t.enter("link"),o=t.enter("label");let s=r.move("[");return s+=r.move(t.containerPhrasing(e,{before:s,after:"](",...r.current()})),s+=r.move("]("),o(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(o=t.enter("destinationLiteral"),s+=r.move("<"),s+=r.move(t.safe(e.url,{before:s,after:">",...r.current()})),s+=r.move(">")):(o=t.enter("destinationRaw"),s+=r.move(t.safe(e.url,{before:s,after:e.title?" ":")",...r.current()}))),o(),e.title&&(o=t.enter(`title${a}`),s+=r.move(" "+l),s+=r.move(t.safe(e.title,{before:s,after:l,...r.current()})),s+=r.move(l),o()),s+=r.move(")"),u(),s}function xn(e,n,t){return ge(e,t)?"<":"["}be.peek=bn;function be(e,n,t,i){let l=e.referenceType,a=t.enter("linkReference"),r=t.enter("label"),u=t.createTracker(i),o=u.move("["),s=t.containerPhrasing(e,{before:o,after:"]",...u.current()});o+=u.move(s+"]["),r();let m=t.stack;t.stack=[],r=t.enter("reference");let f=t.safe(t.associationId(e),{before:o,after:"]",...u.current()});return r(),t.stack=m,a(),l==="full"||!s||s!==f?o+=u.move(f+"]"):l==="shortcut"?o=o.slice(0,-1):o+=u.move("]"),o}function bn(){return"["}function B(e){let n=e.options.bullet||"*";if(n!=="*"&&n!=="+"&&n!=="-")throw new Error("Cannot serialize items with `"+n+"` for `options.bullet`, expected `*`, `+`, or `-`");return n}function ut(e){let n=B(e),t=e.options.bulletOther;if(!t)return n==="*"?"-":"*";if(t!=="*"&&t!=="+"&&t!=="-")throw new Error("Cannot serialize items with `"+t+"` for `options.bulletOther`, expected `*`, `+`, or `-`");if(t===n)throw new Error("Expected `bullet` (`"+n+"`) and `bulletOther` (`"+t+"`) to be different");return t}function st(e){let n=e.options.bulletOrdered||".";if(n!=="."&&n!==")")throw new Error("Cannot serialize items with `"+n+"` for `options.bulletOrdered`, expected `.` or `)`");return n}function Z(e){let n=e.options.rule||"*";if(n!=="*"&&n!=="-"&&n!=="_")throw new Error("Cannot serialize rules with `"+n+"` for `options.rule`, expected `*`, `-`, or `_`");return n}function ft(e,n,t,i){let l=t.enter("list"),a=t.bulletCurrent,r=e.ordered?st(t):B(t),u=e.ordered?r==="."?")":".":ut(t),o=n&&t.bulletLastUsed?r===t.bulletLastUsed:!1;if(!e.ordered){let m=e.children?e.children[0]:void 0;if((r==="*"||r==="-")&&m&&(!m.children||!m.children[0])&&t.stack[t.stack.length-1]==="list"&&t.stack[t.stack.length-2]==="listItem"&&t.stack[t.stack.length-3]==="list"&&t.stack[t.stack.length-4]==="listItem"&&t.indexStack[t.indexStack.length-1]===0&&t.indexStack[t.indexStack.length-2]===0&&t.indexStack[t.indexStack.length-3]===0&&(o=!0),Z(t)===r&&m){let f=-1;for(;++f<e.children.length;){let p=e.children[f];if(p&&p.type==="listItem"&&p.children&&p.children[0]&&p.children[0].type==="thematicBreak"){o=!0;break}}}}o&&(r=u),t.bulletCurrent=r;let s=t.containerFlow(e,i);return t.bulletLastUsed=r,t.bulletCurrent=a,l(),s}function ct(e){let n=e.options.listItemIndent||"one";if(n!=="tab"&&n!=="one"&&n!=="mixed")throw new Error("Cannot serialize items with `"+n+"` for `options.listItemIndent`, expected `tab`, `one`, or `mixed`");return n}function mt(e,n,t,i){let l=ct(t),a=t.bulletCurrent||B(t);n&&n.type==="list"&&n.ordered&&(a=(typeof n.start=="number"&&n.start>-1?n.start:1)+(t.options.incrementListMarker===!1?0:n.children.indexOf(e))+a);let r=a.length+1;(l==="tab"||l==="mixed"&&(n&&n.type==="list"&&n.spread||e.spread))&&(r=Math.ceil(r/4)*4);let u=t.createTracker(i);u.move(a+" ".repeat(r-a.length)),u.shift(r);let o=t.enter("listItem"),s=t.indentLines(t.containerFlow(e,u.current()),m);return o(),s;function m(f,p,k){return p?(k?"":" ".repeat(r))+f:(k?a:a+" ".repeat(r-a.length))+f}}function ht(e,n,t,i){let l=t.enter("paragraph"),a=t.enter("phrasing"),r=t.containerPhrasing(e,i);return a(),l(),r}var de=N(["break","delete","emphasis","footnote","footnoteReference","image","imageReference","inlineCode","inlineMath","link","linkReference","mdxJsxTextElement","mdxTextExpression","strong","text","textDirective"]);function pt(e,n,t,i){return(e.children.some(function(r){return de(r)})?t.containerPhrasing:t.containerFlow).call(t,e,i)}function kt(e){let n=e.options.strong||"*";if(n!=="*"&&n!=="_")throw new Error("Cannot serialize strong with `"+n+"` for `options.strong`, expected `*`, or `_`");return n}we.peek=dn;function we(e,n,t,i){let l=kt(t),a=t.enter("strong"),r=t.createTracker(i),u=r.move(l+l),o=r.move(t.containerPhrasing(e,{after:l,before:u,...r.current()})),s=o.charCodeAt(0),m=O(i.before.charCodeAt(i.before.length-1),s,l);m.inside&&(o=I(s)+o.slice(1));let f=o.charCodeAt(o.length-1),p=O(i.after.charCodeAt(0),f,l);p.inside&&(o=o.slice(0,-1)+I(f));let k=r.move(l+l);return a(),t.attentionEncodeSurroundingInfo={after:p.outside,before:m.outside},u+o+k}function dn(e,n,t){return t.options.strong||"*"}function gt(e,n,t,i){return t.safe(e.value,i)}function xt(e){let n=e.options.ruleRepetition||3;if(n<3)throw new Error("Cannot serialize rules with repetition `"+n+"` for `options.ruleRepetition`, expected `3` or more");return n}function bt(e,n,t){let i=(Z(t)+(t.options.ruleSpaces?" ":"")).repeat(xt(t));return t.options.ruleSpaces?i.slice(0,-1):i}var q={blockquote:Xe,break:fe,code:rt,definition:it,emphasis:ce,hardBreak:fe,heading:at,html:me,image:he,imageReference:pe,inlineCode:ke,link:xe,linkReference:be,list:ft,listItem:mt,paragraph:ht,root:pt,strong:we,text:gt,thematicBreak:bt};function ye(){return{enter:{table:wn,tableData:dt,tableHeader:dt,tableRow:yn},exit:{codeText:An,table:Cn,tableData:Ce,tableHeader:Ce,tableRow:Ce}}}function wn(e){let n=e._align;this.enter({type:"table",align:n.map(function(t){return t==="none"?null:t}),children:[]},e),this.data.inTable=!0}function Cn(e){this.exit(e),this.data.inTable=void 0}function yn(e){this.enter({type:"tableRow",children:[]},e)}function Ce(e){this.exit(e)}function dt(e){this.enter({type:"tableCell",children:[]},e)}function An(e){let n=this.resume();this.data.inTable&&(n=n.replace(/\\([\\|])/g,Fn));let t=this.stack[this.stack.length-1];t.type,t.value=n,this.exit(e)}function Fn(e,n){return n==="|"?n:e}function Ae(e){let n=e||{},t=n.tableCellPadding,i=n.tablePipeAlign,l=n.stringLength,a=t?" ":"|";return{unsafe:[{character:"\r",inConstruct:"tableCell"},{character:`
15
- `,inConstruct:"tableCell"},{atBreak:!0,character:"|",after:"[ :-]"},{character:"|",inConstruct:"tableCell"},{atBreak:!0,character:":",after:"-"},{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{inlineCode:p,table:r,tableCell:o,tableRow:u}};function r(k,h,x,b){return s(m(k,x,b),k.align)}function u(k,h,x,b){let g=f(k,x,b),d=s([g]);return d.slice(0,d.indexOf(`
16
- `))}function o(k,h,x,b){let g=x.enter("tableCell"),d=x.enter("phrasing"),w=x.containerPhrasing(k,{...b,before:a,after:a});return d(),g(),w}function s(k,h){return Ke(k,{align:h,alignDelimiters:i,padding:t,stringLength:l})}function m(k,h,x){let b=k.children,g=-1,d=[],w=h.enter("table");for(;++g<b.length;)d[g]=f(b[g],h,x);return w(),d}function f(k,h,x){let b=k.children,g=-1,d=[],w=h.enter("tableRow");for(;++g<b.length;)d[g]=o(b[g],k,h,x);return w(),d}function p(k,h,x){let b=q.inlineCode(k,h,x);return x.stack.includes("tableCell")&&(b=b.replace(/\|/g,"\\$&")),b}}function Fe(){return{exit:{taskListCheckValueChecked:wt,taskListCheckValueUnchecked:wt,paragraph:vn}}}function ve(){return{unsafe:[{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{listItem:Tn}}}function wt(e){let n=this.stack[this.stack.length-2];n.type,n.checked=e.type==="taskListCheckValueChecked"}function vn(e){let n=this.stack[this.stack.length-2];if(n&&n.type==="listItem"&&typeof n.checked=="boolean"){let t=this.stack[this.stack.length-1];t.type;let i=t.children[0];if(i&&i.type==="text"){let l=n.children,a=-1,r;for(;++a<l.length;){let u=l[a];if(u.type==="paragraph"){r=u;break}}r===t&&(i.value=i.value.slice(1),i.value.length===0?t.children.shift():t.position&&i.position&&typeof i.position.start.offset=="number"&&(i.position.start.column++,i.position.start.offset++,t.position.start=Object.assign({},i.position.start)))}}this.exit(e)}function Tn(e,n,t,i){let l=e.children[0],a=typeof e.checked=="boolean"&&l&&l.type==="paragraph",r="["+(e.checked?"x":" ")+"] ",u=t.createTracker(i);a&&u.move(r);let o=q.listItem(e,n,t,{...i,...u.current()});return a&&(o=o.replace(/^(?:[*+-]|\d+\.)([\r\n]| {1,3})/,s)),o;function s(m){return m+r}}function Te(){return[ie(),le(),ue(),ye(),Fe()]}function Le(e){return{extensions:[oe(),ae(e),se(),Ae(e),ve()]}}var Ln={tokenize:zn,partial:!0},Ct={tokenize:Rn,partial:!0},yt={tokenize:En,partial:!0},At={tokenize:Pn,partial:!0},Sn={tokenize:_n,partial:!0},Ft={name:"wwwAutolink",tokenize:In,previous:Tt},vt={name:"protocolAutolink",tokenize:Mn,previous:Lt},L={name:"emailAutolink",tokenize:Dn,previous:St},T={};function De(){return{text:T}}var R=48;for(;R<123;)T[R]=L,R++,R===58?R=65:R===91&&(R=97);T[43]=L;T[45]=L;T[46]=L;T[95]=L;T[72]=[L,vt];T[104]=[L,vt];T[87]=[L,Ft];T[119]=[L,Ft];function Dn(e,n,t){let i=this,l,a;return r;function r(f){return!Se(f)||!St.call(i,i.previous)||Ie(i.events)?t(f):(e.enter("literalAutolink"),e.enter("literalAutolinkEmail"),u(f))}function u(f){return Se(f)?(e.consume(f),u):f===64?(e.consume(f),o):t(f)}function o(f){return f===46?e.check(Sn,m,s)(f):f===45||f===95||G(f)?(a=!0,e.consume(f),o):m(f)}function s(f){return e.consume(f),l=!0,o}function m(f){return a&&l&&E(i.previous)?(e.exit("literalAutolinkEmail"),e.exit("literalAutolink"),n(f)):t(f)}}function In(e,n,t){let i=this;return l;function l(r){return r!==87&&r!==119||!Tt.call(i,i.previous)||Ie(i.events)?t(r):(e.enter("literalAutolink"),e.enter("literalAutolinkWww"),e.check(Ln,e.attempt(Ct,e.attempt(yt,a),t),t)(r))}function a(r){return e.exit("literalAutolinkWww"),e.exit("literalAutolink"),n(r)}}function Mn(e,n,t){let i=this,l="",a=!1;return r;function r(f){return(f===72||f===104)&&Lt.call(i,i.previous)&&!Ie(i.events)?(e.enter("literalAutolink"),e.enter("literalAutolinkHttp"),l+=String.fromCodePoint(f),e.consume(f),u):t(f)}function u(f){if(E(f)&&l.length<5)return l+=String.fromCodePoint(f),e.consume(f),u;if(f===58){let p=l.toLowerCase();if(p==="http"||p==="https")return e.consume(f),o}return t(f)}function o(f){return f===47?(e.consume(f),a?s:(a=!0,o)):t(f)}function s(f){return f===null||He(f)||C(f)||D(f)||W(f)?t(f):e.attempt(Ct,e.attempt(yt,m),t)(f)}function m(f){return e.exit("literalAutolinkHttp"),e.exit("literalAutolink"),n(f)}}function zn(e,n,t){let i=0;return l;function l(r){return(r===87||r===119)&&i<3?(i++,e.consume(r),l):r===46&&i===3?(e.consume(r),a):t(r)}function a(r){return r===null?t(r):n(r)}}function Rn(e,n,t){let i,l,a;return r;function r(s){return s===46||s===95?e.check(At,o,u)(s):s===null||C(s)||D(s)||s!==45&&W(s)?o(s):(a=!0,e.consume(s),r)}function u(s){return s===95?i=!0:(l=i,i=void 0),e.consume(s),r}function o(s){return l||i||!a?t(s):n(s)}}function En(e,n){let t=0,i=0;return l;function l(r){return r===40?(t++,e.consume(r),l):r===41&&i<t?a(r):r===33||r===34||r===38||r===39||r===41||r===42||r===44||r===46||r===58||r===59||r===60||r===63||r===93||r===95||r===126?e.check(At,n,a)(r):r===null||C(r)||D(r)?n(r):(e.consume(r),l)}function a(r){return r===41&&i++,e.consume(r),l}}function Pn(e,n,t){return i;function i(u){return u===33||u===34||u===39||u===41||u===42||u===44||u===46||u===58||u===59||u===63||u===95||u===126?(e.consume(u),i):u===38?(e.consume(u),a):u===93?(e.consume(u),l):u===60||u===null||C(u)||D(u)?n(u):t(u)}function l(u){return u===null||u===40||u===91||C(u)||D(u)?n(u):i(u)}function a(u){return E(u)?r(u):t(u)}function r(u){return u===59?(e.consume(u),i):E(u)?(e.consume(u),r):t(u)}}function _n(e,n,t){return i;function i(a){return e.consume(a),l}function l(a){return G(a)?t(a):n(a)}}function Tt(e){return e===null||e===40||e===42||e===95||e===91||e===93||e===126||C(e)}function Lt(e){return!E(e)}function St(e){return!(e===47||Se(e))}function Se(e){return e===43||e===45||e===46||e===95||G(e)}function Ie(e){let n=e.length,t=!1;for(;n--;){let i=e[n][1];if((i.type==="labelLink"||i.type==="labelImage")&&!i._balanced){t=!0;break}if(i._gfmAutolinkLiteralWalkedInto){t=!1;break}}return e.length>0&&!t&&(e[e.length-1][1]._gfmAutolinkLiteralWalkedInto=!0),t}var On={tokenize:Un,partial:!0};function Me(){return{document:{91:{name:"gfmFootnoteDefinition",tokenize:Wn,continuation:{tokenize:qn},exit:$n}},text:{91:{name:"gfmFootnoteCall",tokenize:jn},93:{name:"gfmPotentialFootnoteCall",add:"after",tokenize:Bn,resolveTo:Hn}}}}function Bn(e,n,t){let i=this,l=i.events.length,a=i.parser.gfmFootnotes||(i.parser.gfmFootnotes=[]),r;for(;l--;){let o=i.events[l][1];if(o.type==="labelImage"){r=o;break}if(o.type==="gfmFootnoteCall"||o.type==="labelLink"||o.type==="label"||o.type==="image"||o.type==="link")break}return u;function u(o){if(!r||!r._balanced)return t(o);let s=M(i.sliceSerialize({start:r.end,end:i.now()}));return s.codePointAt(0)!==94||!a.includes(s.slice(1))?t(o):(e.enter("gfmFootnoteCallLabelMarker"),e.consume(o),e.exit("gfmFootnoteCallLabelMarker"),n(o))}}function Hn(e,n){let t=e.length,i;for(;t--;)if(e[t][1].type==="labelImage"&&e[t][0]==="enter"){i=e[t][1];break}e[t+1][1].type="data",e[t+3][1].type="gfmFootnoteCallLabelMarker";let l={type:"gfmFootnoteCall",start:Object.assign({},e[t+3][1].start),end:Object.assign({},e[e.length-1][1].end)},a={type:"gfmFootnoteCallMarker",start:Object.assign({},e[t+3][1].end),end:Object.assign({},e[t+3][1].end)};a.end.column++,a.end.offset++,a.end._bufferIndex++;let r={type:"gfmFootnoteCallString",start:Object.assign({},a.end),end:Object.assign({},e[e.length-1][1].start)},u={type:"chunkString",contentType:"string",start:Object.assign({},r.start),end:Object.assign({},r.end)},o=[e[t+1],e[t+2],["enter",l,n],e[t+3],e[t+4],["enter",a,n],["exit",a,n],["enter",r,n],["enter",u,n],["exit",u,n],["exit",r,n],e[e.length-2],e[e.length-1],["exit",l,n]];return e.splice(t,e.length-t+1,...o),e}function jn(e,n,t){let i=this,l=i.parser.gfmFootnotes||(i.parser.gfmFootnotes=[]),a=0,r;return u;function u(f){return e.enter("gfmFootnoteCall"),e.enter("gfmFootnoteCallLabelMarker"),e.consume(f),e.exit("gfmFootnoteCallLabelMarker"),o}function o(f){return f!==94?t(f):(e.enter("gfmFootnoteCallMarker"),e.consume(f),e.exit("gfmFootnoteCallMarker"),e.enter("gfmFootnoteCallString"),e.enter("chunkString").contentType="string",s)}function s(f){if(a>999||f===93&&!r||f===null||f===91||C(f))return t(f);if(f===93){e.exit("chunkString");let p=e.exit("gfmFootnoteCallString");return l.includes(M(i.sliceSerialize(p)))?(e.enter("gfmFootnoteCallLabelMarker"),e.consume(f),e.exit("gfmFootnoteCallLabelMarker"),e.exit("gfmFootnoteCall"),n):t(f)}return C(f)||(r=!0),a++,e.consume(f),f===92?m:s}function m(f){return f===91||f===92||f===93?(e.consume(f),a++,s):s(f)}}function Wn(e,n,t){let i=this,l=i.parser.gfmFootnotes||(i.parser.gfmFootnotes=[]),a,r=0,u;return o;function o(h){return e.enter("gfmFootnoteDefinition")._container=!0,e.enter("gfmFootnoteDefinitionLabel"),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(h),e.exit("gfmFootnoteDefinitionLabelMarker"),s}function s(h){return h===94?(e.enter("gfmFootnoteDefinitionMarker"),e.consume(h),e.exit("gfmFootnoteDefinitionMarker"),e.enter("gfmFootnoteDefinitionLabelString"),e.enter("chunkString").contentType="string",m):t(h)}function m(h){if(r>999||h===93&&!u||h===null||h===91||C(h))return t(h);if(h===93){e.exit("chunkString");let x=e.exit("gfmFootnoteDefinitionLabelString");return a=M(i.sliceSerialize(x)),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(h),e.exit("gfmFootnoteDefinitionLabelMarker"),e.exit("gfmFootnoteDefinitionLabel"),p}return C(h)||(u=!0),r++,e.consume(h),h===92?f:m}function f(h){return h===91||h===92||h===93?(e.consume(h),r++,m):m(h)}function p(h){return h===58?(e.enter("definitionMarker"),e.consume(h),e.exit("definitionMarker"),l.includes(a)||l.push(a),v(e,k,"gfmFootnoteDefinitionWhitespace")):t(h)}function k(h){return n(h)}}function qn(e,n,t){return e.check(We,n,e.attempt(On,n,t))}function $n(e){e.exit("gfmFootnoteDefinition")}function Un(e,n,t){let i=this;return v(e,l,"gfmFootnoteDefinitionIndent",5);function l(a){let r=i.events[i.events.length-1];return r&&r[1].type==="gfmFootnoteDefinitionIndent"&&r[2].sliceSerialize(r[1],!0).length===4?n(a):t(a)}}function ze(e){let t=(e||{}).singleTilde,i={name:"strikethrough",tokenize:a,resolveAll:l};return t==null&&(t=!0),{text:{126:i},insideSpan:{null:[i]},attentionMarkers:{null:[126]}};function l(r,u){let o=-1;for(;++o<r.length;)if(r[o][0]==="enter"&&r[o][1].type==="strikethroughSequenceTemporary"&&r[o][1]._close){let s=o;for(;s--;)if(r[s][0]==="exit"&&r[s][1].type==="strikethroughSequenceTemporary"&&r[s][1]._open&&r[o][1].end.offset-r[o][1].start.offset===r[s][1].end.offset-r[s][1].start.offset){r[o][1].type="strikethroughSequence",r[s][1].type="strikethroughSequence";let m={type:"strikethrough",start:Object.assign({},r[s][1].start),end:Object.assign({},r[o][1].end)},f={type:"strikethroughText",start:Object.assign({},r[s][1].end),end:Object.assign({},r[o][1].start)},p=[["enter",m,u],["enter",r[s][1],u],["exit",r[s][1],u],["enter",f,u]],k=u.parser.constructs.insideSpan.null;k&&Q(p,p.length,0,je(k,r.slice(s+1,o),u)),Q(p,p.length,0,[["exit",f,u],["enter",r[o][1],u],["exit",r[o][1],u],["exit",m,u]]),Q(r,s-1,o-s+3,p),o=s+p.length-2;break}}for(o=-1;++o<r.length;)r[o][1].type==="strikethroughSequenceTemporary"&&(r[o][1].type="data");return r}function a(r,u,o){let s=this.previous,m=this.events,f=0;return p;function p(h){return s===126&&m[m.length-1][1].type!=="characterEscape"?o(h):(r.enter("strikethroughSequenceTemporary"),k(h))}function k(h){let x=P(s);if(h===126)return f>1?o(h):(r.consume(h),f++,k);if(f<2&&!t)return o(h);let b=r.exit("strikethroughSequenceTemporary"),g=P(h);return b._open=!g||g===2&&!!x,b._close=!x||x===2&&!!g,u(h)}}}var J=class{constructor(){this.map=[]}add(n,t,i){Vn(this,n,t,i)}consume(n){if(this.map.sort(function(a,r){return a[0]-r[0]}),this.map.length===0)return;let t=this.map.length,i=[];for(;t>0;)t-=1,i.push(n.slice(this.map[t][0]+this.map[t][1]),this.map[t][2]),n.length=this.map[t][0];i.push(n.slice()),n.length=0;let l=i.pop();for(;l;){for(let a of l)n.push(a);l=i.pop()}this.map.length=0}};function Vn(e,n,t,i){let l=0;if(!(t===0&&i.length===0)){for(;l<e.map.length;){if(e.map[l][0]===n){e.map[l][1]+=t,e.map[l][2].push(...i);return}l+=1}e.map.push([n,t,i])}}function Dt(e,n){let t=!1,i=[];for(;n<e.length;){let l=e[n];if(t){if(l[0]==="enter")l[1].type==="tableContent"&&i.push(e[n+1][1].type==="tableDelimiterMarker"?"left":"none");else if(l[1].type==="tableContent"){if(e[n-1][1].type==="tableDelimiterMarker"){let a=i.length-1;i[a]=i[a]==="left"?"center":"right"}}else if(l[1].type==="tableDelimiterRow")break}else l[0]==="enter"&&l[1].type==="tableDelimiterRow"&&(t=!0);n+=1}return i}function Re(){return{flow:{null:{name:"table",tokenize:Qn,resolveAll:Gn}}}}function Qn(e,n,t){let i=this,l=0,a=0,r;return u;function u(c){let j=i.events.length-1;for(;j>-1;){let Oe=i.events[j][1].type;if(Oe==="lineEnding"||Oe==="linePrefix")j--;else break}let Pe=j>-1?i.events[j][1].type:null,_e=Pe==="tableHead"||Pe==="tableRow"?y:o;return _e===y&&i.parser.lazy[i.now().line]?t(c):_e(c)}function o(c){return e.enter("tableHead"),e.enter("tableRow"),s(c)}function s(c){return c===124||(r=!0,a+=1),m(c)}function m(c){return c===null?t(c):z(c)?a>1?(a=0,i.interrupt=!0,e.exit("tableRow"),e.enter("lineEnding"),e.consume(c),e.exit("lineEnding"),k):t(c):S(c)?v(e,m,"whitespace")(c):(a+=1,r&&(r=!1,l+=1),c===124?(e.enter("tableCellDivider"),e.consume(c),e.exit("tableCellDivider"),r=!0,m):(e.enter("data"),f(c)))}function f(c){return c===null||c===124||C(c)?(e.exit("data"),m(c)):(e.consume(c),c===92?p:f)}function p(c){return c===92||c===124?(e.consume(c),f):f(c)}function k(c){return i.interrupt=!1,i.parser.lazy[i.now().line]?t(c):(e.enter("tableDelimiterRow"),r=!1,S(c)?v(e,h,"linePrefix",i.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(c):h(c))}function h(c){return c===45||c===58?b(c):c===124?(r=!0,e.enter("tableCellDivider"),e.consume(c),e.exit("tableCellDivider"),x):A(c)}function x(c){return S(c)?v(e,b,"whitespace")(c):b(c)}function b(c){return c===58?(a+=1,r=!0,e.enter("tableDelimiterMarker"),e.consume(c),e.exit("tableDelimiterMarker"),g):c===45?(a+=1,g(c)):c===null||z(c)?F(c):A(c)}function g(c){return c===45?(e.enter("tableDelimiterFiller"),d(c)):A(c)}function d(c){return c===45?(e.consume(c),d):c===58?(r=!0,e.exit("tableDelimiterFiller"),e.enter("tableDelimiterMarker"),e.consume(c),e.exit("tableDelimiterMarker"),w):(e.exit("tableDelimiterFiller"),w(c))}function w(c){return S(c)?v(e,F,"whitespace")(c):F(c)}function F(c){return c===124?h(c):c===null||z(c)?!r||l!==a?A(c):(e.exit("tableDelimiterRow"),e.exit("tableHead"),n(c)):A(c)}function A(c){return t(c)}function y(c){return e.enter("tableRow"),$(c)}function $(c){return c===124?(e.enter("tableCellDivider"),e.consume(c),e.exit("tableCellDivider"),$):c===null||z(c)?(e.exit("tableRow"),n(c)):S(c)?v(e,$,"whitespace")(c):(e.enter("data"),U(c))}function U(c){return c===null||c===124||C(c)?(e.exit("data"),$(c)):(e.consume(c),c===92?Rt:U)}function Rt(c){return c===92||c===124?(e.consume(c),U):U(c)}}function Gn(e,n){let t=-1,i=!0,l=0,a=[0,0,0,0],r=[0,0,0,0],u=!1,o=0,s,m,f,p=new J;for(;++t<e.length;){let k=e[t],h=k[1];k[0]==="enter"?h.type==="tableHead"?(u=!1,o!==0&&(It(p,n,o,s,m),m=void 0,o=0),s={type:"table",start:Object.assign({},h.start),end:Object.assign({},h.end)},p.add(t,0,[["enter",s,n]])):h.type==="tableRow"||h.type==="tableDelimiterRow"?(i=!0,f=void 0,a=[0,0,0,0],r=[0,t+1,0,0],u&&(u=!1,m={type:"tableBody",start:Object.assign({},h.start),end:Object.assign({},h.end)},p.add(t,0,[["enter",m,n]])),l=h.type==="tableDelimiterRow"?2:m?3:1):l&&(h.type==="data"||h.type==="tableDelimiterMarker"||h.type==="tableDelimiterFiller")?(i=!1,r[2]===0&&(a[1]!==0&&(r[0]=r[1],f=K(p,n,a,l,void 0,f),a=[0,0,0,0]),r[2]=t)):h.type==="tableCellDivider"&&(i?i=!1:(a[1]!==0&&(r[0]=r[1],f=K(p,n,a,l,void 0,f)),a=r,r=[a[1],t,0,0])):h.type==="tableHead"?(u=!0,o=t):h.type==="tableRow"||h.type==="tableDelimiterRow"?(o=t,a[1]!==0?(r[0]=r[1],f=K(p,n,a,l,t,f)):r[1]!==0&&(f=K(p,n,r,l,t,f)),l=0):l&&(h.type==="data"||h.type==="tableDelimiterMarker"||h.type==="tableDelimiterFiller")&&(r[3]=t)}for(o!==0&&It(p,n,o,s,m),p.consume(n.events),t=-1;++t<n.events.length;){let k=n.events[t];k[0]==="enter"&&k[1].type==="table"&&(k[1]._align=Dt(n.events,t))}return e}function K(e,n,t,i,l,a){let r=i===1?"tableHeader":i===2?"tableDelimiter":"tableData",u="tableContent";t[0]!==0&&(a.end=Object.assign({},H(n.events,t[0])),e.add(t[0],0,[["exit",a,n]]));let o=H(n.events,t[1]);if(a={type:r,start:Object.assign({},o),end:Object.assign({},o)},e.add(t[1],0,[["enter",a,n]]),t[2]!==0){let s=H(n.events,t[2]),m=H(n.events,t[3]),f={type:u,start:Object.assign({},s),end:Object.assign({},m)};if(e.add(t[2],0,[["enter",f,n]]),i!==2){let p=n.events[t[2]],k=n.events[t[3]];if(p[1].end=Object.assign({},k[1].end),p[1].type="chunkText",p[1].contentType="text",t[3]>t[2]+1){let h=t[2]+1,x=t[3]-t[2]-1;e.add(h,x,[])}}e.add(t[3]+1,0,[["exit",f,n]])}return l!==void 0&&(a.end=Object.assign({},H(n.events,l)),e.add(l,0,[["exit",a,n]]),a=void 0),a}function It(e,n,t,i,l){let a=[],r=H(n.events,t);l&&(l.end=Object.assign({},r),a.push(["exit",l,n])),i.end=Object.assign({},r),a.push(["exit",i,n]),e.add(t+1,0,a)}function H(e,n){let t=e[n],i=t[0]==="enter"?"start":"end";return t[1][i]}var Nn={name:"tasklistCheck",tokenize:Zn};function Ee(){return{text:{91:Nn}}}function Zn(e,n,t){let i=this;return l;function l(o){return i.previous!==null||!i._gfmTasklistFirstContentOfListItem?t(o):(e.enter("taskListCheck"),e.enter("taskListCheckMarker"),e.consume(o),e.exit("taskListCheckMarker"),a)}function a(o){return C(o)?(e.enter("taskListCheckValueUnchecked"),e.consume(o),e.exit("taskListCheckValueUnchecked"),r):o===88||o===120?(e.enter("taskListCheckValueChecked"),e.consume(o),e.exit("taskListCheckValueChecked"),r):t(o)}function r(o){return o===93?(e.enter("taskListCheckMarker"),e.consume(o),e.exit("taskListCheckMarker"),e.exit("taskListCheck"),u):t(o)}function u(o){return z(o)?n(o):S(o)?e.check({tokenize:Jn},n,t)(o):t(o)}}function Jn(e,n,t){return v(e,i,"whitespace");function i(l){return l===null?t(l):n(l)}}function Mt(e){return Be([De(),Me(),ze(e),Re(),Ee()])}var Kn={};function zt(e){let n=this,t=e||Kn,i=n.data(),l=i.micromarkExtensions||(i.micromarkExtensions=[]),a=i.fromMarkdownExtensions||(i.fromMarkdownExtensions=[]),r=i.toMarkdownExtensions||(i.toMarkdownExtensions=[]);l.push(Mt(t)),a.push(Te()),r.push(Le(t))}export{ee as a,zt as b};
@@ -1 +0,0 @@
1
- function r(i,e){let t=String(i);if(typeof e!="string")throw new TypeError("Expected character");let o=0,n=t.indexOf(e);for(;n!==-1;)o++,n=t.indexOf(e,n+e.length);return o}export{r as a};
@@ -1,3 +0,0 @@
1
- import{a as ae}from"./chunk-AK6TXLWO.js";import{A as $e,B as me,C as xe,D as E,E as Te,a as Oe,b as de,c as ce,d as He,e as Me,f as fe,h as De,i as he,j as Ne,k as Ve,l as je,m as Se,n as Ie,o as Ce,p as pe,q as Qe,r as Ue,s as qe,t as We,u as Ge,v as Je,w as Ke,x as Xe,y as Ye,z as Ze}from"./chunk-TRGQPVRY.js";import{a as $}from"./chunk-PARPCLXM.js";import{h as Z}from"./chunk-IENSDROB.js";import{c as It}from"./chunk-NM6J3ND7.js";function ke(n,t){let i=Number.parseInt(n,t);return i<9||i===11||i>13&&i<32||i>126&&i<160||i>55295&&i<57344||i>64975&&i<65008||(i&65535)===65535||(i&65535)===65534||i>1114111?"\uFFFD":String.fromCodePoint(i)}var et={tokenize:Ct};function Ct(n){let t=n.attempt(this.parser.constructs.contentInitial,r,a),i;return t;function r(d){if(d===null){n.consume(d);return}return n.enter("lineEnding"),n.consume(d),n.exit("lineEnding"),$(n,t,"linePrefix")}function a(d){return n.enter("paragraph"),o(d)}function o(d){let u=n.enter("chunkText",{contentType:"text",previous:i});return i&&(i.next=u),i=u,c(d)}function c(d){if(d===null){n.exit("chunkText"),n.exit("paragraph"),n.consume(d);return}return Z(d)?(n.consume(d),n.exit("chunkText"),o):(n.consume(d),c)}}var nt={tokenize:Tt},tt={tokenize:_t};function Tt(n){let t=this,i=[],r=0,a,o,c;return d;function d(h){if(r<i.length){let C=i[r];return t.containerState=C[1],n.attempt(C[0].continuation,u,x)(h)}return x(h)}function u(h){if(r++,t.containerState._closeFlow){t.containerState._closeFlow=void 0,a&&Q();let C=t.events.length,T=C,I;for(;T--;)if(t.events[T][0]==="exit"&&t.events[T][1].type==="chunkFlow"){I=t.events[T][1].end;break}O(r);let B=C;for(;B<t.events.length;)t.events[B][1].end={...I},B++;return ce(t.events,T+1,0,t.events.slice(C)),t.events.length=B,x(h)}return d(h)}function x(h){if(r===i.length){if(!a)return w(h);if(a.currentConstruct&&a.currentConstruct.concrete)return V(h);t.interrupt=!!(a.currentConstruct&&!a._gfmTableDynamicInterruptHack)}return t.containerState={},n.check(tt,l,y)(h)}function l(h){return a&&Q(),O(r),w(h)}function y(h){return t.parser.lazy[t.now().line]=r!==i.length,c=t.now().offset,V(h)}function w(h){return t.containerState={},n.attempt(tt,v,V)(h)}function v(h){return r++,i.push([t.currentConstruct,t.containerState]),w(h)}function V(h){if(h===null){a&&Q(),O(0),n.consume(h);return}return a=a||t.parser.flow(t.now()),n.enter("chunkFlow",{_tokenizer:a,contentType:"flow",previous:o}),j(h)}function j(h){if(h===null){L(n.exit("chunkFlow"),!0),O(0),n.consume(h);return}return Z(h)?(n.consume(h),L(n.exit("chunkFlow")),r=0,t.interrupt=void 0,d):(n.consume(h),j)}function L(h,C){let T=t.sliceStream(h);if(C&&T.push(null),h.previous=o,o&&(o.next=h),o=h,a.defineSkip(h.start),a.write(T),t.parser.lazy[h.start.line]){let I=a.events.length;for(;I--;)if(a.events[I][1].start.offset<c&&(!a.events[I][1].end||a.events[I][1].end.offset>c))return;let B=t.events.length,P=B,b,_;for(;P--;)if(t.events[P][0]==="exit"&&t.events[P][1].type==="chunkFlow"){if(b){_=t.events[P][1].end;break}b=!0}for(O(r),I=B;I<t.events.length;)t.events[I][1].end={..._},I++;ce(t.events,P+1,0,t.events.slice(B)),t.events.length=I}}function O(h){let C=i.length;for(;C-- >h;){let T=i[C];t.containerState=T[1],T[0].exit.call(t,n)}i.length=h}function Q(){a.write([null]),o=void 0,a=void 0,t.containerState._closeFlow=void 0}}function _t(n,t,i){return $(n,n.attempt(this.parser.constructs.document,t,i),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}var it={tokenize:Et};function Et(n){let t=this,i=n.attempt(Ve,r,n.attempt(this.parser.constructs.flowInitial,a,$(n,n.attempt(this.parser.constructs.flow,a,n.attempt(qe,a)),"linePrefix")));return i;function r(o){if(o===null){n.consume(o);return}return n.enter("lineEndingBlank"),n.consume(o),n.exit("lineEndingBlank"),t.currentConstruct=void 0,i}function a(o){if(o===null){n.consume(o);return}return n.enter("lineEnding"),n.consume(o),n.exit("lineEnding"),t.currentConstruct=void 0,i}}var rt={resolveAll:ct()},ot=at("string"),st=at("text");function at(n){return{resolveAll:ct(n==="text"?Ft:void 0),tokenize:t};function t(i){let r=this,a=this.parser.constructs[n],o=i.attempt(a,c,d);return c;function c(l){return x(l)?o(l):d(l)}function d(l){if(l===null){i.consume(l);return}return i.enter("data"),i.consume(l),u}function u(l){return x(l)?(i.exit("data"),o(l)):(i.consume(l),u)}function x(l){if(l===null)return!0;let y=a[l],w=-1;if(y)for(;++w<y.length;){let v=y[w];if(!v.previous||v.previous.call(r,r.previous))return!0}return!1}}}function ct(n){return t;function t(i,r){let a=-1,o;for(;++a<=i.length;)o===void 0?i[a]&&i[a][1].type==="data"&&(o=a,a++):(!i[a]||i[a][1].type!=="data")&&(a!==o+2&&(i[o][1].end=i[a-1][1].end,i.splice(o+2,a-o-2),a=o+2),o=void 0);return n?n(i,r):i}}function Ft(n,t){let i=0;for(;++i<=n.length;)if((i===n.length||n[i][1].type==="lineEnding")&&n[i-1][1].type==="data"){let r=n[i-1][1],a=t.sliceStream(r),o=a.length,c=-1,d=0,u;for(;o--;){let x=a[o];if(typeof x=="string"){for(c=x.length;x.charCodeAt(c-1)===32;)d++,c--;if(c)break;c=-1}else if(x===-2)u=!0,d++;else if(x!==-1){o++;break}}if(t._contentTypeTextTrailing&&i===n.length&&(d=0),d){let x={type:i===n.length||u||d<2?"lineSuffix":"hardBreakTrailing",start:{_bufferIndex:o?c:r.start._bufferIndex+c,_index:r.start._index+o,line:r.end.line,column:r.end.column-d,offset:r.end.offset-d},end:{...r.end}};r.end={...x.start},r.start.offset===r.end.offset?Object.assign(r,x):(n.splice(i,0,["enter",x,t],["exit",x,t]),i+=2)}i++}return n}var _e={};It(_e,{attentionMarkers:()=>Ot,contentInitial:()=>vt,disable:()=>Ht,document:()=>zt,flow:()=>At,flowInitial:()=>Bt,insideSpan:()=>Lt,string:()=>Rt,text:()=>Pt});var zt={42:E,43:E,45:E,48:E,49:E,50:E,51:E,52:E,53:E,54:E,55:E,56:E,57:E,62:je},vt={91:We},Bt={[-2]:pe,[-1]:pe,32:pe},At={35:Je,42:xe,45:[Te,xe],60:Ke,61:Te,95:xe,96:Ce,126:Ce},Rt={38:Ie,92:Se},Pt={[-5]:me,[-4]:me,[-3]:me,33:Ze,38:Ie,42:he,60:[Ne,Xe],91:$e,92:[Ge,Se],93:Ye,95:he,96:Qe},Lt={null:[he,rt]},Ot={null:[42,95]},Ht={null:[]};function lt(n,t,i){let r={_bufferIndex:-1,_index:0,line:i&&i.line||1,column:i&&i.column||1,offset:i&&i.offset||0},a={},o=[],c=[],d=[],u=!0,x={attempt:b(B),check:b(P),consume:C,enter:T,exit:I,interrupt:b(P,{interrupt:!0})},l={code:null,containerState:{},defineSkip:O,events:[],now:L,parser:n,previous:null,sliceSerialize:V,sliceStream:j,write:v},y=t.tokenize.call(l,x),w;return t.resolveAll&&o.push(t),l;function v(p){return c=He(c,p),Q(),c[c.length-1]!==null?[]:(_(t,0),l.events=De(o,l.events,l),l.events)}function V(p,k){return Dt(j(p),k)}function j(p){return Mt(c,p)}function L(){let{_bufferIndex:p,_index:k,line:F,column:A,offset:U}=r;return{_bufferIndex:p,_index:k,line:F,column:A,offset:U}}function O(p){a[p.line]=p.column,G()}function Q(){let p;for(;r._index<c.length;){let k=c[r._index];if(typeof k=="string")for(p=r._index,r._bufferIndex<0&&(r._bufferIndex=0);r._index===p&&r._bufferIndex<k.length;)h(k.charCodeAt(r._bufferIndex));else h(k)}}function h(p){u=void 0,w=p,y=y(p)}function C(p){Z(p)?(r.line++,r.column=1,r.offset+=p===-3?2:1,G()):p!==-1&&(r.column++,r.offset++),r._bufferIndex<0?r._index++:(r._bufferIndex++,r._bufferIndex===c[r._index].length&&(r._bufferIndex=-1,r._index++)),l.previous=p,u=!0}function T(p,k){let F=k||{};return F.type=p,F.start=L(),l.events.push(["enter",F,l]),d.push(F),F}function I(p){let k=d.pop();return k.end=L(),l.events.push(["exit",k,l]),k}function B(p,k){_(p,k.from)}function P(p,k){k.restore()}function b(p,k){return F;function F(A,U,J){let ee,K,le,te;return Array.isArray(A)?ne(A):"tokenize"in A?ne([A]):ye(A);function ye(S){return re;function re(H){let q=H!==null&&S[H],X=H!==null&&S.null,be=[...Array.isArray(q)?q:q?[q]:[],...Array.isArray(X)?X:X?[X]:[]];return ne(be)(H)}}function ne(S){return ee=S,K=0,S.length===0?J:ie(S[K])}function ie(S){return re;function re(H){return te=ge(),le=S,S.partial||(l.currentConstruct=S),S.name&&l.parser.constructs.disable.null.includes(S.name)?ue(H):S.tokenize.call(k?Object.assign(Object.create(l),k):l,x,we,ue)(H)}}function we(S){return u=!0,p(le,te),U}function ue(S){return u=!0,te.restore(),++K<ee.length?ie(ee[K]):J}}}function _(p,k){p.resolveAll&&!o.includes(p)&&o.push(p),p.resolve&&ce(l.events,k,l.events.length-k,p.resolve(l.events.slice(k),l)),p.resolveTo&&(l.events=p.resolveTo(l.events,l))}function ge(){let p=L(),k=l.previous,F=l.currentConstruct,A=l.events.length,U=Array.from(d);return{from:A,restore:J};function J(){r=p,l.previous=k,l.currentConstruct=F,l.events.length=A,d=U,G()}}function G(){r.line in a&&r.column<2&&(r.column=a[r.line],r.offset+=a[r.line]-1)}}function Mt(n,t){let i=t.start._index,r=t.start._bufferIndex,a=t.end._index,o=t.end._bufferIndex,c;if(i===a)c=[n[i].slice(r,o)];else{if(c=n.slice(i,a),r>-1){let d=c[0];typeof d=="string"?c[0]=d.slice(r):c.shift()}o>0&&c.push(n[a].slice(0,o))}return c}function Dt(n,t){let i=-1,r=[],a;for(;++i<n.length;){let o=n[i],c;if(typeof o=="string")c=o;else switch(o){case-5:{c="\r";break}case-4:{c=`
2
- `;break}case-3:{c=`\r
3
- `;break}case-2:{c=t?" ":" ";break}case-1:{if(!t&&a)continue;c=" ";break}default:c=String.fromCharCode(o)}a=o===-2,r.push(c)}return r.join("")}function Ee(n){let r={constructs:Me([_e,...(n||{}).extensions||[]]),content:a(et),defined:[],document:a(nt),flow:a(it),lazy:{},string:a(ot),text:a(st)};return r;function a(o){return c;function c(d){return lt(r,o,d)}}}function Fe(n){for(;!Ue(n););return n}var ut=/[\0\t\n\r]/g;function ze(){let n=1,t="",i=!0,r;return a;function a(o,c,d){let u=[],x,l,y,w,v;for(o=t+(typeof o=="string"?o.toString():new TextDecoder(c||void 0).decode(o)),y=0,t="",i&&(o.charCodeAt(0)===65279&&y++,i=void 0);y<o.length;){if(ut.lastIndex=y,x=ut.exec(o),w=x&&x.index!==void 0?x.index:o.length,v=o.charCodeAt(w),!x){t=o.slice(y);break}if(v===10&&y===w&&r)u.push(-3),r=void 0;else switch(r&&(u.push(-5),r=void 0),y<w&&(u.push(o.slice(y,w)),n+=w-y),v){case 0:{u.push(65533),n++;break}case 9:{for(l=Math.ceil(n/4)*4,u.push(-2);n++<l;)u.push(-1);break}case 10:{u.push(-4),n=1;break}default:r=!0,n=1}y=w+1}return d&&(r&&u.push(-5),t&&u.push(t),u.push(null)),u}}var Nt=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function dt(n){return n.replace(Nt,Vt)}function Vt(n,t,i){if(t)return t;if(i.charCodeAt(0)===35){let a=i.charCodeAt(1),o=a===120||a===88;return ke(i.slice(o?2:1),o?16:10)}return de(i)||n}var ht={}.hasOwnProperty;function ve(n,t,i){return typeof t!="string"&&(i=t,t=void 0),jt(i)(Fe(Ee(i).document().write(ze()(n,t,!0))))}function jt(n){let t={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:o(Pe),autolinkProtocol:b,autolinkEmail:b,atxHeading:o(Be),blockQuote:o(H),characterEscape:b,characterReference:b,codeFenced:o(q),codeFencedFenceInfo:c,codeFencedFenceMeta:c,codeIndented:o(q,c),codeText:o(X,c),codeTextData:b,data:b,codeFlowValue:b,definition:o(be),definitionDestinationString:c,definitionLabelString:c,definitionTitleString:c,emphasis:o(xt),hardBreakEscape:o(Ae),hardBreakTrailing:o(Ae),htmlFlow:o(Re,c),htmlFlowData:b,htmlText:o(Re,c),htmlTextData:b,image:o(kt),label:c,link:o(Pe),listItem:o(gt),listItemValue:w,listOrdered:o(Le,y),listUnordered:o(Le),paragraph:o(yt),reference:ye,referenceString:c,resourceDestinationString:c,resourceTitleString:c,setextHeading:o(Be),strong:o(wt),thematicBreak:o(St)},exit:{atxHeading:u(),atxHeadingSequence:T,autolink:u(),autolinkEmail:re,autolinkProtocol:S,blockQuote:u(),characterEscapeValue:_,characterReferenceMarkerHexadecimal:ie,characterReferenceMarkerNumeric:ie,characterReferenceValue:we,characterReference:ue,codeFenced:u(L),codeFencedFence:j,codeFencedFenceInfo:v,codeFencedFenceMeta:V,codeFlowValue:_,codeIndented:u(O),codeText:u(F),codeTextData:_,data:_,definition:u(),definitionDestinationString:C,definitionLabelString:Q,definitionTitleString:h,emphasis:u(),hardBreakEscape:u(G),hardBreakTrailing:u(G),htmlFlow:u(p),htmlFlowData:_,htmlText:u(k),htmlTextData:_,image:u(U),label:ee,labelText:J,lineEnding:ge,link:u(A),listItem:u(),listOrdered:u(),listUnordered:u(),paragraph:u(),referenceString:ne,resourceDestinationString:K,resourceTitleString:le,resource:te,setextHeading:u(P),setextHeadingLineSequence:B,setextHeadingText:I,strong:u(),thematicBreak:u()}};pt(t,(n||{}).mdastExtensions||[]);let i={};return r;function r(e){let s={type:"root",children:[]},f={stack:[s],tokenStack:[],config:t,enter:d,exit:x,buffer:c,resume:l,data:i},m=[],g=-1;for(;++g<e.length;)if(e[g][1].type==="listOrdered"||e[g][1].type==="listUnordered")if(e[g][0]==="enter")m.push(g);else{let R=m.pop();g=a(e,R,g)}for(g=-1;++g<e.length;){let R=t[e[g][0]];ht.call(R,e[g][1].type)&&R[e[g][1].type].call(Object.assign({sliceSerialize:e[g][2].sliceSerialize},f),e[g][1])}if(f.tokenStack.length>0){let R=f.tokenStack[f.tokenStack.length-1];(R[1]||ft).call(f,void 0,R[0])}for(s.position={start:N(e.length>0?e[0][1].start:{line:1,column:1,offset:0}),end:N(e.length>0?e[e.length-2][1].end:{line:1,column:1,offset:0})},g=-1;++g<t.transforms.length;)s=t.transforms[g](s)||s;return s}function a(e,s,f){let m=s-1,g=-1,R=!1,W,M,oe,se;for(;++m<=f;){let z=e[m];switch(z[1].type){case"listUnordered":case"listOrdered":case"blockQuote":{z[0]==="enter"?g++:g--,se=void 0;break}case"lineEndingBlank":{z[0]==="enter"&&(W&&!se&&!g&&!oe&&(oe=m),se=void 0);break}case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:se=void 0}if(!g&&z[0]==="enter"&&z[1].type==="listItemPrefix"||g===-1&&z[0]==="exit"&&(z[1].type==="listUnordered"||z[1].type==="listOrdered")){if(W){let Y=m;for(M=void 0;Y--;){let D=e[Y];if(D[1].type==="lineEnding"||D[1].type==="lineEndingBlank"){if(D[0]==="exit")continue;M&&(e[M][1].type="lineEndingBlank",R=!0),D[1].type="lineEnding",M=Y}else if(!(D[1].type==="linePrefix"||D[1].type==="blockQuotePrefix"||D[1].type==="blockQuotePrefixWhitespace"||D[1].type==="blockQuoteMarker"||D[1].type==="listItemIndent"))break}oe&&(!M||oe<M)&&(W._spread=!0),W.end=Object.assign({},M?e[M][1].start:z[1].end),e.splice(M||m,0,["exit",W,z[2]]),m++,f++}if(z[1].type==="listItemPrefix"){let Y={type:"listItem",_spread:!1,start:Object.assign({},z[1].start),end:void 0};W=Y,e.splice(m,0,["enter",Y,z[2]]),m++,f++,oe=void 0,se=!0}}}return e[s][1]._spread=R,f}function o(e,s){return f;function f(m){d.call(this,e(m),m),s&&s.call(this,m)}}function c(){this.stack.push({type:"fragment",children:[]})}function d(e,s,f){this.stack[this.stack.length-1].children.push(e),this.stack.push(e),this.tokenStack.push([s,f||void 0]),e.position={start:N(s.start),end:void 0}}function u(e){return s;function s(f){e&&e.call(this,f),x.call(this,f)}}function x(e,s){let f=this.stack.pop(),m=this.tokenStack.pop();if(m)m[0].type!==e.type&&(s?s.call(this,e,m[0]):(m[1]||ft).call(this,e,m[0]));else throw new Error("Cannot close `"+e.type+"` ("+ae({start:e.start,end:e.end})+"): it\u2019s not open");f.position.end=N(e.end)}function l(){return Oe(this.stack.pop())}function y(){this.data.expectingFirstListItemValue=!0}function w(e){if(this.data.expectingFirstListItemValue){let s=this.stack[this.stack.length-2];s.start=Number.parseInt(this.sliceSerialize(e),10),this.data.expectingFirstListItemValue=void 0}}function v(){let e=this.resume(),s=this.stack[this.stack.length-1];s.lang=e}function V(){let e=this.resume(),s=this.stack[this.stack.length-1];s.meta=e}function j(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function L(){let e=this.resume(),s=this.stack[this.stack.length-1];s.value=e.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}function O(){let e=this.resume(),s=this.stack[this.stack.length-1];s.value=e.replace(/(\r?\n|\r)$/g,"")}function Q(e){let s=this.resume(),f=this.stack[this.stack.length-1];f.label=s,f.identifier=fe(this.sliceSerialize(e)).toLowerCase()}function h(){let e=this.resume(),s=this.stack[this.stack.length-1];s.title=e}function C(){let e=this.resume(),s=this.stack[this.stack.length-1];s.url=e}function T(e){let s=this.stack[this.stack.length-1];if(!s.depth){let f=this.sliceSerialize(e).length;s.depth=f}}function I(){this.data.setextHeadingSlurpLineEnding=!0}function B(e){let s=this.stack[this.stack.length-1];s.depth=this.sliceSerialize(e).codePointAt(0)===61?1:2}function P(){this.data.setextHeadingSlurpLineEnding=void 0}function b(e){let f=this.stack[this.stack.length-1].children,m=f[f.length-1];(!m||m.type!=="text")&&(m=bt(),m.position={start:N(e.start),end:void 0},f.push(m)),this.stack.push(m)}function _(e){let s=this.stack.pop();s.value+=this.sliceSerialize(e),s.position.end=N(e.end)}function ge(e){let s=this.stack[this.stack.length-1];if(this.data.atHardBreak){let f=s.children[s.children.length-1];f.position.end=N(e.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&t.canContainEols.includes(s.type)&&(b.call(this,e),_.call(this,e))}function G(){this.data.atHardBreak=!0}function p(){let e=this.resume(),s=this.stack[this.stack.length-1];s.value=e}function k(){let e=this.resume(),s=this.stack[this.stack.length-1];s.value=e}function F(){let e=this.resume(),s=this.stack[this.stack.length-1];s.value=e}function A(){let e=this.stack[this.stack.length-1];if(this.data.inReference){let s=this.data.referenceType||"shortcut";e.type+="Reference",e.referenceType=s,delete e.url,delete e.title}else delete e.identifier,delete e.label;this.data.referenceType=void 0}function U(){let e=this.stack[this.stack.length-1];if(this.data.inReference){let s=this.data.referenceType||"shortcut";e.type+="Reference",e.referenceType=s,delete e.url,delete e.title}else delete e.identifier,delete e.label;this.data.referenceType=void 0}function J(e){let s=this.sliceSerialize(e),f=this.stack[this.stack.length-2];f.label=dt(s),f.identifier=fe(s).toLowerCase()}function ee(){let e=this.stack[this.stack.length-1],s=this.resume(),f=this.stack[this.stack.length-1];if(this.data.inReference=!0,f.type==="link"){let m=e.children;f.children=m}else f.alt=s}function K(){let e=this.resume(),s=this.stack[this.stack.length-1];s.url=e}function le(){let e=this.resume(),s=this.stack[this.stack.length-1];s.title=e}function te(){this.data.inReference=void 0}function ye(){this.data.referenceType="collapsed"}function ne(e){let s=this.resume(),f=this.stack[this.stack.length-1];f.label=s,f.identifier=fe(this.sliceSerialize(e)).toLowerCase(),this.data.referenceType="full"}function ie(e){this.data.characterReferenceType=e.type}function we(e){let s=this.sliceSerialize(e),f=this.data.characterReferenceType,m;f?(m=ke(s,f==="characterReferenceMarkerNumeric"?10:16),this.data.characterReferenceType=void 0):m=de(s);let g=this.stack[this.stack.length-1];g.value+=m}function ue(e){let s=this.stack.pop();s.position.end=N(e.end)}function S(e){_.call(this,e);let s=this.stack[this.stack.length-1];s.url=this.sliceSerialize(e)}function re(e){_.call(this,e);let s=this.stack[this.stack.length-1];s.url="mailto:"+this.sliceSerialize(e)}function H(){return{type:"blockquote",children:[]}}function q(){return{type:"code",lang:null,meta:null,value:""}}function X(){return{type:"inlineCode",value:""}}function be(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function xt(){return{type:"emphasis",children:[]}}function Be(){return{type:"heading",depth:0,children:[]}}function Ae(){return{type:"break"}}function Re(){return{type:"html",value:""}}function kt(){return{type:"image",title:null,url:"",alt:null}}function Pe(){return{type:"link",title:null,url:"",children:[]}}function Le(e){return{type:"list",ordered:e.type==="listOrdered",start:null,spread:e._spread,children:[]}}function gt(e){return{type:"listItem",spread:e._spread,checked:null,children:[]}}function yt(){return{type:"paragraph",children:[]}}function wt(){return{type:"strong",children:[]}}function bt(){return{type:"text",value:""}}function St(){return{type:"thematicBreak"}}}function N(n){return{line:n.line,column:n.column,offset:n.offset}}function pt(n,t){let i=-1;for(;++i<t.length;){let r=t[i];Array.isArray(r)?pt(n,r):Qt(n,r)}}function Qt(n,t){let i;for(i in t)if(ht.call(t,i))switch(i){case"canContainEols":{let r=t[i];r&&n[i].push(...r);break}case"transforms":{let r=t[i];r&&n[i].push(...r);break}case"enter":case"exit":{let r=t[i];r&&Object.assign(n[i],r);break}}}function ft(n,t){throw n?new Error("Cannot close `"+n.type+"` ("+ae({start:n.start,end:n.end})+"): a different token (`"+t.type+"`, "+ae({start:t.start,end:t.end})+") is open"):new Error("Cannot close document, a token (`"+t.type+"`, "+ae({start:t.start,end:t.end})+") is still open")}function mt(n){let t=this;t.parser=i;function i(r){return ve(r,{...t.data("settings"),...n,extensions:t.data("micromarkExtensions")||[],mdastExtensions:t.data("fromMarkdownExtensions")||[]})}}export{mt as a};
@@ -1,2 +0,0 @@
1
- import{a as y}from"./chunk-PARPCLXM.js";import{a as D,b as T,c as cr,d as Y,e as J,f as mr,g as hr,h as x,i as E,j as w,k as gr,l as fr}from"./chunk-IENSDROB.js";var Tr={};function Ir(r,e){let n=e||Tr,t=typeof n.includeImageAlt=="boolean"?n.includeImageAlt:!0,l=typeof n.includeHtml=="boolean"?n.includeHtml:!0;return xr(r,t,l)}function xr(r,e,n){if(zr(r)){if("value"in r)return r.type==="html"&&!n?"":r.value;if(e&&"alt"in r&&r.alt)return r.alt;if("children"in r)return br(r.children,e,n)}return Array.isArray(r)?br(r,e,n):""}function br(r,e,n){let t=[],l=-1;for(;++l<r.length;)t[l]=xr(r[l],e,n);return t.join("")}function zr(r){return!!(r&&typeof r=="object")}var lr={AElig:"\xC6",AMP:"&",Aacute:"\xC1",Abreve:"\u0102",Acirc:"\xC2",Acy:"\u0410",Afr:"\u{1D504}",Agrave:"\xC0",Alpha:"\u0391",Amacr:"\u0100",And:"\u2A53",Aogon:"\u0104",Aopf:"\u{1D538}",ApplyFunction:"\u2061",Aring:"\xC5",Ascr:"\u{1D49C}",Assign:"\u2254",Atilde:"\xC3",Auml:"\xC4",Backslash:"\u2216",Barv:"\u2AE7",Barwed:"\u2306",Bcy:"\u0411",Because:"\u2235",Bernoullis:"\u212C",Beta:"\u0392",Bfr:"\u{1D505}",Bopf:"\u{1D539}",Breve:"\u02D8",Bscr:"\u212C",Bumpeq:"\u224E",CHcy:"\u0427",COPY:"\xA9",Cacute:"\u0106",Cap:"\u22D2",CapitalDifferentialD:"\u2145",Cayleys:"\u212D",Ccaron:"\u010C",Ccedil:"\xC7",Ccirc:"\u0108",Cconint:"\u2230",Cdot:"\u010A",Cedilla:"\xB8",CenterDot:"\xB7",Cfr:"\u212D",Chi:"\u03A7",CircleDot:"\u2299",CircleMinus:"\u2296",CirclePlus:"\u2295",CircleTimes:"\u2297",ClockwiseContourIntegral:"\u2232",CloseCurlyDoubleQuote:"\u201D",CloseCurlyQuote:"\u2019",Colon:"\u2237",Colone:"\u2A74",Congruent:"\u2261",Conint:"\u222F",ContourIntegral:"\u222E",Copf:"\u2102",Coproduct:"\u2210",CounterClockwiseContourIntegral:"\u2233",Cross:"\u2A2F",Cscr:"\u{1D49E}",Cup:"\u22D3",CupCap:"\u224D",DD:"\u2145",DDotrahd:"\u2911",DJcy:"\u0402",DScy:"\u0405",DZcy:"\u040F",Dagger:"\u2021",Darr:"\u21A1",Dashv:"\u2AE4",Dcaron:"\u010E",Dcy:"\u0414",Del:"\u2207",Delta:"\u0394",Dfr:"\u{1D507}",DiacriticalAcute:"\xB4",DiacriticalDot:"\u02D9",DiacriticalDoubleAcute:"\u02DD",DiacriticalGrave:"`",DiacriticalTilde:"\u02DC",Diamond:"\u22C4",DifferentialD:"\u2146",Dopf:"\u{1D53B}",Dot:"\xA8",DotDot:"\u20DC",DotEqual:"\u2250",DoubleContourIntegral:"\u222F",DoubleDot:"\xA8",DoubleDownArrow:"\u21D3",DoubleLeftArrow:"\u21D0",DoubleLeftRightArrow:"\u21D4",DoubleLeftTee:"\u2AE4",DoubleLongLeftArrow:"\u27F8",DoubleLongLeftRightArrow:"\u27FA",DoubleLongRightArrow:"\u27F9",DoubleRightArrow:"\u21D2",DoubleRightTee:"\u22A8",DoubleUpArrow:"\u21D1",DoubleUpDownArrow:"\u21D5",DoubleVerticalBar:"\u2225",DownArrow:"\u2193",DownArrowBar:"\u2913",DownArrowUpArrow:"\u21F5",DownBreve:"\u0311",DownLeftRightVector:"\u2950",DownLeftTeeVector:"\u295E",DownLeftVector:"\u21BD",DownLeftVectorBar:"\u2956",DownRightTeeVector:"\u295F",DownRightVector:"\u21C1",DownRightVectorBar:"\u2957",DownTee:"\u22A4",DownTeeArrow:"\u21A7",Downarrow:"\u21D3",Dscr:"\u{1D49F}",Dstrok:"\u0110",ENG:"\u014A",ETH:"\xD0",Eacute:"\xC9",Ecaron:"\u011A",Ecirc:"\xCA",Ecy:"\u042D",Edot:"\u0116",Efr:"\u{1D508}",Egrave:"\xC8",Element:"\u2208",Emacr:"\u0112",EmptySmallSquare:"\u25FB",EmptyVerySmallSquare:"\u25AB",Eogon:"\u0118",Eopf:"\u{1D53C}",Epsilon:"\u0395",Equal:"\u2A75",EqualTilde:"\u2242",Equilibrium:"\u21CC",Escr:"\u2130",Esim:"\u2A73",Eta:"\u0397",Euml:"\xCB",Exists:"\u2203",ExponentialE:"\u2147",Fcy:"\u0424",Ffr:"\u{1D509}",FilledSmallSquare:"\u25FC",FilledVerySmallSquare:"\u25AA",Fopf:"\u{1D53D}",ForAll:"\u2200",Fouriertrf:"\u2131",Fscr:"\u2131",GJcy:"\u0403",GT:">",Gamma:"\u0393",Gammad:"\u03DC",Gbreve:"\u011E",Gcedil:"\u0122",Gcirc:"\u011C",Gcy:"\u0413",Gdot:"\u0120",Gfr:"\u{1D50A}",Gg:"\u22D9",Gopf:"\u{1D53E}",GreaterEqual:"\u2265",GreaterEqualLess:"\u22DB",GreaterFullEqual:"\u2267",GreaterGreater:"\u2AA2",GreaterLess:"\u2277",GreaterSlantEqual:"\u2A7E",GreaterTilde:"\u2273",Gscr:"\u{1D4A2}",Gt:"\u226B",HARDcy:"\u042A",Hacek:"\u02C7",Hat:"^",Hcirc:"\u0124",Hfr:"\u210C",HilbertSpace:"\u210B",Hopf:"\u210D",HorizontalLine:"\u2500",Hscr:"\u210B",Hstrok:"\u0126",HumpDownHump:"\u224E",HumpEqual:"\u224F",IEcy:"\u0415",IJlig:"\u0132",IOcy:"\u0401",Iacute:"\xCD",Icirc:"\xCE",Icy:"\u0418",Idot:"\u0130",Ifr:"\u2111",Igrave:"\xCC",Im:"\u2111",Imacr:"\u012A",ImaginaryI:"\u2148",Implies:"\u21D2",Int:"\u222C",Integral:"\u222B",Intersection:"\u22C2",InvisibleComma:"\u2063",InvisibleTimes:"\u2062",Iogon:"\u012E",Iopf:"\u{1D540}",Iota:"\u0399",Iscr:"\u2110",Itilde:"\u0128",Iukcy:"\u0406",Iuml:"\xCF",Jcirc:"\u0134",Jcy:"\u0419",Jfr:"\u{1D50D}",Jopf:"\u{1D541}",Jscr:"\u{1D4A5}",Jsercy:"\u0408",Jukcy:"\u0404",KHcy:"\u0425",KJcy:"\u040C",Kappa:"\u039A",Kcedil:"\u0136",Kcy:"\u041A",Kfr:"\u{1D50E}",Kopf:"\u{1D542}",Kscr:"\u{1D4A6}",LJcy:"\u0409",LT:"<",Lacute:"\u0139",Lambda:"\u039B",Lang:"\u27EA",Laplacetrf:"\u2112",Larr:"\u219E",Lcaron:"\u013D",Lcedil:"\u013B",Lcy:"\u041B",LeftAngleBracket:"\u27E8",LeftArrow:"\u2190",LeftArrowBar:"\u21E4",LeftArrowRightArrow:"\u21C6",LeftCeiling:"\u2308",LeftDoubleBracket:"\u27E6",LeftDownTeeVector:"\u2961",LeftDownVector:"\u21C3",LeftDownVectorBar:"\u2959",LeftFloor:"\u230A",LeftRightArrow:"\u2194",LeftRightVector:"\u294E",LeftTee:"\u22A3",LeftTeeArrow:"\u21A4",LeftTeeVector:"\u295A",LeftTriangle:"\u22B2",LeftTriangleBar:"\u29CF",LeftTriangleEqual:"\u22B4",LeftUpDownVector:"\u2951",LeftUpTeeVector:"\u2960",LeftUpVector:"\u21BF",LeftUpVectorBar:"\u2958",LeftVector:"\u21BC",LeftVectorBar:"\u2952",Leftarrow:"\u21D0",Leftrightarrow:"\u21D4",LessEqualGreater:"\u22DA",LessFullEqual:"\u2266",LessGreater:"\u2276",LessLess:"\u2AA1",LessSlantEqual:"\u2A7D",LessTilde:"\u2272",Lfr:"\u{1D50F}",Ll:"\u22D8",Lleftarrow:"\u21DA",Lmidot:"\u013F",LongLeftArrow:"\u27F5",LongLeftRightArrow:"\u27F7",LongRightArrow:"\u27F6",Longleftarrow:"\u27F8",Longleftrightarrow:"\u27FA",Longrightarrow:"\u27F9",Lopf:"\u{1D543}",LowerLeftArrow:"\u2199",LowerRightArrow:"\u2198",Lscr:"\u2112",Lsh:"\u21B0",Lstrok:"\u0141",Lt:"\u226A",Map:"\u2905",Mcy:"\u041C",MediumSpace:"\u205F",Mellintrf:"\u2133",Mfr:"\u{1D510}",MinusPlus:"\u2213",Mopf:"\u{1D544}",Mscr:"\u2133",Mu:"\u039C",NJcy:"\u040A",Nacute:"\u0143",Ncaron:"\u0147",Ncedil:"\u0145",Ncy:"\u041D",NegativeMediumSpace:"\u200B",NegativeThickSpace:"\u200B",NegativeThinSpace:"\u200B",NegativeVeryThinSpace:"\u200B",NestedGreaterGreater:"\u226B",NestedLessLess:"\u226A",NewLine:`
2
- `,Nfr:"\u{1D511}",NoBreak:"\u2060",NonBreakingSpace:"\xA0",Nopf:"\u2115",Not:"\u2AEC",NotCongruent:"\u2262",NotCupCap:"\u226D",NotDoubleVerticalBar:"\u2226",NotElement:"\u2209",NotEqual:"\u2260",NotEqualTilde:"\u2242\u0338",NotExists:"\u2204",NotGreater:"\u226F",NotGreaterEqual:"\u2271",NotGreaterFullEqual:"\u2267\u0338",NotGreaterGreater:"\u226B\u0338",NotGreaterLess:"\u2279",NotGreaterSlantEqual:"\u2A7E\u0338",NotGreaterTilde:"\u2275",NotHumpDownHump:"\u224E\u0338",NotHumpEqual:"\u224F\u0338",NotLeftTriangle:"\u22EA",NotLeftTriangleBar:"\u29CF\u0338",NotLeftTriangleEqual:"\u22EC",NotLess:"\u226E",NotLessEqual:"\u2270",NotLessGreater:"\u2278",NotLessLess:"\u226A\u0338",NotLessSlantEqual:"\u2A7D\u0338",NotLessTilde:"\u2274",NotNestedGreaterGreater:"\u2AA2\u0338",NotNestedLessLess:"\u2AA1\u0338",NotPrecedes:"\u2280",NotPrecedesEqual:"\u2AAF\u0338",NotPrecedesSlantEqual:"\u22E0",NotReverseElement:"\u220C",NotRightTriangle:"\u22EB",NotRightTriangleBar:"\u29D0\u0338",NotRightTriangleEqual:"\u22ED",NotSquareSubset:"\u228F\u0338",NotSquareSubsetEqual:"\u22E2",NotSquareSuperset:"\u2290\u0338",NotSquareSupersetEqual:"\u22E3",NotSubset:"\u2282\u20D2",NotSubsetEqual:"\u2288",NotSucceeds:"\u2281",NotSucceedsEqual:"\u2AB0\u0338",NotSucceedsSlantEqual:"\u22E1",NotSucceedsTilde:"\u227F\u0338",NotSuperset:"\u2283\u20D2",NotSupersetEqual:"\u2289",NotTilde:"\u2241",NotTildeEqual:"\u2244",NotTildeFullEqual:"\u2247",NotTildeTilde:"\u2249",NotVerticalBar:"\u2224",Nscr:"\u{1D4A9}",Ntilde:"\xD1",Nu:"\u039D",OElig:"\u0152",Oacute:"\xD3",Ocirc:"\xD4",Ocy:"\u041E",Odblac:"\u0150",Ofr:"\u{1D512}",Ograve:"\xD2",Omacr:"\u014C",Omega:"\u03A9",Omicron:"\u039F",Oopf:"\u{1D546}",OpenCurlyDoubleQuote:"\u201C",OpenCurlyQuote:"\u2018",Or:"\u2A54",Oscr:"\u{1D4AA}",Oslash:"\xD8",Otilde:"\xD5",Otimes:"\u2A37",Ouml:"\xD6",OverBar:"\u203E",OverBrace:"\u23DE",OverBracket:"\u23B4",OverParenthesis:"\u23DC",PartialD:"\u2202",Pcy:"\u041F",Pfr:"\u{1D513}",Phi:"\u03A6",Pi:"\u03A0",PlusMinus:"\xB1",Poincareplane:"\u210C",Popf:"\u2119",Pr:"\u2ABB",Precedes:"\u227A",PrecedesEqual:"\u2AAF",PrecedesSlantEqual:"\u227C",PrecedesTilde:"\u227E",Prime:"\u2033",Product:"\u220F",Proportion:"\u2237",Proportional:"\u221D",Pscr:"\u{1D4AB}",Psi:"\u03A8",QUOT:'"',Qfr:"\u{1D514}",Qopf:"\u211A",Qscr:"\u{1D4AC}",RBarr:"\u2910",REG:"\xAE",Racute:"\u0154",Rang:"\u27EB",Rarr:"\u21A0",Rarrtl:"\u2916",Rcaron:"\u0158",Rcedil:"\u0156",Rcy:"\u0420",Re:"\u211C",ReverseElement:"\u220B",ReverseEquilibrium:"\u21CB",ReverseUpEquilibrium:"\u296F",Rfr:"\u211C",Rho:"\u03A1",RightAngleBracket:"\u27E9",RightArrow:"\u2192",RightArrowBar:"\u21E5",RightArrowLeftArrow:"\u21C4",RightCeiling:"\u2309",RightDoubleBracket:"\u27E7",RightDownTeeVector:"\u295D",RightDownVector:"\u21C2",RightDownVectorBar:"\u2955",RightFloor:"\u230B",RightTee:"\u22A2",RightTeeArrow:"\u21A6",RightTeeVector:"\u295B",RightTriangle:"\u22B3",RightTriangleBar:"\u29D0",RightTriangleEqual:"\u22B5",RightUpDownVector:"\u294F",RightUpTeeVector:"\u295C",RightUpVector:"\u21BE",RightUpVectorBar:"\u2954",RightVector:"\u21C0",RightVectorBar:"\u2953",Rightarrow:"\u21D2",Ropf:"\u211D",RoundImplies:"\u2970",Rrightarrow:"\u21DB",Rscr:"\u211B",Rsh:"\u21B1",RuleDelayed:"\u29F4",SHCHcy:"\u0429",SHcy:"\u0428",SOFTcy:"\u042C",Sacute:"\u015A",Sc:"\u2ABC",Scaron:"\u0160",Scedil:"\u015E",Scirc:"\u015C",Scy:"\u0421",Sfr:"\u{1D516}",ShortDownArrow:"\u2193",ShortLeftArrow:"\u2190",ShortRightArrow:"\u2192",ShortUpArrow:"\u2191",Sigma:"\u03A3",SmallCircle:"\u2218",Sopf:"\u{1D54A}",Sqrt:"\u221A",Square:"\u25A1",SquareIntersection:"\u2293",SquareSubset:"\u228F",SquareSubsetEqual:"\u2291",SquareSuperset:"\u2290",SquareSupersetEqual:"\u2292",SquareUnion:"\u2294",Sscr:"\u{1D4AE}",Star:"\u22C6",Sub:"\u22D0",Subset:"\u22D0",SubsetEqual:"\u2286",Succeeds:"\u227B",SucceedsEqual:"\u2AB0",SucceedsSlantEqual:"\u227D",SucceedsTilde:"\u227F",SuchThat:"\u220B",Sum:"\u2211",Sup:"\u22D1",Superset:"\u2283",SupersetEqual:"\u2287",Supset:"\u22D1",THORN:"\xDE",TRADE:"\u2122",TSHcy:"\u040B",TScy:"\u0426",Tab:" ",Tau:"\u03A4",Tcaron:"\u0164",Tcedil:"\u0162",Tcy:"\u0422",Tfr:"\u{1D517}",Therefore:"\u2234",Theta:"\u0398",ThickSpace:"\u205F\u200A",ThinSpace:"\u2009",Tilde:"\u223C",TildeEqual:"\u2243",TildeFullEqual:"\u2245",TildeTilde:"\u2248",Topf:"\u{1D54B}",TripleDot:"\u20DB",Tscr:"\u{1D4AF}",Tstrok:"\u0166",Uacute:"\xDA",Uarr:"\u219F",Uarrocir:"\u2949",Ubrcy:"\u040E",Ubreve:"\u016C",Ucirc:"\xDB",Ucy:"\u0423",Udblac:"\u0170",Ufr:"\u{1D518}",Ugrave:"\xD9",Umacr:"\u016A",UnderBar:"_",UnderBrace:"\u23DF",UnderBracket:"\u23B5",UnderParenthesis:"\u23DD",Union:"\u22C3",UnionPlus:"\u228E",Uogon:"\u0172",Uopf:"\u{1D54C}",UpArrow:"\u2191",UpArrowBar:"\u2912",UpArrowDownArrow:"\u21C5",UpDownArrow:"\u2195",UpEquilibrium:"\u296E",UpTee:"\u22A5",UpTeeArrow:"\u21A5",Uparrow:"\u21D1",Updownarrow:"\u21D5",UpperLeftArrow:"\u2196",UpperRightArrow:"\u2197",Upsi:"\u03D2",Upsilon:"\u03A5",Uring:"\u016E",Uscr:"\u{1D4B0}",Utilde:"\u0168",Uuml:"\xDC",VDash:"\u22AB",Vbar:"\u2AEB",Vcy:"\u0412",Vdash:"\u22A9",Vdashl:"\u2AE6",Vee:"\u22C1",Verbar:"\u2016",Vert:"\u2016",VerticalBar:"\u2223",VerticalLine:"|",VerticalSeparator:"\u2758",VerticalTilde:"\u2240",VeryThinSpace:"\u200A",Vfr:"\u{1D519}",Vopf:"\u{1D54D}",Vscr:"\u{1D4B1}",Vvdash:"\u22AA",Wcirc:"\u0174",Wedge:"\u22C0",Wfr:"\u{1D51A}",Wopf:"\u{1D54E}",Wscr:"\u{1D4B2}",Xfr:"\u{1D51B}",Xi:"\u039E",Xopf:"\u{1D54F}",Xscr:"\u{1D4B3}",YAcy:"\u042F",YIcy:"\u0407",YUcy:"\u042E",Yacute:"\xDD",Ycirc:"\u0176",Ycy:"\u042B",Yfr:"\u{1D51C}",Yopf:"\u{1D550}",Yscr:"\u{1D4B4}",Yuml:"\u0178",ZHcy:"\u0416",Zacute:"\u0179",Zcaron:"\u017D",Zcy:"\u0417",Zdot:"\u017B",ZeroWidthSpace:"\u200B",Zeta:"\u0396",Zfr:"\u2128",Zopf:"\u2124",Zscr:"\u{1D4B5}",aacute:"\xE1",abreve:"\u0103",ac:"\u223E",acE:"\u223E\u0333",acd:"\u223F",acirc:"\xE2",acute:"\xB4",acy:"\u0430",aelig:"\xE6",af:"\u2061",afr:"\u{1D51E}",agrave:"\xE0",alefsym:"\u2135",aleph:"\u2135",alpha:"\u03B1",amacr:"\u0101",amalg:"\u2A3F",amp:"&",and:"\u2227",andand:"\u2A55",andd:"\u2A5C",andslope:"\u2A58",andv:"\u2A5A",ang:"\u2220",ange:"\u29A4",angle:"\u2220",angmsd:"\u2221",angmsdaa:"\u29A8",angmsdab:"\u29A9",angmsdac:"\u29AA",angmsdad:"\u29AB",angmsdae:"\u29AC",angmsdaf:"\u29AD",angmsdag:"\u29AE",angmsdah:"\u29AF",angrt:"\u221F",angrtvb:"\u22BE",angrtvbd:"\u299D",angsph:"\u2222",angst:"\xC5",angzarr:"\u237C",aogon:"\u0105",aopf:"\u{1D552}",ap:"\u2248",apE:"\u2A70",apacir:"\u2A6F",ape:"\u224A",apid:"\u224B",apos:"'",approx:"\u2248",approxeq:"\u224A",aring:"\xE5",ascr:"\u{1D4B6}",ast:"*",asymp:"\u2248",asympeq:"\u224D",atilde:"\xE3",auml:"\xE4",awconint:"\u2233",awint:"\u2A11",bNot:"\u2AED",backcong:"\u224C",backepsilon:"\u03F6",backprime:"\u2035",backsim:"\u223D",backsimeq:"\u22CD",barvee:"\u22BD",barwed:"\u2305",barwedge:"\u2305",bbrk:"\u23B5",bbrktbrk:"\u23B6",bcong:"\u224C",bcy:"\u0431",bdquo:"\u201E",becaus:"\u2235",because:"\u2235",bemptyv:"\u29B0",bepsi:"\u03F6",bernou:"\u212C",beta:"\u03B2",beth:"\u2136",between:"\u226C",bfr:"\u{1D51F}",bigcap:"\u22C2",bigcirc:"\u25EF",bigcup:"\u22C3",bigodot:"\u2A00",bigoplus:"\u2A01",bigotimes:"\u2A02",bigsqcup:"\u2A06",bigstar:"\u2605",bigtriangledown:"\u25BD",bigtriangleup:"\u25B3",biguplus:"\u2A04",bigvee:"\u22C1",bigwedge:"\u22C0",bkarow:"\u290D",blacklozenge:"\u29EB",blacksquare:"\u25AA",blacktriangle:"\u25B4",blacktriangledown:"\u25BE",blacktriangleleft:"\u25C2",blacktriangleright:"\u25B8",blank:"\u2423",blk12:"\u2592",blk14:"\u2591",blk34:"\u2593",block:"\u2588",bne:"=\u20E5",bnequiv:"\u2261\u20E5",bnot:"\u2310",bopf:"\u{1D553}",bot:"\u22A5",bottom:"\u22A5",bowtie:"\u22C8",boxDL:"\u2557",boxDR:"\u2554",boxDl:"\u2556",boxDr:"\u2553",boxH:"\u2550",boxHD:"\u2566",boxHU:"\u2569",boxHd:"\u2564",boxHu:"\u2567",boxUL:"\u255D",boxUR:"\u255A",boxUl:"\u255C",boxUr:"\u2559",boxV:"\u2551",boxVH:"\u256C",boxVL:"\u2563",boxVR:"\u2560",boxVh:"\u256B",boxVl:"\u2562",boxVr:"\u255F",boxbox:"\u29C9",boxdL:"\u2555",boxdR:"\u2552",boxdl:"\u2510",boxdr:"\u250C",boxh:"\u2500",boxhD:"\u2565",boxhU:"\u2568",boxhd:"\u252C",boxhu:"\u2534",boxminus:"\u229F",boxplus:"\u229E",boxtimes:"\u22A0",boxuL:"\u255B",boxuR:"\u2558",boxul:"\u2518",boxur:"\u2514",boxv:"\u2502",boxvH:"\u256A",boxvL:"\u2561",boxvR:"\u255E",boxvh:"\u253C",boxvl:"\u2524",boxvr:"\u251C",bprime:"\u2035",breve:"\u02D8",brvbar:"\xA6",bscr:"\u{1D4B7}",bsemi:"\u204F",bsim:"\u223D",bsime:"\u22CD",bsol:"\\",bsolb:"\u29C5",bsolhsub:"\u27C8",bull:"\u2022",bullet:"\u2022",bump:"\u224E",bumpE:"\u2AAE",bumpe:"\u224F",bumpeq:"\u224F",cacute:"\u0107",cap:"\u2229",capand:"\u2A44",capbrcup:"\u2A49",capcap:"\u2A4B",capcup:"\u2A47",capdot:"\u2A40",caps:"\u2229\uFE00",caret:"\u2041",caron:"\u02C7",ccaps:"\u2A4D",ccaron:"\u010D",ccedil:"\xE7",ccirc:"\u0109",ccups:"\u2A4C",ccupssm:"\u2A50",cdot:"\u010B",cedil:"\xB8",cemptyv:"\u29B2",cent:"\xA2",centerdot:"\xB7",cfr:"\u{1D520}",chcy:"\u0447",check:"\u2713",checkmark:"\u2713",chi:"\u03C7",cir:"\u25CB",cirE:"\u29C3",circ:"\u02C6",circeq:"\u2257",circlearrowleft:"\u21BA",circlearrowright:"\u21BB",circledR:"\xAE",circledS:"\u24C8",circledast:"\u229B",circledcirc:"\u229A",circleddash:"\u229D",cire:"\u2257",cirfnint:"\u2A10",cirmid:"\u2AEF",cirscir:"\u29C2",clubs:"\u2663",clubsuit:"\u2663",colon:":",colone:"\u2254",coloneq:"\u2254",comma:",",commat:"@",comp:"\u2201",compfn:"\u2218",complement:"\u2201",complexes:"\u2102",cong:"\u2245",congdot:"\u2A6D",conint:"\u222E",copf:"\u{1D554}",coprod:"\u2210",copy:"\xA9",copysr:"\u2117",crarr:"\u21B5",cross:"\u2717",cscr:"\u{1D4B8}",csub:"\u2ACF",csube:"\u2AD1",csup:"\u2AD0",csupe:"\u2AD2",ctdot:"\u22EF",cudarrl:"\u2938",cudarrr:"\u2935",cuepr:"\u22DE",cuesc:"\u22DF",cularr:"\u21B6",cularrp:"\u293D",cup:"\u222A",cupbrcap:"\u2A48",cupcap:"\u2A46",cupcup:"\u2A4A",cupdot:"\u228D",cupor:"\u2A45",cups:"\u222A\uFE00",curarr:"\u21B7",curarrm:"\u293C",curlyeqprec:"\u22DE",curlyeqsucc:"\u22DF",curlyvee:"\u22CE",curlywedge:"\u22CF",curren:"\xA4",curvearrowleft:"\u21B6",curvearrowright:"\u21B7",cuvee:"\u22CE",cuwed:"\u22CF",cwconint:"\u2232",cwint:"\u2231",cylcty:"\u232D",dArr:"\u21D3",dHar:"\u2965",dagger:"\u2020",daleth:"\u2138",darr:"\u2193",dash:"\u2010",dashv:"\u22A3",dbkarow:"\u290F",dblac:"\u02DD",dcaron:"\u010F",dcy:"\u0434",dd:"\u2146",ddagger:"\u2021",ddarr:"\u21CA",ddotseq:"\u2A77",deg:"\xB0",delta:"\u03B4",demptyv:"\u29B1",dfisht:"\u297F",dfr:"\u{1D521}",dharl:"\u21C3",dharr:"\u21C2",diam:"\u22C4",diamond:"\u22C4",diamondsuit:"\u2666",diams:"\u2666",die:"\xA8",digamma:"\u03DD",disin:"\u22F2",div:"\xF7",divide:"\xF7",divideontimes:"\u22C7",divonx:"\u22C7",djcy:"\u0452",dlcorn:"\u231E",dlcrop:"\u230D",dollar:"$",dopf:"\u{1D555}",dot:"\u02D9",doteq:"\u2250",doteqdot:"\u2251",dotminus:"\u2238",dotplus:"\u2214",dotsquare:"\u22A1",doublebarwedge:"\u2306",downarrow:"\u2193",downdownarrows:"\u21CA",downharpoonleft:"\u21C3",downharpoonright:"\u21C2",drbkarow:"\u2910",drcorn:"\u231F",drcrop:"\u230C",dscr:"\u{1D4B9}",dscy:"\u0455",dsol:"\u29F6",dstrok:"\u0111",dtdot:"\u22F1",dtri:"\u25BF",dtrif:"\u25BE",duarr:"\u21F5",duhar:"\u296F",dwangle:"\u29A6",dzcy:"\u045F",dzigrarr:"\u27FF",eDDot:"\u2A77",eDot:"\u2251",eacute:"\xE9",easter:"\u2A6E",ecaron:"\u011B",ecir:"\u2256",ecirc:"\xEA",ecolon:"\u2255",ecy:"\u044D",edot:"\u0117",ee:"\u2147",efDot:"\u2252",efr:"\u{1D522}",eg:"\u2A9A",egrave:"\xE8",egs:"\u2A96",egsdot:"\u2A98",el:"\u2A99",elinters:"\u23E7",ell:"\u2113",els:"\u2A95",elsdot:"\u2A97",emacr:"\u0113",empty:"\u2205",emptyset:"\u2205",emptyv:"\u2205",emsp13:"\u2004",emsp14:"\u2005",emsp:"\u2003",eng:"\u014B",ensp:"\u2002",eogon:"\u0119",eopf:"\u{1D556}",epar:"\u22D5",eparsl:"\u29E3",eplus:"\u2A71",epsi:"\u03B5",epsilon:"\u03B5",epsiv:"\u03F5",eqcirc:"\u2256",eqcolon:"\u2255",eqsim:"\u2242",eqslantgtr:"\u2A96",eqslantless:"\u2A95",equals:"=",equest:"\u225F",equiv:"\u2261",equivDD:"\u2A78",eqvparsl:"\u29E5",erDot:"\u2253",erarr:"\u2971",escr:"\u212F",esdot:"\u2250",esim:"\u2242",eta:"\u03B7",eth:"\xF0",euml:"\xEB",euro:"\u20AC",excl:"!",exist:"\u2203",expectation:"\u2130",exponentiale:"\u2147",fallingdotseq:"\u2252",fcy:"\u0444",female:"\u2640",ffilig:"\uFB03",fflig:"\uFB00",ffllig:"\uFB04",ffr:"\u{1D523}",filig:"\uFB01",fjlig:"fj",flat:"\u266D",fllig:"\uFB02",fltns:"\u25B1",fnof:"\u0192",fopf:"\u{1D557}",forall:"\u2200",fork:"\u22D4",forkv:"\u2AD9",fpartint:"\u2A0D",frac12:"\xBD",frac13:"\u2153",frac14:"\xBC",frac15:"\u2155",frac16:"\u2159",frac18:"\u215B",frac23:"\u2154",frac25:"\u2156",frac34:"\xBE",frac35:"\u2157",frac38:"\u215C",frac45:"\u2158",frac56:"\u215A",frac58:"\u215D",frac78:"\u215E",frasl:"\u2044",frown:"\u2322",fscr:"\u{1D4BB}",gE:"\u2267",gEl:"\u2A8C",gacute:"\u01F5",gamma:"\u03B3",gammad:"\u03DD",gap:"\u2A86",gbreve:"\u011F",gcirc:"\u011D",gcy:"\u0433",gdot:"\u0121",ge:"\u2265",gel:"\u22DB",geq:"\u2265",geqq:"\u2267",geqslant:"\u2A7E",ges:"\u2A7E",gescc:"\u2AA9",gesdot:"\u2A80",gesdoto:"\u2A82",gesdotol:"\u2A84",gesl:"\u22DB\uFE00",gesles:"\u2A94",gfr:"\u{1D524}",gg:"\u226B",ggg:"\u22D9",gimel:"\u2137",gjcy:"\u0453",gl:"\u2277",glE:"\u2A92",gla:"\u2AA5",glj:"\u2AA4",gnE:"\u2269",gnap:"\u2A8A",gnapprox:"\u2A8A",gne:"\u2A88",gneq:"\u2A88",gneqq:"\u2269",gnsim:"\u22E7",gopf:"\u{1D558}",grave:"`",gscr:"\u210A",gsim:"\u2273",gsime:"\u2A8E",gsiml:"\u2A90",gt:">",gtcc:"\u2AA7",gtcir:"\u2A7A",gtdot:"\u22D7",gtlPar:"\u2995",gtquest:"\u2A7C",gtrapprox:"\u2A86",gtrarr:"\u2978",gtrdot:"\u22D7",gtreqless:"\u22DB",gtreqqless:"\u2A8C",gtrless:"\u2277",gtrsim:"\u2273",gvertneqq:"\u2269\uFE00",gvnE:"\u2269\uFE00",hArr:"\u21D4",hairsp:"\u200A",half:"\xBD",hamilt:"\u210B",hardcy:"\u044A",harr:"\u2194",harrcir:"\u2948",harrw:"\u21AD",hbar:"\u210F",hcirc:"\u0125",hearts:"\u2665",heartsuit:"\u2665",hellip:"\u2026",hercon:"\u22B9",hfr:"\u{1D525}",hksearow:"\u2925",hkswarow:"\u2926",hoarr:"\u21FF",homtht:"\u223B",hookleftarrow:"\u21A9",hookrightarrow:"\u21AA",hopf:"\u{1D559}",horbar:"\u2015",hscr:"\u{1D4BD}",hslash:"\u210F",hstrok:"\u0127",hybull:"\u2043",hyphen:"\u2010",iacute:"\xED",ic:"\u2063",icirc:"\xEE",icy:"\u0438",iecy:"\u0435",iexcl:"\xA1",iff:"\u21D4",ifr:"\u{1D526}",igrave:"\xEC",ii:"\u2148",iiiint:"\u2A0C",iiint:"\u222D",iinfin:"\u29DC",iiota:"\u2129",ijlig:"\u0133",imacr:"\u012B",image:"\u2111",imagline:"\u2110",imagpart:"\u2111",imath:"\u0131",imof:"\u22B7",imped:"\u01B5",in:"\u2208",incare:"\u2105",infin:"\u221E",infintie:"\u29DD",inodot:"\u0131",int:"\u222B",intcal:"\u22BA",integers:"\u2124",intercal:"\u22BA",intlarhk:"\u2A17",intprod:"\u2A3C",iocy:"\u0451",iogon:"\u012F",iopf:"\u{1D55A}",iota:"\u03B9",iprod:"\u2A3C",iquest:"\xBF",iscr:"\u{1D4BE}",isin:"\u2208",isinE:"\u22F9",isindot:"\u22F5",isins:"\u22F4",isinsv:"\u22F3",isinv:"\u2208",it:"\u2062",itilde:"\u0129",iukcy:"\u0456",iuml:"\xEF",jcirc:"\u0135",jcy:"\u0439",jfr:"\u{1D527}",jmath:"\u0237",jopf:"\u{1D55B}",jscr:"\u{1D4BF}",jsercy:"\u0458",jukcy:"\u0454",kappa:"\u03BA",kappav:"\u03F0",kcedil:"\u0137",kcy:"\u043A",kfr:"\u{1D528}",kgreen:"\u0138",khcy:"\u0445",kjcy:"\u045C",kopf:"\u{1D55C}",kscr:"\u{1D4C0}",lAarr:"\u21DA",lArr:"\u21D0",lAtail:"\u291B",lBarr:"\u290E",lE:"\u2266",lEg:"\u2A8B",lHar:"\u2962",lacute:"\u013A",laemptyv:"\u29B4",lagran:"\u2112",lambda:"\u03BB",lang:"\u27E8",langd:"\u2991",langle:"\u27E8",lap:"\u2A85",laquo:"\xAB",larr:"\u2190",larrb:"\u21E4",larrbfs:"\u291F",larrfs:"\u291D",larrhk:"\u21A9",larrlp:"\u21AB",larrpl:"\u2939",larrsim:"\u2973",larrtl:"\u21A2",lat:"\u2AAB",latail:"\u2919",late:"\u2AAD",lates:"\u2AAD\uFE00",lbarr:"\u290C",lbbrk:"\u2772",lbrace:"{",lbrack:"[",lbrke:"\u298B",lbrksld:"\u298F",lbrkslu:"\u298D",lcaron:"\u013E",lcedil:"\u013C",lceil:"\u2308",lcub:"{",lcy:"\u043B",ldca:"\u2936",ldquo:"\u201C",ldquor:"\u201E",ldrdhar:"\u2967",ldrushar:"\u294B",ldsh:"\u21B2",le:"\u2264",leftarrow:"\u2190",leftarrowtail:"\u21A2",leftharpoondown:"\u21BD",leftharpoonup:"\u21BC",leftleftarrows:"\u21C7",leftrightarrow:"\u2194",leftrightarrows:"\u21C6",leftrightharpoons:"\u21CB",leftrightsquigarrow:"\u21AD",leftthreetimes:"\u22CB",leg:"\u22DA",leq:"\u2264",leqq:"\u2266",leqslant:"\u2A7D",les:"\u2A7D",lescc:"\u2AA8",lesdot:"\u2A7F",lesdoto:"\u2A81",lesdotor:"\u2A83",lesg:"\u22DA\uFE00",lesges:"\u2A93",lessapprox:"\u2A85",lessdot:"\u22D6",lesseqgtr:"\u22DA",lesseqqgtr:"\u2A8B",lessgtr:"\u2276",lesssim:"\u2272",lfisht:"\u297C",lfloor:"\u230A",lfr:"\u{1D529}",lg:"\u2276",lgE:"\u2A91",lhard:"\u21BD",lharu:"\u21BC",lharul:"\u296A",lhblk:"\u2584",ljcy:"\u0459",ll:"\u226A",llarr:"\u21C7",llcorner:"\u231E",llhard:"\u296B",lltri:"\u25FA",lmidot:"\u0140",lmoust:"\u23B0",lmoustache:"\u23B0",lnE:"\u2268",lnap:"\u2A89",lnapprox:"\u2A89",lne:"\u2A87",lneq:"\u2A87",lneqq:"\u2268",lnsim:"\u22E6",loang:"\u27EC",loarr:"\u21FD",lobrk:"\u27E6",longleftarrow:"\u27F5",longleftrightarrow:"\u27F7",longmapsto:"\u27FC",longrightarrow:"\u27F6",looparrowleft:"\u21AB",looparrowright:"\u21AC",lopar:"\u2985",lopf:"\u{1D55D}",loplus:"\u2A2D",lotimes:"\u2A34",lowast:"\u2217",lowbar:"_",loz:"\u25CA",lozenge:"\u25CA",lozf:"\u29EB",lpar:"(",lparlt:"\u2993",lrarr:"\u21C6",lrcorner:"\u231F",lrhar:"\u21CB",lrhard:"\u296D",lrm:"\u200E",lrtri:"\u22BF",lsaquo:"\u2039",lscr:"\u{1D4C1}",lsh:"\u21B0",lsim:"\u2272",lsime:"\u2A8D",lsimg:"\u2A8F",lsqb:"[",lsquo:"\u2018",lsquor:"\u201A",lstrok:"\u0142",lt:"<",ltcc:"\u2AA6",ltcir:"\u2A79",ltdot:"\u22D6",lthree:"\u22CB",ltimes:"\u22C9",ltlarr:"\u2976",ltquest:"\u2A7B",ltrPar:"\u2996",ltri:"\u25C3",ltrie:"\u22B4",ltrif:"\u25C2",lurdshar:"\u294A",luruhar:"\u2966",lvertneqq:"\u2268\uFE00",lvnE:"\u2268\uFE00",mDDot:"\u223A",macr:"\xAF",male:"\u2642",malt:"\u2720",maltese:"\u2720",map:"\u21A6",mapsto:"\u21A6",mapstodown:"\u21A7",mapstoleft:"\u21A4",mapstoup:"\u21A5",marker:"\u25AE",mcomma:"\u2A29",mcy:"\u043C",mdash:"\u2014",measuredangle:"\u2221",mfr:"\u{1D52A}",mho:"\u2127",micro:"\xB5",mid:"\u2223",midast:"*",midcir:"\u2AF0",middot:"\xB7",minus:"\u2212",minusb:"\u229F",minusd:"\u2238",minusdu:"\u2A2A",mlcp:"\u2ADB",mldr:"\u2026",mnplus:"\u2213",models:"\u22A7",mopf:"\u{1D55E}",mp:"\u2213",mscr:"\u{1D4C2}",mstpos:"\u223E",mu:"\u03BC",multimap:"\u22B8",mumap:"\u22B8",nGg:"\u22D9\u0338",nGt:"\u226B\u20D2",nGtv:"\u226B\u0338",nLeftarrow:"\u21CD",nLeftrightarrow:"\u21CE",nLl:"\u22D8\u0338",nLt:"\u226A\u20D2",nLtv:"\u226A\u0338",nRightarrow:"\u21CF",nVDash:"\u22AF",nVdash:"\u22AE",nabla:"\u2207",nacute:"\u0144",nang:"\u2220\u20D2",nap:"\u2249",napE:"\u2A70\u0338",napid:"\u224B\u0338",napos:"\u0149",napprox:"\u2249",natur:"\u266E",natural:"\u266E",naturals:"\u2115",nbsp:"\xA0",nbump:"\u224E\u0338",nbumpe:"\u224F\u0338",ncap:"\u2A43",ncaron:"\u0148",ncedil:"\u0146",ncong:"\u2247",ncongdot:"\u2A6D\u0338",ncup:"\u2A42",ncy:"\u043D",ndash:"\u2013",ne:"\u2260",neArr:"\u21D7",nearhk:"\u2924",nearr:"\u2197",nearrow:"\u2197",nedot:"\u2250\u0338",nequiv:"\u2262",nesear:"\u2928",nesim:"\u2242\u0338",nexist:"\u2204",nexists:"\u2204",nfr:"\u{1D52B}",ngE:"\u2267\u0338",nge:"\u2271",ngeq:"\u2271",ngeqq:"\u2267\u0338",ngeqslant:"\u2A7E\u0338",nges:"\u2A7E\u0338",ngsim:"\u2275",ngt:"\u226F",ngtr:"\u226F",nhArr:"\u21CE",nharr:"\u21AE",nhpar:"\u2AF2",ni:"\u220B",nis:"\u22FC",nisd:"\u22FA",niv:"\u220B",njcy:"\u045A",nlArr:"\u21CD",nlE:"\u2266\u0338",nlarr:"\u219A",nldr:"\u2025",nle:"\u2270",nleftarrow:"\u219A",nleftrightarrow:"\u21AE",nleq:"\u2270",nleqq:"\u2266\u0338",nleqslant:"\u2A7D\u0338",nles:"\u2A7D\u0338",nless:"\u226E",nlsim:"\u2274",nlt:"\u226E",nltri:"\u22EA",nltrie:"\u22EC",nmid:"\u2224",nopf:"\u{1D55F}",not:"\xAC",notin:"\u2209",notinE:"\u22F9\u0338",notindot:"\u22F5\u0338",notinva:"\u2209",notinvb:"\u22F7",notinvc:"\u22F6",notni:"\u220C",notniva:"\u220C",notnivb:"\u22FE",notnivc:"\u22FD",npar:"\u2226",nparallel:"\u2226",nparsl:"\u2AFD\u20E5",npart:"\u2202\u0338",npolint:"\u2A14",npr:"\u2280",nprcue:"\u22E0",npre:"\u2AAF\u0338",nprec:"\u2280",npreceq:"\u2AAF\u0338",nrArr:"\u21CF",nrarr:"\u219B",nrarrc:"\u2933\u0338",nrarrw:"\u219D\u0338",nrightarrow:"\u219B",nrtri:"\u22EB",nrtrie:"\u22ED",nsc:"\u2281",nsccue:"\u22E1",nsce:"\u2AB0\u0338",nscr:"\u{1D4C3}",nshortmid:"\u2224",nshortparallel:"\u2226",nsim:"\u2241",nsime:"\u2244",nsimeq:"\u2244",nsmid:"\u2224",nspar:"\u2226",nsqsube:"\u22E2",nsqsupe:"\u22E3",nsub:"\u2284",nsubE:"\u2AC5\u0338",nsube:"\u2288",nsubset:"\u2282\u20D2",nsubseteq:"\u2288",nsubseteqq:"\u2AC5\u0338",nsucc:"\u2281",nsucceq:"\u2AB0\u0338",nsup:"\u2285",nsupE:"\u2AC6\u0338",nsupe:"\u2289",nsupset:"\u2283\u20D2",nsupseteq:"\u2289",nsupseteqq:"\u2AC6\u0338",ntgl:"\u2279",ntilde:"\xF1",ntlg:"\u2278",ntriangleleft:"\u22EA",ntrianglelefteq:"\u22EC",ntriangleright:"\u22EB",ntrianglerighteq:"\u22ED",nu:"\u03BD",num:"#",numero:"\u2116",numsp:"\u2007",nvDash:"\u22AD",nvHarr:"\u2904",nvap:"\u224D\u20D2",nvdash:"\u22AC",nvge:"\u2265\u20D2",nvgt:">\u20D2",nvinfin:"\u29DE",nvlArr:"\u2902",nvle:"\u2264\u20D2",nvlt:"<\u20D2",nvltrie:"\u22B4\u20D2",nvrArr:"\u2903",nvrtrie:"\u22B5\u20D2",nvsim:"\u223C\u20D2",nwArr:"\u21D6",nwarhk:"\u2923",nwarr:"\u2196",nwarrow:"\u2196",nwnear:"\u2927",oS:"\u24C8",oacute:"\xF3",oast:"\u229B",ocir:"\u229A",ocirc:"\xF4",ocy:"\u043E",odash:"\u229D",odblac:"\u0151",odiv:"\u2A38",odot:"\u2299",odsold:"\u29BC",oelig:"\u0153",ofcir:"\u29BF",ofr:"\u{1D52C}",ogon:"\u02DB",ograve:"\xF2",ogt:"\u29C1",ohbar:"\u29B5",ohm:"\u03A9",oint:"\u222E",olarr:"\u21BA",olcir:"\u29BE",olcross:"\u29BB",oline:"\u203E",olt:"\u29C0",omacr:"\u014D",omega:"\u03C9",omicron:"\u03BF",omid:"\u29B6",ominus:"\u2296",oopf:"\u{1D560}",opar:"\u29B7",operp:"\u29B9",oplus:"\u2295",or:"\u2228",orarr:"\u21BB",ord:"\u2A5D",order:"\u2134",orderof:"\u2134",ordf:"\xAA",ordm:"\xBA",origof:"\u22B6",oror:"\u2A56",orslope:"\u2A57",orv:"\u2A5B",oscr:"\u2134",oslash:"\xF8",osol:"\u2298",otilde:"\xF5",otimes:"\u2297",otimesas:"\u2A36",ouml:"\xF6",ovbar:"\u233D",par:"\u2225",para:"\xB6",parallel:"\u2225",parsim:"\u2AF3",parsl:"\u2AFD",part:"\u2202",pcy:"\u043F",percnt:"%",period:".",permil:"\u2030",perp:"\u22A5",pertenk:"\u2031",pfr:"\u{1D52D}",phi:"\u03C6",phiv:"\u03D5",phmmat:"\u2133",phone:"\u260E",pi:"\u03C0",pitchfork:"\u22D4",piv:"\u03D6",planck:"\u210F",planckh:"\u210E",plankv:"\u210F",plus:"+",plusacir:"\u2A23",plusb:"\u229E",pluscir:"\u2A22",plusdo:"\u2214",plusdu:"\u2A25",pluse:"\u2A72",plusmn:"\xB1",plussim:"\u2A26",plustwo:"\u2A27",pm:"\xB1",pointint:"\u2A15",popf:"\u{1D561}",pound:"\xA3",pr:"\u227A",prE:"\u2AB3",prap:"\u2AB7",prcue:"\u227C",pre:"\u2AAF",prec:"\u227A",precapprox:"\u2AB7",preccurlyeq:"\u227C",preceq:"\u2AAF",precnapprox:"\u2AB9",precneqq:"\u2AB5",precnsim:"\u22E8",precsim:"\u227E",prime:"\u2032",primes:"\u2119",prnE:"\u2AB5",prnap:"\u2AB9",prnsim:"\u22E8",prod:"\u220F",profalar:"\u232E",profline:"\u2312",profsurf:"\u2313",prop:"\u221D",propto:"\u221D",prsim:"\u227E",prurel:"\u22B0",pscr:"\u{1D4C5}",psi:"\u03C8",puncsp:"\u2008",qfr:"\u{1D52E}",qint:"\u2A0C",qopf:"\u{1D562}",qprime:"\u2057",qscr:"\u{1D4C6}",quaternions:"\u210D",quatint:"\u2A16",quest:"?",questeq:"\u225F",quot:'"',rAarr:"\u21DB",rArr:"\u21D2",rAtail:"\u291C",rBarr:"\u290F",rHar:"\u2964",race:"\u223D\u0331",racute:"\u0155",radic:"\u221A",raemptyv:"\u29B3",rang:"\u27E9",rangd:"\u2992",range:"\u29A5",rangle:"\u27E9",raquo:"\xBB",rarr:"\u2192",rarrap:"\u2975",rarrb:"\u21E5",rarrbfs:"\u2920",rarrc:"\u2933",rarrfs:"\u291E",rarrhk:"\u21AA",rarrlp:"\u21AC",rarrpl:"\u2945",rarrsim:"\u2974",rarrtl:"\u21A3",rarrw:"\u219D",ratail:"\u291A",ratio:"\u2236",rationals:"\u211A",rbarr:"\u290D",rbbrk:"\u2773",rbrace:"}",rbrack:"]",rbrke:"\u298C",rbrksld:"\u298E",rbrkslu:"\u2990",rcaron:"\u0159",rcedil:"\u0157",rceil:"\u2309",rcub:"}",rcy:"\u0440",rdca:"\u2937",rdldhar:"\u2969",rdquo:"\u201D",rdquor:"\u201D",rdsh:"\u21B3",real:"\u211C",realine:"\u211B",realpart:"\u211C",reals:"\u211D",rect:"\u25AD",reg:"\xAE",rfisht:"\u297D",rfloor:"\u230B",rfr:"\u{1D52F}",rhard:"\u21C1",rharu:"\u21C0",rharul:"\u296C",rho:"\u03C1",rhov:"\u03F1",rightarrow:"\u2192",rightarrowtail:"\u21A3",rightharpoondown:"\u21C1",rightharpoonup:"\u21C0",rightleftarrows:"\u21C4",rightleftharpoons:"\u21CC",rightrightarrows:"\u21C9",rightsquigarrow:"\u219D",rightthreetimes:"\u22CC",ring:"\u02DA",risingdotseq:"\u2253",rlarr:"\u21C4",rlhar:"\u21CC",rlm:"\u200F",rmoust:"\u23B1",rmoustache:"\u23B1",rnmid:"\u2AEE",roang:"\u27ED",roarr:"\u21FE",robrk:"\u27E7",ropar:"\u2986",ropf:"\u{1D563}",roplus:"\u2A2E",rotimes:"\u2A35",rpar:")",rpargt:"\u2994",rppolint:"\u2A12",rrarr:"\u21C9",rsaquo:"\u203A",rscr:"\u{1D4C7}",rsh:"\u21B1",rsqb:"]",rsquo:"\u2019",rsquor:"\u2019",rthree:"\u22CC",rtimes:"\u22CA",rtri:"\u25B9",rtrie:"\u22B5",rtrif:"\u25B8",rtriltri:"\u29CE",ruluhar:"\u2968",rx:"\u211E",sacute:"\u015B",sbquo:"\u201A",sc:"\u227B",scE:"\u2AB4",scap:"\u2AB8",scaron:"\u0161",sccue:"\u227D",sce:"\u2AB0",scedil:"\u015F",scirc:"\u015D",scnE:"\u2AB6",scnap:"\u2ABA",scnsim:"\u22E9",scpolint:"\u2A13",scsim:"\u227F",scy:"\u0441",sdot:"\u22C5",sdotb:"\u22A1",sdote:"\u2A66",seArr:"\u21D8",searhk:"\u2925",searr:"\u2198",searrow:"\u2198",sect:"\xA7",semi:";",seswar:"\u2929",setminus:"\u2216",setmn:"\u2216",sext:"\u2736",sfr:"\u{1D530}",sfrown:"\u2322",sharp:"\u266F",shchcy:"\u0449",shcy:"\u0448",shortmid:"\u2223",shortparallel:"\u2225",shy:"\xAD",sigma:"\u03C3",sigmaf:"\u03C2",sigmav:"\u03C2",sim:"\u223C",simdot:"\u2A6A",sime:"\u2243",simeq:"\u2243",simg:"\u2A9E",simgE:"\u2AA0",siml:"\u2A9D",simlE:"\u2A9F",simne:"\u2246",simplus:"\u2A24",simrarr:"\u2972",slarr:"\u2190",smallsetminus:"\u2216",smashp:"\u2A33",smeparsl:"\u29E4",smid:"\u2223",smile:"\u2323",smt:"\u2AAA",smte:"\u2AAC",smtes:"\u2AAC\uFE00",softcy:"\u044C",sol:"/",solb:"\u29C4",solbar:"\u233F",sopf:"\u{1D564}",spades:"\u2660",spadesuit:"\u2660",spar:"\u2225",sqcap:"\u2293",sqcaps:"\u2293\uFE00",sqcup:"\u2294",sqcups:"\u2294\uFE00",sqsub:"\u228F",sqsube:"\u2291",sqsubset:"\u228F",sqsubseteq:"\u2291",sqsup:"\u2290",sqsupe:"\u2292",sqsupset:"\u2290",sqsupseteq:"\u2292",squ:"\u25A1",square:"\u25A1",squarf:"\u25AA",squf:"\u25AA",srarr:"\u2192",sscr:"\u{1D4C8}",ssetmn:"\u2216",ssmile:"\u2323",sstarf:"\u22C6",star:"\u2606",starf:"\u2605",straightepsilon:"\u03F5",straightphi:"\u03D5",strns:"\xAF",sub:"\u2282",subE:"\u2AC5",subdot:"\u2ABD",sube:"\u2286",subedot:"\u2AC3",submult:"\u2AC1",subnE:"\u2ACB",subne:"\u228A",subplus:"\u2ABF",subrarr:"\u2979",subset:"\u2282",subseteq:"\u2286",subseteqq:"\u2AC5",subsetneq:"\u228A",subsetneqq:"\u2ACB",subsim:"\u2AC7",subsub:"\u2AD5",subsup:"\u2AD3",succ:"\u227B",succapprox:"\u2AB8",succcurlyeq:"\u227D",succeq:"\u2AB0",succnapprox:"\u2ABA",succneqq:"\u2AB6",succnsim:"\u22E9",succsim:"\u227F",sum:"\u2211",sung:"\u266A",sup1:"\xB9",sup2:"\xB2",sup3:"\xB3",sup:"\u2283",supE:"\u2AC6",supdot:"\u2ABE",supdsub:"\u2AD8",supe:"\u2287",supedot:"\u2AC4",suphsol:"\u27C9",suphsub:"\u2AD7",suplarr:"\u297B",supmult:"\u2AC2",supnE:"\u2ACC",supne:"\u228B",supplus:"\u2AC0",supset:"\u2283",supseteq:"\u2287",supseteqq:"\u2AC6",supsetneq:"\u228B",supsetneqq:"\u2ACC",supsim:"\u2AC8",supsub:"\u2AD4",supsup:"\u2AD6",swArr:"\u21D9",swarhk:"\u2926",swarr:"\u2199",swarrow:"\u2199",swnwar:"\u292A",szlig:"\xDF",target:"\u2316",tau:"\u03C4",tbrk:"\u23B4",tcaron:"\u0165",tcedil:"\u0163",tcy:"\u0442",tdot:"\u20DB",telrec:"\u2315",tfr:"\u{1D531}",there4:"\u2234",therefore:"\u2234",theta:"\u03B8",thetasym:"\u03D1",thetav:"\u03D1",thickapprox:"\u2248",thicksim:"\u223C",thinsp:"\u2009",thkap:"\u2248",thksim:"\u223C",thorn:"\xFE",tilde:"\u02DC",times:"\xD7",timesb:"\u22A0",timesbar:"\u2A31",timesd:"\u2A30",tint:"\u222D",toea:"\u2928",top:"\u22A4",topbot:"\u2336",topcir:"\u2AF1",topf:"\u{1D565}",topfork:"\u2ADA",tosa:"\u2929",tprime:"\u2034",trade:"\u2122",triangle:"\u25B5",triangledown:"\u25BF",triangleleft:"\u25C3",trianglelefteq:"\u22B4",triangleq:"\u225C",triangleright:"\u25B9",trianglerighteq:"\u22B5",tridot:"\u25EC",trie:"\u225C",triminus:"\u2A3A",triplus:"\u2A39",trisb:"\u29CD",tritime:"\u2A3B",trpezium:"\u23E2",tscr:"\u{1D4C9}",tscy:"\u0446",tshcy:"\u045B",tstrok:"\u0167",twixt:"\u226C",twoheadleftarrow:"\u219E",twoheadrightarrow:"\u21A0",uArr:"\u21D1",uHar:"\u2963",uacute:"\xFA",uarr:"\u2191",ubrcy:"\u045E",ubreve:"\u016D",ucirc:"\xFB",ucy:"\u0443",udarr:"\u21C5",udblac:"\u0171",udhar:"\u296E",ufisht:"\u297E",ufr:"\u{1D532}",ugrave:"\xF9",uharl:"\u21BF",uharr:"\u21BE",uhblk:"\u2580",ulcorn:"\u231C",ulcorner:"\u231C",ulcrop:"\u230F",ultri:"\u25F8",umacr:"\u016B",uml:"\xA8",uogon:"\u0173",uopf:"\u{1D566}",uparrow:"\u2191",updownarrow:"\u2195",upharpoonleft:"\u21BF",upharpoonright:"\u21BE",uplus:"\u228E",upsi:"\u03C5",upsih:"\u03D2",upsilon:"\u03C5",upuparrows:"\u21C8",urcorn:"\u231D",urcorner:"\u231D",urcrop:"\u230E",uring:"\u016F",urtri:"\u25F9",uscr:"\u{1D4CA}",utdot:"\u22F0",utilde:"\u0169",utri:"\u25B5",utrif:"\u25B4",uuarr:"\u21C8",uuml:"\xFC",uwangle:"\u29A7",vArr:"\u21D5",vBar:"\u2AE8",vBarv:"\u2AE9",vDash:"\u22A8",vangrt:"\u299C",varepsilon:"\u03F5",varkappa:"\u03F0",varnothing:"\u2205",varphi:"\u03D5",varpi:"\u03D6",varpropto:"\u221D",varr:"\u2195",varrho:"\u03F1",varsigma:"\u03C2",varsubsetneq:"\u228A\uFE00",varsubsetneqq:"\u2ACB\uFE00",varsupsetneq:"\u228B\uFE00",varsupsetneqq:"\u2ACC\uFE00",vartheta:"\u03D1",vartriangleleft:"\u22B2",vartriangleright:"\u22B3",vcy:"\u0432",vdash:"\u22A2",vee:"\u2228",veebar:"\u22BB",veeeq:"\u225A",vellip:"\u22EE",verbar:"|",vert:"|",vfr:"\u{1D533}",vltri:"\u22B2",vnsub:"\u2282\u20D2",vnsup:"\u2283\u20D2",vopf:"\u{1D567}",vprop:"\u221D",vrtri:"\u22B3",vscr:"\u{1D4CB}",vsubnE:"\u2ACB\uFE00",vsubne:"\u228A\uFE00",vsupnE:"\u2ACC\uFE00",vsupne:"\u228B\uFE00",vzigzag:"\u299A",wcirc:"\u0175",wedbar:"\u2A5F",wedge:"\u2227",wedgeq:"\u2259",weierp:"\u2118",wfr:"\u{1D534}",wopf:"\u{1D568}",wp:"\u2118",wr:"\u2240",wreath:"\u2240",wscr:"\u{1D4CC}",xcap:"\u22C2",xcirc:"\u25EF",xcup:"\u22C3",xdtri:"\u25BD",xfr:"\u{1D535}",xhArr:"\u27FA",xharr:"\u27F7",xi:"\u03BE",xlArr:"\u27F8",xlarr:"\u27F5",xmap:"\u27FC",xnis:"\u22FB",xodot:"\u2A00",xopf:"\u{1D569}",xoplus:"\u2A01",xotime:"\u2A02",xrArr:"\u27F9",xrarr:"\u27F6",xscr:"\u{1D4CD}",xsqcup:"\u2A06",xuplus:"\u2A04",xutri:"\u25B3",xvee:"\u22C1",xwedge:"\u22C0",yacute:"\xFD",yacy:"\u044F",ycirc:"\u0177",ycy:"\u044B",yen:"\xA5",yfr:"\u{1D536}",yicy:"\u0457",yopf:"\u{1D56A}",yscr:"\u{1D4CE}",yucy:"\u044E",yuml:"\xFF",zacute:"\u017A",zcaron:"\u017E",zcy:"\u0437",zdot:"\u017C",zeetrf:"\u2128",zeta:"\u03B6",zfr:"\u{1D537}",zhcy:"\u0436",zigrarr:"\u21DD",zopf:"\u{1D56B}",zscr:"\u{1D4CF}",zwj:"\u200D",zwnj:"\u200C"};var Dr={}.hasOwnProperty;function kr(r){return Dr.call(lr,r)?lr[r]:!1}function B(r,e,n,t){let l=r.length,o=0,u;if(e<0?e=-e>l?0:l+e:e=e>l?l:e,n=n>0?n:0,t.length<1e4)u=Array.from(t),u.unshift(e,n),r.splice(...u);else for(n&&r.splice(e,n);o<t.length;)u=t.slice(o,o+1e4),u.unshift(e,0),r.splice(...u),o+=1e4,e+=1e4}function C(r,e){return r.length>0?(B(r,r.length,0,e),r):e}var wr={}.hasOwnProperty;function ot(r){let e={},n=-1;for(;++n<r.length;)Cr(e,r[n]);return e}function Cr(r,e){let n;for(n in e){let l=(wr.call(r,n)?r[n]:void 0)||(r[n]={}),o=e[n],u;if(o)for(u in o){wr.call(l,u)||(l[u]=[]);let p=o[u];Nr(l[u],Array.isArray(p)?p:p?[p]:[])}}}function Nr(r,e){let n=-1,t=[];for(;++n<e.length;)(e[n].add==="after"?r:t).push(e[n]);B(r,0,0,t)}function Z(r){return r.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}function or(r){if(r===null||E(r)||fr(r))return 1;if(gr(r))return 2}function nr(r,e,n){let t=[],l=-1;for(;++l<r.length;){let o=r[l].resolveAll;o&&!t.includes(o)&&(e=o(e,n),t.push(o))}return e}var W={partial:!0,tokenize:Br};function Br(r,e,n){return t;function t(o){return w(o)?y(r,l,"linePrefix")(o):l(o)}function l(o){return o===null||x(o)?e(o):n(o)}}var tr=class{constructor(e){this.left=e?[...e]:[],this.right=[]}get(e){if(e<0||e>=this.left.length+this.right.length)throw new RangeError("Cannot access index `"+e+"` in a splice buffer of size `"+(this.left.length+this.right.length)+"`");return e<this.left.length?this.left[e]:this.right[this.right.length-e+this.left.length-1]}get length(){return this.left.length+this.right.length}shift(){return this.setCursor(0),this.right.pop()}slice(e,n){let t=n??Number.POSITIVE_INFINITY;return t<this.left.length?this.left.slice(e,t):e>this.left.length?this.right.slice(this.right.length-t+this.left.length,this.right.length-e+this.left.length).reverse():this.left.slice(e).concat(this.right.slice(this.right.length-t+this.left.length).reverse())}splice(e,n,t){let l=n||0;this.setCursor(Math.trunc(e));let o=this.right.splice(this.right.length-l,Number.POSITIVE_INFINITY);return t&&K(this.left,t),o.reverse()}pop(){return this.setCursor(Number.POSITIVE_INFINITY),this.left.pop()}push(e){this.setCursor(Number.POSITIVE_INFINITY),this.left.push(e)}pushMany(e){this.setCursor(Number.POSITIVE_INFINITY),K(this.left,e)}unshift(e){this.setCursor(0),this.right.push(e)}unshiftMany(e){this.setCursor(0),K(this.right,e.reverse())}setCursor(e){if(!(e===this.left.length||e>this.left.length&&this.right.length===0||e<0&&this.left.length===0))if(e<this.left.length){let n=this.left.splice(e,Number.POSITIVE_INFINITY);K(this.right,n.reverse())}else{let n=this.right.splice(this.left.length+this.right.length-e,Number.POSITIVE_INFINITY);K(this.left,n.reverse())}}};function K(r,e){let n=0;if(e.length<1e4)r.push(...e);else for(;n<e.length;)r.push(...e.slice(n,n+1e4)),n+=1e4}function yr(r){let e={},n=-1,t,l,o,u,p,f,m,h=new tr(r);for(;++n<h.length;){for(;n in e;)n=e[n];if(t=h.get(n),n&&t[1].type==="chunkFlow"&&h.get(n-1)[1].type==="listItemPrefix"&&(f=t[1]._tokenizer.events,o=0,o<f.length&&f[o][1].type==="lineEndingBlank"&&(o+=2),o<f.length&&f[o][1].type==="content"))for(;++o<f.length&&f[o][1].type!=="content";)f[o][1].type==="chunkText"&&(f[o][1]._isInFirstContentOfListItem=!0,o++);if(t[0]==="enter")t[1].contentType&&(Object.assign(e,Rr(h,n)),n=e[n],m=!0);else if(t[1]._container){for(o=n,l=void 0;o--;)if(u=h.get(o),u[1].type==="lineEnding"||u[1].type==="lineEndingBlank")u[0]==="enter"&&(l&&(h.get(l)[1].type="lineEndingBlank"),u[1].type="lineEnding",l=o);else if(!(u[1].type==="linePrefix"||u[1].type==="listItemIndent"))break;l&&(t[1].end={...h.get(l)[1].start},p=h.slice(l,n),p.unshift(t),h.splice(l,n-l+1,p))}}return B(r,0,Number.POSITIVE_INFINITY,h.slice(0)),!m}function Rr(r,e){let n=r.get(e)[1],t=r.get(e)[2],l=e-1,o=[],u=n._tokenizer;u||(u=t.parser[n.contentType](n.start),n._contentTypeTextTrailing&&(u._contentTypeTextTrailing=!0));let p=u.events,f=[],m={},h,g,c=-1,s=n,d=0,q=0,A=[q];for(;s;){for(;r.get(++l)[1]!==s;);o.push(l),s._tokenizer||(h=t.sliceStream(s),s.next||h.push(null),g&&u.defineSkip(s.start),s._isInFirstContentOfListItem&&(u._gfmTasklistFirstContentOfListItem=!0),u.write(h),s._isInFirstContentOfListItem&&(u._gfmTasklistFirstContentOfListItem=void 0)),g=s,s=s.next}for(s=n;++c<p.length;)p[c][0]==="exit"&&p[c-1][0]==="enter"&&p[c][1].type===p[c-1][1].type&&p[c][1].start.line!==p[c][1].end.line&&(q=c+1,A.push(q),s._tokenizer=void 0,s.previous=void 0,s=s.next);for(u.events=[],s?(s._tokenizer=void 0,s.previous=void 0):A.pop(),c=A.length;c--;){let k=p.slice(A[c],A[c+1]),I=o.pop();f.push([I,I+k.length-1]),r.splice(I,2,k)}for(f.reverse(),c=-1;++c<f.length;)m[d+f[c][0]]=d+f[c][1],d+=f[c][1]-f[c][0]-1;return m}var vr={name:"attention",resolveAll:Pr,tokenize:Fr};function Pr(r,e){let n=-1,t,l,o,u,p,f,m,h;for(;++n<r.length;)if(r[n][0]==="enter"&&r[n][1].type==="attentionSequence"&&r[n][1]._close){for(t=n;t--;)if(r[t][0]==="exit"&&r[t][1].type==="attentionSequence"&&r[t][1]._open&&e.sliceSerialize(r[t][1]).charCodeAt(0)===e.sliceSerialize(r[n][1]).charCodeAt(0)){if((r[t][1]._close||r[n][1]._open)&&(r[n][1].end.offset-r[n][1].start.offset)%3&&!((r[t][1].end.offset-r[t][1].start.offset+r[n][1].end.offset-r[n][1].start.offset)%3))continue;f=r[t][1].end.offset-r[t][1].start.offset>1&&r[n][1].end.offset-r[n][1].start.offset>1?2:1;let g={...r[t][1].end},c={...r[n][1].start};Sr(g,-f),Sr(c,f),u={type:f>1?"strongSequence":"emphasisSequence",start:g,end:{...r[t][1].end}},p={type:f>1?"strongSequence":"emphasisSequence",start:{...r[n][1].start},end:c},o={type:f>1?"strongText":"emphasisText",start:{...r[t][1].end},end:{...r[n][1].start}},l={type:f>1?"strong":"emphasis",start:{...u.start},end:{...p.end}},r[t][1].end={...u.start},r[n][1].start={...p.end},m=[],r[t][1].end.offset-r[t][1].start.offset&&(m=C(m,[["enter",r[t][1],e],["exit",r[t][1],e]])),m=C(m,[["enter",l,e],["enter",u,e],["exit",u,e],["enter",o,e]]),m=C(m,nr(e.parser.constructs.insideSpan.null,r.slice(t+1,n),e)),m=C(m,[["exit",o,e],["enter",p,e],["exit",p,e],["exit",l,e]]),r[n][1].end.offset-r[n][1].start.offset?(h=2,m=C(m,[["enter",r[n][1],e],["exit",r[n][1],e]])):h=0,B(r,t-1,n-t+3,m),n=t+m.length-h-2;break}}for(n=-1;++n<r.length;)r[n][1].type==="attentionSequence"&&(r[n][1].type="data");return r}function Fr(r,e){let n=this.parser.constructs.attentionMarkers.null,t=this.previous,l=or(t),o;return u;function u(f){return o=f,r.enter("attentionSequence"),p(f)}function p(f){if(f===o)return r.consume(f),p;let m=r.exit("attentionSequence"),h=or(f),g=!h||h===2&&l||n.includes(f),c=!l||l===2&&h||n.includes(t);return m._open=!!(o===42?g:g&&(l||!c)),m._close=!!(o===42?c:c&&(h||!g)),e(f)}}function Sr(r,e){r.column+=e,r.offset+=e,r._bufferIndex+=e}var Vr={name:"autolink",tokenize:Or};function Or(r,e,n){let t=0;return l;function l(s){return r.enter("autolink"),r.enter("autolinkMarker"),r.consume(s),r.exit("autolinkMarker"),r.enter("autolinkProtocol"),o}function o(s){return D(s)?(r.consume(s),u):s===64?n(s):m(s)}function u(s){return s===43||s===45||s===46||T(s)?(t=1,p(s)):m(s)}function p(s){return s===58?(r.consume(s),t=0,f):(s===43||s===45||s===46||T(s))&&t++<32?(r.consume(s),p):(t=0,m(s))}function f(s){return s===62?(r.exit("autolinkProtocol"),r.enter("autolinkMarker"),r.consume(s),r.exit("autolinkMarker"),r.exit("autolink"),e):s===null||s===32||s===60||Y(s)?n(s):(r.consume(s),f)}function m(s){return s===64?(r.consume(s),h):cr(s)?(r.consume(s),m):n(s)}function h(s){return T(s)?g(s):n(s)}function g(s){return s===46?(r.consume(s),t=0,h):s===62?(r.exit("autolinkProtocol").type="autolinkEmail",r.enter("autolinkMarker"),r.consume(s),r.exit("autolinkMarker"),r.exit("autolink"),e):c(s)}function c(s){if((s===45||T(s))&&t++<63){let d=s===45?c:g;return r.consume(s),d}return n(s)}}var dr={continuation:{tokenize:Mr},exit:Hr,name:"blockQuote",tokenize:Ur};function Ur(r,e,n){let t=this;return l;function l(u){if(u===62){let p=t.containerState;return p.open||(r.enter("blockQuote",{_container:!0}),p.open=!0),r.enter("blockQuotePrefix"),r.enter("blockQuoteMarker"),r.consume(u),r.exit("blockQuoteMarker"),o}return n(u)}function o(u){return w(u)?(r.enter("blockQuotePrefixWhitespace"),r.consume(u),r.exit("blockQuotePrefixWhitespace"),r.exit("blockQuotePrefix"),e):(r.exit("blockQuotePrefix"),e(u))}}function Mr(r,e,n){let t=this;return l;function l(u){return w(u)?y(r,o,"linePrefix",t.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(u):o(u)}function o(u){return r.attempt(dr,e,n)(u)}}function Hr(r){r.exit("blockQuote")}var _r={name:"characterEscape",tokenize:Gr};function Gr(r,e,n){return t;function t(o){return r.enter("characterEscape"),r.enter("escapeMarker"),r.consume(o),r.exit("escapeMarker"),l}function l(o){return hr(o)?(r.enter("characterEscapeValue"),r.consume(o),r.exit("characterEscapeValue"),r.exit("characterEscape"),e):n(o)}}var Qr={name:"characterReference",tokenize:jr};function jr(r,e,n){let t=this,l=0,o,u;return p;function p(g){return r.enter("characterReference"),r.enter("characterReferenceMarker"),r.consume(g),r.exit("characterReferenceMarker"),f}function f(g){return g===35?(r.enter("characterReferenceMarkerNumeric"),r.consume(g),r.exit("characterReferenceMarkerNumeric"),m):(r.enter("characterReferenceValue"),o=31,u=T,h(g))}function m(g){return g===88||g===120?(r.enter("characterReferenceMarkerHexadecimal"),r.consume(g),r.exit("characterReferenceMarkerHexadecimal"),r.enter("characterReferenceValue"),o=6,u=mr,h):(r.enter("characterReferenceValue"),o=7,u=J,h(g))}function h(g){if(g===59&&l){let c=r.exit("characterReferenceValue");return u===T&&!kr(t.sliceSerialize(c))?n(g):(r.enter("characterReferenceMarker"),r.consume(g),r.exit("characterReferenceMarker"),r.exit("characterReference"),e)}return u(g)&&l++<o?(r.consume(g),h):n(g)}}var qr={partial:!0,tokenize:Jr},Wr={concrete:!0,name:"codeFenced",tokenize:Yr};function Yr(r,e,n){let t=this,l={partial:!0,tokenize:H},o=0,u=0,p;return f;function f(b){return m(b)}function m(b){let z=t.events[t.events.length-1];return o=z&&z[1].type==="linePrefix"?z[2].sliceSerialize(z[1],!0).length:0,p=b,r.enter("codeFenced"),r.enter("codeFencedFence"),r.enter("codeFencedFenceSequence"),h(b)}function h(b){return b===p?(u++,r.consume(b),h):u<3?n(b):(r.exit("codeFencedFenceSequence"),w(b)?y(r,g,"whitespace")(b):g(b))}function g(b){return b===null||x(b)?(r.exit("codeFencedFence"),t.interrupt?e(b):r.check(qr,q,O)(b)):(r.enter("codeFencedFenceInfo"),r.enter("chunkString",{contentType:"string"}),c(b))}function c(b){return b===null||x(b)?(r.exit("chunkString"),r.exit("codeFencedFenceInfo"),g(b)):w(b)?(r.exit("chunkString"),r.exit("codeFencedFenceInfo"),y(r,s,"whitespace")(b)):b===96&&b===p?n(b):(r.consume(b),c)}function s(b){return b===null||x(b)?g(b):(r.enter("codeFencedFenceMeta"),r.enter("chunkString",{contentType:"string"}),d(b))}function d(b){return b===null||x(b)?(r.exit("chunkString"),r.exit("codeFencedFenceMeta"),g(b)):b===96&&b===p?n(b):(r.consume(b),d)}function q(b){return r.attempt(l,O,A)(b)}function A(b){return r.enter("lineEnding"),r.consume(b),r.exit("lineEnding"),k}function k(b){return o>0&&w(b)?y(r,I,"linePrefix",o+1)(b):I(b)}function I(b){return b===null||x(b)?r.check(qr,q,O)(b):(r.enter("codeFlowValue"),N(b))}function N(b){return b===null||x(b)?(r.exit("codeFlowValue"),I(b)):(r.consume(b),N)}function O(b){return r.exit("codeFenced"),e(b)}function H(b,z,F){let R=0;return U;function U(S){return b.enter("lineEnding"),b.consume(S),b.exit("lineEnding"),M}function M(S){return b.enter("codeFencedFence"),w(S)?y(b,L,"linePrefix",t.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(S):L(S)}function L(S){return S===p?(b.enter("codeFencedFenceSequence"),P(S)):F(S)}function P(S){return S===p?(R++,b.consume(S),P):R>=u?(b.exit("codeFencedFenceSequence"),w(S)?y(b,_,"whitespace")(S):_(S)):F(S)}function _(S){return S===null||x(S)?(b.exit("codeFencedFence"),z(S)):F(S)}}}function Jr(r,e,n){let t=this;return l;function l(u){return u===null?n(u):(r.enter("lineEnding"),r.consume(u),r.exit("lineEnding"),o)}function o(u){return t.parser.lazy[t.now().line]?n(u):e(u)}}var Zr={name:"codeIndented",tokenize:Xr},Kr={partial:!0,tokenize:$r};function Xr(r,e,n){let t=this;return l;function l(m){return r.enter("codeIndented"),y(r,o,"linePrefix",5)(m)}function o(m){let h=t.events[t.events.length-1];return h&&h[1].type==="linePrefix"&&h[2].sliceSerialize(h[1],!0).length>=4?u(m):n(m)}function u(m){return m===null?f(m):x(m)?r.attempt(Kr,u,f)(m):(r.enter("codeFlowValue"),p(m))}function p(m){return m===null||x(m)?(r.exit("codeFlowValue"),u(m)):(r.consume(m),p)}function f(m){return r.exit("codeIndented"),e(m)}}function $r(r,e,n){let t=this;return l;function l(u){return t.parser.lazy[t.now().line]?n(u):x(u)?(r.enter("lineEnding"),r.consume(u),r.exit("lineEnding"),l):y(r,o,"linePrefix",5)(u)}function o(u){let p=t.events[t.events.length-1];return p&&p[1].type==="linePrefix"&&p[2].sliceSerialize(p[1],!0).length>=4?e(u):x(u)?l(u):n(u)}}var rn={name:"codeText",previous:tn,resolve:nn,tokenize:en};function nn(r){let e=r.length-4,n=3,t,l;if((r[n][1].type==="lineEnding"||r[n][1].type==="space")&&(r[e][1].type==="lineEnding"||r[e][1].type==="space")){for(t=n;++t<e;)if(r[t][1].type==="codeTextData"){r[n][1].type="codeTextPadding",r[e][1].type="codeTextPadding",n+=2,e-=2;break}}for(t=n-1,e++;++t<=e;)l===void 0?t!==e&&r[t][1].type!=="lineEnding"&&(l=t):(t===e||r[t][1].type==="lineEnding")&&(r[l][1].type="codeTextData",t!==l+2&&(r[l][1].end=r[t-1][1].end,r.splice(l+2,t-l-2),e-=t-l-2,t=l+2),l=void 0);return r}function tn(r){return r!==96||this.events[this.events.length-1][1].type==="characterEscape"}function en(r,e,n){let t=this,l=0,o,u;return p;function p(c){return r.enter("codeText"),r.enter("codeTextSequence"),f(c)}function f(c){return c===96?(r.consume(c),l++,f):(r.exit("codeTextSequence"),m(c))}function m(c){return c===null?n(c):c===32?(r.enter("space"),r.consume(c),r.exit("space"),m):c===96?(u=r.enter("codeTextSequence"),o=0,g(c)):x(c)?(r.enter("lineEnding"),r.consume(c),r.exit("lineEnding"),m):(r.enter("codeTextData"),h(c))}function h(c){return c===null||c===32||c===96||x(c)?(r.exit("codeTextData"),m(c)):(r.consume(c),h)}function g(c){return c===96?(r.consume(c),o++,g):o===l?(r.exit("codeTextSequence"),r.exit("codeText"),e(c)):(u.type="codeTextData",h(c))}}var an={resolve:ln,tokenize:on},un={partial:!0,tokenize:sn};function ln(r){return yr(r),r}function on(r,e){let n;return t;function t(p){return r.enter("content"),n=r.enter("chunkContent",{contentType:"content"}),l(p)}function l(p){return p===null?o(p):x(p)?r.check(un,u,o)(p):(r.consume(p),l)}function o(p){return r.exit("chunkContent"),r.exit("content"),e(p)}function u(p){return r.consume(p),r.exit("chunkContent"),n.next=r.enter("chunkContent",{contentType:"content",previous:n}),n=n.next,l}}function sn(r,e,n){let t=this;return l;function l(u){return r.exit("chunkContent"),r.enter("lineEnding"),r.consume(u),r.exit("lineEnding"),y(r,o,"linePrefix")}function o(u){if(u===null||x(u))return n(u);let p=t.events[t.events.length-1];return!t.parser.constructs.disable.null.includes("codeIndented")&&p&&p[1].type==="linePrefix"&&p[2].sliceSerialize(p[1],!0).length>=4?e(u):r.interrupt(t.parser.constructs.flow,n,e)(u)}}function er(r,e,n,t,l,o,u,p,f){let m=f||Number.POSITIVE_INFINITY,h=0;return g;function g(k){return k===60?(r.enter(t),r.enter(l),r.enter(o),r.consume(k),r.exit(o),c):k===null||k===32||k===41||Y(k)?n(k):(r.enter(t),r.enter(u),r.enter(p),r.enter("chunkString",{contentType:"string"}),q(k))}function c(k){return k===62?(r.enter(o),r.consume(k),r.exit(o),r.exit(l),r.exit(t),e):(r.enter(p),r.enter("chunkString",{contentType:"string"}),s(k))}function s(k){return k===62?(r.exit("chunkString"),r.exit(p),c(k)):k===null||k===60||x(k)?n(k):(r.consume(k),k===92?d:s)}function d(k){return k===60||k===62||k===92?(r.consume(k),s):s(k)}function q(k){return!h&&(k===null||k===41||E(k))?(r.exit("chunkString"),r.exit(p),r.exit(u),r.exit(t),e(k)):h<m&&k===40?(r.consume(k),h++,q):k===41?(r.consume(k),h--,q):k===null||k===32||k===40||Y(k)?n(k):(r.consume(k),k===92?A:q)}function A(k){return k===40||k===41||k===92?(r.consume(k),q):q(k)}}function ir(r,e,n,t,l,o){let u=this,p=0,f;return m;function m(s){return r.enter(t),r.enter(l),r.consume(s),r.exit(l),r.enter(o),h}function h(s){return p>999||s===null||s===91||s===93&&!f||s===94&&!p&&"_hiddenFootnoteSupport"in u.parser.constructs?n(s):s===93?(r.exit(o),r.enter(l),r.consume(s),r.exit(l),r.exit(t),e):x(s)?(r.enter("lineEnding"),r.consume(s),r.exit("lineEnding"),h):(r.enter("chunkString",{contentType:"string"}),g(s))}function g(s){return s===null||s===91||s===93||x(s)||p++>999?(r.exit("chunkString"),h(s)):(r.consume(s),f||(f=!w(s)),s===92?c:g)}function c(s){return s===91||s===92||s===93?(r.consume(s),p++,g):g(s)}}function ar(r,e,n,t,l,o){let u;return p;function p(c){return c===34||c===39||c===40?(r.enter(t),r.enter(l),r.consume(c),r.exit(l),u=c===40?41:c,f):n(c)}function f(c){return c===u?(r.enter(l),r.consume(c),r.exit(l),r.exit(t),e):(r.enter(o),m(c))}function m(c){return c===u?(r.exit(o),f(u)):c===null?n(c):x(c)?(r.enter("lineEnding"),r.consume(c),r.exit("lineEnding"),y(r,m,"linePrefix")):(r.enter("chunkString",{contentType:"string"}),h(c))}function h(c){return c===u||c===null||x(c)?(r.exit("chunkString"),m(c)):(r.consume(c),c===92?g:h)}function g(c){return c===u||c===92?(r.consume(c),h):h(c)}}function j(r,e){let n;return t;function t(l){return x(l)?(r.enter("lineEnding"),r.consume(l),r.exit("lineEnding"),n=!0,t):w(l)?y(r,t,n?"linePrefix":"lineSuffix")(l):e(l)}}var pn={name:"definition",tokenize:mn},cn={partial:!0,tokenize:hn};function mn(r,e,n){let t=this,l;return o;function o(s){return r.enter("definition"),u(s)}function u(s){return ir.call(t,r,p,n,"definitionLabel","definitionLabelMarker","definitionLabelString")(s)}function p(s){return l=Z(t.sliceSerialize(t.events[t.events.length-1][1]).slice(1,-1)),s===58?(r.enter("definitionMarker"),r.consume(s),r.exit("definitionMarker"),f):n(s)}function f(s){return E(s)?j(r,m)(s):m(s)}function m(s){return er(r,h,n,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(s)}function h(s){return r.attempt(cn,g,g)(s)}function g(s){return w(s)?y(r,c,"whitespace")(s):c(s)}function c(s){return s===null||x(s)?(r.exit("definition"),t.parser.defined.push(l),e(s)):n(s)}}function hn(r,e,n){return t;function t(p){return E(p)?j(r,l)(p):n(p)}function l(p){return ar(r,o,n,"definitionTitle","definitionTitleMarker","definitionTitleString")(p)}function o(p){return w(p)?y(r,u,"whitespace")(p):u(p)}function u(p){return p===null||x(p)?e(p):n(p)}}var gn={name:"hardBreakEscape",tokenize:fn};function fn(r,e,n){return t;function t(o){return r.enter("hardBreakEscape"),r.consume(o),l}function l(o){return x(o)?(r.exit("hardBreakEscape"),e(o)):n(o)}}var bn={name:"headingAtx",resolve:xn,tokenize:kn};function xn(r,e){let n=r.length-2,t=3,l,o;return r[t][1].type==="whitespace"&&(t+=2),n-2>t&&r[n][1].type==="whitespace"&&(n-=2),r[n][1].type==="atxHeadingSequence"&&(t===n-1||n-4>t&&r[n-2][1].type==="whitespace")&&(n-=t+1===n?2:4),n>t&&(l={type:"atxHeadingText",start:r[t][1].start,end:r[n][1].end},o={type:"chunkText",start:r[t][1].start,end:r[n][1].end,contentType:"text"},B(r,t,n-t+1,[["enter",l,e],["enter",o,e],["exit",o,e],["exit",l,e]])),r}function kn(r,e,n){let t=0;return l;function l(h){return r.enter("atxHeading"),o(h)}function o(h){return r.enter("atxHeadingSequence"),u(h)}function u(h){return h===35&&t++<6?(r.consume(h),u):h===null||E(h)?(r.exit("atxHeadingSequence"),p(h)):n(h)}function p(h){return h===35?(r.enter("atxHeadingSequence"),f(h)):h===null||x(h)?(r.exit("atxHeading"),e(h)):w(h)?y(r,p,"whitespace")(h):(r.enter("atxHeadingText"),m(h))}function f(h){return h===35?(r.consume(h),f):(r.exit("atxHeadingSequence"),p(h))}function m(h){return h===null||h===35||E(h)?(r.exit("atxHeadingText"),p(h)):(r.consume(h),m)}}var Er=["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"],sr=["pre","script","style","textarea"];var wn={concrete:!0,name:"htmlFlow",resolveTo:dn,tokenize:qn},yn={partial:!0,tokenize:Ln},Sn={partial:!0,tokenize:En};function dn(r){let e=r.length;for(;e--&&!(r[e][0]==="enter"&&r[e][1].type==="htmlFlow"););return e>1&&r[e-2][1].type==="linePrefix"&&(r[e][1].start=r[e-2][1].start,r[e+1][1].start=r[e-2][1].start,r.splice(e-2,2)),r}function qn(r,e,n){let t=this,l,o,u,p,f;return m;function m(a){return h(a)}function h(a){return r.enter("htmlFlow"),r.enter("htmlFlowData"),r.consume(a),g}function g(a){return a===33?(r.consume(a),c):a===47?(r.consume(a),o=!0,q):a===63?(r.consume(a),l=3,t.interrupt?e:i):D(a)?(r.consume(a),u=String.fromCharCode(a),A):n(a)}function c(a){return a===45?(r.consume(a),l=2,s):a===91?(r.consume(a),l=5,p=0,d):D(a)?(r.consume(a),l=4,t.interrupt?e:i):n(a)}function s(a){return a===45?(r.consume(a),t.interrupt?e:i):n(a)}function d(a){let Q="CDATA[";return a===Q.charCodeAt(p++)?(r.consume(a),p===Q.length?t.interrupt?e:L:d):n(a)}function q(a){return D(a)?(r.consume(a),u=String.fromCharCode(a),A):n(a)}function A(a){if(a===null||a===47||a===62||E(a)){let Q=a===47,Ar=u.toLowerCase();return!Q&&!o&&sr.includes(Ar)?(l=1,t.interrupt?e(a):L(a)):Er.includes(u.toLowerCase())?(l=6,Q?(r.consume(a),k):t.interrupt?e(a):L(a)):(l=7,t.interrupt&&!t.parser.lazy[t.now().line]?n(a):o?I(a):N(a))}return a===45||T(a)?(r.consume(a),u+=String.fromCharCode(a),A):n(a)}function k(a){return a===62?(r.consume(a),t.interrupt?e:L):n(a)}function I(a){return w(a)?(r.consume(a),I):U(a)}function N(a){return a===47?(r.consume(a),U):a===58||a===95||D(a)?(r.consume(a),O):w(a)?(r.consume(a),N):U(a)}function O(a){return a===45||a===46||a===58||a===95||T(a)?(r.consume(a),O):H(a)}function H(a){return a===61?(r.consume(a),b):w(a)?(r.consume(a),H):N(a)}function b(a){return a===null||a===60||a===61||a===62||a===96?n(a):a===34||a===39?(r.consume(a),f=a,z):w(a)?(r.consume(a),b):F(a)}function z(a){return a===f?(r.consume(a),f=null,R):a===null||x(a)?n(a):(r.consume(a),z)}function F(a){return a===null||a===34||a===39||a===47||a===60||a===61||a===62||a===96||E(a)?H(a):(r.consume(a),F)}function R(a){return a===47||a===62||w(a)?N(a):n(a)}function U(a){return a===62?(r.consume(a),M):n(a)}function M(a){return a===null||x(a)?L(a):w(a)?(r.consume(a),M):n(a)}function L(a){return a===45&&l===2?(r.consume(a),V):a===60&&l===1?(r.consume(a),v):a===62&&l===4?(r.consume(a),G):a===63&&l===3?(r.consume(a),i):a===93&&l===5?(r.consume(a),rr):x(a)&&(l===6||l===7)?(r.exit("htmlFlowData"),r.check(yn,ur,P)(a)):a===null||x(a)?(r.exit("htmlFlowData"),P(a)):(r.consume(a),L)}function P(a){return r.check(Sn,_,ur)(a)}function _(a){return r.enter("lineEnding"),r.consume(a),r.exit("lineEnding"),S}function S(a){return a===null||x(a)?P(a):(r.enter("htmlFlowData"),L(a))}function V(a){return a===45?(r.consume(a),i):L(a)}function v(a){return a===47?(r.consume(a),u="",$):L(a)}function $(a){if(a===62){let Q=u.toLowerCase();return sr.includes(Q)?(r.consume(a),G):L(a)}return D(a)&&u.length<8?(r.consume(a),u+=String.fromCharCode(a),$):L(a)}function rr(a){return a===93?(r.consume(a),i):L(a)}function i(a){return a===62?(r.consume(a),G):a===45&&l===2?(r.consume(a),i):L(a)}function G(a){return a===null||x(a)?(r.exit("htmlFlowData"),ur(a)):(r.consume(a),G)}function ur(a){return r.exit("htmlFlow"),e(a)}}function En(r,e,n){let t=this;return l;function l(u){return x(u)?(r.enter("lineEnding"),r.consume(u),r.exit("lineEnding"),o):n(u)}function o(u){return t.parser.lazy[t.now().line]?n(u):e(u)}}function Ln(r,e,n){return t;function t(l){return r.enter("lineEnding"),r.consume(l),r.exit("lineEnding"),r.attempt(W,e,n)}}var An={name:"htmlText",tokenize:Tn};function Tn(r,e,n){let t=this,l,o,u;return p;function p(i){return r.enter("htmlText"),r.enter("htmlTextData"),r.consume(i),f}function f(i){return i===33?(r.consume(i),m):i===47?(r.consume(i),H):i===63?(r.consume(i),N):D(i)?(r.consume(i),F):n(i)}function m(i){return i===45?(r.consume(i),h):i===91?(r.consume(i),o=0,d):D(i)?(r.consume(i),I):n(i)}function h(i){return i===45?(r.consume(i),s):n(i)}function g(i){return i===null?n(i):i===45?(r.consume(i),c):x(i)?(u=g,v(i)):(r.consume(i),g)}function c(i){return i===45?(r.consume(i),s):g(i)}function s(i){return i===62?V(i):i===45?c(i):g(i)}function d(i){let G="CDATA[";return i===G.charCodeAt(o++)?(r.consume(i),o===G.length?q:d):n(i)}function q(i){return i===null?n(i):i===93?(r.consume(i),A):x(i)?(u=q,v(i)):(r.consume(i),q)}function A(i){return i===93?(r.consume(i),k):q(i)}function k(i){return i===62?V(i):i===93?(r.consume(i),k):q(i)}function I(i){return i===null||i===62?V(i):x(i)?(u=I,v(i)):(r.consume(i),I)}function N(i){return i===null?n(i):i===63?(r.consume(i),O):x(i)?(u=N,v(i)):(r.consume(i),N)}function O(i){return i===62?V(i):N(i)}function H(i){return D(i)?(r.consume(i),b):n(i)}function b(i){return i===45||T(i)?(r.consume(i),b):z(i)}function z(i){return x(i)?(u=z,v(i)):w(i)?(r.consume(i),z):V(i)}function F(i){return i===45||T(i)?(r.consume(i),F):i===47||i===62||E(i)?R(i):n(i)}function R(i){return i===47?(r.consume(i),V):i===58||i===95||D(i)?(r.consume(i),U):x(i)?(u=R,v(i)):w(i)?(r.consume(i),R):V(i)}function U(i){return i===45||i===46||i===58||i===95||T(i)?(r.consume(i),U):M(i)}function M(i){return i===61?(r.consume(i),L):x(i)?(u=M,v(i)):w(i)?(r.consume(i),M):R(i)}function L(i){return i===null||i===60||i===61||i===62||i===96?n(i):i===34||i===39?(r.consume(i),l=i,P):x(i)?(u=L,v(i)):w(i)?(r.consume(i),L):(r.consume(i),_)}function P(i){return i===l?(r.consume(i),l=void 0,S):i===null?n(i):x(i)?(u=P,v(i)):(r.consume(i),P)}function _(i){return i===null||i===34||i===39||i===60||i===61||i===96?n(i):i===47||i===62||E(i)?R(i):(r.consume(i),_)}function S(i){return i===47||i===62||E(i)?R(i):n(i)}function V(i){return i===62?(r.consume(i),r.exit("htmlTextData"),r.exit("htmlText"),e):n(i)}function v(i){return r.exit("htmlTextData"),r.enter("lineEnding"),r.consume(i),r.exit("lineEnding"),$}function $(i){return w(i)?y(r,rr,"linePrefix",t.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(i):rr(i)}function rr(i){return r.enter("htmlTextData"),u(i)}}var X={name:"labelEnd",resolveAll:Cn,resolveTo:Nn,tokenize:Bn},In={tokenize:Rn},zn={tokenize:vn},Dn={tokenize:Pn};function Cn(r){let e=-1,n=[];for(;++e<r.length;){let t=r[e][1];if(n.push(r[e]),t.type==="labelImage"||t.type==="labelLink"||t.type==="labelEnd"){let l=t.type==="labelImage"?4:2;t.type="data",e+=l}}return r.length!==n.length&&B(r,0,r.length,n),r}function Nn(r,e){let n=r.length,t=0,l,o,u,p;for(;n--;)if(l=r[n][1],o){if(l.type==="link"||l.type==="labelLink"&&l._inactive)break;r[n][0]==="enter"&&l.type==="labelLink"&&(l._inactive=!0)}else if(u){if(r[n][0]==="enter"&&(l.type==="labelImage"||l.type==="labelLink")&&!l._balanced&&(o=n,l.type!=="labelLink")){t=2;break}}else l.type==="labelEnd"&&(u=n);let f={type:r[o][1].type==="labelLink"?"link":"image",start:{...r[o][1].start},end:{...r[r.length-1][1].end}},m={type:"label",start:{...r[o][1].start},end:{...r[u][1].end}},h={type:"labelText",start:{...r[o+t+2][1].end},end:{...r[u-2][1].start}};return p=[["enter",f,e],["enter",m,e]],p=C(p,r.slice(o+1,o+t+3)),p=C(p,[["enter",h,e]]),p=C(p,nr(e.parser.constructs.insideSpan.null,r.slice(o+t+4,u-3),e)),p=C(p,[["exit",h,e],r[u-2],r[u-1],["exit",m,e]]),p=C(p,r.slice(u+1)),p=C(p,[["exit",f,e]]),B(r,o,r.length,p),r}function Bn(r,e,n){let t=this,l=t.events.length,o,u;for(;l--;)if((t.events[l][1].type==="labelImage"||t.events[l][1].type==="labelLink")&&!t.events[l][1]._balanced){o=t.events[l][1];break}return p;function p(c){return o?o._inactive?g(c):(u=t.parser.defined.includes(Z(t.sliceSerialize({start:o.end,end:t.now()}))),r.enter("labelEnd"),r.enter("labelMarker"),r.consume(c),r.exit("labelMarker"),r.exit("labelEnd"),f):n(c)}function f(c){return c===40?r.attempt(In,h,u?h:g)(c):c===91?r.attempt(zn,h,u?m:g)(c):u?h(c):g(c)}function m(c){return r.attempt(Dn,h,g)(c)}function h(c){return e(c)}function g(c){return o._balanced=!0,n(c)}}function Rn(r,e,n){return t;function t(g){return r.enter("resource"),r.enter("resourceMarker"),r.consume(g),r.exit("resourceMarker"),l}function l(g){return E(g)?j(r,o)(g):o(g)}function o(g){return g===41?h(g):er(r,u,p,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(g)}function u(g){return E(g)?j(r,f)(g):h(g)}function p(g){return n(g)}function f(g){return g===34||g===39||g===40?ar(r,m,n,"resourceTitle","resourceTitleMarker","resourceTitleString")(g):h(g)}function m(g){return E(g)?j(r,h)(g):h(g)}function h(g){return g===41?(r.enter("resourceMarker"),r.consume(g),r.exit("resourceMarker"),r.exit("resource"),e):n(g)}}function vn(r,e,n){let t=this;return l;function l(p){return ir.call(t,r,o,u,"reference","referenceMarker","referenceString")(p)}function o(p){return t.parser.defined.includes(Z(t.sliceSerialize(t.events[t.events.length-1][1]).slice(1,-1)))?e(p):n(p)}function u(p){return n(p)}}function Pn(r,e,n){return t;function t(o){return r.enter("reference"),r.enter("referenceMarker"),r.consume(o),r.exit("referenceMarker"),l}function l(o){return o===93?(r.enter("referenceMarker"),r.consume(o),r.exit("referenceMarker"),r.exit("reference"),e):n(o)}}var Fn={name:"labelStartImage",resolveAll:X.resolveAll,tokenize:Vn};function Vn(r,e,n){let t=this;return l;function l(p){return r.enter("labelImage"),r.enter("labelImageMarker"),r.consume(p),r.exit("labelImageMarker"),o}function o(p){return p===91?(r.enter("labelMarker"),r.consume(p),r.exit("labelMarker"),r.exit("labelImage"),u):n(p)}function u(p){return p===94&&"_hiddenFootnoteSupport"in t.parser.constructs?n(p):e(p)}}var On={name:"labelStartLink",resolveAll:X.resolveAll,tokenize:Un};function Un(r,e,n){let t=this;return l;function l(u){return r.enter("labelLink"),r.enter("labelMarker"),r.consume(u),r.exit("labelMarker"),r.exit("labelLink"),o}function o(u){return u===94&&"_hiddenFootnoteSupport"in t.parser.constructs?n(u):e(u)}}var Mn={name:"lineEnding",tokenize:Hn};function Hn(r,e){return n;function n(t){return r.enter("lineEnding"),r.consume(t),r.exit("lineEnding"),y(r,e,"linePrefix")}}var pr={name:"thematicBreak",tokenize:_n};function _n(r,e,n){let t=0,l;return o;function o(m){return r.enter("thematicBreak"),u(m)}function u(m){return l=m,p(m)}function p(m){return m===l?(r.enter("thematicBreakSequence"),f(m)):t>=3&&(m===null||x(m))?(r.exit("thematicBreak"),e(m)):n(m)}function f(m){return m===l?(r.consume(m),t++,f):(r.exit("thematicBreakSequence"),w(m)?y(r,p,"whitespace")(m):p(m))}}var Lr={continuation:{tokenize:Wn},exit:Jn,name:"list",tokenize:jn},Gn={partial:!0,tokenize:Zn},Qn={partial:!0,tokenize:Yn};function jn(r,e,n){let t=this,l=t.events[t.events.length-1],o=l&&l[1].type==="linePrefix"?l[2].sliceSerialize(l[1],!0).length:0,u=0;return p;function p(s){let d=t.containerState.type||(s===42||s===43||s===45?"listUnordered":"listOrdered");if(d==="listUnordered"?!t.containerState.marker||s===t.containerState.marker:J(s)){if(t.containerState.type||(t.containerState.type=d,r.enter(d,{_container:!0})),d==="listUnordered")return r.enter("listItemPrefix"),s===42||s===45?r.check(pr,n,m)(s):m(s);if(!t.interrupt||s===49)return r.enter("listItemPrefix"),r.enter("listItemValue"),f(s)}return n(s)}function f(s){return J(s)&&++u<10?(r.consume(s),f):(!t.interrupt||u<2)&&(t.containerState.marker?s===t.containerState.marker:s===41||s===46)?(r.exit("listItemValue"),m(s)):n(s)}function m(s){return r.enter("listItemMarker"),r.consume(s),r.exit("listItemMarker"),t.containerState.marker=t.containerState.marker||s,r.check(W,t.interrupt?n:h,r.attempt(Gn,c,g))}function h(s){return t.containerState.initialBlankLine=!0,o++,c(s)}function g(s){return w(s)?(r.enter("listItemPrefixWhitespace"),r.consume(s),r.exit("listItemPrefixWhitespace"),c):n(s)}function c(s){return t.containerState.size=o+t.sliceSerialize(r.exit("listItemPrefix"),!0).length,e(s)}}function Wn(r,e,n){let t=this;return t.containerState._closeFlow=void 0,r.check(W,l,o);function l(p){return t.containerState.furtherBlankLines=t.containerState.furtherBlankLines||t.containerState.initialBlankLine,y(r,e,"listItemIndent",t.containerState.size+1)(p)}function o(p){return t.containerState.furtherBlankLines||!w(p)?(t.containerState.furtherBlankLines=void 0,t.containerState.initialBlankLine=void 0,u(p)):(t.containerState.furtherBlankLines=void 0,t.containerState.initialBlankLine=void 0,r.attempt(Qn,e,u)(p))}function u(p){return t.containerState._closeFlow=!0,t.interrupt=void 0,y(r,r.attempt(Lr,e,n),"linePrefix",t.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(p)}}function Yn(r,e,n){let t=this;return y(r,l,"listItemIndent",t.containerState.size+1);function l(o){let u=t.events[t.events.length-1];return u&&u[1].type==="listItemIndent"&&u[2].sliceSerialize(u[1],!0).length===t.containerState.size?e(o):n(o)}}function Jn(r){r.exit(this.containerState.type)}function Zn(r,e,n){let t=this;return y(r,l,"listItemPrefixWhitespace",t.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function l(o){let u=t.events[t.events.length-1];return!w(o)&&u&&u[1].type==="listItemPrefixWhitespace"?e(o):n(o)}}var Kn={name:"setextUnderline",resolveTo:Xn,tokenize:$n};function Xn(r,e){let n=r.length,t,l,o;for(;n--;)if(r[n][0]==="enter"){if(r[n][1].type==="content"){t=n;break}r[n][1].type==="paragraph"&&(l=n)}else r[n][1].type==="content"&&r.splice(n,1),!o&&r[n][1].type==="definition"&&(o=n);let u={type:"setextHeading",start:{...r[t][1].start},end:{...r[r.length-1][1].end}};return r[l][1].type="setextHeadingText",o?(r.splice(l,0,["enter",u,e]),r.splice(o+1,0,["exit",r[t][1],e]),r[t][1].end={...r[o][1].end}):r[t][1]=u,r.push(["exit",u,e]),r}function $n(r,e,n){let t=this,l;return o;function o(m){let h=t.events.length,g;for(;h--;)if(t.events[h][1].type!=="lineEnding"&&t.events[h][1].type!=="linePrefix"&&t.events[h][1].type!=="content"){g=t.events[h][1].type==="paragraph";break}return!t.parser.lazy[t.now().line]&&(t.interrupt||g)?(r.enter("setextHeadingLine"),l=m,u(m)):n(m)}function u(m){return r.enter("setextHeadingLineSequence"),p(m)}function p(m){return m===l?(r.consume(m),p):(r.exit("setextHeadingLineSequence"),w(m)?y(r,f,"lineSuffix")(m):f(m))}function f(m){return m===null||x(m)?(r.exit("setextHeadingLine"),e(m)):n(m)}}export{Ir as a,kr as b,B as c,C as d,ot as e,Z as f,or as g,nr as h,vr as i,Vr as j,W as k,dr as l,_r as m,Qr as n,Wr as o,Zr as p,rn as q,yr as r,an as s,pn as t,gn as u,bn as v,wn as w,An as x,X as y,Fn as z,On as A,Mn as B,pr as C,Lr as D,Kn as E};
@@ -1,9 +0,0 @@
1
- import{b as S,c as v,d as p,f as q,h as R}from"./chunk-YFL3W3OS.js";import{a as b}from"./chunk-R65AQGTF.js";var _=["area","base","basefont","bgsound","br","col","command","embed","frame","hr","image","img","input","keygen","link","meta","param","source","track","wbr"];var D={}.hasOwnProperty;function T(r,n){let e=n||{};function t(o,...a){let i=t.invalid,s=t.handlers;if(o&&D.call(o,r)){let m=String(o[r]);i=D.call(s,m)?s[m]:t.unknown}if(i)return i.call(this,o,...a)}return t.handlers=e.handlers||{},t.invalid=e.invalid,t.unknown=e.unknown,t}var tt=/["&'<>`]/g,et=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,rt=/[\x01-\t\v\f\x0E-\x1F\x7F\x81\x8D\x8F\x90\x9D\xA0-\uFFFF]/g,nt=/[|\\{}()[\]^$+*?.]/g,j=new WeakMap;function H(r,n){if(r=r.replace(n.subset?ot(n.subset):tt,t),n.subset||n.escapeOnly)return r;return r.replace(et,e).replace(rt,t);function e(o,a,i){return n.format((o.charCodeAt(0)-55296)*1024+o.charCodeAt(1)-56320+65536,i.charCodeAt(a+2),n)}function t(o,a,i){return n.format(o.charCodeAt(0),i.charCodeAt(a+1),n)}}function ot(r){let n=j.get(r);return n||(n=at(r),j.set(r,n)),n}function at(r){let n=[],e=-1;for(;++e<r.length;)n.push(r[e].replace(nt,"\\$&"));return new RegExp("(?:"+n.join("|")+")","g")}var it=/[\dA-Fa-f]/;function P(r,n,e){let t="&#x"+r.toString(16).toUpperCase();return e&&n&&!it.test(String.fromCharCode(n))?t:t+";"}var st=/\d/;function U(r,n,e){let t="&#"+String(r);return e&&n&&!st.test(String.fromCharCode(n))?t:t+";"}var k=["AElig","AMP","Aacute","Acirc","Agrave","Aring","Atilde","Auml","COPY","Ccedil","ETH","Eacute","Ecirc","Egrave","Euml","GT","Iacute","Icirc","Igrave","Iuml","LT","Ntilde","Oacute","Ocirc","Ograve","Oslash","Otilde","Ouml","QUOT","REG","THORN","Uacute","Ucirc","Ugrave","Uuml","Yacute","aacute","acirc","acute","aelig","agrave","amp","aring","atilde","auml","brvbar","ccedil","cedil","cent","copy","curren","deg","divide","eacute","ecirc","egrave","eth","euml","frac12","frac14","frac34","gt","iacute","icirc","iexcl","igrave","iquest","iuml","laquo","lt","macr","micro","middot","nbsp","not","ntilde","oacute","ocirc","ograve","ordf","ordm","oslash","otilde","ouml","para","plusmn","pound","quot","raquo","reg","sect","shy","sup1","sup2","sup3","szlig","thorn","times","uacute","ucirc","ugrave","uml","uuml","yacute","yen","yuml"];var d={nbsp:"\xA0",iexcl:"\xA1",cent:"\xA2",pound:"\xA3",curren:"\xA4",yen:"\xA5",brvbar:"\xA6",sect:"\xA7",uml:"\xA8",copy:"\xA9",ordf:"\xAA",laquo:"\xAB",not:"\xAC",shy:"\xAD",reg:"\xAE",macr:"\xAF",deg:"\xB0",plusmn:"\xB1",sup2:"\xB2",sup3:"\xB3",acute:"\xB4",micro:"\xB5",para:"\xB6",middot:"\xB7",cedil:"\xB8",sup1:"\xB9",ordm:"\xBA",raquo:"\xBB",frac14:"\xBC",frac12:"\xBD",frac34:"\xBE",iquest:"\xBF",Agrave:"\xC0",Aacute:"\xC1",Acirc:"\xC2",Atilde:"\xC3",Auml:"\xC4",Aring:"\xC5",AElig:"\xC6",Ccedil:"\xC7",Egrave:"\xC8",Eacute:"\xC9",Ecirc:"\xCA",Euml:"\xCB",Igrave:"\xCC",Iacute:"\xCD",Icirc:"\xCE",Iuml:"\xCF",ETH:"\xD0",Ntilde:"\xD1",Ograve:"\xD2",Oacute:"\xD3",Ocirc:"\xD4",Otilde:"\xD5",Ouml:"\xD6",times:"\xD7",Oslash:"\xD8",Ugrave:"\xD9",Uacute:"\xDA",Ucirc:"\xDB",Uuml:"\xDC",Yacute:"\xDD",THORN:"\xDE",szlig:"\xDF",agrave:"\xE0",aacute:"\xE1",acirc:"\xE2",atilde:"\xE3",auml:"\xE4",aring:"\xE5",aelig:"\xE6",ccedil:"\xE7",egrave:"\xE8",eacute:"\xE9",ecirc:"\xEA",euml:"\xEB",igrave:"\xEC",iacute:"\xED",icirc:"\xEE",iuml:"\xEF",eth:"\xF0",ntilde:"\xF1",ograve:"\xF2",oacute:"\xF3",ocirc:"\xF4",otilde:"\xF5",ouml:"\xF6",divide:"\xF7",oslash:"\xF8",ugrave:"\xF9",uacute:"\xFA",ucirc:"\xFB",uuml:"\xFC",yacute:"\xFD",thorn:"\xFE",yuml:"\xFF",fnof:"\u0192",Alpha:"\u0391",Beta:"\u0392",Gamma:"\u0393",Delta:"\u0394",Epsilon:"\u0395",Zeta:"\u0396",Eta:"\u0397",Theta:"\u0398",Iota:"\u0399",Kappa:"\u039A",Lambda:"\u039B",Mu:"\u039C",Nu:"\u039D",Xi:"\u039E",Omicron:"\u039F",Pi:"\u03A0",Rho:"\u03A1",Sigma:"\u03A3",Tau:"\u03A4",Upsilon:"\u03A5",Phi:"\u03A6",Chi:"\u03A7",Psi:"\u03A8",Omega:"\u03A9",alpha:"\u03B1",beta:"\u03B2",gamma:"\u03B3",delta:"\u03B4",epsilon:"\u03B5",zeta:"\u03B6",eta:"\u03B7",theta:"\u03B8",iota:"\u03B9",kappa:"\u03BA",lambda:"\u03BB",mu:"\u03BC",nu:"\u03BD",xi:"\u03BE",omicron:"\u03BF",pi:"\u03C0",rho:"\u03C1",sigmaf:"\u03C2",sigma:"\u03C3",tau:"\u03C4",upsilon:"\u03C5",phi:"\u03C6",chi:"\u03C7",psi:"\u03C8",omega:"\u03C9",thetasym:"\u03D1",upsih:"\u03D2",piv:"\u03D6",bull:"\u2022",hellip:"\u2026",prime:"\u2032",Prime:"\u2033",oline:"\u203E",frasl:"\u2044",weierp:"\u2118",image:"\u2111",real:"\u211C",trade:"\u2122",alefsym:"\u2135",larr:"\u2190",uarr:"\u2191",rarr:"\u2192",darr:"\u2193",harr:"\u2194",crarr:"\u21B5",lArr:"\u21D0",uArr:"\u21D1",rArr:"\u21D2",dArr:"\u21D3",hArr:"\u21D4",forall:"\u2200",part:"\u2202",exist:"\u2203",empty:"\u2205",nabla:"\u2207",isin:"\u2208",notin:"\u2209",ni:"\u220B",prod:"\u220F",sum:"\u2211",minus:"\u2212",lowast:"\u2217",radic:"\u221A",prop:"\u221D",infin:"\u221E",ang:"\u2220",and:"\u2227",or:"\u2228",cap:"\u2229",cup:"\u222A",int:"\u222B",there4:"\u2234",sim:"\u223C",cong:"\u2245",asymp:"\u2248",ne:"\u2260",equiv:"\u2261",le:"\u2264",ge:"\u2265",sub:"\u2282",sup:"\u2283",nsub:"\u2284",sube:"\u2286",supe:"\u2287",oplus:"\u2295",otimes:"\u2297",perp:"\u22A5",sdot:"\u22C5",lceil:"\u2308",rceil:"\u2309",lfloor:"\u230A",rfloor:"\u230B",lang:"\u2329",rang:"\u232A",loz:"\u25CA",spades:"\u2660",clubs:"\u2663",hearts:"\u2665",diams:"\u2666",quot:'"',amp:"&",lt:"<",gt:">",OElig:"\u0152",oelig:"\u0153",Scaron:"\u0160",scaron:"\u0161",Yuml:"\u0178",circ:"\u02C6",tilde:"\u02DC",ensp:"\u2002",emsp:"\u2003",thinsp:"\u2009",zwnj:"\u200C",zwj:"\u200D",lrm:"\u200E",rlm:"\u200F",ndash:"\u2013",mdash:"\u2014",lsquo:"\u2018",rsquo:"\u2019",sbquo:"\u201A",ldquo:"\u201C",rdquo:"\u201D",bdquo:"\u201E",dagger:"\u2020",Dagger:"\u2021",permil:"\u2030",lsaquo:"\u2039",rsaquo:"\u203A",euro:"\u20AC"};var F=["cent","copy","divide","gt","lt","not","para","times"];var B={}.hasOwnProperty,E={},h;for(h in d)B.call(d,h)&&(E[d[h]]=h);var ct=/[^\dA-Za-z]/;function z(r,n,e,t){let o=String.fromCharCode(r);if(B.call(E,o)){let a=E[o],i="&"+a;return e&&k.includes(a)&&!F.includes(a)&&(!t||n&&n!==61&&ct.test(String.fromCharCode(n)))?i:i+";"}return""}function I(r,n,e){let t=P(r,n,e.omitOptionalSemicolons),o;if((e.useNamedReferences||e.useShortestReferences)&&(o=z(r,n,e.omitOptionalSemicolons,e.attribute)),(e.useShortestReferences||!o)&&e.useShortestReferences){let a=U(r,n,e.omitOptionalSemicolons);a.length<t.length&&(t=a)}return o&&(!e.useShortestReferences||o.length<t.length)?o:t}function l(r,n){return H(r,Object.assign({format:I},n))}var mt=/^>|^->|<!--|-->|--!>|<!-$/g,lt=[">"],ut=["<",">"];function L(r,n,e,t){return t.settings.bogusComments?"<?"+l(r.value,Object.assign({},t.settings.characterReferences,{subset:lt}))+">":"<!--"+r.value.replace(mt,o)+"-->";function o(a){return l(a,Object.assign({},t.settings.characterReferences,{subset:ut}))}}function Y(r,n,e,t){return"<!"+(t.settings.upperDoctype?"DOCTYPE":"doctype")+(t.settings.tightDoctype?"":" ")+"html>"}var gt=/[ \t\n\f\r]/g;function u(r){return typeof r=="object"?r.type==="text"?G(r.value):!1:G(r)}function G(r){return r.replace(gt,"")===""}var c=M(1),A=M(-1),ft=[];function M(r){return n;function n(e,t,o){let a=e?e.children:ft,i=(t||0)+r,s=a[i];if(!o)for(;s&&u(s);)i+=r,s=a[i];return s}}var pt={}.hasOwnProperty;function y(r){return n;function n(e,t,o){return pt.call(r,e.tagName)&&r[e.tagName](e,t,o)}}var f=y({body:ht,caption:w,colgroup:w,dd:bt,dt:Nt,head:w,html:dt,li:xt,optgroup:Et,option:At,p:yt,rp:$,rt:$,tbody:Ct,td:V,tfoot:Ot,th:V,thead:wt,tr:St});function w(r,n,e){let t=c(e,n,!0);return!t||t.type!=="comment"&&!(t.type==="text"&&u(t.value.charAt(0)))}function dt(r,n,e){let t=c(e,n);return!t||t.type!=="comment"}function ht(r,n,e){let t=c(e,n);return!t||t.type!=="comment"}function yt(r,n,e){let t=c(e,n);return t?t.type==="element"&&(t.tagName==="address"||t.tagName==="article"||t.tagName==="aside"||t.tagName==="blockquote"||t.tagName==="details"||t.tagName==="div"||t.tagName==="dl"||t.tagName==="fieldset"||t.tagName==="figcaption"||t.tagName==="figure"||t.tagName==="footer"||t.tagName==="form"||t.tagName==="h1"||t.tagName==="h2"||t.tagName==="h3"||t.tagName==="h4"||t.tagName==="h5"||t.tagName==="h6"||t.tagName==="header"||t.tagName==="hgroup"||t.tagName==="hr"||t.tagName==="main"||t.tagName==="menu"||t.tagName==="nav"||t.tagName==="ol"||t.tagName==="p"||t.tagName==="pre"||t.tagName==="section"||t.tagName==="table"||t.tagName==="ul"):!e||!(e.type==="element"&&(e.tagName==="a"||e.tagName==="audio"||e.tagName==="del"||e.tagName==="ins"||e.tagName==="map"||e.tagName==="noscript"||e.tagName==="video"))}function xt(r,n,e){let t=c(e,n);return!t||t.type==="element"&&t.tagName==="li"}function Nt(r,n,e){let t=c(e,n);return!!(t&&t.type==="element"&&(t.tagName==="dt"||t.tagName==="dd"))}function bt(r,n,e){let t=c(e,n);return!t||t.type==="element"&&(t.tagName==="dt"||t.tagName==="dd")}function $(r,n,e){let t=c(e,n);return!t||t.type==="element"&&(t.tagName==="rp"||t.tagName==="rt")}function Et(r,n,e){let t=c(e,n);return!t||t.type==="element"&&t.tagName==="optgroup"}function At(r,n,e){let t=c(e,n);return!t||t.type==="element"&&(t.tagName==="option"||t.tagName==="optgroup")}function wt(r,n,e){let t=c(e,n);return!!(t&&t.type==="element"&&(t.tagName==="tbody"||t.tagName==="tfoot"))}function Ct(r,n,e){let t=c(e,n);return!t||t.type==="element"&&(t.tagName==="tbody"||t.tagName==="tfoot")}function Ot(r,n,e){return!c(e,n)}function St(r,n,e){let t=c(e,n);return!t||t.type==="element"&&t.tagName==="tr"}function V(r,n,e){let t=c(e,n);return!t||t.type==="element"&&(t.tagName==="td"||t.tagName==="th")}var Z=y({body:Rt,colgroup:_t,head:qt,html:vt,tbody:Dt});function vt(r){let n=c(r,-1);return!n||n.type!=="comment"}function qt(r){let n=new Set;for(let t of r.children)if(t.type==="element"&&(t.tagName==="base"||t.tagName==="title")){if(n.has(t.tagName))return!1;n.add(t.tagName)}let e=r.children[0];return!e||e.type==="element"}function Rt(r){let n=c(r,-1,!0);return!n||n.type!=="comment"&&!(n.type==="text"&&u(n.value.charAt(0)))&&!(n.type==="element"&&(n.tagName==="meta"||n.tagName==="link"||n.tagName==="script"||n.tagName==="style"||n.tagName==="template"))}function _t(r,n,e){let t=A(e,n),o=c(r,-1,!0);return e&&t&&t.type==="element"&&t.tagName==="colgroup"&&f(t,e.children.indexOf(t),e)?!1:!!(o&&o.type==="element"&&o.tagName==="col")}function Dt(r,n,e){let t=A(e,n),o=c(r,-1);return e&&t&&t.type==="element"&&(t.tagName==="thead"||t.tagName==="tbody")&&f(t,e.children.indexOf(t),e)?!1:!!(o&&o.type==="element"&&o.tagName==="tr")}var x={name:[[`
2
- \f\r &/=>`.split(""),`
3
- \f\r "&'/=>\``.split("")],[`\0
4
- \f\r "&'/<=>`.split(""),`\0
5
- \f\r "&'/<=>\``.split("")]],unquoted:[[`
6
- \f\r &>`.split(""),`\0
7
- \f\r "&'<=>\``.split("")],[`\0
8
- \f\r "&'<=>\``.split(""),`\0
9
- \f\r "&'<=>\``.split("")]],single:[["&'".split(""),"\"&'`".split("")],["\0&'".split(""),"\0\"&'`".split("")]],double:[['"&'.split(""),"\"&'`".split("")],['\0"&'.split(""),"\0\"&'`".split("")]]};function K(r,n,e,t){let o=t.schema,a=o.space==="svg"?!1:t.settings.omitOptionalTags,i=o.space==="svg"?t.settings.closeEmptyElements:t.settings.voids.includes(r.tagName.toLowerCase()),s=[],m;o.space==="html"&&r.tagName==="svg"&&(t.schema=p);let g=Tt(t,r.properties),O=t.all(o.space==="html"&&r.tagName==="template"?r.content:r);return t.schema=o,O&&(i=!1),(g||!a||!Z(r,n,e))&&(s.push("<",r.tagName,g?" "+g:""),i&&(o.space==="svg"||t.settings.closeSelfClosing)&&(m=g.charAt(g.length-1),(!t.settings.tightSelfClosing||m==="/"||m&&m!=='"'&&m!=="'")&&s.push(" "),s.push("/")),s.push(">")),s.push(O),!i&&(!a||!f(r,n,e))&&s.push("</"+r.tagName+">"),s.join("")}function Tt(r,n){let e=[],t=-1,o;if(n){for(o in n)if(n[o]!==null&&n[o]!==void 0){let a=jt(r,o,n[o]);a&&e.push(a)}}for(;++t<e.length;){let a=r.settings.tightAttributes?e[t].charAt(e[t].length-1):void 0;t!==e.length-1&&a!=='"'&&a!=="'"&&(e[t]+=" ")}return e.join("")}function jt(r,n,e){let t=S(r.schema,n),o=r.settings.allowParseErrors&&r.schema.space==="html"?0:1,a=r.settings.allowDangerousCharacters?0:1,i=r.quote,s;if(t.overloadedBoolean&&(e===t.attribute||e==="")?e=!0:(t.boolean||t.overloadedBoolean)&&(typeof e!="string"||e===t.attribute||e==="")&&(e=!!e),e==null||e===!1||typeof e=="number"&&Number.isNaN(e))return"";let m=l(t.attribute,Object.assign({},r.settings.characterReferences,{subset:x.name[o][a]}));return e===!0||(e=Array.isArray(e)?(t.commaSeparated?q:R)(e,{padLeft:!r.settings.tightCommaSeparatedLists}):String(e),r.settings.collapseEmptyAttributes&&!e)?m:(r.settings.preferUnquoted&&(s=l(e,Object.assign({},r.settings.characterReferences,{attribute:!0,subset:x.unquoted[o][a]}))),s!==e&&(r.settings.quoteSmart&&b(e,i)>b(e,r.alternative)&&(i=r.alternative),s=i+l(e,Object.assign({},r.settings.characterReferences,{subset:(i==="'"?x.single:x.double)[o][a],attribute:!0}))+i),m+(s&&"="+s))}var Ht=["<","&"];function N(r,n,e,t){return e&&e.type==="element"&&(e.tagName==="script"||e.tagName==="style")?r.value:l(r.value,Object.assign({},t.settings.characterReferences,{subset:Ht}))}function Q(r,n,e,t){return t.settings.allowDangerousHtml?r.value:N(r,n,e,t)}function W(r,n,e,t){return t.all(r)}var X=T("type",{invalid:Pt,unknown:Ut,handlers:{comment:L,doctype:Y,element:K,raw:Q,root:W,text:N}});function Pt(r){throw new Error("Expected node, not `"+r+"`")}function Ut(r){let n=r;throw new Error("Cannot compile unknown node `"+n.type+"`")}var kt={},Ft={},Bt=[];function C(r,n){let e=n||kt,t=e.quote||'"',o=t==='"'?"'":'"';if(t!=='"'&&t!=="'")throw new Error("Invalid quote `"+t+"`, expected `'` or `\"`");return{one:zt,all:It,settings:{omitOptionalTags:e.omitOptionalTags||!1,allowParseErrors:e.allowParseErrors||!1,allowDangerousCharacters:e.allowDangerousCharacters||!1,quoteSmart:e.quoteSmart||!1,preferUnquoted:e.preferUnquoted||!1,tightAttributes:e.tightAttributes||!1,upperDoctype:e.upperDoctype||!1,tightDoctype:e.tightDoctype||!1,bogusComments:e.bogusComments||!1,tightCommaSeparatedLists:e.tightCommaSeparatedLists||!1,tightSelfClosing:e.tightSelfClosing||!1,collapseEmptyAttributes:e.collapseEmptyAttributes||!1,allowDangerousHtml:e.allowDangerousHtml||!1,voids:e.voids||_,characterReferences:e.characterReferences||Ft,closeSelfClosing:e.closeSelfClosing||!1,closeEmptyElements:e.closeEmptyElements||!1},schema:e.space==="svg"?p:v,quote:t,alternative:o}.one(Array.isArray(r)?{type:"root",children:r}:r,void 0,void 0)}function zt(r,n,e){return X(r,n,e,this)}function It(r){let n=[],e=r&&r.children||Bt,t=-1;for(;++t<e.length;)n[t]=this.one(e[t],t,r);return n.join("")}function J(r){let n=this,e={...n.data("settings"),...r};n.compiler=t;function t(o){return C(o,e)}}export{J as a};
@@ -1 +0,0 @@
1
- import{c as A}from"./chunk-NM6J3ND7.js";var m=class{constructor(e,r,a){this.normal=r,this.property=e,a&&(this.space=a)}};m.prototype.normal={};m.prototype.property={};m.prototype.space=void 0;function C(l,e){let r={},a={};for(let p of l)Object.assign(r,p.property),Object.assign(a,p.normal);return new m(r,a,e)}function v(l){return l.toLowerCase()}var u=class{constructor(e,r){this.attribute=r,this.property=e}};u.prototype.attribute="";u.prototype.booleanish=!1;u.prototype.boolean=!1;u.prototype.commaOrSpaceSeparated=!1;u.prototype.commaSeparated=!1;u.prototype.defined=!1;u.prototype.mustUseProperty=!1;u.prototype.number=!1;u.prototype.overloadedBoolean=!1;u.prototype.property="";u.prototype.spaceSeparated=!1;u.prototype.space=void 0;var x={};A(x,{boolean:()=>o,booleanish:()=>i,commaOrSpaceSeparated:()=>c,commaSeparated:()=>h,number:()=>n,overloadedBoolean:()=>k,spaceSeparated:()=>t});var U=0,o=f(),i=f(),k=f(),n=f(),t=f(),h=f(),c=f();function f(){return 2**++U}var w=Object.keys(x),y=class extends u{constructor(e,r,a,p){let s=-1;if(super(e,r),O(this,"space",p),typeof a=="number")for(;++s<w.length;){let g=w[s];O(this,w[s],(a&x[g])===x[g])}}};y.prototype.defined=!0;function O(l,e,r){r&&(l[e]=r)}function d(l){let e={},r={};for(let[a,p]of Object.entries(l.properties)){let s=new y(a,l.transform(l.attributes||{},a),p,l.space);l.mustUseProperty&&l.mustUseProperty.includes(a)&&(s.mustUseProperty=!0),e[a]=s,r[v(a)]=a,r[v(s.attribute)]=a}return new m(e,r,l.space)}var P=d({properties:{ariaActiveDescendant:null,ariaAtomic:i,ariaAutoComplete:null,ariaBusy:i,ariaChecked:i,ariaColCount:n,ariaColIndex:n,ariaColSpan:n,ariaControls:t,ariaCurrent:null,ariaDescribedBy:t,ariaDetails:null,ariaDisabled:i,ariaDropEffect:t,ariaErrorMessage:null,ariaExpanded:i,ariaFlowTo:t,ariaGrabbed:i,ariaHasPopup:null,ariaHidden:i,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:t,ariaLevel:n,ariaLive:null,ariaModal:i,ariaMultiLine:i,ariaMultiSelectable:i,ariaOrientation:null,ariaOwns:t,ariaPlaceholder:null,ariaPosInSet:n,ariaPressed:i,ariaReadOnly:i,ariaRelevant:null,ariaRequired:i,ariaRoleDescription:t,ariaRowCount:n,ariaRowIndex:n,ariaRowSpan:n,ariaSelected:i,ariaSetSize:n,ariaSort:null,ariaValueMax:n,ariaValueMin:n,ariaValueNow:n,ariaValueText:null,role:null},transform(l,e){return e==="role"?e:"aria-"+e.slice(4).toLowerCase()}});function S(l,e){return e in l?l[e]:e}function b(l,e){return S(l,e.toLowerCase())}var R=d({attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:h,acceptCharset:t,accessKey:t,action:null,allow:null,allowFullScreen:o,allowPaymentRequest:o,allowUserMedia:o,alt:null,as:null,async:o,autoCapitalize:null,autoComplete:t,autoFocus:o,autoPlay:o,blocking:t,capture:null,charSet:null,checked:o,cite:null,className:t,cols:n,colSpan:null,content:null,contentEditable:i,controls:o,controlsList:t,coords:n|h,crossOrigin:null,data:null,dateTime:null,decoding:null,default:o,defer:o,dir:null,dirName:null,disabled:o,download:k,draggable:i,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:o,formTarget:null,headers:t,height:n,hidden:k,high:n,href:null,hrefLang:null,htmlFor:t,httpEquiv:t,id:null,imageSizes:null,imageSrcSet:null,inert:o,inputMode:null,integrity:null,is:null,isMap:o,itemId:null,itemProp:t,itemRef:t,itemScope:o,itemType:t,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:o,low:n,manifest:null,max:null,maxLength:n,media:null,method:null,min:null,minLength:n,multiple:o,muted:o,name:null,nonce:null,noModule:o,noValidate:o,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforeMatch:null,onBeforePrint:null,onBeforeToggle:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextLost:null,onContextMenu:null,onContextRestored:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onScrollEnd:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:o,optimum:n,pattern:null,ping:t,placeholder:null,playsInline:o,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:o,referrerPolicy:null,rel:t,required:o,reversed:o,rows:n,rowSpan:n,sandbox:t,scope:null,scoped:o,seamless:o,selected:o,shadowRootClonable:o,shadowRootDelegatesFocus:o,shadowRootMode:null,shape:null,size:n,sizes:null,slot:null,span:n,spellCheck:i,src:null,srcDoc:null,srcLang:null,srcSet:null,start:n,step:null,style:null,tabIndex:n,target:null,title:null,translate:null,type:null,typeMustMatch:o,useMap:null,value:i,width:n,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:t,axis:null,background:null,bgColor:null,border:n,borderColor:null,bottomMargin:n,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:o,declare:o,event:null,face:null,frame:null,frameBorder:null,hSpace:n,leftMargin:n,link:null,longDesc:null,lowSrc:null,marginHeight:n,marginWidth:n,noResize:o,noHref:o,noShade:o,noWrap:o,object:null,profile:null,prompt:null,rev:null,rightMargin:n,rules:null,scheme:null,scrolling:i,standby:null,summary:null,text:null,topMargin:n,valueType:null,version:null,vAlign:null,vLink:null,vSpace:n,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:o,disableRemotePlayback:o,prefix:null,property:null,results:n,security:null,unselectable:null},space:"html",transform:b});var T=d({attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",transformOrigin:"transform-origin",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},properties:{about:c,accentHeight:n,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:n,amplitude:n,arabicForm:null,ascent:n,attributeName:null,attributeType:null,azimuth:n,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:n,by:null,calcMode:null,capHeight:n,className:t,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:n,diffuseConstant:n,direction:null,display:null,dur:null,divisor:n,dominantBaseline:null,download:o,dx:null,dy:null,edgeMode:null,editable:null,elevation:n,enableBackground:null,end:null,event:null,exponent:n,externalResourcesRequired:null,fill:null,fillOpacity:n,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:h,g2:h,glyphName:h,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:n,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:n,horizOriginX:n,horizOriginY:n,id:null,ideographic:n,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:n,k:n,k1:n,k2:n,k3:n,k4:n,kernelMatrix:c,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:n,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:n,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:n,overlineThickness:n,paintOrder:null,panose1:null,path:null,pathLength:n,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:t,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:n,pointsAtY:n,pointsAtZ:n,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:c,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:c,rev:c,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:c,requiredFeatures:c,requiredFonts:c,requiredFormats:c,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:n,specularExponent:n,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:n,strikethroughThickness:n,string:null,stroke:null,strokeDashArray:c,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:n,strokeOpacity:n,strokeWidth:null,style:null,surfaceScale:n,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:c,tabIndex:n,tableValues:null,target:null,targetX:n,targetY:n,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:c,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:n,underlineThickness:n,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:n,values:null,vAlphabetic:n,vMathematical:n,vectorEffect:null,vHanging:n,vIdeographic:n,version:null,vertAdvY:n,vertOriginX:n,vertOriginY:n,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:n,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:"svg",transform:S});var L=d({properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null},space:"xlink",transform(l,e){return"xlink:"+e.slice(5).toLowerCase()}});var M=d({attributes:{xmlnsxlink:"xmlns:xlink"},properties:{xmlnsXLink:null,xmlns:null},space:"xmlns",transform:b});var D=d({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:"xml",transform(l,e){return"xml:"+e.slice(3).toLowerCase()}});var z=/[A-Z]/g,E=/-[a-z]/g,B=/^data[-\w.:]+$/i;function I(l,e){let r=v(e),a=e,p=u;if(r in l.normal)return l.property[l.normal[r]];if(r.length>4&&r.slice(0,4)==="data"&&B.test(e)){if(e.charAt(4)==="-"){let s=e.slice(5).replace(E,F);a="data"+s.charAt(0).toUpperCase()+s.slice(1)}else{let s=e.slice(4);if(!E.test(s)){let g=s.replace(z,H);g.charAt(0)!=="-"&&(g="-"+g),e="data"+g}}p=y}return new p(a,e)}function H(l){return"-"+l.toLowerCase()}function F(l){return l.charAt(1).toUpperCase()}var Rn=C([P,R,L,M,D],"html"),Tn=C([P,T,L,M,D],"svg");function zn(l){let e=[],r=String(l||""),a=r.indexOf(","),p=0,s=!1;for(;!s;){a===-1&&(a=r.length,s=!0);let g=r.slice(p,a).trim();(g||!s)&&e.push(g),p=a+1,a=r.indexOf(",",p)}return e}function Bn(l,e){let r=e||{};return(l[l.length-1]===""?[...l,""]:l).join((r.padRight?" ":"")+","+(r.padLeft===!1?"":" ")).trim()}function Hn(l){let e=String(l||"").trim();return e?e.split(/[ \t\n\r\f]+/g):[]}function Fn(l){return l.join(" ").trim()}export{v as a,I as b,Rn as c,Tn as d,zn as e,Bn as f,Hn as g,Fn as h};
@@ -1 +0,0 @@
1
- var E=(function(n){if(n==null)return S;if(typeof n=="function")return I(n);if(typeof n=="object")return Array.isArray(n)?A(n):j(n);if(typeof n=="string")return F(n);throw new Error("Expected function, string, or object as test")});function A(n){let e=[],t=-1;for(;++t<n.length;)e[t]=E(n[t]);return I(r);function r(...o){let i=-1;for(;++i<e.length;)if(e[i].apply(this,o))return!0;return!1}}function j(n){let e=n;return I(t);function t(r){let o=r,i;for(i in n)if(o[i]!==e[i])return!1;return!0}}function F(n){return I(e);function e(t){return t&&t.type===n}}function I(n){return e;function e(t,r,o){return!!(C(t)&&n.call(this,t,typeof r=="number"?r:void 0,o||void 0))}}function S(){return!0}function C(n){return n!==null&&typeof n=="object"&&"type"in n}function P(n){return"\x1B[33m"+n+"\x1B[39m"}var T=[],g=!0,h=!1,x="skip";function N(n,e,t,r){let o;typeof e=="function"&&typeof t!="function"?(r=t,t=e):o=e;let i=E(o),d=r?-1:1;a(n,void 0,[])();function a(f,m,c){let l=f&&typeof f=="object"?f:{};if(typeof l.type=="string"){let u=typeof l.tagName=="string"?l.tagName:typeof l.name=="string"?l.name:void 0;Object.defineProperty(b,"name",{value:"node ("+P(f.type+(u?"<"+u+">":""))+")"})}return b;function b(){let u=T,y,p,w;if((!e||i(f,m,c[c.length-1]||void 0))&&(u=K(t(f,c)),u[0]===h))return u;if("children"in f&&f.children){let s=f;if(s.children&&u[0]!==x)for(p=(r?s.children.length:-1)+d,w=c.concat(s);p>-1&&p<s.children.length;){let k=s.children[p];if(y=a(k,p,w)(),y[0]===h)return y;p=typeof y[1]=="number"?y[1]:p+d}}return u}}}function K(n){return Array.isArray(n)?n:typeof n=="number"?[g,n]:n==null?T:[n]}function U(n,e,t,r){let o,i,d;typeof e=="function"&&typeof t!="function"?(i=void 0,d=e,o=t):(i=e,d=t,o=r),N(n,i,a,o);function a(f,m){let c=m[m.length-1],l=c?c.children.indexOf(f):void 0;return d(f,l,c)}}export{E as a,g as b,h as c,x as d,N as e,U as f};
@@ -1 +0,0 @@
1
- import{a,b}from"./chunk-EFKQH5UR.js";import"./chunk-DFROP2PD.js";import"./chunk-3P5X57NT.js";import"./chunk-CVKZIRZW.js";import"./chunk-DJGIYXVP.js";import"./chunk-URO5RPHJ.js";import"./chunk-YFL3W3OS.js";import"./chunk-3VL755NO.js";import"./chunk-2LPNL4GA.js";import"./chunk-MHCTK6WW.js";import"./chunk-R6G2575A.js";import"./chunk-AK6TXLWO.js";import"./chunk-PUOHPY5L.js";import"./chunk-R65AQGTF.js";import"./chunk-TRGQPVRY.js";import"./chunk-CN4F5HOV.js";import"./chunk-LLCWR7UA.js";import"./chunk-PARPCLXM.js";import"./chunk-IENSDROB.js";import"./chunk-5DPTQTJJ.js";import"./chunk-Z4LVGK7Y.js";import"./chunk-NM6J3ND7.js";export{a as convertPluginResultToDOCX,b as default};
@@ -1 +0,0 @@
1
- import{b as a}from"./chunk-CVKZIRZW.js";import"./chunk-DJGIYXVP.js";import"./chunk-Z4LVGK7Y.js";import"./chunk-NM6J3ND7.js";export{a as default};
@@ -1 +0,0 @@
1
- import{a}from"./chunk-3P5X57NT.js";import"./chunk-DJGIYXVP.js";import"./chunk-YFL3W3OS.js";import"./chunk-MHCTK6WW.js";import"./chunk-AK6TXLWO.js";import"./chunk-Z4LVGK7Y.js";import"./chunk-NM6J3ND7.js";export{a as default};
@@ -1 +0,0 @@
1
- import{a}from"./chunk-URO5RPHJ.js";import"./chunk-YFL3W3OS.js";import"./chunk-R65AQGTF.js";import"./chunk-NM6J3ND7.js";export{a as default};
@@ -1 +0,0 @@
1
- import{b as a}from"./chunk-PUOHPY5L.js";import"./chunk-R65AQGTF.js";import"./chunk-TRGQPVRY.js";import"./chunk-LLCWR7UA.js";import"./chunk-PARPCLXM.js";import"./chunk-IENSDROB.js";import"./chunk-Z4LVGK7Y.js";import"./chunk-NM6J3ND7.js";export{a as default};
@@ -1 +0,0 @@
1
- import{a}from"./chunk-CN4F5HOV.js";import"./chunk-LLCWR7UA.js";import"./chunk-PARPCLXM.js";import"./chunk-IENSDROB.js";import"./chunk-NM6J3ND7.js";export{a as default};
@@ -1 +0,0 @@
1
- import{a}from"./chunk-R6G2575A.js";import"./chunk-AK6TXLWO.js";import"./chunk-TRGQPVRY.js";import"./chunk-PARPCLXM.js";import"./chunk-IENSDROB.js";import"./chunk-NM6J3ND7.js";export{a as default};
@@ -1 +0,0 @@
1
- import{a,b,c,d}from"./chunk-DFROP2PD.js";import"./chunk-IENSDROB.js";import"./chunk-Z4LVGK7Y.js";import"./chunk-NM6J3ND7.js";export{d as default,b as defaultFootnoteBackContent,c as defaultFootnoteBackLabel,a as defaultHandlers};