claude-code-session-manager 0.10.2 → 0.11.0
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.
- package/dist/assets/TiptapBody-CAJSNRPs.js +189 -0
- package/dist/assets/{cssMode-DyodRfD-.js → cssMode-o7rZCrm4.js} +1 -1
- package/dist/assets/{freemarker2-D1H1ixRK.js → freemarker2-CgmCS5Wh.js} +1 -1
- package/dist/assets/{handlebars-wnlxpTlt.js → handlebars-BcPLqhPv.js} +1 -1
- package/dist/assets/{html-Dv_oA_OQ.js → html-CC9xWnC3.js} +1 -1
- package/dist/assets/{htmlMode-DGXsu2-V.js → htmlMode-DEgCqH7k.js} +1 -1
- package/dist/assets/{index-oiSqLrkZ.js → index-C7ljEoqc.js} +1223 -1192
- package/dist/assets/{index-CcRP2nIC.css → index-CH3K1pkS.css} +1 -1
- package/dist/assets/{javascript-CxejmYhM.js → javascript-CjwqkQrn.js} +1 -1
- package/dist/assets/{jsonMode-ztPfF7kI.js → jsonMode-BYTLu76d.js} +4 -4
- package/dist/assets/{liquid-DvtfrYeo.js → liquid-wbQUuJwT.js} +1 -1
- package/dist/assets/{lspLanguageFeatures-mIBTKOZq.js → lspLanguageFeatures-BJGMI7Xu.js} +1 -1
- package/dist/assets/{mdx-DTebMWEJ.js → mdx-DcDstgPF.js} +1 -1
- package/dist/assets/{python-zea5QgfT.js → python-B96yyM_5.js} +1 -1
- package/dist/assets/{razor-DODk3om_.js → razor-C7aRIxIE.js} +1 -1
- package/dist/assets/{tsMode-BQGo_Gc8.js → tsMode-B3UYlGaL.js} +1 -1
- package/dist/assets/{typescript-Cfo1NBg6.js → typescript-CV587TvC.js} +1 -1
- package/dist/assets/{xml-D1RKIHcE.js → xml-PWUJecBf.js} +1 -1
- package/dist/assets/{yaml-B8MoJlND.js → yaml-D8bBNHE4.js} +1 -1
- package/dist/index.html +2 -2
- package/package.json +5 -1
- package/src/main/agentMemory.cjs +267 -0
- package/src/main/docEditor.cjs +92 -0
- package/src/main/files.cjs +346 -0
- package/src/main/git.cjs +333 -0
- package/src/main/historyAggregator.cjs +70 -0
- package/src/main/index.cjs +66 -0
- package/src/main/ipcSchemas.cjs +75 -0
- package/src/main/projectSkills.cjs +124 -0
- package/src/main/scheduler.cjs +155 -11
- package/src/main/superagent.cjs +202 -0
- package/src/main/transcripts.cjs +8 -1
- package/src/preload/api.d.ts +215 -0
- package/src/preload/index.cjs +54 -0
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
import{h as Ql,r as G,b as Ft,e as bf,j as R,c as kf,g as xf}from"./index-C7ljEoqc.js";var Ii={exports:{}},Ri={};/**
|
|
2
|
+
* @license React
|
|
3
|
+
* use-sync-external-store-shim.production.js
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the MIT license found in the
|
|
8
|
+
* LICENSE file in the root directory of this source tree.
|
|
9
|
+
*/var Zo;function yf(){if(Zo)return Ri;Zo=1;var t=Ql();function e(d,h){return d===h&&(d!==0||1/d===1/h)||d!==d&&h!==h}var n=typeof Object.is=="function"?Object.is:e,r=t.useState,i=t.useEffect,s=t.useLayoutEffect,o=t.useDebugValue;function u(d,h){var f=h(),p=r({inst:{value:f,getSnapshot:h}}),m=p[0].inst,g=p[1];return s(function(){m.value=f,m.getSnapshot=h,l(m)&&g({inst:m})},[d,f,h]),i(function(){return l(m)&&g({inst:m}),d(function(){l(m)&&g({inst:m})})},[d]),o(f),f}function l(d){var h=d.getSnapshot;d=d.value;try{var f=h();return!n(d,f)}catch{return!0}}function a(d,h){return h()}var c=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?a:u;return Ri.useSyncExternalStore=t.useSyncExternalStore!==void 0?t.useSyncExternalStore:c,Ri}var Qo;function Yl(){return Qo||(Qo=1,Ii.exports=yf()),Ii.exports}var Xl=Yl();function se(t){this.content=t}se.prototype={constructor:se,find:function(t){for(var e=0;e<this.content.length;e+=2)if(this.content[e]===t)return e;return-1},get:function(t){var e=this.find(t);return e==-1?void 0:this.content[e+1]},update:function(t,e,n){var r=n&&n!=t?this.remove(n):this,i=r.find(t),s=r.content.slice();return i==-1?s.push(n||t,e):(s[i+1]=e,n&&(s[i]=n)),new se(s)},remove:function(t){var e=this.find(t);if(e==-1)return this;var n=this.content.slice();return n.splice(e,2),new se(n)},addToStart:function(t,e){return new se([t,e].concat(this.remove(t).content))},addToEnd:function(t,e){var n=this.remove(t).content.slice();return n.push(t,e),new se(n)},addBefore:function(t,e,n){var r=this.remove(e),i=r.content.slice(),s=r.find(t);return i.splice(s==-1?i.length:s,0,e,n),new se(i)},forEach:function(t){for(var e=0;e<this.content.length;e+=2)t(this.content[e],this.content[e+1])},prepend:function(t){return t=se.from(t),t.size?new se(t.content.concat(this.subtract(t).content)):this},append:function(t){return t=se.from(t),t.size?new se(this.subtract(t).content.concat(t.content)):this},subtract:function(t){var e=this;t=se.from(t);for(var n=0;n<t.content.length;n+=2)e=e.remove(t.content[n]);return e},toObject:function(){var t={};return this.forEach(function(e,n){t[e]=n}),t},get size(){return this.content.length>>1}};se.from=function(t){if(t instanceof se)return t;var e=[];if(t)for(var n in t)e.push(n,t[n]);return new se(e)};function ea(t,e,n){for(let r=0;;r++){if(r==t.childCount||r==e.childCount)return t.childCount==e.childCount?null:n;let i=t.child(r),s=e.child(r);if(i==s){n+=i.nodeSize;continue}if(!i.sameMarkup(s))return n;if(i.isText&&i.text!=s.text){for(let o=0;i.text[o]==s.text[o];o++)n++;return n}if(i.content.size||s.content.size){let o=ea(i.content,s.content,n+1);if(o!=null)return o}n+=i.nodeSize}}function ta(t,e,n,r){for(let i=t.childCount,s=e.childCount;;){if(i==0||s==0)return i==s?null:{a:n,b:r};let o=t.child(--i),u=e.child(--s),l=o.nodeSize;if(o==u){n-=l,r-=l;continue}if(!o.sameMarkup(u))return{a:n,b:r};if(o.isText&&o.text!=u.text){let a=0,c=Math.min(o.text.length,u.text.length);for(;a<c&&o.text[o.text.length-a-1]==u.text[u.text.length-a-1];)a++,n--,r--;return{a:n,b:r}}if(o.content.size||u.content.size){let a=ta(o.content,u.content,n-1,r-1);if(a)return a}n-=l,r-=l}}class C{constructor(e,n){if(this.content=e,this.size=n||0,n==null)for(let r=0;r<e.length;r++)this.size+=e[r].nodeSize}nodesBetween(e,n,r,i=0,s){for(let o=0,u=0;u<n;o++){let l=this.content[o],a=u+l.nodeSize;if(a>e&&r(l,i+u,s||null,o)!==!1&&l.content.size){let c=u+1;l.nodesBetween(Math.max(0,e-c),Math.min(l.content.size,n-c),r,i+c)}u=a}}descendants(e){this.nodesBetween(0,this.size,e)}textBetween(e,n,r,i){let s="",o=!0;return this.nodesBetween(e,n,(u,l)=>{let a=u.isText?u.text.slice(Math.max(e,l)-l,n-l):u.isLeaf?i?typeof i=="function"?i(u):i:u.type.spec.leafText?u.type.spec.leafText(u):"":"";u.isBlock&&(u.isLeaf&&a||u.isTextblock)&&r&&(o?o=!1:s+=r),s+=a},0),s}append(e){if(!e.size)return this;if(!this.size)return e;let n=this.lastChild,r=e.firstChild,i=this.content.slice(),s=0;for(n.isText&&n.sameMarkup(r)&&(i[i.length-1]=n.withText(n.text+r.text),s=1);s<e.content.length;s++)i.push(e.content[s]);return new C(i,this.size+e.size)}cut(e,n=this.size){if(e==0&&n==this.size)return this;let r=[],i=0;if(n>e)for(let s=0,o=0;o<n;s++){let u=this.content[s],l=o+u.nodeSize;l>e&&((o<e||l>n)&&(u.isText?u=u.cut(Math.max(0,e-o),Math.min(u.text.length,n-o)):u=u.cut(Math.max(0,e-o-1),Math.min(u.content.size,n-o-1))),r.push(u),i+=u.nodeSize),o=l}return new C(r,i)}cutByIndex(e,n){return e==n?C.empty:e==0&&n==this.content.length?this:new C(this.content.slice(e,n))}replaceChild(e,n){let r=this.content[e];if(r==n)return this;let i=this.content.slice(),s=this.size+n.nodeSize-r.nodeSize;return i[e]=n,new C(i,s)}addToStart(e){return new C([e].concat(this.content),this.size+e.nodeSize)}addToEnd(e){return new C(this.content.concat(e),this.size+e.nodeSize)}eq(e){if(this.content.length!=e.content.length)return!1;for(let n=0;n<this.content.length;n++)if(!this.content[n].eq(e.content[n]))return!1;return!0}get firstChild(){return this.content.length?this.content[0]:null}get lastChild(){return this.content.length?this.content[this.content.length-1]:null}get childCount(){return this.content.length}child(e){let n=this.content[e];if(!n)throw new RangeError("Index "+e+" out of range for "+this);return n}maybeChild(e){return this.content[e]||null}forEach(e){for(let n=0,r=0;n<this.content.length;n++){let i=this.content[n];e(i,r,n),r+=i.nodeSize}}findDiffStart(e,n=0){return ea(this,e,n)}findDiffEnd(e,n=this.size,r=e.size){return ta(this,e,n,r)}findIndex(e){if(e==0)return tr(0,e);if(e==this.size)return tr(this.content.length,e);if(e>this.size||e<0)throw new RangeError(`Position ${e} outside of fragment (${this})`);for(let n=0,r=0;;n++){let i=this.child(n),s=r+i.nodeSize;if(s>=e)return s==e?tr(n+1,s):tr(n,r);r=s}}toString(){return"<"+this.toStringInner()+">"}toStringInner(){return this.content.join(", ")}toJSON(){return this.content.length?this.content.map(e=>e.toJSON()):null}static fromJSON(e,n){if(!n)return C.empty;if(!Array.isArray(n))throw new RangeError("Invalid input for Fragment.fromJSON");return C.fromArray(n.map(e.nodeFromJSON))}static fromArray(e){if(!e.length)return C.empty;let n,r=0;for(let i=0;i<e.length;i++){let s=e[i];r+=s.nodeSize,i&&s.isText&&e[i-1].sameMarkup(s)?(n||(n=e.slice(0,i)),n[n.length-1]=s.withText(n[n.length-1].text+s.text)):n&&n.push(s)}return new C(n||e,r)}static from(e){if(!e)return C.empty;if(e instanceof C)return e;if(Array.isArray(e))return this.fromArray(e);if(e.attrs)return new C([e],e.nodeSize);throw new RangeError("Can not convert "+e+" to a Fragment"+(e.nodesBetween?" (looks like multiple versions of prosemirror-model were loaded)":""))}}C.empty=new C([],0);const Fi={index:0,offset:0};function tr(t,e){return Fi.index=t,Fi.offset=e,Fi}function Cr(t,e){if(t===e)return!0;if(!(t&&typeof t=="object")||!(e&&typeof e=="object"))return!1;let n=Array.isArray(t);if(Array.isArray(e)!=n)return!1;if(n){if(t.length!=e.length)return!1;for(let r=0;r<t.length;r++)if(!Cr(t[r],e[r]))return!1}else{for(let r in t)if(!(r in e)||!Cr(t[r],e[r]))return!1;for(let r in e)if(!(r in t))return!1}return!0}let F=class Es{constructor(e,n){this.type=e,this.attrs=n}addToSet(e){let n,r=!1;for(let i=0;i<e.length;i++){let s=e[i];if(this.eq(s))return e;if(this.type.excludes(s.type))n||(n=e.slice(0,i));else{if(s.type.excludes(this.type))return e;!r&&s.type.rank>this.type.rank&&(n||(n=e.slice(0,i)),n.push(this),r=!0),n&&n.push(s)}}return n||(n=e.slice()),r||n.push(this),n}removeFromSet(e){for(let n=0;n<e.length;n++)if(this.eq(e[n]))return e.slice(0,n).concat(e.slice(n+1));return e}isInSet(e){for(let n=0;n<e.length;n++)if(this.eq(e[n]))return!0;return!1}eq(e){return this==e||this.type==e.type&&Cr(this.attrs,e.attrs)}toJSON(){let e={type:this.type.name};for(let n in this.attrs){e.attrs=this.attrs;break}return e}static fromJSON(e,n){if(!n)throw new RangeError("Invalid input for Mark.fromJSON");let r=e.marks[n.type];if(!r)throw new RangeError(`There is no mark type ${n.type} in this schema`);let i=r.create(n.attrs);return r.checkAttrs(i.attrs),i}static sameSet(e,n){if(e==n)return!0;if(e.length!=n.length)return!1;for(let r=0;r<e.length;r++)if(!e[r].eq(n[r]))return!1;return!0}static setFrom(e){if(!e||Array.isArray(e)&&e.length==0)return Es.none;if(e instanceof Es)return[e];let n=e.slice();return n.sort((r,i)=>r.type.rank-i.type.rank),n}};F.none=[];class Er extends Error{}class A{constructor(e,n,r){this.content=e,this.openStart=n,this.openEnd=r}get size(){return this.content.size-this.openStart-this.openEnd}insertAt(e,n){let r=ra(this.content,e+this.openStart,n,this.openStart+1,this.openEnd+1);return r&&new A(r,this.openStart,this.openEnd)}removeBetween(e,n){return new A(na(this.content,e+this.openStart,n+this.openStart),this.openStart,this.openEnd)}eq(e){return this.content.eq(e.content)&&this.openStart==e.openStart&&this.openEnd==e.openEnd}toString(){return this.content+"("+this.openStart+","+this.openEnd+")"}toJSON(){if(!this.content.size)return null;let e={content:this.content.toJSON()};return this.openStart>0&&(e.openStart=this.openStart),this.openEnd>0&&(e.openEnd=this.openEnd),e}static fromJSON(e,n){if(!n)return A.empty;let r=n.openStart||0,i=n.openEnd||0;if(typeof r!="number"||typeof i!="number")throw new RangeError("Invalid input for Slice.fromJSON");return new A(C.fromJSON(e,n.content),r,i)}static maxOpen(e,n=!0){let r=0,i=0;for(let s=e.firstChild;s&&!s.isLeaf&&(n||!s.type.spec.isolating);s=s.firstChild)r++;for(let s=e.lastChild;s&&!s.isLeaf&&(n||!s.type.spec.isolating);s=s.lastChild)i++;return new A(e,r,i)}}A.empty=new A(C.empty,0,0);function na(t,e,n){let{index:r,offset:i}=t.findIndex(e),s=t.maybeChild(r),{index:o,offset:u}=t.findIndex(n);if(i==e||s.isText){if(u!=n&&!t.child(o).isText)throw new RangeError("Removing non-flat range");return t.cut(0,e).append(t.cut(n))}if(r!=o)throw new RangeError("Removing non-flat range");return t.replaceChild(r,s.copy(na(s.content,e-i-1,n-i-1)))}function ra(t,e,n,r,i,s){let{index:o,offset:u}=t.findIndex(e),l=t.maybeChild(o);if(u==e||l.isText)return s&&r<=0&&i<=0&&!s.canReplace(o,o,n)?null:t.cut(0,e).append(n).append(t.cut(e));let a=ra(l.content,e-u-1,n,o==0?r-1:0,o==t.childCount-1?i-1:0,l);return a&&t.replaceChild(o,l.copy(a))}function Cf(t,e,n){if(n.openStart>t.depth)throw new Er("Inserted content deeper than insertion position");if(t.depth-n.openStart!=e.depth-n.openEnd)throw new Er("Inconsistent open depths");return ia(t,e,n,0)}function ia(t,e,n,r){let i=t.index(r),s=t.node(r);if(i==e.index(r)&&r<t.depth-n.openStart){let o=ia(t,e,n,r+1);return s.copy(s.content.replaceChild(i,o))}else if(n.content.size)if(!n.openStart&&!n.openEnd&&t.depth==r&&e.depth==r){let o=t.parent,u=o.content;return Nt(o,u.cut(0,t.parentOffset).append(n.content).append(u.cut(e.parentOffset)))}else{let{start:o,end:u}=Ef(n,t);return Nt(s,oa(t,o,u,e,r))}else return Nt(s,wr(t,e,r))}function sa(t,e){if(!e.type.compatibleContent(t.type))throw new Er("Cannot join "+e.type.name+" onto "+t.type.name)}function ws(t,e,n){let r=t.node(n);return sa(r,e.node(n)),r}function _t(t,e){let n=e.length-1;n>=0&&t.isText&&t.sameMarkup(e[n])?e[n]=t.withText(e[n].text+t.text):e.push(t)}function yn(t,e,n,r){let i=(e||t).node(n),s=0,o=e?e.index(n):i.childCount;t&&(s=t.index(n),t.depth>n?s++:t.textOffset&&(_t(t.nodeAfter,r),s++));for(let u=s;u<o;u++)_t(i.child(u),r);e&&e.depth==n&&e.textOffset&&_t(e.nodeBefore,r)}function Nt(t,e){return t.type.checkContent(e),t.copy(e)}function oa(t,e,n,r,i){let s=t.depth>i&&ws(t,e,i+1),o=r.depth>i&&ws(n,r,i+1),u=[];return yn(null,t,i,u),s&&o&&e.index(i)==n.index(i)?(sa(s,o),_t(Nt(s,oa(t,e,n,r,i+1)),u)):(s&&_t(Nt(s,wr(t,e,i+1)),u),yn(e,n,i,u),o&&_t(Nt(o,wr(n,r,i+1)),u)),yn(r,null,i,u),new C(u)}function wr(t,e,n){let r=[];if(yn(null,t,n,r),t.depth>n){let i=ws(t,e,n+1);_t(Nt(i,wr(t,e,n+1)),r)}return yn(e,null,n,r),new C(r)}function Ef(t,e){let n=e.depth-t.openStart,i=e.node(n).copy(t.content);for(let s=n-1;s>=0;s--)i=e.node(s).copy(C.from(i));return{start:i.resolveNoCache(t.openStart+n),end:i.resolveNoCache(i.content.size-t.openEnd-n)}}class Nn{constructor(e,n,r){this.pos=e,this.path=n,this.parentOffset=r,this.depth=n.length/3-1}resolveDepth(e){return e==null?this.depth:e<0?this.depth+e:e}get parent(){return this.node(this.depth)}get doc(){return this.node(0)}node(e){return this.path[this.resolveDepth(e)*3]}index(e){return this.path[this.resolveDepth(e)*3+1]}indexAfter(e){return e=this.resolveDepth(e),this.index(e)+(e==this.depth&&!this.textOffset?0:1)}start(e){return e=this.resolveDepth(e),e==0?0:this.path[e*3-1]+1}end(e){return e=this.resolveDepth(e),this.start(e)+this.node(e).content.size}before(e){if(e=this.resolveDepth(e),!e)throw new RangeError("There is no position before the top-level node");return e==this.depth+1?this.pos:this.path[e*3-1]}after(e){if(e=this.resolveDepth(e),!e)throw new RangeError("There is no position after the top-level node");return e==this.depth+1?this.pos:this.path[e*3-1]+this.path[e*3].nodeSize}get textOffset(){return this.pos-this.path[this.path.length-1]}get nodeAfter(){let e=this.parent,n=this.index(this.depth);if(n==e.childCount)return null;let r=this.pos-this.path[this.path.length-1],i=e.child(n);return r?e.child(n).cut(r):i}get nodeBefore(){let e=this.index(this.depth),n=this.pos-this.path[this.path.length-1];return n?this.parent.child(e).cut(0,n):e==0?null:this.parent.child(e-1)}posAtIndex(e,n){n=this.resolveDepth(n);let r=this.path[n*3],i=n==0?0:this.path[n*3-1]+1;for(let s=0;s<e;s++)i+=r.child(s).nodeSize;return i}marks(){let e=this.parent,n=this.index();if(e.content.size==0)return F.none;if(this.textOffset)return e.child(n).marks;let r=e.maybeChild(n-1),i=e.maybeChild(n);if(!r){let u=r;r=i,i=u}let s=r.marks;for(var o=0;o<s.length;o++)s[o].type.spec.inclusive===!1&&(!i||!s[o].isInSet(i.marks))&&(s=s[o--].removeFromSet(s));return s}marksAcross(e){let n=this.parent.maybeChild(this.index());if(!n||!n.isInline)return null;let r=n.marks,i=e.parent.maybeChild(e.index());for(var s=0;s<r.length;s++)r[s].type.spec.inclusive===!1&&(!i||!r[s].isInSet(i.marks))&&(r=r[s--].removeFromSet(r));return r}sharedDepth(e){for(let n=this.depth;n>0;n--)if(this.start(n)<=e&&this.end(n)>=e)return n;return 0}blockRange(e=this,n){if(e.pos<this.pos)return e.blockRange(this);for(let r=this.depth-(this.parent.inlineContent||this.pos==e.pos?1:0);r>=0;r--)if(e.pos<=this.end(r)&&(!n||n(this.node(r))))return new Sr(this,e,r);return null}sameParent(e){return this.pos-this.parentOffset==e.pos-e.parentOffset}max(e){return e.pos>this.pos?e:this}min(e){return e.pos<this.pos?e:this}toString(){let e="";for(let n=1;n<=this.depth;n++)e+=(e?"/":"")+this.node(n).type.name+"_"+this.index(n-1);return e+":"+this.parentOffset}static resolve(e,n){if(!(n>=0&&n<=e.content.size))throw new RangeError("Position "+n+" out of range");let r=[],i=0,s=n;for(let o=e;;){let{index:u,offset:l}=o.content.findIndex(s),a=s-l;if(r.push(o,u,i+l),!a||(o=o.child(u),o.isText))break;s=a-1,i+=l+1}return new Nn(n,r,s)}static resolveCached(e,n){let r=Yo.get(e);if(r)for(let s=0;s<r.elts.length;s++){let o=r.elts[s];if(o.pos==n)return o}else Yo.set(e,r=new wf);let i=r.elts[r.i]=Nn.resolve(e,n);return r.i=(r.i+1)%Sf,i}}class wf{constructor(){this.elts=[],this.i=0}}const Sf=12,Yo=new WeakMap;class Sr{constructor(e,n,r){this.$from=e,this.$to=n,this.depth=r}get start(){return this.$from.before(this.depth+1)}get end(){return this.$to.after(this.depth+1)}get parent(){return this.$from.node(this.depth)}get startIndex(){return this.$from.index(this.depth)}get endIndex(){return this.$to.indexAfter(this.depth)}}const vf=Object.create(null);let pt=class Ss{constructor(e,n,r,i=F.none){this.type=e,this.attrs=n,this.marks=i,this.content=r||C.empty}get children(){return this.content.content}get nodeSize(){return this.isLeaf?1:2+this.content.size}get childCount(){return this.content.childCount}child(e){return this.content.child(e)}maybeChild(e){return this.content.maybeChild(e)}forEach(e){this.content.forEach(e)}nodesBetween(e,n,r,i=0){this.content.nodesBetween(e,n,r,i,this)}descendants(e){this.nodesBetween(0,this.content.size,e)}get textContent(){return this.isLeaf&&this.type.spec.leafText?this.type.spec.leafText(this):this.textBetween(0,this.content.size,"")}textBetween(e,n,r,i){return this.content.textBetween(e,n,r,i)}get firstChild(){return this.content.firstChild}get lastChild(){return this.content.lastChild}eq(e){return this==e||this.sameMarkup(e)&&this.content.eq(e.content)}sameMarkup(e){return this.hasMarkup(e.type,e.attrs,e.marks)}hasMarkup(e,n,r){return this.type==e&&Cr(this.attrs,n||e.defaultAttrs||vf)&&F.sameSet(this.marks,r||F.none)}copy(e=null){return e==this.content?this:new Ss(this.type,this.attrs,e,this.marks)}mark(e){return e==this.marks?this:new Ss(this.type,this.attrs,this.content,e)}cut(e,n=this.content.size){return e==0&&n==this.content.size?this:this.copy(this.content.cut(e,n))}slice(e,n=this.content.size,r=!1){if(e==n)return A.empty;let i=this.resolve(e),s=this.resolve(n),o=r?0:i.sharedDepth(n),u=i.start(o),a=i.node(o).content.cut(i.pos-u,s.pos-u);return new A(a,i.depth-o,s.depth-o)}replace(e,n,r){return Cf(this.resolve(e),this.resolve(n),r)}nodeAt(e){for(let n=this;;){let{index:r,offset:i}=n.content.findIndex(e);if(n=n.maybeChild(r),!n)return null;if(i==e||n.isText)return n;e-=i+1}}childAfter(e){let{index:n,offset:r}=this.content.findIndex(e);return{node:this.content.maybeChild(n),index:n,offset:r}}childBefore(e){if(e==0)return{node:null,index:0,offset:0};let{index:n,offset:r}=this.content.findIndex(e);if(r<e)return{node:this.content.child(n),index:n,offset:r};let i=this.content.child(n-1);return{node:i,index:n-1,offset:r-i.nodeSize}}resolve(e){return Nn.resolveCached(this,e)}resolveNoCache(e){return Nn.resolve(this,e)}rangeHasMark(e,n,r){let i=!1;return n>e&&this.nodesBetween(e,n,s=>(r.isInSet(s.marks)&&(i=!0),!i)),i}get isBlock(){return this.type.isBlock}get isTextblock(){return this.type.isTextblock}get inlineContent(){return this.type.inlineContent}get isInline(){return this.type.isInline}get isText(){return this.type.isText}get isLeaf(){return this.type.isLeaf}get isAtom(){return this.type.isAtom}toString(){if(this.type.spec.toDebugString)return this.type.spec.toDebugString(this);let e=this.type.name;return this.content.size&&(e+="("+this.content.toStringInner()+")"),ua(this.marks,e)}contentMatchAt(e){let n=this.type.contentMatch.matchFragment(this.content,0,e);if(!n)throw new Error("Called contentMatchAt on a node with invalid content");return n}canReplace(e,n,r=C.empty,i=0,s=r.childCount){let o=this.contentMatchAt(e).matchFragment(r,i,s),u=o&&o.matchFragment(this.content,n);if(!u||!u.validEnd)return!1;for(let l=i;l<s;l++)if(!this.type.allowsMarks(r.child(l).marks))return!1;return!0}canReplaceWith(e,n,r,i){if(i&&!this.type.allowsMarks(i))return!1;let s=this.contentMatchAt(e).matchType(r),o=s&&s.matchFragment(this.content,n);return o?o.validEnd:!1}canAppend(e){return e.content.size?this.canReplace(this.childCount,this.childCount,e.content):this.type.compatibleContent(e.type)}check(){this.type.checkContent(this.content),this.type.checkAttrs(this.attrs);let e=F.none;for(let n=0;n<this.marks.length;n++){let r=this.marks[n];r.type.checkAttrs(r.attrs),e=r.addToSet(e)}if(!F.sameSet(e,this.marks))throw new RangeError(`Invalid collection of marks for node ${this.type.name}: ${this.marks.map(n=>n.type.name)}`);this.content.forEach(n=>n.check())}toJSON(){let e={type:this.type.name};for(let n in this.attrs){e.attrs=this.attrs;break}return this.content.size&&(e.content=this.content.toJSON()),this.marks.length&&(e.marks=this.marks.map(n=>n.toJSON())),e}static fromJSON(e,n){if(!n)throw new RangeError("Invalid input for Node.fromJSON");let r;if(n.marks){if(!Array.isArray(n.marks))throw new RangeError("Invalid mark data for Node.fromJSON");r=n.marks.map(e.markFromJSON)}if(n.type=="text"){if(typeof n.text!="string")throw new RangeError("Invalid text node in JSON");return e.text(n.text,r)}let i=C.fromJSON(e,n.content),s=e.nodeType(n.type).create(n.attrs,i,r);return s.type.checkAttrs(s.attrs),s}};pt.prototype.text=void 0;class vr extends pt{constructor(e,n,r,i){if(super(e,n,null,i),!r)throw new RangeError("Empty text nodes are not allowed");this.text=r}toString(){return this.type.spec.toDebugString?this.type.spec.toDebugString(this):ua(this.marks,JSON.stringify(this.text))}get textContent(){return this.text}textBetween(e,n){return this.text.slice(e,n)}get nodeSize(){return this.text.length}mark(e){return e==this.marks?this:new vr(this.type,this.attrs,this.text,e)}withText(e){return e==this.text?this:new vr(this.type,this.attrs,e,this.marks)}cut(e=0,n=this.text.length){return e==0&&n==this.text.length?this:this.withText(this.text.slice(e,n))}eq(e){return this.sameMarkup(e)&&this.text==e.text}toJSON(){let e=super.toJSON();return e.text=this.text,e}}function ua(t,e){for(let n=t.length-1;n>=0;n--)e=t[n].type.name+"("+e+")";return e}class Lt{constructor(e){this.validEnd=e,this.next=[],this.wrapCache=[]}static parse(e,n){let r=new Af(e,n);if(r.next==null)return Lt.empty;let i=la(r);r.next&&r.err("Unexpected trailing text");let s=If(Of(i));return Rf(s,r),s}matchType(e){for(let n=0;n<this.next.length;n++)if(this.next[n].type==e)return this.next[n].next;return null}matchFragment(e,n=0,r=e.childCount){let i=this;for(let s=n;i&&s<r;s++)i=i.matchType(e.child(s).type);return i}get inlineContent(){return this.next.length!=0&&this.next[0].type.isInline}get defaultType(){for(let e=0;e<this.next.length;e++){let{type:n}=this.next[e];if(!(n.isText||n.hasRequiredAttrs()))return n}return null}compatible(e){for(let n=0;n<this.next.length;n++)for(let r=0;r<e.next.length;r++)if(this.next[n].type==e.next[r].type)return!0;return!1}fillBefore(e,n=!1,r=0){let i=[this];function s(o,u){let l=o.matchFragment(e,r);if(l&&(!n||l.validEnd))return C.from(u.map(a=>a.createAndFill()));for(let a=0;a<o.next.length;a++){let{type:c,next:d}=o.next[a];if(!(c.isText||c.hasRequiredAttrs())&&i.indexOf(d)==-1){i.push(d);let h=s(d,u.concat(c));if(h)return h}}return null}return s(this,[])}findWrapping(e){for(let r=0;r<this.wrapCache.length;r+=2)if(this.wrapCache[r]==e)return this.wrapCache[r+1];let n=this.computeWrapping(e);return this.wrapCache.push(e,n),n}computeWrapping(e){let n=Object.create(null),r=[{match:this,type:null,via:null}];for(;r.length;){let i=r.shift(),s=i.match;if(s.matchType(e)){let o=[];for(let u=i;u.type;u=u.via)o.push(u.type);return o.reverse()}for(let o=0;o<s.next.length;o++){let{type:u,next:l}=s.next[o];!u.isLeaf&&!u.hasRequiredAttrs()&&!(u.name in n)&&(!i.type||l.validEnd)&&(r.push({match:u.contentMatch,type:u,via:i}),n[u.name]=!0)}}return null}get edgeCount(){return this.next.length}edge(e){if(e>=this.next.length)throw new RangeError(`There's no ${e}th edge in this content match`);return this.next[e]}toString(){let e=[];function n(r){e.push(r);for(let i=0;i<r.next.length;i++)e.indexOf(r.next[i].next)==-1&&n(r.next[i].next)}return n(this),e.map((r,i)=>{let s=i+(r.validEnd?"*":" ")+" ";for(let o=0;o<r.next.length;o++)s+=(o?", ":"")+r.next[o].type.name+"->"+e.indexOf(r.next[o].next);return s}).join(`
|
|
10
|
+
`)}}Lt.empty=new Lt(!0);class Af{constructor(e,n){this.string=e,this.nodeTypes=n,this.inline=null,this.pos=0,this.tokens=e.split(/\s*(?=\b|\W|$)/),this.tokens[this.tokens.length-1]==""&&this.tokens.pop(),this.tokens[0]==""&&this.tokens.shift()}get next(){return this.tokens[this.pos]}eat(e){return this.next==e&&(this.pos++||!0)}err(e){throw new SyntaxError(e+" (in content expression '"+this.string+"')")}}function la(t){let e=[];do e.push(Mf(t));while(t.eat("|"));return e.length==1?e[0]:{type:"choice",exprs:e}}function Mf(t){let e=[];do e.push(Tf(t));while(t.next&&t.next!=")"&&t.next!="|");return e.length==1?e[0]:{type:"seq",exprs:e}}function Tf(t){let e=Nf(t);for(;;)if(t.eat("+"))e={type:"plus",expr:e};else if(t.eat("*"))e={type:"star",expr:e};else if(t.eat("?"))e={type:"opt",expr:e};else if(t.eat("{"))e=Df(t,e);else break;return e}function Xo(t){/\D/.test(t.next)&&t.err("Expected number, got '"+t.next+"'");let e=Number(t.next);return t.pos++,e}function Df(t,e){let n=Xo(t),r=n;return t.eat(",")&&(t.next!="}"?r=Xo(t):r=-1),t.eat("}")||t.err("Unclosed braced range"),{type:"range",min:n,max:r,expr:e}}function _f(t,e){let n=t.nodeTypes,r=n[e];if(r)return[r];let i=[];for(let s in n){let o=n[s];o.isInGroup(e)&&i.push(o)}return i.length==0&&t.err("No node type or group '"+e+"' found"),i}function Nf(t){if(t.eat("(")){let e=la(t);return t.eat(")")||t.err("Missing closing paren"),e}else if(/\W/.test(t.next))t.err("Unexpected token '"+t.next+"'");else{let e=_f(t,t.next).map(n=>(t.inline==null?t.inline=n.isInline:t.inline!=n.isInline&&t.err("Mixing inline and block content"),{type:"name",value:n}));return t.pos++,e.length==1?e[0]:{type:"choice",exprs:e}}}function Of(t){let e=[[]];return i(s(t,0),n()),e;function n(){return e.push([])-1}function r(o,u,l){let a={term:l,to:u};return e[o].push(a),a}function i(o,u){o.forEach(l=>l.to=u)}function s(o,u){if(o.type=="choice")return o.exprs.reduce((l,a)=>l.concat(s(a,u)),[]);if(o.type=="seq")for(let l=0;;l++){let a=s(o.exprs[l],u);if(l==o.exprs.length-1)return a;i(a,u=n())}else if(o.type=="star"){let l=n();return r(u,l),i(s(o.expr,l),l),[r(l)]}else if(o.type=="plus"){let l=n();return i(s(o.expr,u),l),i(s(o.expr,l),l),[r(l)]}else{if(o.type=="opt")return[r(u)].concat(s(o.expr,u));if(o.type=="range"){let l=u;for(let a=0;a<o.min;a++){let c=n();i(s(o.expr,l),c),l=c}if(o.max==-1)i(s(o.expr,l),l);else for(let a=o.min;a<o.max;a++){let c=n();r(l,c),i(s(o.expr,l),c),l=c}return[r(l)]}else{if(o.type=="name")return[r(u,void 0,o.value)];throw new Error("Unknown expr type")}}}}function aa(t,e){return e-t}function eu(t,e){let n=[];return r(e),n.sort(aa);function r(i){let s=t[i];if(s.length==1&&!s[0].term)return r(s[0].to);n.push(i);for(let o=0;o<s.length;o++){let{term:u,to:l}=s[o];!u&&n.indexOf(l)==-1&&r(l)}}}function If(t){let e=Object.create(null);return n(eu(t,0));function n(r){let i=[];r.forEach(o=>{t[o].forEach(({term:u,to:l})=>{if(!u)return;let a;for(let c=0;c<i.length;c++)i[c][0]==u&&(a=i[c][1]);eu(t,l).forEach(c=>{a||i.push([u,a=[]]),a.indexOf(c)==-1&&a.push(c)})})});let s=e[r.join(",")]=new Lt(r.indexOf(t.length-1)>-1);for(let o=0;o<i.length;o++){let u=i[o][1].sort(aa);s.next.push({type:i[o][0],next:e[u.join(",")]||n(u)})}return s}}function Rf(t,e){for(let n=0,r=[t];n<r.length;n++){let i=r[n],s=!i.validEnd,o=[];for(let u=0;u<i.next.length;u++){let{type:l,next:a}=i.next[u];o.push(l.name),s&&!(l.isText||l.hasRequiredAttrs())&&(s=!1),r.indexOf(a)==-1&&r.push(a)}s&&e.err("Only non-generatable nodes ("+o.join(", ")+") in a required position (see https://prosemirror.net/docs/guide/#generatable)")}}function ca(t){let e=Object.create(null);for(let n in t){let r=t[n];if(!r.hasDefault)return null;e[n]=r.default}return e}function da(t,e){let n=Object.create(null);for(let r in t){let i=e&&e[r];if(i===void 0){let s=t[r];if(s.hasDefault)i=s.default;else throw new RangeError("No value supplied for attribute "+r)}n[r]=i}return n}function fa(t,e,n,r){for(let i in e)if(!(i in t))throw new RangeError(`Unsupported attribute ${i} for ${n} of type ${i}`);for(let i in t){let s=t[i];s.validate&&s.validate(e[i])}}function ha(t,e){let n=Object.create(null);if(e)for(let r in e)n[r]=new Lf(t,r,e[r]);return n}let tu=class pa{constructor(e,n,r){this.name=e,this.schema=n,this.spec=r,this.markSet=null,this.groups=r.group?r.group.split(" "):[],this.attrs=ha(e,r.attrs),this.defaultAttrs=ca(this.attrs),this.contentMatch=null,this.inlineContent=null,this.isBlock=!(r.inline||e=="text"),this.isText=e=="text"}get isInline(){return!this.isBlock}get isTextblock(){return this.isBlock&&this.inlineContent}get isLeaf(){return this.contentMatch==Lt.empty}get isAtom(){return this.isLeaf||!!this.spec.atom}isInGroup(e){return this.groups.indexOf(e)>-1}get whitespace(){return this.spec.whitespace||(this.spec.code?"pre":"normal")}hasRequiredAttrs(){for(let e in this.attrs)if(this.attrs[e].isRequired)return!0;return!1}compatibleContent(e){return this==e||this.contentMatch.compatible(e.contentMatch)}computeAttrs(e){return!e&&this.defaultAttrs?this.defaultAttrs:da(this.attrs,e)}create(e=null,n,r){if(this.isText)throw new Error("NodeType.create can't construct text nodes");return new pt(this,this.computeAttrs(e),C.from(n),F.setFrom(r))}createChecked(e=null,n,r){return n=C.from(n),this.checkContent(n),new pt(this,this.computeAttrs(e),n,F.setFrom(r))}createAndFill(e=null,n,r){if(e=this.computeAttrs(e),n=C.from(n),n.size){let o=this.contentMatch.fillBefore(n);if(!o)return null;n=o.append(n)}let i=this.contentMatch.matchFragment(n),s=i&&i.fillBefore(C.empty,!0);return s?new pt(this,e,n.append(s),F.setFrom(r)):null}validContent(e){let n=this.contentMatch.matchFragment(e);if(!n||!n.validEnd)return!1;for(let r=0;r<e.childCount;r++)if(!this.allowsMarks(e.child(r).marks))return!1;return!0}checkContent(e){if(!this.validContent(e))throw new RangeError(`Invalid content for node ${this.name}: ${e.toString().slice(0,50)}`)}checkAttrs(e){fa(this.attrs,e,"node",this.name)}allowsMarkType(e){return this.markSet==null||this.markSet.indexOf(e)>-1}allowsMarks(e){if(this.markSet==null)return!0;for(let n=0;n<e.length;n++)if(!this.allowsMarkType(e[n].type))return!1;return!0}allowedMarks(e){if(this.markSet==null)return e;let n;for(let r=0;r<e.length;r++)this.allowsMarkType(e[r].type)?n&&n.push(e[r]):n||(n=e.slice(0,r));return n?n.length?n:F.none:e}static compile(e,n){let r=Object.create(null);e.forEach((s,o)=>r[s]=new pa(s,n,o));let i=n.spec.topNode||"doc";if(!r[i])throw new RangeError("Schema is missing its top node type ('"+i+"')");if(!r.text)throw new RangeError("Every schema needs a 'text' type");for(let s in r.text.attrs)throw new RangeError("The text node type should not have attributes");return r}};function Ff(t,e,n){let r=n.split("|");return i=>{let s=i===null?"null":typeof i;if(r.indexOf(s)<0)throw new RangeError(`Expected value of type ${r} for attribute ${e} on type ${t}, got ${s}`)}}class Lf{constructor(e,n,r){this.hasDefault=Object.prototype.hasOwnProperty.call(r,"default"),this.default=r.default,this.validate=typeof r.validate=="string"?Ff(e,n,r.validate):r.validate}get isRequired(){return!this.hasDefault}}class pi{constructor(e,n,r,i){this.name=e,this.rank=n,this.schema=r,this.spec=i,this.attrs=ha(e,i.attrs),this.excluded=null;let s=ca(this.attrs);this.instance=s?new F(this,s):null}create(e=null){return!e&&this.instance?this.instance:new F(this,da(this.attrs,e))}static compile(e,n){let r=Object.create(null),i=0;return e.forEach((s,o)=>r[s]=new pi(s,i++,n,o)),r}removeFromSet(e){for(var n=0;n<e.length;n++)e[n].type==this&&(e=e.slice(0,n).concat(e.slice(n+1)),n--);return e}isInSet(e){for(let n=0;n<e.length;n++)if(e[n].type==this)return e[n]}checkAttrs(e){fa(this.attrs,e,"mark",this.name)}excludes(e){return this.excluded.indexOf(e)>-1}}class to{constructor(e){this.linebreakReplacement=null,this.cached=Object.create(null);let n=this.spec={};for(let i in e)n[i]=e[i];n.nodes=se.from(e.nodes),n.marks=se.from(e.marks||{}),this.nodes=tu.compile(this.spec.nodes,this),this.marks=pi.compile(this.spec.marks,this);let r=Object.create(null);for(let i in this.nodes){if(i in this.marks)throw new RangeError(i+" can not be both a node and a mark");let s=this.nodes[i],o=s.spec.content||"",u=s.spec.marks;if(s.contentMatch=r[o]||(r[o]=Lt.parse(o,this.nodes)),s.inlineContent=s.contentMatch.inlineContent,s.spec.linebreakReplacement){if(this.linebreakReplacement)throw new RangeError("Multiple linebreak nodes defined");if(!s.isInline||!s.isLeaf)throw new RangeError("Linebreak replacement nodes must be inline leaf nodes");this.linebreakReplacement=s}s.markSet=u=="_"?null:u?nu(this,u.split(" ")):u==""||!s.inlineContent?[]:null}for(let i in this.marks){let s=this.marks[i],o=s.spec.excludes;s.excluded=o==null?[s]:o==""?[]:nu(this,o.split(" "))}this.nodeFromJSON=i=>pt.fromJSON(this,i),this.markFromJSON=i=>F.fromJSON(this,i),this.topNodeType=this.nodes[this.spec.topNode||"doc"],this.cached.wrappings=Object.create(null)}node(e,n=null,r,i){if(typeof e=="string")e=this.nodeType(e);else if(e instanceof tu){if(e.schema!=this)throw new RangeError("Node type from different schema used ("+e.name+")")}else throw new RangeError("Invalid node type: "+e);return e.createChecked(n,r,i)}text(e,n){let r=this.nodes.text;return new vr(r,r.defaultAttrs,e,F.setFrom(n))}mark(e,n){return typeof e=="string"&&(e=this.marks[e]),e.create(n)}nodeType(e){let n=this.nodes[e];if(!n)throw new RangeError("Unknown node type: "+e);return n}}function nu(t,e){let n=[];for(let r=0;r<e.length;r++){let i=e[r],s=t.marks[i],o=s;if(s)n.push(s);else for(let u in t.marks){let l=t.marks[u];(i=="_"||l.spec.group&&l.spec.group.split(" ").indexOf(i)>-1)&&n.push(o=l)}if(!o)throw new SyntaxError("Unknown mark type: '"+e[r]+"'")}return n}function Pf(t){return t.tag!=null}function Bf(t){return t.style!=null}class Qe{constructor(e,n){this.schema=e,this.rules=n,this.tags=[],this.styles=[];let r=this.matchedStyles=[];n.forEach(i=>{if(Pf(i))this.tags.push(i);else if(Bf(i)){let s=/[^=]*/.exec(i.style)[0];r.indexOf(s)<0&&r.push(s),this.styles.push(i)}}),this.normalizeLists=!this.tags.some(i=>{if(!/^(ul|ol)\b/.test(i.tag)||!i.node)return!1;let s=e.nodes[i.node];return s.contentMatch.matchType(s)})}parse(e,n={}){let r=new iu(this,n,!1);return r.addAll(e,F.none,n.from,n.to),r.finish()}parseSlice(e,n={}){let r=new iu(this,n,!0);return r.addAll(e,F.none,n.from,n.to),A.maxOpen(r.finish())}matchTag(e,n,r){for(let i=r?this.tags.indexOf(r)+1:0;i<this.tags.length;i++){let s=this.tags[i];if(Hf(e,s.tag)&&(s.namespace===void 0||e.namespaceURI==s.namespace)&&(!s.context||n.matchesContext(s.context))){if(s.getAttrs){let o=s.getAttrs(e);if(o===!1)continue;s.attrs=o||void 0}return s}}}matchStyle(e,n,r,i){for(let s=i?this.styles.indexOf(i)+1:0;s<this.styles.length;s++){let o=this.styles[s],u=o.style;if(!(u.indexOf(e)!=0||o.context&&!r.matchesContext(o.context)||u.length>e.length&&(u.charCodeAt(e.length)!=61||u.slice(e.length+1)!=n))){if(o.getAttrs){let l=o.getAttrs(n);if(l===!1)continue;o.attrs=l||void 0}return o}}}static schemaRules(e){let n=[];function r(i){let s=i.priority==null?50:i.priority,o=0;for(;o<n.length;o++){let u=n[o];if((u.priority==null?50:u.priority)<s)break}n.splice(o,0,i)}for(let i in e.marks){let s=e.marks[i].spec.parseDOM;s&&s.forEach(o=>{r(o=su(o)),o.mark||o.ignore||o.clearMark||(o.mark=i)})}for(let i in e.nodes){let s=e.nodes[i].spec.parseDOM;s&&s.forEach(o=>{r(o=su(o)),o.node||o.ignore||o.mark||(o.node=i)})}return n}static fromSchema(e){return e.cached.domParser||(e.cached.domParser=new Qe(e,Qe.schemaRules(e)))}}const ma={address:!0,article:!0,aside:!0,blockquote:!0,canvas:!0,dd:!0,div:!0,dl:!0,fieldset:!0,figcaption:!0,figure:!0,footer:!0,form:!0,h1:!0,h2:!0,h3:!0,h4:!0,h5:!0,h6:!0,header:!0,hgroup:!0,hr:!0,li:!0,noscript:!0,ol:!0,output:!0,p:!0,pre:!0,section:!0,table:!0,tfoot:!0,ul:!0},zf={head:!0,noscript:!0,object:!0,script:!0,style:!0,title:!0},ga={ol:!0,ul:!0},On=1,vs=2,Cn=4;function ru(t,e,n){return e!=null?(e?On:0)|(e==="full"?vs:0):t&&t.whitespace=="pre"?On|vs:n&~Cn}class nr{constructor(e,n,r,i,s,o){this.type=e,this.attrs=n,this.marks=r,this.solid=i,this.options=o,this.content=[],this.activeMarks=F.none,this.match=s||(o&Cn?null:e.contentMatch)}findWrapping(e){if(!this.match){if(!this.type)return[];let n=this.type.contentMatch.fillBefore(C.from(e));if(n)this.match=this.type.contentMatch.matchFragment(n);else{let r=this.type.contentMatch,i;return(i=r.findWrapping(e.type))?(this.match=r,i):null}}return this.match.findWrapping(e.type)}finish(e){if(!(this.options&On)){let r=this.content[this.content.length-1],i;if(r&&r.isText&&(i=/[ \t\r\n\u000c]+$/.exec(r.text))){let s=r;r.text.length==i[0].length?this.content.pop():this.content[this.content.length-1]=s.withText(s.text.slice(0,s.text.length-i[0].length))}}let n=C.from(this.content);return!e&&this.match&&(n=n.append(this.match.fillBefore(C.empty,!0))),this.type?this.type.create(this.attrs,n,this.marks):n}inlineContext(e){return this.type?this.type.inlineContent:this.content.length?this.content[0].isInline:e.parentNode&&!ma.hasOwnProperty(e.parentNode.nodeName.toLowerCase())}}class iu{constructor(e,n,r){this.parser=e,this.options=n,this.isOpen=r,this.open=0,this.localPreserveWS=!1;let i=n.topNode,s,o=ru(null,n.preserveWhitespace,0)|(r?Cn:0);i?s=new nr(i.type,i.attrs,F.none,!0,n.topMatch||i.type.contentMatch,o):r?s=new nr(null,null,F.none,!0,null,o):s=new nr(e.schema.topNodeType,null,F.none,!0,null,o),this.nodes=[s],this.find=n.findPositions,this.needsBlock=!1}get top(){return this.nodes[this.open]}addDOM(e,n){e.nodeType==3?this.addTextNode(e,n):e.nodeType==1&&this.addElement(e,n)}addTextNode(e,n){let r=e.nodeValue,i=this.top,s=i.options&vs?"full":this.localPreserveWS||(i.options&On)>0,{schema:o}=this.parser;if(s==="full"||i.inlineContext(e)||/[^ \t\r\n\u000c]/.test(r)){if(s)if(s==="full")r=r.replace(/\r\n?/g,`
|
|
11
|
+
`);else if(o.linebreakReplacement&&/[\r\n]/.test(r)&&this.top.findWrapping(o.linebreakReplacement.create())){let u=r.split(/\r?\n|\r/);for(let l=0;l<u.length;l++)l&&this.insertNode(o.linebreakReplacement.create(),n,!0),u[l]&&this.insertNode(o.text(u[l]),n,!/\S/.test(u[l]));r=""}else r=r.replace(/\r?\n|\r/g," ");else if(r=r.replace(/[ \t\r\n\u000c]+/g," "),/^[ \t\r\n\u000c]/.test(r)&&this.open==this.nodes.length-1){let u=i.content[i.content.length-1],l=e.previousSibling;(!u||l&&l.nodeName=="BR"||u.isText&&/[ \t\r\n\u000c]$/.test(u.text))&&(r=r.slice(1))}r&&this.insertNode(o.text(r),n,!/\S/.test(r)),this.findInText(e)}else this.findInside(e)}addElement(e,n,r){let i=this.localPreserveWS,s=this.top;(e.tagName=="PRE"||/pre/.test(e.style&&e.style.whiteSpace))&&(this.localPreserveWS=!0);let o=e.nodeName.toLowerCase(),u;ga.hasOwnProperty(o)&&this.parser.normalizeLists&&$f(e);let l=this.options.ruleFromNode&&this.options.ruleFromNode(e)||(u=this.parser.matchTag(e,this,r));e:if(l?l.ignore:zf.hasOwnProperty(o))this.findInside(e),this.ignoreFallback(e,n);else if(!l||l.skip||l.closeParent){l&&l.closeParent?this.open=Math.max(0,this.open-1):l&&l.skip.nodeType&&(e=l.skip);let a,c=this.needsBlock;if(ma.hasOwnProperty(o))s.content.length&&s.content[0].isInline&&this.open&&(this.open--,s=this.top),a=!0,s.type||(this.needsBlock=!0);else if(!e.firstChild){this.leafFallback(e,n);break e}let d=l&&l.skip?n:this.readStyles(e,n);d&&this.addAll(e,d),a&&this.sync(s),this.needsBlock=c}else{let a=this.readStyles(e,n);a&&this.addElementByRule(e,l,a,l.consuming===!1?u:void 0)}this.localPreserveWS=i}leafFallback(e,n){e.nodeName=="BR"&&this.top.type&&this.top.type.inlineContent&&this.addTextNode(e.ownerDocument.createTextNode(`
|
|
12
|
+
`),n)}ignoreFallback(e,n){e.nodeName=="BR"&&(!this.top.type||!this.top.type.inlineContent)&&this.findPlace(this.parser.schema.text("-"),n,!0)}readStyles(e,n){let r=e.style;if(r&&r.length)for(let i=0;i<this.parser.matchedStyles.length;i++){let s=this.parser.matchedStyles[i],o=r.getPropertyValue(s);if(o)for(let u=void 0;;){let l=this.parser.matchStyle(s,o,this,u);if(!l)break;if(l.ignore)return null;if(l.clearMark?n=n.filter(a=>!l.clearMark(a)):n=n.concat(this.parser.schema.marks[l.mark].create(l.attrs)),l.consuming===!1)u=l;else break}}return n}addElementByRule(e,n,r,i){let s,o;if(n.node)if(o=this.parser.schema.nodes[n.node],o.isLeaf)this.insertNode(o.create(n.attrs),r,e.nodeName=="BR")||this.leafFallback(e,r);else{let l=this.enter(o,n.attrs||null,r,n.preserveWhitespace);l&&(s=!0,r=l)}else{let l=this.parser.schema.marks[n.mark];r=r.concat(l.create(n.attrs))}let u=this.top;if(o&&o.isLeaf)this.findInside(e);else if(i)this.addElement(e,r,i);else if(n.getContent)this.findInside(e),n.getContent(e,this.parser.schema).forEach(l=>this.insertNode(l,r,!1));else{let l=e;typeof n.contentElement=="string"?l=e.querySelector(n.contentElement):typeof n.contentElement=="function"?l=n.contentElement(e):n.contentElement&&(l=n.contentElement),this.findAround(e,l,!0),this.addAll(l,r),this.findAround(e,l,!1)}s&&this.sync(u)&&this.open--}addAll(e,n,r,i){let s=r||0;for(let o=r?e.childNodes[r]:e.firstChild,u=i==null?null:e.childNodes[i];o!=u;o=o.nextSibling,++s)this.findAtPoint(e,s),this.addDOM(o,n);this.findAtPoint(e,s)}findPlace(e,n,r){let i,s;for(let o=this.open,u=0;o>=0;o--){let l=this.nodes[o],a=l.findWrapping(e);if(a&&(!i||i.length>a.length+u)&&(i=a,s=l,!a.length))break;if(l.solid){if(r)break;u+=2}}if(!i)return null;this.sync(s);for(let o=0;o<i.length;o++)n=this.enterInner(i[o],null,n,!1);return n}insertNode(e,n,r){if(e.isInline&&this.needsBlock&&!this.top.type){let s=this.textblockFromContext();s&&(n=this.enterInner(s,null,n))}let i=this.findPlace(e,n,r);if(i){this.closeExtra();let s=this.top;s.match&&(s.match=s.match.matchType(e.type));let o=F.none;for(let u of i.concat(e.marks))(s.type?s.type.allowsMarkType(u.type):ou(u.type,e.type))&&(o=u.addToSet(o));return s.content.push(e.mark(o)),!0}return!1}enter(e,n,r,i){let s=this.findPlace(e.create(n),r,!1);return s&&(s=this.enterInner(e,n,r,!0,i)),s}enterInner(e,n,r,i=!1,s){this.closeExtra();let o=this.top;o.match=o.match&&o.match.matchType(e);let u=ru(e,s,o.options);o.options&Cn&&o.content.length==0&&(u|=Cn);let l=F.none;return r=r.filter(a=>(o.type?o.type.allowsMarkType(a.type):ou(a.type,e))?(l=a.addToSet(l),!1):!0),this.nodes.push(new nr(e,n,l,i,null,u)),this.open++,r}closeExtra(e=!1){let n=this.nodes.length-1;if(n>this.open){for(;n>this.open;n--)this.nodes[n-1].content.push(this.nodes[n].finish(e));this.nodes.length=this.open+1}}finish(){return this.open=0,this.closeExtra(this.isOpen),this.nodes[0].finish(!!(this.isOpen||this.options.topOpen))}sync(e){for(let n=this.open;n>=0;n--){if(this.nodes[n]==e)return this.open=n,!0;this.localPreserveWS&&(this.nodes[n].options|=On)}return!1}get currentPos(){this.closeExtra();let e=0;for(let n=this.open;n>=0;n--){let r=this.nodes[n].content;for(let i=r.length-1;i>=0;i--)e+=r[i].nodeSize;n&&e++}return e}findAtPoint(e,n){if(this.find)for(let r=0;r<this.find.length;r++)this.find[r].node==e&&this.find[r].offset==n&&(this.find[r].pos=this.currentPos)}findInside(e){if(this.find)for(let n=0;n<this.find.length;n++)this.find[n].pos==null&&e.nodeType==1&&e.contains(this.find[n].node)&&(this.find[n].pos=this.currentPos)}findAround(e,n,r){if(e!=n&&this.find)for(let i=0;i<this.find.length;i++)this.find[i].pos==null&&e.nodeType==1&&e.contains(this.find[i].node)&&n.compareDocumentPosition(this.find[i].node)&(r?2:4)&&(this.find[i].pos=this.currentPos)}findInText(e){if(this.find)for(let n=0;n<this.find.length;n++)this.find[n].node==e&&(this.find[n].pos=this.currentPos-(e.nodeValue.length-this.find[n].offset))}matchesContext(e){if(e.indexOf("|")>-1)return e.split(/\s*\|\s*/).some(this.matchesContext,this);let n=e.split("/"),r=this.options.context,i=!this.isOpen&&(!r||r.parent.type==this.nodes[0].type),s=-(r?r.depth+1:0)+(i?0:1),o=(u,l)=>{for(;u>=0;u--){let a=n[u];if(a==""){if(u==n.length-1||u==0)continue;for(;l>=s;l--)if(o(u-1,l))return!0;return!1}else{let c=l>0||l==0&&i?this.nodes[l].type:r&&l>=s?r.node(l-s).type:null;if(!c||c.name!=a&&!c.isInGroup(a))return!1;l--}}return!0};return o(n.length-1,this.open)}textblockFromContext(){let e=this.options.context;if(e)for(let n=e.depth;n>=0;n--){let r=e.node(n).contentMatchAt(e.indexAfter(n)).defaultType;if(r&&r.isTextblock&&r.defaultAttrs)return r}for(let n in this.parser.schema.nodes){let r=this.parser.schema.nodes[n];if(r.isTextblock&&r.defaultAttrs)return r}}}function $f(t){for(let e=t.firstChild,n=null;e;e=e.nextSibling){let r=e.nodeType==1?e.nodeName.toLowerCase():null;r&&ga.hasOwnProperty(r)&&n?(n.appendChild(e),e=n):r=="li"?n=e:r&&(n=null)}}function Hf(t,e){return(t.matches||t.msMatchesSelector||t.webkitMatchesSelector||t.mozMatchesSelector).call(t,e)}function su(t){let e={};for(let n in t)e[n]=t[n];return e}function ou(t,e){let n=e.schema.nodes;for(let r in n){let i=n[r];if(!i.allowsMarkType(t))continue;let s=[],o=u=>{s.push(u);for(let l=0;l<u.edgeCount;l++){let{type:a,next:c}=u.edge(l);if(a==e||s.indexOf(c)<0&&o(c))return!0}};if(o(i.contentMatch))return!0}}class Ht{constructor(e,n){this.nodes=e,this.marks=n}serializeFragment(e,n={},r){r||(r=rr(n).createDocumentFragment());let i=r,s=[];return e.forEach(o=>{if(s.length||o.marks.length){let u=0,l=0;for(;u<s.length&&l<o.marks.length;){let a=o.marks[l];if(!this.marks[a.type.name]){l++;continue}if(!a.eq(s[u][0])||a.type.spec.spanning===!1)break;u++,l++}for(;u<s.length;)i=s.pop()[1];for(;l<o.marks.length;){let a=o.marks[l++],c=this.serializeMark(a,o.isInline,n);c&&(s.push([a,i]),i.appendChild(c.dom),i=c.contentDOM||c.dom)}}i.appendChild(this.serializeNodeInner(o,n))}),r}serializeNodeInner(e,n){if(e.isText)return rr(n).createTextNode(e.text);let{dom:r,contentDOM:i}=gr(rr(n),this.nodes[e.type.name](e),null,e.attrs);if(i){if(e.isLeaf)throw new RangeError("Content hole not allowed in a leaf node spec");this.serializeFragment(e.content,n,i)}return r}serializeNode(e,n={}){let r=this.serializeNodeInner(e,n);for(let i=e.marks.length-1;i>=0;i--){let s=this.serializeMark(e.marks[i],e.isInline,n);s&&((s.contentDOM||s.dom).appendChild(r),r=s.dom)}return r}serializeMark(e,n,r={}){let i=this.marks[e.type.name];return i&&gr(rr(r),i(e,n),null,e.attrs)}static renderSpec(e,n,r=null,i){return typeof n=="string"?{dom:e.createTextNode(n)}:gr(e,n,r,i)}static fromSchema(e){return e.cached.domSerializer||(e.cached.domSerializer=new Ht(this.nodesFromSchema(e),this.marksFromSchema(e)))}static nodesFromSchema(e){let n=uu(e.nodes);return n.text||(n.text=r=>r.text),n}static marksFromSchema(e){return uu(e.marks)}}function uu(t){let e={};for(let n in t){let r=t[n].spec.toDOM;r&&(e[n]=r)}return e}function rr(t){return t.document||window.document}const lu=new WeakMap;function jf(t){let e=lu.get(t);return e===void 0&&lu.set(t,e=Vf(t)),e}function Vf(t){let e=null;function n(r){if(r&&typeof r=="object")if(Array.isArray(r))if(typeof r[0]=="string")e||(e=[]),e.push(r);else for(let i=0;i<r.length;i++)n(r[i]);else for(let i in r)n(r[i])}return n(t),e}function gr(t,e,n,r){if(e.nodeType==1)return{dom:e};if(e.dom&&e.dom.nodeType==1)return e;let i=e[0],s;if(typeof i!="string")throw new RangeError("Invalid array passed to renderSpec");if(r&&(s=jf(r))&&s.indexOf(e)>-1)throw new RangeError("Using an array from an attribute object as a DOM spec. This may be an attempted cross site scripting attack.");let o=i.indexOf(" ");o>0&&(n=i.slice(0,o),i=i.slice(o+1));let u,l=n?t.createElementNS(n,i):t.createElement(i),a=e[1],c=1;if(a&&typeof a=="object"&&a.nodeType==null&&!Array.isArray(a)){c=2;for(let d in a)if(a[d]!=null){let h=d.indexOf(" ");h>0?l.setAttributeNS(d.slice(0,h),d.slice(h+1),a[d]):d=="style"&&l.style?l.style.cssText=a[d]:l.setAttribute(d,a[d])}}for(let d=c;d<e.length;d++){let h=e[d];if(h===0){if(d<e.length-1||d>c)throw new RangeError("Content hole must be the only child of its parent node");return{dom:l,contentDOM:l}}else if(typeof h=="string")l.appendChild(t.createTextNode(h));else{let{dom:f,contentDOM:p}=gr(t,h,n,r);if(l.appendChild(f),p){if(u)throw new RangeError("Multiple content holes");u=p}}}return{dom:l,contentDOM:u}}const ba=65535,ka=Math.pow(2,16);function qf(t,e){return t+e*ka}function au(t){return t&ba}function Wf(t){return(t-(t&ba))/ka}const xa=1,ya=2,br=4,Ca=8;class As{constructor(e,n,r){this.pos=e,this.delInfo=n,this.recover=r}get deleted(){return(this.delInfo&Ca)>0}get deletedBefore(){return(this.delInfo&(xa|br))>0}get deletedAfter(){return(this.delInfo&(ya|br))>0}get deletedAcross(){return(this.delInfo&br)>0}}class ye{constructor(e,n=!1){if(this.ranges=e,this.inverted=n,!e.length&&ye.empty)return ye.empty}recover(e){let n=0,r=au(e);if(!this.inverted)for(let i=0;i<r;i++)n+=this.ranges[i*3+2]-this.ranges[i*3+1];return this.ranges[r*3]+n+Wf(e)}mapResult(e,n=1){return this._map(e,n,!1)}map(e,n=1){return this._map(e,n,!0)}_map(e,n,r){let i=0,s=this.inverted?2:1,o=this.inverted?1:2;for(let u=0;u<this.ranges.length;u+=3){let l=this.ranges[u]-(this.inverted?i:0);if(l>e)break;let a=this.ranges[u+s],c=this.ranges[u+o],d=l+a;if(e<=d){let h=a?e==l?-1:e==d?1:n:n,f=l+i+(h<0?0:c);if(r)return f;let p=e==(n<0?l:d)?null:qf(u/3,e-l),m=e==l?ya:e==d?xa:br;return(n<0?e!=l:e!=d)&&(m|=Ca),new As(f,m,p)}i+=c-a}return r?e+i:new As(e+i,0,null)}touches(e,n){let r=0,i=au(n),s=this.inverted?2:1,o=this.inverted?1:2;for(let u=0;u<this.ranges.length;u+=3){let l=this.ranges[u]-(this.inverted?r:0);if(l>e)break;let a=this.ranges[u+s],c=l+a;if(e<=c&&u==i*3)return!0;r+=this.ranges[u+o]-a}return!1}forEach(e){let n=this.inverted?2:1,r=this.inverted?1:2;for(let i=0,s=0;i<this.ranges.length;i+=3){let o=this.ranges[i],u=o-(this.inverted?s:0),l=o+(this.inverted?0:s),a=this.ranges[i+n],c=this.ranges[i+r];e(u,u+a,l,l+c),s+=c-a}}invert(){return new ye(this.ranges,!this.inverted)}toString(){return(this.inverted?"-":"")+JSON.stringify(this.ranges)}static offset(e){return e==0?ye.empty:new ye(e<0?[0,-e,0]:[0,0,e])}}ye.empty=new ye([]);class In{constructor(e,n,r=0,i=e?e.length:0){this.mirror=n,this.from=r,this.to=i,this._maps=e||[],this.ownData=!(e||n)}get maps(){return this._maps}slice(e=0,n=this.maps.length){return new In(this._maps,this.mirror,e,n)}appendMap(e,n){this.ownData||(this._maps=this._maps.slice(),this.mirror=this.mirror&&this.mirror.slice(),this.ownData=!0),this.to=this._maps.push(e),n!=null&&this.setMirror(this._maps.length-1,n)}appendMapping(e){for(let n=0,r=this._maps.length;n<e._maps.length;n++){let i=e.getMirror(n);this.appendMap(e._maps[n],i!=null&&i<n?r+i:void 0)}}getMirror(e){if(this.mirror){for(let n=0;n<this.mirror.length;n++)if(this.mirror[n]==e)return this.mirror[n+(n%2?-1:1)]}}setMirror(e,n){this.mirror||(this.mirror=[]),this.mirror.push(e,n)}appendMappingInverted(e){for(let n=e.maps.length-1,r=this._maps.length+e._maps.length;n>=0;n--){let i=e.getMirror(n);this.appendMap(e._maps[n].invert(),i!=null&&i>n?r-i-1:void 0)}}invert(){let e=new In;return e.appendMappingInverted(this),e}map(e,n=1){if(this.mirror)return this._map(e,n,!0);for(let r=this.from;r<this.to;r++)e=this._maps[r].map(e,n);return e}mapResult(e,n=1){return this._map(e,n,!1)}_map(e,n,r){let i=0;for(let s=this.from;s<this.to;s++){let o=this._maps[s],u=o.mapResult(e,n);if(u.recover!=null){let l=this.getMirror(s);if(l!=null&&l>s&&l<this.to){s=l,e=this._maps[l].recover(u.recover);continue}}i|=u.delInfo,e=u.pos}return r?e:new As(e,i,null)}}const Li=Object.create(null);class de{getMap(){return ye.empty}merge(e){return null}static fromJSON(e,n){if(!n||!n.stepType)throw new RangeError("Invalid input for Step.fromJSON");let r=Li[n.stepType];if(!r)throw new RangeError(`No step type ${n.stepType} defined`);return r.fromJSON(e,n)}static jsonID(e,n){if(e in Li)throw new RangeError("Duplicate use of step JSON ID "+e);return Li[e]=n,n.prototype.jsonID=e,n}}class Z{constructor(e,n){this.doc=e,this.failed=n}static ok(e){return new Z(e,null)}static fail(e){return new Z(null,e)}static fromReplace(e,n,r,i){try{return Z.ok(e.replace(n,r,i))}catch(s){if(s instanceof Er)return Z.fail(s.message);throw s}}}function no(t,e,n){let r=[];for(let i=0;i<t.childCount;i++){let s=t.child(i);s.content.size&&(s=s.copy(no(s.content,e,s))),s.isInline&&(s=e(s,n,i)),r.push(s)}return C.fromArray(r)}class ct extends de{constructor(e,n,r){super(),this.from=e,this.to=n,this.mark=r}apply(e){let n=e.slice(this.from,this.to),r=e.resolve(this.from),i=r.node(r.sharedDepth(this.to)),s=new A(no(n.content,(o,u)=>!o.isAtom||!u.type.allowsMarkType(this.mark.type)?o:o.mark(this.mark.addToSet(o.marks)),i),n.openStart,n.openEnd);return Z.fromReplace(e,this.from,this.to,s)}invert(){return new Ie(this.from,this.to,this.mark)}map(e){let n=e.mapResult(this.from,1),r=e.mapResult(this.to,-1);return n.deleted&&r.deleted||n.pos>=r.pos?null:new ct(n.pos,r.pos,this.mark)}merge(e){return e instanceof ct&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new ct(Math.min(this.from,e.from),Math.max(this.to,e.to),this.mark):null}toJSON(){return{stepType:"addMark",mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(e,n){if(typeof n.from!="number"||typeof n.to!="number")throw new RangeError("Invalid input for AddMarkStep.fromJSON");return new ct(n.from,n.to,e.markFromJSON(n.mark))}}de.jsonID("addMark",ct);class Ie extends de{constructor(e,n,r){super(),this.from=e,this.to=n,this.mark=r}apply(e){let n=e.slice(this.from,this.to),r=new A(no(n.content,i=>i.mark(this.mark.removeFromSet(i.marks)),e),n.openStart,n.openEnd);return Z.fromReplace(e,this.from,this.to,r)}invert(){return new ct(this.from,this.to,this.mark)}map(e){let n=e.mapResult(this.from,1),r=e.mapResult(this.to,-1);return n.deleted&&r.deleted||n.pos>=r.pos?null:new Ie(n.pos,r.pos,this.mark)}merge(e){return e instanceof Ie&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new Ie(Math.min(this.from,e.from),Math.max(this.to,e.to),this.mark):null}toJSON(){return{stepType:"removeMark",mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(e,n){if(typeof n.from!="number"||typeof n.to!="number")throw new RangeError("Invalid input for RemoveMarkStep.fromJSON");return new Ie(n.from,n.to,e.markFromJSON(n.mark))}}de.jsonID("removeMark",Ie);class dt extends de{constructor(e,n){super(),this.pos=e,this.mark=n}apply(e){let n=e.nodeAt(this.pos);if(!n)return Z.fail("No node at mark step's position");let r=n.type.create(n.attrs,null,this.mark.addToSet(n.marks));return Z.fromReplace(e,this.pos,this.pos+1,new A(C.from(r),0,n.isLeaf?0:1))}invert(e){let n=e.nodeAt(this.pos);if(n){let r=this.mark.addToSet(n.marks);if(r.length==n.marks.length){for(let i=0;i<n.marks.length;i++)if(!n.marks[i].isInSet(r))return new dt(this.pos,n.marks[i]);return new dt(this.pos,this.mark)}}return new Pt(this.pos,this.mark)}map(e){let n=e.mapResult(this.pos,1);return n.deletedAfter?null:new dt(n.pos,this.mark)}toJSON(){return{stepType:"addNodeMark",pos:this.pos,mark:this.mark.toJSON()}}static fromJSON(e,n){if(typeof n.pos!="number")throw new RangeError("Invalid input for AddNodeMarkStep.fromJSON");return new dt(n.pos,e.markFromJSON(n.mark))}}de.jsonID("addNodeMark",dt);class Pt extends de{constructor(e,n){super(),this.pos=e,this.mark=n}apply(e){let n=e.nodeAt(this.pos);if(!n)return Z.fail("No node at mark step's position");let r=n.type.create(n.attrs,null,this.mark.removeFromSet(n.marks));return Z.fromReplace(e,this.pos,this.pos+1,new A(C.from(r),0,n.isLeaf?0:1))}invert(e){let n=e.nodeAt(this.pos);return!n||!this.mark.isInSet(n.marks)?this:new dt(this.pos,this.mark)}map(e){let n=e.mapResult(this.pos,1);return n.deletedAfter?null:new Pt(n.pos,this.mark)}toJSON(){return{stepType:"removeNodeMark",pos:this.pos,mark:this.mark.toJSON()}}static fromJSON(e,n){if(typeof n.pos!="number")throw new RangeError("Invalid input for RemoveNodeMarkStep.fromJSON");return new Pt(n.pos,e.markFromJSON(n.mark))}}de.jsonID("removeNodeMark",Pt);class J extends de{constructor(e,n,r,i=!1){super(),this.from=e,this.to=n,this.slice=r,this.structure=i}apply(e){return this.structure&&Ms(e,this.from,this.to)?Z.fail("Structure replace would overwrite content"):Z.fromReplace(e,this.from,this.to,this.slice)}getMap(){return new ye([this.from,this.to-this.from,this.slice.size])}invert(e){return new J(this.from,this.from+this.slice.size,e.slice(this.from,this.to))}map(e){let n=e.mapResult(this.to,-1),r=this.from==this.to&&J.MAP_BIAS<0?n:e.mapResult(this.from,1);return r.deletedAcross&&n.deletedAcross?null:new J(r.pos,Math.max(r.pos,n.pos),this.slice,this.structure)}merge(e){if(!(e instanceof J)||e.structure||this.structure)return null;if(this.from+this.slice.size==e.from&&!this.slice.openEnd&&!e.slice.openStart){let n=this.slice.size+e.slice.size==0?A.empty:new A(this.slice.content.append(e.slice.content),this.slice.openStart,e.slice.openEnd);return new J(this.from,this.to+(e.to-e.from),n,this.structure)}else if(e.to==this.from&&!this.slice.openStart&&!e.slice.openEnd){let n=this.slice.size+e.slice.size==0?A.empty:new A(e.slice.content.append(this.slice.content),e.slice.openStart,this.slice.openEnd);return new J(e.from,this.to,n,this.structure)}else return null}toJSON(){let e={stepType:"replace",from:this.from,to:this.to};return this.slice.size&&(e.slice=this.slice.toJSON()),this.structure&&(e.structure=!0),e}static fromJSON(e,n){if(typeof n.from!="number"||typeof n.to!="number")throw new RangeError("Invalid input for ReplaceStep.fromJSON");return new J(n.from,n.to,A.fromJSON(e,n.slice),!!n.structure)}}J.MAP_BIAS=1;de.jsonID("replace",J);class re extends de{constructor(e,n,r,i,s,o,u=!1){super(),this.from=e,this.to=n,this.gapFrom=r,this.gapTo=i,this.slice=s,this.insert=o,this.structure=u}apply(e){if(this.structure&&(Ms(e,this.from,this.gapFrom)||Ms(e,this.gapTo,this.to)))return Z.fail("Structure gap-replace would overwrite content");let n=e.slice(this.gapFrom,this.gapTo);if(n.openStart||n.openEnd)return Z.fail("Gap is not a flat range");let r=this.slice.insertAt(this.insert,n.content);return r?Z.fromReplace(e,this.from,this.to,r):Z.fail("Content does not fit in gap")}getMap(){return new ye([this.from,this.gapFrom-this.from,this.insert,this.gapTo,this.to-this.gapTo,this.slice.size-this.insert])}invert(e){let n=this.gapTo-this.gapFrom;return new re(this.from,this.from+this.slice.size+n,this.from+this.insert,this.from+this.insert+n,e.slice(this.from,this.to).removeBetween(this.gapFrom-this.from,this.gapTo-this.from),this.gapFrom-this.from,this.structure)}map(e){let n=e.mapResult(this.from,1),r=e.mapResult(this.to,-1),i=this.from==this.gapFrom?n.pos:e.map(this.gapFrom,-1),s=this.to==this.gapTo?r.pos:e.map(this.gapTo,1);return n.deletedAcross&&r.deletedAcross||i<n.pos||s>r.pos?null:new re(n.pos,r.pos,i,s,this.slice,this.insert,this.structure)}toJSON(){let e={stepType:"replaceAround",from:this.from,to:this.to,gapFrom:this.gapFrom,gapTo:this.gapTo,insert:this.insert};return this.slice.size&&(e.slice=this.slice.toJSON()),this.structure&&(e.structure=!0),e}static fromJSON(e,n){if(typeof n.from!="number"||typeof n.to!="number"||typeof n.gapFrom!="number"||typeof n.gapTo!="number"||typeof n.insert!="number")throw new RangeError("Invalid input for ReplaceAroundStep.fromJSON");return new re(n.from,n.to,n.gapFrom,n.gapTo,A.fromJSON(e,n.slice),n.insert,!!n.structure)}}de.jsonID("replaceAround",re);function Ms(t,e,n){let r=t.resolve(e),i=n-e,s=r.depth;for(;i>0&&s>0&&r.indexAfter(s)==r.node(s).childCount;)s--,i--;if(i>0){let o=r.node(s).maybeChild(r.indexAfter(s));for(;i>0;){if(!o||o.isLeaf)return!0;o=o.firstChild,i--}}return!1}function Uf(t,e,n,r){let i=[],s=[],o,u;t.doc.nodesBetween(e,n,(l,a,c)=>{if(!l.isInline)return;let d=l.marks;if(!r.isInSet(d)&&c.type.allowsMarkType(r.type)){let h=Math.max(a,e),f=Math.min(a+l.nodeSize,n),p=r.addToSet(d);for(let m=0;m<d.length;m++)d[m].isInSet(p)||(o&&o.to==h&&o.mark.eq(d[m])?o.to=f:i.push(o=new Ie(h,f,d[m])));u&&u.to==h?u.to=f:s.push(u=new ct(h,f,r))}}),i.forEach(l=>t.step(l)),s.forEach(l=>t.step(l))}function Kf(t,e,n,r){let i=[],s=0;t.doc.nodesBetween(e,n,(o,u)=>{if(!o.isInline)return;s++;let l=null;if(r instanceof pi){let a=o.marks,c;for(;c=r.isInSet(a);)(l||(l=[])).push(c),a=c.removeFromSet(a)}else r?r.isInSet(o.marks)&&(l=[r]):l=o.marks;if(l&&l.length){let a=Math.min(u+o.nodeSize,n);for(let c=0;c<l.length;c++){let d=l[c],h;for(let f=0;f<i.length;f++){let p=i[f];p.step==s-1&&d.eq(i[f].style)&&(h=p)}h?(h.to=a,h.step=s):i.push({style:d,from:Math.max(u,e),to:a,step:s})}}}),i.forEach(o=>t.step(new Ie(o.from,o.to,o.style)))}function ro(t,e,n,r=n.contentMatch,i=!0){let s=t.doc.nodeAt(e),o=[],u=e+1;for(let l=0;l<s.childCount;l++){let a=s.child(l),c=u+a.nodeSize,d=r.matchType(a.type);if(!d)o.push(new J(u,c,A.empty));else{r=d;for(let h=0;h<a.marks.length;h++)n.allowsMarkType(a.marks[h].type)||t.step(new Ie(u,c,a.marks[h]));if(i&&a.isText&&n.whitespace!="pre"){let h,f=/\r?\n|\r/g,p;for(;h=f.exec(a.text);)p||(p=new A(C.from(n.schema.text(" ",n.allowedMarks(a.marks))),0,0)),o.push(new J(u+h.index,u+h.index+h[0].length,p))}}u=c}if(!r.validEnd){let l=r.fillBefore(C.empty,!0);t.replace(u,u,new A(l,0,0))}for(let l=o.length-1;l>=0;l--)t.step(o[l])}function Jf(t,e,n){return(e==0||t.canReplace(e,t.childCount))&&(n==t.childCount||t.canReplace(0,n))}function ln(t){let n=t.parent.content.cutByIndex(t.startIndex,t.endIndex);for(let r=t.depth,i=0,s=0;;--r){let o=t.$from.node(r),u=t.$from.index(r)+i,l=t.$to.indexAfter(r)-s;if(r<t.depth&&o.canReplace(u,l,n))return r;if(r==0||o.type.spec.isolating||!Jf(o,u,l))break;u&&(i=1),l<o.childCount&&(s=1)}return null}function Gf(t,e,n){let{$from:r,$to:i,depth:s}=e,o=r.before(s+1),u=i.after(s+1),l=o,a=u,c=C.empty,d=0;for(let p=s,m=!1;p>n;p--)m||r.index(p)>0?(m=!0,c=C.from(r.node(p).copy(c)),d++):l--;let h=C.empty,f=0;for(let p=s,m=!1;p>n;p--)m||i.after(p+1)<i.end(p)?(m=!0,h=C.from(i.node(p).copy(h)),f++):a++;t.step(new re(l,a,o,u,new A(c.append(h),d,f),c.size-d,!0))}function io(t,e,n=null,r=t){let i=Zf(t,e),s=i&&Qf(r,e);return s?i.map(cu).concat({type:e,attrs:n}).concat(s.map(cu)):null}function cu(t){return{type:t,attrs:null}}function Zf(t,e){let{parent:n,startIndex:r,endIndex:i}=t,s=n.contentMatchAt(r).findWrapping(e);if(!s)return null;let o=s.length?s[0]:e;return n.canReplaceWith(r,i,o)?s:null}function Qf(t,e){let{parent:n,startIndex:r,endIndex:i}=t,s=n.child(r),o=e.contentMatch.findWrapping(s.type);if(!o)return null;let l=(o.length?o[o.length-1]:e).contentMatch;for(let a=r;l&&a<i;a++)l=l.matchType(n.child(a).type);return!l||!l.validEnd?null:o}function Yf(t,e,n){let r=C.empty;for(let o=n.length-1;o>=0;o--){if(r.size){let u=n[o].type.contentMatch.matchFragment(r);if(!u||!u.validEnd)throw new RangeError("Wrapper type given to Transform.wrap does not form valid content of its parent wrapper")}r=C.from(n[o].type.create(n[o].attrs,r))}let i=e.start,s=e.end;t.step(new re(i,s,i,s,new A(r,0,0),n.length,!0))}function Xf(t,e,n,r,i){if(!r.isTextblock)throw new RangeError("Type given to setBlockType should be a textblock");let s=t.steps.length;t.doc.nodesBetween(e,n,(o,u)=>{let l=typeof i=="function"?i(o):i;if(o.isTextblock&&!o.hasMarkup(r,l)&&eh(t.doc,t.mapping.slice(s).map(u),r)){let a=null;if(r.schema.linebreakReplacement){let f=r.whitespace=="pre",p=!!r.contentMatch.matchType(r.schema.linebreakReplacement);f&&!p?a=!1:!f&&p&&(a=!0)}a===!1&&wa(t,o,u,s),ro(t,t.mapping.slice(s).map(u,1),r,void 0,a===null);let c=t.mapping.slice(s),d=c.map(u,1),h=c.map(u+o.nodeSize,1);return t.step(new re(d,h,d+1,h-1,new A(C.from(r.create(l,null,o.marks)),0,0),1,!0)),a===!0&&Ea(t,o,u,s),!1}})}function Ea(t,e,n,r){e.forEach((i,s)=>{if(i.isText){let o,u=/\r?\n|\r/g;for(;o=u.exec(i.text);){let l=t.mapping.slice(r).map(n+1+s+o.index);t.replaceWith(l,l+1,e.type.schema.linebreakReplacement.create())}}})}function wa(t,e,n,r){e.forEach((i,s)=>{if(i.type==i.type.schema.linebreakReplacement){let o=t.mapping.slice(r).map(n+1+s);t.replaceWith(o,o+1,e.type.schema.text(`
|
|
13
|
+
`))}})}function eh(t,e,n){let r=t.resolve(e),i=r.index();return r.parent.canReplaceWith(i,i+1,n)}function th(t,e,n,r,i){let s=t.doc.nodeAt(e);if(!s)throw new RangeError("No node at given position");n||(n=s.type);let o=n.create(r,null,i||s.marks);if(s.isLeaf)return t.replaceWith(e,e+s.nodeSize,o);if(!n.validContent(s.content))throw new RangeError("Invalid content for node type "+n.name);t.step(new re(e,e+s.nodeSize,e+1,e+s.nodeSize-1,new A(C.from(o),0,0),1,!0))}function Ye(t,e,n=1,r){let i=t.resolve(e),s=i.depth-n,o=r&&r[r.length-1]||i.parent;if(s<0||i.parent.type.spec.isolating||!i.parent.canReplace(i.index(),i.parent.childCount)||!o.type.validContent(i.parent.content.cutByIndex(i.index(),i.parent.childCount)))return!1;for(let a=i.depth-1,c=n-2;a>s;a--,c--){let d=i.node(a),h=i.index(a);if(d.type.spec.isolating)return!1;let f=d.content.cutByIndex(h,d.childCount),p=r&&r[c+1];p&&(f=f.replaceChild(0,p.type.create(p.attrs)));let m=r&&r[c]||d;if(!d.canReplace(h+1,d.childCount)||!m.type.validContent(f))return!1}let u=i.indexAfter(s),l=r&&r[0];return i.node(s).canReplaceWith(u,u,l?l.type:i.node(s+1).type)}function nh(t,e,n=1,r){let i=t.doc.resolve(e),s=C.empty,o=C.empty;for(let u=i.depth,l=i.depth-n,a=n-1;u>l;u--,a--){s=C.from(i.node(u).copy(s));let c=r&&r[a];o=C.from(c?c.type.create(c.attrs,o):i.node(u).copy(o))}t.step(new J(e,e,new A(s.append(o),n,n),!0))}function Ct(t,e){let n=t.resolve(e),r=n.index();return Sa(n.nodeBefore,n.nodeAfter)&&n.parent.canReplace(r,r+1)}function rh(t,e){e.content.size||t.type.compatibleContent(e.type);let n=t.contentMatchAt(t.childCount),{linebreakReplacement:r}=t.type.schema;for(let i=0;i<e.childCount;i++){let s=e.child(i),o=s.type==r?t.type.schema.nodes.text:s.type;if(n=n.matchType(o),!n||!t.type.allowsMarks(s.marks))return!1}return n.validEnd}function Sa(t,e){return!!(t&&e&&!t.isLeaf&&rh(t,e))}function mi(t,e,n=-1){let r=t.resolve(e);for(let i=r.depth;;i--){let s,o,u=r.index(i);if(i==r.depth?(s=r.nodeBefore,o=r.nodeAfter):n>0?(s=r.node(i+1),u++,o=r.node(i).maybeChild(u)):(s=r.node(i).maybeChild(u-1),o=r.node(i+1)),s&&!s.isTextblock&&Sa(s,o)&&r.node(i).canReplace(u,u+1))return e;if(i==0)break;e=n<0?r.before(i):r.after(i)}}function ih(t,e,n){let r=null,{linebreakReplacement:i}=t.doc.type.schema,s=t.doc.resolve(e-n),o=s.node().type;if(i&&o.inlineContent){let c=o.whitespace=="pre",d=!!o.contentMatch.matchType(i);c&&!d?r=!1:!c&&d&&(r=!0)}let u=t.steps.length;if(r===!1){let c=t.doc.resolve(e+n);wa(t,c.node(),c.before(),u)}o.inlineContent&&ro(t,e+n-1,o,s.node().contentMatchAt(s.index()),r==null);let l=t.mapping.slice(u),a=l.map(e-n);if(t.step(new J(a,l.map(e+n,-1),A.empty,!0)),r===!0){let c=t.doc.resolve(a);Ea(t,c.node(),c.before(),t.steps.length)}return t}function sh(t,e,n){let r=t.resolve(e);if(r.parent.canReplaceWith(r.index(),r.index(),n))return e;if(r.parentOffset==0)for(let i=r.depth-1;i>=0;i--){let s=r.index(i);if(r.node(i).canReplaceWith(s,s,n))return r.before(i+1);if(s>0)return null}if(r.parentOffset==r.parent.content.size)for(let i=r.depth-1;i>=0;i--){let s=r.indexAfter(i);if(r.node(i).canReplaceWith(s,s,n))return r.after(i+1);if(s<r.node(i).childCount)return null}return null}function va(t,e,n){let r=t.resolve(e);if(!n.content.size)return e;let i=n.content;for(let s=0;s<n.openStart;s++)i=i.firstChild.content;for(let s=1;s<=(n.openStart==0&&n.size?2:1);s++)for(let o=r.depth;o>=0;o--){let u=o==r.depth?0:r.pos<=(r.start(o+1)+r.end(o+1))/2?-1:1,l=r.index(o)+(u>0?1:0),a=r.node(o),c=!1;if(s==1)c=a.canReplace(l,l,i);else{let d=a.contentMatchAt(l).findWrapping(i.firstChild.type);c=d&&a.canReplaceWith(l,l,d[0])}if(c)return u==0?r.pos:u<0?r.before(o+1):r.after(o+1)}return null}function gi(t,e,n=e,r=A.empty){if(e==n&&!r.size)return null;let i=t.resolve(e),s=t.resolve(n);return Aa(i,s,r)?new J(e,n,r):new oh(i,s,r).fit()}function Aa(t,e,n){return!n.openStart&&!n.openEnd&&t.start()==e.start()&&t.parent.canReplace(t.index(),e.index(),n.content)}class oh{constructor(e,n,r){this.$from=e,this.$to=n,this.unplaced=r,this.frontier=[],this.placed=C.empty;for(let i=0;i<=e.depth;i++){let s=e.node(i);this.frontier.push({type:s.type,match:s.contentMatchAt(e.indexAfter(i))})}for(let i=e.depth;i>0;i--)this.placed=C.from(e.node(i).copy(this.placed))}get depth(){return this.frontier.length-1}fit(){for(;this.unplaced.size;){let a=this.findFittable();a?this.placeNodes(a):this.openMore()||this.dropNode()}let e=this.mustMoveInline(),n=this.placed.size-this.depth-this.$from.depth,r=this.$from,i=this.close(e<0?this.$to:r.doc.resolve(e));if(!i)return null;let s=this.placed,o=r.depth,u=i.depth;for(;o&&u&&s.childCount==1;)s=s.firstChild.content,o--,u--;let l=new A(s,o,u);return e>-1?new re(r.pos,e,this.$to.pos,this.$to.end(),l,n):l.size||r.pos!=this.$to.pos?new J(r.pos,i.pos,l):null}findFittable(){let e=this.unplaced.openStart;for(let n=this.unplaced.content,r=0,i=this.unplaced.openEnd;r<e;r++){let s=n.firstChild;if(n.childCount>1&&(i=0),s.type.spec.isolating&&i<=r){e=r;break}n=s.content}for(let n=1;n<=2;n++)for(let r=n==1?e:this.unplaced.openStart;r>=0;r--){let i,s=null;r?(s=Pi(this.unplaced.content,r-1).firstChild,i=s.content):i=this.unplaced.content;let o=i.firstChild;for(let u=this.depth;u>=0;u--){let{type:l,match:a}=this.frontier[u],c,d=null;if(n==1&&(o?a.matchType(o.type)||(d=a.fillBefore(C.from(o),!1)):s&&l.compatibleContent(s.type)))return{sliceDepth:r,frontierDepth:u,parent:s,inject:d};if(n==2&&o&&(c=a.findWrapping(o.type)))return{sliceDepth:r,frontierDepth:u,parent:s,wrap:c};if(s&&a.matchType(s.type))break}}}openMore(){let{content:e,openStart:n,openEnd:r}=this.unplaced,i=Pi(e,n);return!i.childCount||i.firstChild.isLeaf?!1:(this.unplaced=new A(e,n+1,Math.max(r,i.size+n>=e.size-r?n+1:0)),!0)}dropNode(){let{content:e,openStart:n,openEnd:r}=this.unplaced,i=Pi(e,n);if(i.childCount<=1&&n>0){let s=e.size-n<=n+i.size;this.unplaced=new A(mn(e,n-1,1),n-1,s?n-1:r)}else this.unplaced=new A(mn(e,n,1),n,r)}placeNodes({sliceDepth:e,frontierDepth:n,parent:r,inject:i,wrap:s}){for(;this.depth>n;)this.closeFrontierNode();if(s)for(let m=0;m<s.length;m++)this.openFrontierNode(s[m]);let o=this.unplaced,u=r?r.content:o.content,l=o.openStart-e,a=0,c=[],{match:d,type:h}=this.frontier[n];if(i){for(let m=0;m<i.childCount;m++)c.push(i.child(m));d=d.matchFragment(i)}let f=u.size+e-(o.content.size-o.openEnd);for(;a<u.childCount;){let m=u.child(a),g=d.matchType(m.type);if(!g)break;a++,(a>1||l==0||m.content.size)&&(d=g,c.push(Ma(m.mark(h.allowedMarks(m.marks)),a==1?l:0,a==u.childCount?f:-1)))}let p=a==u.childCount;p||(f=-1),this.placed=gn(this.placed,n,C.from(c)),this.frontier[n].match=d,p&&f<0&&r&&r.type==this.frontier[this.depth].type&&this.frontier.length>1&&this.closeFrontierNode();for(let m=0,g=u;m<f;m++){let b=g.lastChild;this.frontier.push({type:b.type,match:b.contentMatchAt(b.childCount)}),g=b.content}this.unplaced=p?e==0?A.empty:new A(mn(o.content,e-1,1),e-1,f<0?o.openEnd:e-1):new A(mn(o.content,e,a),o.openStart,o.openEnd)}mustMoveInline(){if(!this.$to.parent.isTextblock)return-1;let e=this.frontier[this.depth],n;if(!e.type.isTextblock||!Bi(this.$to,this.$to.depth,e.type,e.match,!1)||this.$to.depth==this.depth&&(n=this.findCloseLevel(this.$to))&&n.depth==this.depth)return-1;let{depth:r}=this.$to,i=this.$to.after(r);for(;r>1&&i==this.$to.end(--r);)++i;return i}findCloseLevel(e){e:for(let n=Math.min(this.depth,e.depth);n>=0;n--){let{match:r,type:i}=this.frontier[n],s=n<e.depth&&e.end(n+1)==e.pos+(e.depth-(n+1)),o=Bi(e,n,i,r,s);if(o){for(let u=n-1;u>=0;u--){let{match:l,type:a}=this.frontier[u],c=Bi(e,u,a,l,!0);if(!c||c.childCount)continue e}return{depth:n,fit:o,move:s?e.doc.resolve(e.after(n+1)):e}}}}close(e){let n=this.findCloseLevel(e);if(!n)return null;for(;this.depth>n.depth;)this.closeFrontierNode();n.fit.childCount&&(this.placed=gn(this.placed,n.depth,n.fit)),e=n.move;for(let r=n.depth+1;r<=e.depth;r++){let i=e.node(r),s=i.type.contentMatch.fillBefore(i.content,!0,e.index(r));this.openFrontierNode(i.type,i.attrs,s)}return e}openFrontierNode(e,n=null,r){let i=this.frontier[this.depth];i.match=i.match.matchType(e),this.placed=gn(this.placed,this.depth,C.from(e.create(n,r))),this.frontier.push({type:e,match:e.contentMatch})}closeFrontierNode(){let n=this.frontier.pop().match.fillBefore(C.empty,!0);n.childCount&&(this.placed=gn(this.placed,this.frontier.length,n))}}function mn(t,e,n){return e==0?t.cutByIndex(n,t.childCount):t.replaceChild(0,t.firstChild.copy(mn(t.firstChild.content,e-1,n)))}function gn(t,e,n){return e==0?t.append(n):t.replaceChild(t.childCount-1,t.lastChild.copy(gn(t.lastChild.content,e-1,n)))}function Pi(t,e){for(let n=0;n<e;n++)t=t.firstChild.content;return t}function Ma(t,e,n){if(e<=0)return t;let r=t.content;return e>1&&(r=r.replaceChild(0,Ma(r.firstChild,e-1,r.childCount==1?n-1:0))),e>0&&(r=t.type.contentMatch.fillBefore(r).append(r),n<=0&&(r=r.append(t.type.contentMatch.matchFragment(r).fillBefore(C.empty,!0)))),t.copy(r)}function Bi(t,e,n,r,i){let s=t.node(e),o=i?t.indexAfter(e):t.index(e);if(o==s.childCount&&!n.compatibleContent(s.type))return null;let u=r.fillBefore(s.content,!0,o);return u&&!uh(n,s.content,o)?u:null}function uh(t,e,n){for(let r=n;r<e.childCount;r++)if(!t.allowsMarks(e.child(r).marks))return!0;return!1}function lh(t){return t.spec.defining||t.spec.definingForContent}function ah(t,e,n,r){if(!r.size)return t.deleteRange(e,n);let i=t.doc.resolve(e),s=t.doc.resolve(n);if(Aa(i,s,r))return t.step(new J(e,n,r));let o=Da(i,s);o[o.length-1]==0&&o.pop();let u=-(i.depth+1);o.unshift(u);for(let h=i.depth,f=i.pos-1;h>0;h--,f--){let p=i.node(h).type.spec;if(p.defining||p.definingAsContext||p.isolating)break;o.indexOf(h)>-1?u=h:i.before(h)==f&&o.splice(1,0,-h)}let l=o.indexOf(u),a=[],c=r.openStart;for(let h=r.content,f=0;;f++){let p=h.firstChild;if(a.push(p),f==r.openStart)break;h=p.content}for(let h=c-1;h>=0;h--){let f=a[h],p=lh(f.type);if(p&&!f.sameMarkup(i.node(Math.abs(u)-1)))c=h;else if(p||!f.type.isTextblock)break}for(let h=r.openStart;h>=0;h--){let f=(h+c+1)%(r.openStart+1),p=a[f];if(p)for(let m=0;m<o.length;m++){let g=o[(m+l)%o.length],b=!0;g<0&&(b=!1,g=-g);let k=i.node(g-1),x=i.index(g-1);if(k.canReplaceWith(x,x,p.type,p.marks))return t.replace(i.before(g),b?s.after(g):n,new A(Ta(r.content,0,r.openStart,f),f,r.openEnd))}}let d=t.steps.length;for(let h=o.length-1;h>=0&&(t.replace(e,n,r),!(t.steps.length>d));h--){let f=o[h];f<0||(e=i.before(f),n=s.after(f))}}function Ta(t,e,n,r,i){if(e<n){let s=t.firstChild;t=t.replaceChild(0,s.copy(Ta(s.content,e+1,n,r,s)))}if(e>r){let s=i.contentMatchAt(0),o=s.fillBefore(t).append(t);t=o.append(s.matchFragment(o).fillBefore(C.empty,!0))}return t}function ch(t,e,n,r){if(!r.isInline&&e==n&&t.doc.resolve(e).parent.content.size){let i=sh(t.doc,e,r.type);i!=null&&(e=n=i)}t.replaceRange(e,n,new A(C.from(r),0,0))}function dh(t,e,n){let r=t.doc.resolve(e),i=t.doc.resolve(n);if(r.parent.isTextblock&&i.parent.isTextblock&&r.start()!=i.start()&&r.parentOffset==0&&i.parentOffset==0){let o=r.sharedDepth(n),u=!1;for(let l=r.depth;l>o;l--)r.node(l).type.spec.isolating&&(u=!0);for(let l=i.depth;l>o;l--)i.node(l).type.spec.isolating&&(u=!0);if(!u){for(let l=r.depth;l>0&&e==r.start(l);l--)e=r.before(l);for(let l=i.depth;l>0&&n==i.start(l);l--)n=i.before(l);r=t.doc.resolve(e),i=t.doc.resolve(n)}}let s=Da(r,i);for(let o=0;o<s.length;o++){let u=s[o],l=o==s.length-1;if(l&&u==0||r.node(u).type.contentMatch.validEnd)return t.delete(r.start(u),i.end(u));if(u>0&&(l||r.node(u-1).canReplace(r.index(u-1),i.indexAfter(u-1))))return t.delete(r.before(u),i.after(u))}for(let o=1;o<=r.depth&&o<=i.depth;o++)if(e-r.start(o)==r.depth-o&&n>r.end(o)&&i.end(o)-n!=i.depth-o&&r.start(o-1)==i.start(o-1)&&r.node(o-1).canReplace(r.index(o-1),i.index(o-1)))return t.delete(r.before(o),n);t.delete(e,n)}function Da(t,e){let n=[],r=Math.min(t.depth,e.depth);for(let i=r;i>=0;i--){let s=t.start(i);if(s<t.pos-(t.depth-i)||e.end(i)>e.pos+(e.depth-i)||t.node(i).type.spec.isolating||e.node(i).type.spec.isolating)break;(s==e.start(i)||i==t.depth&&i==e.depth&&t.parent.inlineContent&&e.parent.inlineContent&&i&&e.start(i-1)==s-1)&&n.push(i)}return n}class Gt extends de{constructor(e,n,r){super(),this.pos=e,this.attr=n,this.value=r}apply(e){let n=e.nodeAt(this.pos);if(!n)return Z.fail("No node at attribute step's position");let r=Object.create(null);for(let s in n.attrs)r[s]=n.attrs[s];r[this.attr]=this.value;let i=n.type.create(r,null,n.marks);return Z.fromReplace(e,this.pos,this.pos+1,new A(C.from(i),0,n.isLeaf?0:1))}getMap(){return ye.empty}invert(e){return new Gt(this.pos,this.attr,e.nodeAt(this.pos).attrs[this.attr])}map(e){let n=e.mapResult(this.pos,1);return n.deletedAfter?null:new Gt(n.pos,this.attr,this.value)}toJSON(){return{stepType:"attr",pos:this.pos,attr:this.attr,value:this.value}}static fromJSON(e,n){if(typeof n.pos!="number"||typeof n.attr!="string")throw new RangeError("Invalid input for AttrStep.fromJSON");return new Gt(n.pos,n.attr,n.value)}}de.jsonID("attr",Gt);class Rn extends de{constructor(e,n){super(),this.attr=e,this.value=n}apply(e){let n=Object.create(null);for(let i in e.attrs)n[i]=e.attrs[i];n[this.attr]=this.value;let r=e.type.create(n,e.content,e.marks);return Z.ok(r)}getMap(){return ye.empty}invert(e){return new Rn(this.attr,e.attrs[this.attr])}map(e){return this}toJSON(){return{stepType:"docAttr",attr:this.attr,value:this.value}}static fromJSON(e,n){if(typeof n.attr!="string")throw new RangeError("Invalid input for DocAttrStep.fromJSON");return new Rn(n.attr,n.value)}}de.jsonID("docAttr",Rn);let Yt=class extends Error{};Yt=function t(e){let n=Error.call(this,e);return n.__proto__=t.prototype,n};Yt.prototype=Object.create(Error.prototype);Yt.prototype.constructor=Yt;Yt.prototype.name="TransformError";class _a{constructor(e){this.doc=e,this.steps=[],this.docs=[],this.mapping=new In}get before(){return this.docs.length?this.docs[0]:this.doc}step(e){let n=this.maybeStep(e);if(n.failed)throw new Yt(n.failed);return this}maybeStep(e){let n=e.apply(this.doc);return n.failed||this.addStep(e,n.doc),n}get docChanged(){return this.steps.length>0}changedRange(){let e=1e9,n=-1e9;for(let r=0;r<this.mapping.maps.length;r++){let i=this.mapping.maps[r];r&&(e=i.map(e,1),n=i.map(n,-1)),i.forEach((s,o,u,l)=>{e=Math.min(e,u),n=Math.max(n,l)})}return e==1e9?null:{from:e,to:n}}addStep(e,n){this.docs.push(this.doc),this.steps.push(e),this.mapping.appendMap(e.getMap()),this.doc=n}replace(e,n=e,r=A.empty){let i=gi(this.doc,e,n,r);return i&&this.step(i),this}replaceWith(e,n,r){return this.replace(e,n,new A(C.from(r),0,0))}delete(e,n){return this.replace(e,n,A.empty)}insert(e,n){return this.replaceWith(e,e,n)}replaceRange(e,n,r){return ah(this,e,n,r),this}replaceRangeWith(e,n,r){return ch(this,e,n,r),this}deleteRange(e,n){return dh(this,e,n),this}lift(e,n){return Gf(this,e,n),this}join(e,n=1){return ih(this,e,n),this}wrap(e,n){return Yf(this,e,n),this}setBlockType(e,n=e,r,i=null){return Xf(this,e,n,r,i),this}setNodeMarkup(e,n,r=null,i){return th(this,e,n,r,i),this}setNodeAttribute(e,n,r){return this.step(new Gt(e,n,r)),this}setDocAttribute(e,n){return this.step(new Rn(e,n)),this}addNodeMark(e,n){return this.step(new dt(e,n)),this}removeNodeMark(e,n){let r=this.doc.nodeAt(e);if(!r)throw new RangeError("No node at position "+e);if(n instanceof F)n.isInSet(r.marks)&&this.step(new Pt(e,n));else{let i=r.marks,s,o=[];for(;s=n.isInSet(i);)o.push(new Pt(e,s)),i=s.removeFromSet(i);for(let u=o.length-1;u>=0;u--)this.step(o[u])}return this}split(e,n=1,r){return nh(this,e,n,r),this}addMark(e,n,r){return Uf(this,e,n,r),this}removeMark(e,n,r){return Kf(this,e,n,r),this}clearIncompatible(e,n,r){return ro(this,e,n,r),this}}const zi=Object.create(null);class O{constructor(e,n,r){this.$anchor=e,this.$head=n,this.ranges=r||[new fh(e.min(n),e.max(n))]}get anchor(){return this.$anchor.pos}get head(){return this.$head.pos}get from(){return this.$from.pos}get to(){return this.$to.pos}get $from(){return this.ranges[0].$from}get $to(){return this.ranges[0].$to}get empty(){let e=this.ranges;for(let n=0;n<e.length;n++)if(e[n].$from.pos!=e[n].$to.pos)return!1;return!0}content(){return this.$from.doc.slice(this.from,this.to,!0)}replace(e,n=A.empty){let r=n.content.lastChild,i=null;for(let u=0;u<n.openEnd;u++)i=r,r=r.lastChild;let s=e.steps.length,o=this.ranges;for(let u=0;u<o.length;u++){let{$from:l,$to:a}=o[u],c=e.mapping.slice(s);e.replaceRange(c.map(l.pos),c.map(a.pos),u?A.empty:n),u==0&&hu(e,s,(r?r.isInline:i&&i.isTextblock)?-1:1)}}replaceWith(e,n){let r=e.steps.length,i=this.ranges;for(let s=0;s<i.length;s++){let{$from:o,$to:u}=i[s],l=e.mapping.slice(r),a=l.map(o.pos),c=l.map(u.pos);s?e.deleteRange(a,c):(e.replaceRangeWith(a,c,n),hu(e,r,n.isInline?-1:1))}}static findFrom(e,n,r=!1){let i=e.parent.inlineContent?new _(e):Wt(e.node(0),e.parent,e.pos,e.index(),n,r);if(i)return i;for(let s=e.depth-1;s>=0;s--){let o=n<0?Wt(e.node(0),e.node(s),e.before(s+1),e.index(s),n,r):Wt(e.node(0),e.node(s),e.after(s+1),e.index(s)+1,n,r);if(o)return o}return null}static near(e,n=1){return this.findFrom(e,n)||this.findFrom(e,-n)||new Ce(e.node(0))}static atStart(e){return Wt(e,e,0,0,1)||new Ce(e)}static atEnd(e){return Wt(e,e,e.content.size,e.childCount,-1)||new Ce(e)}static fromJSON(e,n){if(!n||!n.type)throw new RangeError("Invalid input for Selection.fromJSON");let r=zi[n.type];if(!r)throw new RangeError(`No selection type ${n.type} defined`);return r.fromJSON(e,n)}static jsonID(e,n){if(e in zi)throw new RangeError("Duplicate use of selection JSON ID "+e);return zi[e]=n,n.prototype.jsonID=e,n}getBookmark(){return _.between(this.$anchor,this.$head).getBookmark()}}O.prototype.visible=!0;class fh{constructor(e,n){this.$from=e,this.$to=n}}let du=!1;function fu(t){!du&&!t.parent.inlineContent&&(du=!0,console.warn("TextSelection endpoint not pointing into a node with inline content ("+t.parent.type.name+")"))}class _ extends O{constructor(e,n=e){fu(e),fu(n),super(e,n)}get $cursor(){return this.$anchor.pos==this.$head.pos?this.$head:null}map(e,n){let r=e.resolve(n.map(this.head));if(!r.parent.inlineContent)return O.near(r);let i=e.resolve(n.map(this.anchor));return new _(i.parent.inlineContent?i:r,r)}replace(e,n=A.empty){if(super.replace(e,n),n==A.empty){let r=this.$from.marksAcross(this.$to);r&&e.ensureMarks(r)}}eq(e){return e instanceof _&&e.anchor==this.anchor&&e.head==this.head}getBookmark(){return new bi(this.anchor,this.head)}toJSON(){return{type:"text",anchor:this.anchor,head:this.head}}static fromJSON(e,n){if(typeof n.anchor!="number"||typeof n.head!="number")throw new RangeError("Invalid input for TextSelection.fromJSON");return new _(e.resolve(n.anchor),e.resolve(n.head))}static create(e,n,r=n){let i=e.resolve(n);return new this(i,r==n?i:e.resolve(r))}static between(e,n,r){let i=e.pos-n.pos;if((!r||i)&&(r=i>=0?1:-1),!n.parent.inlineContent){let s=O.findFrom(n,r,!0)||O.findFrom(n,-r,!0);if(s)n=s.$head;else return O.near(n,r)}return e.parent.inlineContent||(i==0?e=n:(e=(O.findFrom(e,-r,!0)||O.findFrom(e,r,!0)).$anchor,e.pos<n.pos!=i<0&&(e=n))),new _(e,n)}}O.jsonID("text",_);class bi{constructor(e,n){this.anchor=e,this.head=n}map(e){return new bi(e.map(this.anchor),e.map(this.head))}resolve(e){return _.between(e.resolve(this.anchor),e.resolve(this.head))}}class T extends O{constructor(e){let n=e.nodeAfter,r=e.node(0).resolve(e.pos+n.nodeSize);super(e,r),this.node=n}map(e,n){let{deleted:r,pos:i}=n.mapResult(this.anchor),s=e.resolve(i);return r?O.near(s):new T(s)}content(){return new A(C.from(this.node),0,0)}eq(e){return e instanceof T&&e.anchor==this.anchor}toJSON(){return{type:"node",anchor:this.anchor}}getBookmark(){return new so(this.anchor)}static fromJSON(e,n){if(typeof n.anchor!="number")throw new RangeError("Invalid input for NodeSelection.fromJSON");return new T(e.resolve(n.anchor))}static create(e,n){return new T(e.resolve(n))}static isSelectable(e){return!e.isText&&e.type.spec.selectable!==!1}}T.prototype.visible=!1;O.jsonID("node",T);class so{constructor(e){this.anchor=e}map(e){let{deleted:n,pos:r}=e.mapResult(this.anchor);return n?new bi(r,r):new so(r)}resolve(e){let n=e.resolve(this.anchor),r=n.nodeAfter;return r&&T.isSelectable(r)?new T(n):O.near(n)}}class Ce extends O{constructor(e){super(e.resolve(0),e.resolve(e.content.size))}replace(e,n=A.empty){if(n==A.empty){e.delete(0,e.doc.content.size);let r=O.atStart(e.doc);r.eq(e.selection)||e.setSelection(r)}else super.replace(e,n)}toJSON(){return{type:"all"}}static fromJSON(e){return new Ce(e)}map(e){return new Ce(e)}eq(e){return e instanceof Ce}getBookmark(){return hh}}O.jsonID("all",Ce);const hh={map(){return this},resolve(t){return new Ce(t)}};function Wt(t,e,n,r,i,s=!1){if(e.inlineContent)return _.create(t,n);for(let o=r-(i>0?0:1);i>0?o<e.childCount:o>=0;o+=i){let u=e.child(o);if(u.isAtom){if(!s&&T.isSelectable(u))return T.create(t,n-(i<0?u.nodeSize:0))}else{let l=Wt(t,u,n+i,i<0?u.childCount:0,i,s);if(l)return l}n+=u.nodeSize*i}return null}function hu(t,e,n){let r=t.steps.length-1;if(r<e)return;let i=t.steps[r];if(!(i instanceof J||i instanceof re))return;let s=t.mapping.maps[r],o;s.forEach((u,l,a,c)=>{o==null&&(o=c)}),t.setSelection(O.near(t.doc.resolve(o),n))}const pu=1,ir=2,mu=4;class ph extends _a{constructor(e){super(e.doc),this.curSelectionFor=0,this.updated=0,this.meta=Object.create(null),this.time=Date.now(),this.curSelection=e.selection,this.storedMarks=e.storedMarks}get selection(){return this.curSelectionFor<this.steps.length&&(this.curSelection=this.curSelection.map(this.doc,this.mapping.slice(this.curSelectionFor)),this.curSelectionFor=this.steps.length),this.curSelection}setSelection(e){if(e.$from.doc!=this.doc)throw new RangeError("Selection passed to setSelection must point at the current document");return this.curSelection=e,this.curSelectionFor=this.steps.length,this.updated=(this.updated|pu)&~ir,this.storedMarks=null,this}get selectionSet(){return(this.updated&pu)>0}setStoredMarks(e){return this.storedMarks=e,this.updated|=ir,this}ensureMarks(e){return F.sameSet(this.storedMarks||this.selection.$from.marks(),e)||this.setStoredMarks(e),this}addStoredMark(e){return this.ensureMarks(e.addToSet(this.storedMarks||this.selection.$head.marks()))}removeStoredMark(e){return this.ensureMarks(e.removeFromSet(this.storedMarks||this.selection.$head.marks()))}get storedMarksSet(){return(this.updated&ir)>0}addStep(e,n){super.addStep(e,n),this.updated=this.updated&~ir,this.storedMarks=null}setTime(e){return this.time=e,this}replaceSelection(e){return this.selection.replace(this,e),this}replaceSelectionWith(e,n=!0){let r=this.selection;return n&&(e=e.mark(this.storedMarks||(r.empty?r.$from.marks():r.$from.marksAcross(r.$to)||F.none))),r.replaceWith(this,e),this}deleteSelection(){return this.selection.replace(this),this}insertText(e,n,r){let i=this.doc.type.schema;if(n==null)return e?this.replaceSelectionWith(i.text(e),!0):this.deleteSelection();{if(r==null&&(r=n),!e)return this.deleteRange(n,r);let s=this.storedMarks;if(!s){let o=this.doc.resolve(n);s=r==n?o.marks():o.marksAcross(this.doc.resolve(r))}return this.replaceRangeWith(n,r,i.text(e,s)),!this.selection.empty&&this.selection.to==n+e.length&&this.setSelection(O.near(this.selection.$to)),this}}setMeta(e,n){return this.meta[typeof e=="string"?e:e.key]=n,this}getMeta(e){return this.meta[typeof e=="string"?e:e.key]}get isGeneric(){for(let e in this.meta)return!1;return!0}scrollIntoView(){return this.updated|=mu,this}get scrolledIntoView(){return(this.updated&mu)>0}}function gu(t,e){return!e||!t?t:t.bind(e)}class bn{constructor(e,n,r){this.name=e,this.init=gu(n.init,r),this.apply=gu(n.apply,r)}}const mh=[new bn("doc",{init(t){return t.doc||t.schema.topNodeType.createAndFill()},apply(t){return t.doc}}),new bn("selection",{init(t,e){return t.selection||O.atStart(e.doc)},apply(t){return t.selection}}),new bn("storedMarks",{init(t){return t.storedMarks||null},apply(t,e,n,r){return r.selection.$cursor?t.storedMarks:null}}),new bn("scrollToSelection",{init(){return 0},apply(t,e){return t.scrolledIntoView?e+1:e}})];class $i{constructor(e,n){this.schema=e,this.plugins=[],this.pluginsByKey=Object.create(null),this.fields=mh.slice(),n&&n.forEach(r=>{if(this.pluginsByKey[r.key])throw new RangeError("Adding different instances of a keyed plugin ("+r.key+")");this.plugins.push(r),this.pluginsByKey[r.key]=r,r.spec.state&&this.fields.push(new bn(r.key,r.spec.state,r))})}}class Jt{constructor(e){this.config=e}get schema(){return this.config.schema}get plugins(){return this.config.plugins}apply(e){return this.applyTransaction(e).state}filterTransaction(e,n=-1){for(let r=0;r<this.config.plugins.length;r++)if(r!=n){let i=this.config.plugins[r];if(i.spec.filterTransaction&&!i.spec.filterTransaction.call(i,e,this))return!1}return!0}applyTransaction(e){if(!this.filterTransaction(e))return{state:this,transactions:[]};let n=[e],r=this.applyInner(e),i=null;for(;;){let s=!1;for(let o=0;o<this.config.plugins.length;o++){let u=this.config.plugins[o];if(u.spec.appendTransaction){let l=i?i[o].n:0,a=i?i[o].state:this,c=l<n.length&&u.spec.appendTransaction.call(u,l?n.slice(l):n,a,r);if(c&&r.filterTransaction(c,o)){if(c.setMeta("appendedTransaction",e),!i){i=[];for(let d=0;d<this.config.plugins.length;d++)i.push(d<o?{state:r,n:n.length}:{state:this,n:0})}n.push(c),r=r.applyInner(c),s=!0}i&&(i[o]={state:r,n:n.length})}}if(!s)return{state:r,transactions:n}}}applyInner(e){if(!e.before.eq(this.doc))throw new RangeError("Applying a mismatched transaction");let n=new Jt(this.config),r=this.config.fields;for(let i=0;i<r.length;i++){let s=r[i];n[s.name]=s.apply(e,this[s.name],this,n)}return n}get tr(){return new ph(this)}static create(e){let n=new $i(e.doc?e.doc.type.schema:e.schema,e.plugins),r=new Jt(n);for(let i=0;i<n.fields.length;i++)r[n.fields[i].name]=n.fields[i].init(e,r);return r}reconfigure(e){let n=new $i(this.schema,e.plugins),r=n.fields,i=new Jt(n);for(let s=0;s<r.length;s++){let o=r[s].name;i[o]=this.hasOwnProperty(o)?this[o]:r[s].init(e,i)}return i}toJSON(e){let n={doc:this.doc.toJSON(),selection:this.selection.toJSON()};if(this.storedMarks&&(n.storedMarks=this.storedMarks.map(r=>r.toJSON())),e&&typeof e=="object")for(let r in e){if(r=="doc"||r=="selection")throw new RangeError("The JSON fields `doc` and `selection` are reserved");let i=e[r],s=i.spec.state;s&&s.toJSON&&(n[r]=s.toJSON.call(i,this[i.key]))}return n}static fromJSON(e,n,r){if(!n)throw new RangeError("Invalid input for EditorState.fromJSON");if(!e.schema)throw new RangeError("Required config field 'schema' missing");let i=new $i(e.schema,e.plugins),s=new Jt(i);return i.fields.forEach(o=>{if(o.name=="doc")s.doc=pt.fromJSON(e.schema,n.doc);else if(o.name=="selection")s.selection=O.fromJSON(s.doc,n.selection);else if(o.name=="storedMarks")n.storedMarks&&(s.storedMarks=n.storedMarks.map(e.schema.markFromJSON));else{if(r)for(let u in r){let l=r[u],a=l.spec.state;if(l.key==o.name&&a&&a.fromJSON&&Object.prototype.hasOwnProperty.call(n,u)){s[o.name]=a.fromJSON.call(l,e,n[u],s);return}}s[o.name]=o.init(e,s)}}),s}}function Na(t,e,n){for(let r in t){let i=t[r];i instanceof Function?i=i.bind(e):r=="handleDOMEvents"&&(i=Na(i,e,{})),n[r]=i}return n}class j{constructor(e){this.spec=e,this.props={},e.props&&Na(e.props,this,this.props),this.key=e.key?e.key.key:Oa("plugin")}getState(e){return e[this.key]}}const Hi=Object.create(null);function Oa(t){return t in Hi?t+"$"+ ++Hi[t]:(Hi[t]=0,t+"$")}class X{constructor(e="key"){this.key=Oa(e)}get(e){return e.config.pluginsByKey[this.key]}getState(e){return e[this.key]}}const Ia=(t,e)=>t.selection.empty?!1:(e&&e(t.tr.deleteSelection().scrollIntoView()),!0);function Ra(t,e){let{$cursor:n}=t.selection;return!n||(e?!e.endOfTextblock("backward",t):n.parentOffset>0)?null:n}const Fa=(t,e,n)=>{let r=Ra(t,n);if(!r)return!1;let i=oo(r);if(!i){let o=r.blockRange(),u=o&&ln(o);return u==null?!1:(e&&e(t.tr.lift(o,u).scrollIntoView()),!0)}let s=i.nodeBefore;if(qa(t,i,e,-1))return!0;if(r.parent.content.size==0&&(Xt(s,"end")||T.isSelectable(s)))for(let o=r.depth;;o--){let u=gi(t.doc,r.before(o),r.after(o),A.empty);if(u&&u.slice.size<u.to-u.from){if(e){let l=t.tr.step(u);l.setSelection(Xt(s,"end")?O.findFrom(l.doc.resolve(l.mapping.map(i.pos,-1)),-1):T.create(l.doc,i.pos-s.nodeSize)),e(l.scrollIntoView())}return!0}if(o==1||r.node(o-1).childCount>1)break}return s.isAtom&&i.depth==r.depth-1?(e&&e(t.tr.delete(i.pos-s.nodeSize,i.pos).scrollIntoView()),!0):!1},gh=(t,e,n)=>{let r=Ra(t,n);if(!r)return!1;let i=oo(r);return i?La(t,i,e):!1},bh=(t,e,n)=>{let r=Ba(t,n);if(!r)return!1;let i=uo(r);return i?La(t,i,e):!1};function La(t,e,n){let r=e.nodeBefore,i=r,s=e.pos-1;for(;!i.isTextblock;s--){if(i.type.spec.isolating)return!1;let c=i.lastChild;if(!c)return!1;i=c}let o=e.nodeAfter,u=o,l=e.pos+1;for(;!u.isTextblock;l++){if(u.type.spec.isolating)return!1;let c=u.firstChild;if(!c)return!1;u=c}let a=gi(t.doc,s,l,A.empty);if(!a||a.from!=s||a instanceof J&&a.slice.size>=l-s)return!1;if(n){let c=t.tr.step(a);c.setSelection(_.create(c.doc,s)),n(c.scrollIntoView())}return!0}function Xt(t,e,n=!1){for(let r=t;r;r=e=="start"?r.firstChild:r.lastChild){if(r.isTextblock)return!0;if(n&&r.childCount!=1)return!1}return!1}const Pa=(t,e,n)=>{let{$head:r,empty:i}=t.selection,s=r;if(!i)return!1;if(r.parent.isTextblock){if(n?!n.endOfTextblock("backward",t):r.parentOffset>0)return!1;s=oo(r)}let o=s&&s.nodeBefore;return!o||!T.isSelectable(o)?!1:(e&&e(t.tr.setSelection(T.create(t.doc,s.pos-o.nodeSize)).scrollIntoView()),!0)};function oo(t){if(!t.parent.type.spec.isolating)for(let e=t.depth-1;e>=0;e--){if(t.index(e)>0)return t.doc.resolve(t.before(e+1));if(t.node(e).type.spec.isolating)break}return null}function Ba(t,e){let{$cursor:n}=t.selection;return!n||(e?!e.endOfTextblock("forward",t):n.parentOffset<n.parent.content.size)?null:n}const za=(t,e,n)=>{let r=Ba(t,n);if(!r)return!1;let i=uo(r);if(!i)return!1;let s=i.nodeAfter;if(qa(t,i,e,1))return!0;if(r.parent.content.size==0&&(Xt(s,"start")||T.isSelectable(s))){let o=gi(t.doc,r.before(),r.after(),A.empty);if(o&&o.slice.size<o.to-o.from){if(e){let u=t.tr.step(o);u.setSelection(Xt(s,"start")?O.findFrom(u.doc.resolve(u.mapping.map(i.pos)),1):T.create(u.doc,u.mapping.map(i.pos))),e(u.scrollIntoView())}return!0}}return s.isAtom&&i.depth==r.depth-1?(e&&e(t.tr.delete(i.pos,i.pos+s.nodeSize).scrollIntoView()),!0):!1},$a=(t,e,n)=>{let{$head:r,empty:i}=t.selection,s=r;if(!i)return!1;if(r.parent.isTextblock){if(n?!n.endOfTextblock("forward",t):r.parentOffset<r.parent.content.size)return!1;s=uo(r)}let o=s&&s.nodeAfter;return!o||!T.isSelectable(o)?!1:(e&&e(t.tr.setSelection(T.create(t.doc,s.pos)).scrollIntoView()),!0)};function uo(t){if(!t.parent.type.spec.isolating)for(let e=t.depth-1;e>=0;e--){let n=t.node(e);if(t.index(e)+1<n.childCount)return t.doc.resolve(t.after(e+1));if(n.type.spec.isolating)break}return null}const kh=(t,e)=>{let n=t.selection,r=n instanceof T,i;if(r){if(n.node.isTextblock||!Ct(t.doc,n.from))return!1;i=n.from}else if(i=mi(t.doc,n.from,-1),i==null)return!1;if(e){let s=t.tr.join(i);r&&s.setSelection(T.create(s.doc,i-t.doc.resolve(i).nodeBefore.nodeSize)),e(s.scrollIntoView())}return!0},xh=(t,e)=>{let n=t.selection,r;if(n instanceof T){if(n.node.isTextblock||!Ct(t.doc,n.to))return!1;r=n.to}else if(r=mi(t.doc,n.to,1),r==null)return!1;return e&&e(t.tr.join(r).scrollIntoView()),!0},yh=(t,e)=>{let{$from:n,$to:r}=t.selection,i=n.blockRange(r),s=i&&ln(i);return s==null?!1:(e&&e(t.tr.lift(i,s).scrollIntoView()),!0)},Ha=(t,e)=>{let{$head:n,$anchor:r}=t.selection;return!n.parent.type.spec.code||!n.sameParent(r)?!1:(e&&e(t.tr.insertText(`
|
|
14
|
+
`).scrollIntoView()),!0)};function lo(t){for(let e=0;e<t.edgeCount;e++){let{type:n}=t.edge(e);if(n.isTextblock&&!n.hasRequiredAttrs())return n}return null}const Ch=(t,e)=>{let{$head:n,$anchor:r}=t.selection;if(!n.parent.type.spec.code||!n.sameParent(r))return!1;let i=n.node(-1),s=n.indexAfter(-1),o=lo(i.contentMatchAt(s));if(!o||!i.canReplaceWith(s,s,o))return!1;if(e){let u=n.after(),l=t.tr.replaceWith(u,u,o.createAndFill());l.setSelection(O.near(l.doc.resolve(u),1)),e(l.scrollIntoView())}return!0},ja=(t,e)=>{let n=t.selection,{$from:r,$to:i}=n;if(n instanceof Ce||r.parent.inlineContent||i.parent.inlineContent)return!1;let s=lo(i.parent.contentMatchAt(i.indexAfter()));if(!s||!s.isTextblock)return!1;if(e){let o=(!r.parentOffset&&i.index()<i.parent.childCount?r:i).pos,u=t.tr.insert(o,s.createAndFill());u.setSelection(_.create(u.doc,o+1)),e(u.scrollIntoView())}return!0},Va=(t,e)=>{let{$cursor:n}=t.selection;if(!n||n.parent.content.size)return!1;if(n.depth>1&&n.after()!=n.end(-1)){let s=n.before();if(Ye(t.doc,s))return e&&e(t.tr.split(s).scrollIntoView()),!0}let r=n.blockRange(),i=r&&ln(r);return i==null?!1:(e&&e(t.tr.lift(r,i).scrollIntoView()),!0)};function Eh(t){return(e,n)=>{let{$from:r,$to:i}=e.selection;if(e.selection instanceof T&&e.selection.node.isBlock)return!r.parentOffset||!Ye(e.doc,r.pos)?!1:(n&&n(e.tr.split(r.pos).scrollIntoView()),!0);if(!r.depth)return!1;let s=[],o,u,l=!1,a=!1;for(let f=r.depth;;f--)if(r.node(f).isBlock){l=r.end(f)==r.pos+(r.depth-f),a=r.start(f)==r.pos-(r.depth-f),u=lo(r.node(f-1).contentMatchAt(r.indexAfter(f-1))),s.unshift(l&&u?{type:u}:null),o=f;break}else{if(f==1)return!1;s.unshift(null)}let c=e.tr;(e.selection instanceof _||e.selection instanceof Ce)&&c.deleteSelection();let d=c.mapping.map(r.pos),h=Ye(c.doc,d,s.length,s);if(h||(s[0]=u?{type:u}:null,h=Ye(c.doc,d,s.length,s)),!h)return!1;if(c.split(d,s.length,s),!l&&a&&r.node(o).type!=u){let f=c.mapping.map(r.before(o)),p=c.doc.resolve(f);u&&r.node(o-1).canReplaceWith(p.index(),p.index()+1,u)&&c.setNodeMarkup(c.mapping.map(r.before(o)),u)}return n&&n(c.scrollIntoView()),!0}}const wh=Eh(),Sh=(t,e)=>{let{$from:n,to:r}=t.selection,i,s=n.sharedDepth(r);return s==0?!1:(i=n.before(s),e&&e(t.tr.setSelection(T.create(t.doc,i))),!0)};function vh(t,e,n){let r=e.nodeBefore,i=e.nodeAfter,s=e.index();return!r||!i||!r.type.compatibleContent(i.type)?!1:!r.content.size&&e.parent.canReplace(s-1,s)?(n&&n(t.tr.delete(e.pos-r.nodeSize,e.pos).scrollIntoView()),!0):!e.parent.canReplace(s,s+1)||!(i.isTextblock||Ct(t.doc,e.pos))?!1:(n&&n(t.tr.join(e.pos).scrollIntoView()),!0)}function qa(t,e,n,r){let i=e.nodeBefore,s=e.nodeAfter,o,u,l=i.type.spec.isolating||s.type.spec.isolating;if(!l&&vh(t,e,n))return!0;let a=!l&&e.parent.canReplace(e.index(),e.index()+1);if(a&&(o=(u=i.contentMatchAt(i.childCount)).findWrapping(s.type))&&u.matchType(o[0]||s.type).validEnd){if(n){let f=e.pos+s.nodeSize,p=C.empty;for(let b=o.length-1;b>=0;b--)p=C.from(o[b].create(null,p));p=C.from(i.copy(p));let m=t.tr.step(new re(e.pos-1,f,e.pos,f,new A(p,1,0),o.length,!0)),g=m.doc.resolve(f+2*o.length);g.nodeAfter&&g.nodeAfter.type==i.type&&Ct(m.doc,g.pos)&&m.join(g.pos),n(m.scrollIntoView())}return!0}let c=s.type.spec.isolating||r>0&&l?null:O.findFrom(e,1),d=c&&c.$from.blockRange(c.$to),h=d&&ln(d);if(h!=null&&h>=e.depth)return n&&n(t.tr.lift(d,h).scrollIntoView()),!0;if(a&&Xt(s,"start",!0)&&Xt(i,"end")){let f=i,p=[];for(;p.push(f),!f.isTextblock;)f=f.lastChild;let m=s,g=1;for(;!m.isTextblock;m=m.firstChild)g++;if(f.canReplace(f.childCount,f.childCount,m.content)){if(n){let b=C.empty;for(let x=p.length-1;x>=0;x--)b=C.from(p[x].copy(b));let k=t.tr.step(new re(e.pos-p.length,e.pos+s.nodeSize,e.pos+g,e.pos+s.nodeSize-g,new A(b,p.length,0),0,!0));n(k.scrollIntoView())}return!0}}return!1}function Wa(t){return function(e,n){let r=e.selection,i=t<0?r.$from:r.$to,s=i.depth;for(;i.node(s).isInline;){if(!s)return!1;s--}return i.node(s).isTextblock?(n&&n(e.tr.setSelection(_.create(e.doc,t<0?i.start(s):i.end(s)))),!0):!1}}const Ah=Wa(-1),Mh=Wa(1);function Th(t,e=null){return function(n,r){let{$from:i,$to:s}=n.selection,o=i.blockRange(s),u=o&&io(o,t,e);return u?(r&&r(n.tr.wrap(o,u).scrollIntoView()),!0):!1}}function bu(t,e=null){return function(n,r){let i=!1;for(let s=0;s<n.selection.ranges.length&&!i;s++){let{$from:{pos:o},$to:{pos:u}}=n.selection.ranges[s];n.doc.nodesBetween(o,u,(l,a)=>{if(i)return!1;if(!(!l.isTextblock||l.hasMarkup(t,e)))if(l.type==t)i=!0;else{let c=n.doc.resolve(a),d=c.index();i=c.parent.canReplaceWith(d,d+1,t)}})}if(!i)return!1;if(r){let s=n.tr;for(let o=0;o<n.selection.ranges.length;o++){let{$from:{pos:u},$to:{pos:l}}=n.selection.ranges[o];s.setBlockType(u,l,t,e)}r(s.scrollIntoView())}return!0}}function ao(...t){return function(e,n,r){for(let i=0;i<t.length;i++)if(t[i](e,n,r))return!0;return!1}}ao(Ia,Fa,Pa);ao(Ia,za,$a);ao(Ha,ja,Va,wh);typeof navigator<"u"?/Mac|iP(hone|[oa]d)/.test(navigator.platform):typeof os<"u"&&os.platform&&os.platform()=="darwin";function Dh(t,e=null){return function(n,r){let{$from:i,$to:s}=n.selection,o=i.blockRange(s);if(!o)return!1;let u=r?n.tr:null;return _h(u,o,t,e)?(r&&r(u.scrollIntoView()),!0):!1}}function _h(t,e,n,r=null){let i=!1,s=e,o=e.$from.doc;if(e.depth>=2&&e.$from.node(e.depth-1).type.compatibleContent(n)&&e.startIndex==0){if(e.$from.index(e.depth-1)==0)return!1;let l=o.resolve(e.start-2);s=new Sr(l,l,e.depth),e.endIndex<e.parent.childCount&&(e=new Sr(e.$from,o.resolve(e.$to.end(e.depth)),e.depth)),i=!0}let u=io(s,n,r,e);return u?(t&&Nh(t,e,u,i,n),!0):!1}function Nh(t,e,n,r,i){let s=C.empty;for(let c=n.length-1;c>=0;c--)s=C.from(n[c].type.create(n[c].attrs,s));t.step(new re(e.start-(r?2:0),e.end,e.start,e.end,new A(s,0,0),n.length,!0));let o=0;for(let c=0;c<n.length;c++)n[c].type==i&&(o=c+1);let u=n.length-o,l=e.start+n.length-(r?2:0),a=e.parent;for(let c=e.startIndex,d=e.endIndex,h=!0;c<d;c++,h=!1)!h&&Ye(t.doc,l,u)&&(t.split(l,u),l+=2*u),l+=a.child(c).nodeSize;return t}function Oh(t){return function(e,n){let{$from:r,$to:i}=e.selection,s=r.blockRange(i,o=>o.childCount>0&&o.firstChild.type==t);return s?n?r.node(s.depth-1).type==t?Ih(e,n,t,s):Rh(e,n,s):!0:!1}}function Ih(t,e,n,r){let i=t.tr,s=r.end,o=r.$to.end(r.depth);s<o&&(i.step(new re(s-1,o,s,o,new A(C.from(n.create(null,r.parent.copy())),1,0),1,!0)),r=new Sr(i.doc.resolve(r.$from.pos),i.doc.resolve(o),r.depth));const u=ln(r);if(u==null)return!1;i.lift(r,u);let l=i.doc.resolve(i.mapping.map(s,-1)-1);return Ct(i.doc,l.pos)&&l.nodeBefore.type==l.nodeAfter.type&&i.join(l.pos),e(i.scrollIntoView()),!0}function Rh(t,e,n){let r=t.tr,i=n.parent;for(let f=n.end,p=n.endIndex-1,m=n.startIndex;p>m;p--)f-=i.child(p).nodeSize,r.delete(f-1,f+1);let s=r.doc.resolve(n.start),o=s.nodeAfter;if(r.mapping.map(n.end)!=n.start+s.nodeAfter.nodeSize)return!1;let u=n.startIndex==0,l=n.endIndex==i.childCount,a=s.node(-1),c=s.index(-1);if(!a.canReplace(c+(u?0:1),c+1,o.content.append(l?C.empty:C.from(i))))return!1;let d=s.pos,h=d+o.nodeSize;return r.step(new re(d-(u?1:0),h+(l?1:0),d+1,h-1,new A((u?C.empty:C.from(i.copy(C.empty))).append(l?C.empty:C.from(i.copy(C.empty))),u?0:1,l?0:1),u?0:1)),e(r.scrollIntoView()),!0}function Fh(t){return function(e,n){let{$from:r,$to:i}=e.selection,s=r.blockRange(i,a=>a.childCount>0&&a.firstChild.type==t);if(!s)return!1;let o=s.startIndex;if(o==0)return!1;let u=s.parent,l=u.child(o-1);if(l.type!=t)return!1;if(n){let a=l.lastChild&&l.lastChild.type==u.type,c=C.from(a?t.create():null),d=new A(C.from(t.create(null,C.from(u.type.create(null,c)))),a?3:1,0),h=s.start,f=s.end;n(e.tr.step(new re(h-(a?3:1),f,h,f,d,1,!0)).scrollIntoView())}return!0}}const oe=function(t){for(var e=0;;e++)if(t=t.previousSibling,!t)return e},en=function(t){let e=t.assignedSlot||t.parentNode;return e&&e.nodeType==11?e.host:e};let Ts=null;const Ge=function(t,e,n){let r=Ts||(Ts=document.createRange());return r.setEnd(t,n??t.nodeValue.length),r.setStart(t,e||0),r},Lh=function(){Ts=null},Bt=function(t,e,n,r){return n&&(ku(t,e,n,r,-1)||ku(t,e,n,r,1))},Ph=/^(img|br|input|textarea|hr)$/i;function ku(t,e,n,r,i){for(var s;;){if(t==n&&e==r)return!0;if(e==(i<0?0:Te(t))){let o=t.parentNode;if(!o||o.nodeType!=1||Kn(t)||Ph.test(t.nodeName)||t.contentEditable=="false")return!1;e=oe(t)+(i<0?0:1),t=o}else if(t.nodeType==1){let o=t.childNodes[e+(i<0?-1:0)];if(o.nodeType==1&&o.contentEditable=="false")if(!((s=o.pmViewDesc)===null||s===void 0)&&s.ignoreForSelection)e+=i;else return!1;else t=o,e=i<0?Te(t):0}else return!1}}function Te(t){return t.nodeType==3?t.nodeValue.length:t.childNodes.length}function Bh(t,e){for(;;){if(t.nodeType==3&&e)return t;if(t.nodeType==1&&e>0){if(t.contentEditable=="false")return null;t=t.childNodes[e-1],e=Te(t)}else if(t.parentNode&&!Kn(t))e=oe(t),t=t.parentNode;else return null}}function zh(t,e){for(;;){if(t.nodeType==3&&e<t.nodeValue.length)return t;if(t.nodeType==1&&e<t.childNodes.length){if(t.contentEditable=="false")return null;t=t.childNodes[e],e=0}else if(t.parentNode&&!Kn(t))e=oe(t)+1,t=t.parentNode;else return null}}function $h(t,e,n){for(let r=e==0,i=e==Te(t);r||i;){if(t==n)return!0;let s=oe(t);if(t=t.parentNode,!t)return!1;r=r&&s==0,i=i&&s==Te(t)}}function Kn(t){let e;for(let n=t;n&&!(e=n.pmViewDesc);n=n.parentNode);return e&&e.node&&e.node.isBlock&&(e.dom==t||e.contentDOM==t)}const ki=function(t){return t.focusNode&&Bt(t.focusNode,t.focusOffset,t.anchorNode,t.anchorOffset)};function St(t,e){let n=document.createEvent("Event");return n.initEvent("keydown",!0,!0),n.keyCode=t,n.key=n.code=e,n}function Hh(t){let e=t.activeElement;for(;e&&e.shadowRoot;)e=e.shadowRoot.activeElement;return e}function jh(t,e,n){if(t.caretPositionFromPoint)try{let r=t.caretPositionFromPoint(e,n);if(r)return{node:r.offsetNode,offset:Math.min(Te(r.offsetNode),r.offset)}}catch{}if(t.caretRangeFromPoint){let r=t.caretRangeFromPoint(e,n);if(r)return{node:r.startContainer,offset:Math.min(Te(r.startContainer),r.startOffset)}}}const $e=typeof navigator<"u"?navigator:null,xu=typeof document<"u"?document:null,Et=$e&&$e.userAgent||"",Ds=/Edge\/(\d+)/.exec(Et),Ua=/MSIE \d/.exec(Et),_s=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(Et),ge=!!(Ua||_s||Ds),mt=Ua?document.documentMode:_s?+_s[1]:Ds?+Ds[1]:0,De=!ge&&/gecko\/(\d+)/i.test(Et);De&&+(/Firefox\/(\d+)/.exec(Et)||[0,0])[1];const Ns=!ge&&/Chrome\/(\d+)/.exec(Et),le=!!Ns,Ka=Ns?+Ns[1]:0,ce=!ge&&!!$e&&/Apple Computer/.test($e.vendor),tn=ce&&(/Mobile\/\w+/.test(Et)||!!$e&&$e.maxTouchPoints>2),Me=tn||($e?/Mac/.test($e.platform):!1),Ja=$e?/Win/.test($e.platform):!1,Ze=/Android \d/.test(Et),Jn=!!xu&&"webkitFontSmoothing"in xu.documentElement.style,Vh=Jn?+(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent)||[0,0])[1]:0;function qh(t){let e=t.defaultView&&t.defaultView.visualViewport;return e?{left:0,right:e.width,top:0,bottom:e.height}:{left:0,right:t.documentElement.clientWidth,top:0,bottom:t.documentElement.clientHeight}}function We(t,e){return typeof t=="number"?t:t[e]}function Wh(t){let e=t.getBoundingClientRect(),n=e.width/t.offsetWidth||1,r=e.height/t.offsetHeight||1;return{left:e.left,right:e.left+t.clientWidth*n,top:e.top,bottom:e.top+t.clientHeight*r}}function yu(t,e,n){let r=t.someProp("scrollThreshold")||0,i=t.someProp("scrollMargin")||5,s=t.dom.ownerDocument;for(let o=n||t.dom;o;){if(o.nodeType!=1){o=en(o);continue}let u=o,l=u==s.body,a=l?qh(s):Wh(u),c=0,d=0;if(e.top<a.top+We(r,"top")?d=-(a.top-e.top+We(i,"top")):e.bottom>a.bottom-We(r,"bottom")&&(d=e.bottom-e.top>a.bottom-a.top?e.top+We(i,"top")-a.top:e.bottom-a.bottom+We(i,"bottom")),e.left<a.left+We(r,"left")?c=-(a.left-e.left+We(i,"left")):e.right>a.right-We(r,"right")&&(c=e.right-a.right+We(i,"right")),c||d)if(l)s.defaultView.scrollBy(c,d);else{let f=u.scrollLeft,p=u.scrollTop;d&&(u.scrollTop+=d),c&&(u.scrollLeft+=c);let m=u.scrollLeft-f,g=u.scrollTop-p;e={left:e.left-m,top:e.top-g,right:e.right-m,bottom:e.bottom-g}}let h=l?"fixed":getComputedStyle(o).position;if(/^(fixed|sticky)$/.test(h))break;o=h=="absolute"?o.offsetParent:en(o)}}function Uh(t){let e=t.dom.getBoundingClientRect(),n=Math.max(0,e.top),r,i;for(let s=(e.left+e.right)/2,o=n+1;o<Math.min(innerHeight,e.bottom);o+=5){let u=t.root.elementFromPoint(s,o);if(!u||u==t.dom||!t.dom.contains(u))continue;let l=u.getBoundingClientRect();if(l.top>=n-20){r=u,i=l.top;break}}return{refDOM:r,refTop:i,stack:Ga(t.dom)}}function Ga(t){let e=[],n=t.ownerDocument;for(let r=t;r&&(e.push({dom:r,top:r.scrollTop,left:r.scrollLeft}),t!=n);r=en(r));return e}function Kh({refDOM:t,refTop:e,stack:n}){let r=t?t.getBoundingClientRect().top:0;Za(n,r==0?0:r-e)}function Za(t,e){for(let n=0;n<t.length;n++){let{dom:r,top:i,left:s}=t[n];r.scrollTop!=i+e&&(r.scrollTop=i+e),r.scrollLeft!=s&&(r.scrollLeft=s)}}let jt=null;function Jh(t){if(t.setActive)return t.setActive();if(jt)return t.focus(jt);let e=Ga(t);t.focus(jt==null?{get preventScroll(){return jt={preventScroll:!0},!0}}:void 0),jt||(jt=!1,Za(e,0))}function Qa(t,e){let n,r=2e8,i,s=0,o=e.top,u=e.top,l,a;for(let c=t.firstChild,d=0;c;c=c.nextSibling,d++){let h;if(c.nodeType==1)h=c.getClientRects();else if(c.nodeType==3)h=Ge(c).getClientRects();else continue;for(let f=0;f<h.length;f++){let p=h[f];if(p.top<=o&&p.bottom>=u){o=Math.max(p.bottom,o),u=Math.min(p.top,u);let m=p.left>e.left?p.left-e.left:p.right<e.left?e.left-p.right:0;if(m<r){n=c,r=m,i=m&&n.nodeType==3?{left:p.right<e.left?p.right:p.left,top:e.top}:e,c.nodeType==1&&m&&(s=d+(e.left>=(p.left+p.right)/2?1:0));continue}}else p.top>e.top&&!l&&p.left<=e.left&&p.right>=e.left&&(l=c,a={left:Math.max(p.left,Math.min(p.right,e.left)),top:p.top});!n&&(e.left>=p.right&&e.top>=p.top||e.left>=p.left&&e.top>=p.bottom)&&(s=d+1)}}return!n&&l&&(n=l,i=a,r=0),n&&n.nodeType==3?Gh(n,i):!n||r&&n.nodeType==1?{node:t,offset:s}:Qa(n,i)}function Gh(t,e){let n=t.nodeValue.length,r=document.createRange(),i;for(let s=0;s<n;s++){r.setEnd(t,s+1),r.setStart(t,s);let o=rt(r,1);if(o.top!=o.bottom&&co(e,o)){i={node:t,offset:s+(e.left>=(o.left+o.right)/2?1:0)};break}}return r.detach(),i||{node:t,offset:0}}function co(t,e){return t.left>=e.left-1&&t.left<=e.right+1&&t.top>=e.top-1&&t.top<=e.bottom+1}function Zh(t,e){let n=t.parentNode;return n&&/^li$/i.test(n.nodeName)&&e.left<t.getBoundingClientRect().left?n:t}function Qh(t,e,n){let{node:r,offset:i}=Qa(e,n),s=-1;if(r.nodeType==1&&!r.firstChild){let o=r.getBoundingClientRect();s=o.left!=o.right&&n.left>(o.left+o.right)/2?1:-1}return t.docView.posFromDOM(r,i,s)}function Yh(t,e,n,r){let i=-1;for(let s=e,o=!1;s!=t.dom;){let u=t.docView.nearestDesc(s,!0),l;if(!u)return null;if(u.dom.nodeType==1&&(u.node.isBlock&&u.parent||!u.contentDOM)&&((l=u.dom.getBoundingClientRect()).width||l.height)&&(u.node.isBlock&&u.parent&&!/^T(R|BODY|HEAD|FOOT)$/.test(u.dom.nodeName)&&(!o&&l.left>r.left||l.top>r.top?i=u.posBefore:(!o&&l.right<r.left||l.bottom<r.top)&&(i=u.posAfter),o=!0),!u.contentDOM&&i<0&&!u.node.isText))return(u.node.isBlock?r.top<(l.top+l.bottom)/2:r.left<(l.left+l.right)/2)?u.posBefore:u.posAfter;s=u.dom.parentNode}return i>-1?i:t.docView.posFromDOM(e,n,-1)}function Ya(t,e,n){let r=t.childNodes.length;if(r&&n.top<n.bottom)for(let i=Math.max(0,Math.min(r-1,Math.floor(r*(e.top-n.top)/(n.bottom-n.top))-2)),s=i;;){let o=t.childNodes[s];if(o.nodeType==1){let u=o.getClientRects();for(let l=0;l<u.length;l++){let a=u[l];if(co(e,a))return Ya(o,e,a)}}if((s=(s+1)%r)==i)break}return t}function Xh(t,e){let n=t.dom.ownerDocument,r,i=0,s=jh(n,e.left,e.top);s&&({node:r,offset:i}=s);let o=(t.root.elementFromPoint?t.root:n).elementFromPoint(e.left,e.top),u;if(!o||!t.dom.contains(o.nodeType!=1?o.parentNode:o)){let a=t.dom.getBoundingClientRect();if(!co(e,a)||(o=Ya(t.dom,e,a),!o))return null}if(ce)for(let a=o;r&&a;a=en(a))a.draggable&&(r=void 0);if(o=Zh(o,e),r){if(De&&r.nodeType==1&&(i=Math.min(i,r.childNodes.length),i<r.childNodes.length)){let c=r.childNodes[i],d;c.nodeName=="IMG"&&(d=c.getBoundingClientRect()).right<=e.left&&d.bottom>e.top&&i++}let a;Jn&&i&&r.nodeType==1&&(a=r.childNodes[i-1]).nodeType==1&&a.contentEditable=="false"&&a.getBoundingClientRect().top>=e.top&&i--,r==t.dom&&i==r.childNodes.length-1&&r.lastChild.nodeType==1&&e.top>r.lastChild.getBoundingClientRect().bottom?u=t.state.doc.content.size:(i==0||r.nodeType!=1||r.childNodes[i-1].nodeName!="BR")&&(u=Yh(t,r,i,e))}u==null&&(u=Qh(t,o,e));let l=t.docView.nearestDesc(o,!0);return{pos:u,inside:l?l.posAtStart-l.border:-1}}function Cu(t){return t.top<t.bottom||t.left<t.right}function rt(t,e){let n=t.getClientRects();if(n.length){let r=n[e<0?0:n.length-1];if(Cu(r))return r}return Array.prototype.find.call(n,Cu)||t.getBoundingClientRect()}const e0=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac]/;function Xa(t,e,n){let{node:r,offset:i,atom:s}=t.docView.domFromPos(e,n<0?-1:1),o=Jn||De;if(r.nodeType==3)if(o&&(e0.test(r.nodeValue)||(n<0?!i:i==r.nodeValue.length))){let l=rt(Ge(r,i,i),n);if(De&&i&&/\s/.test(r.nodeValue[i-1])&&i<r.nodeValue.length){let a=rt(Ge(r,i-1,i-1),-1);if(a.top==l.top){let c=rt(Ge(r,i,i+1),-1);if(c.top!=l.top)return cn(c,c.left<a.left)}}return l}else{let l=i,a=i,c=n<0?1:-1;return n<0&&!i?(a++,c=-1):n>=0&&i==r.nodeValue.length?(l--,c=1):n<0?l--:a++,cn(rt(Ge(r,l,a),c),c<0)}if(!t.state.doc.resolve(e-(s||0)).parent.inlineContent){if(s==null&&i&&(n<0||i==Te(r))){let l=r.childNodes[i-1];if(l.nodeType==1)return ji(l.getBoundingClientRect(),!1)}if(s==null&&i<Te(r)){let l=r.childNodes[i];if(l.nodeType==1)return ji(l.getBoundingClientRect(),!0)}return ji(r.getBoundingClientRect(),n>=0)}if(s==null&&i&&(n<0||i==Te(r))){let l=r.childNodes[i-1],a=l.nodeType==3?Ge(l,Te(l)-(o?0:1)):l.nodeType==1&&(l.nodeName!="BR"||!l.nextSibling)?l:null;if(a)return cn(rt(a,1),!1)}if(s==null&&i<Te(r)){let l=r.childNodes[i];for(;l.pmViewDesc&&l.pmViewDesc.ignoreForCoords;)l=l.nextSibling;let a=l?l.nodeType==3?Ge(l,0,o?0:1):l.nodeType==1?l:null:null;if(a)return cn(rt(a,-1),!0)}return cn(rt(r.nodeType==3?Ge(r):r,-n),n>=0)}function cn(t,e){if(t.width==0)return t;let n=e?t.left:t.right;return{top:t.top,bottom:t.bottom,left:n,right:n}}function ji(t,e){if(t.height==0)return t;let n=e?t.top:t.bottom;return{top:n,bottom:n,left:t.left,right:t.right}}function ec(t,e,n){let r=t.state,i=t.root.activeElement;r!=e&&t.updateState(e),i!=t.dom&&t.focus();try{return n()}finally{r!=e&&t.updateState(r),i!=t.dom&&i&&i.focus()}}function t0(t,e,n){let r=e.selection,i=n=="up"?r.$from:r.$to;return ec(t,e,()=>{let{node:s}=t.docView.domFromPos(i.pos,n=="up"?-1:1);for(;;){let u=t.docView.nearestDesc(s,!0);if(!u)break;if(u.node.isBlock){s=u.contentDOM||u.dom;break}s=u.dom.parentNode}let o=Xa(t,i.pos,1);for(let u=s.firstChild;u;u=u.nextSibling){let l;if(u.nodeType==1)l=u.getClientRects();else if(u.nodeType==3)l=Ge(u,0,u.nodeValue.length).getClientRects();else continue;for(let a=0;a<l.length;a++){let c=l[a];if(c.bottom>c.top+1&&(n=="up"?o.top-c.top>(c.bottom-o.top)*2:c.bottom-o.bottom>(o.bottom-c.top)*2))return!1}}return!0})}const n0=/[\u0590-\u08ac]/;function r0(t,e,n){let{$head:r}=e.selection;if(!r.parent.isTextblock)return!1;let i=r.parentOffset,s=!i,o=i==r.parent.content.size,u=t.domSelection();return u?!n0.test(r.parent.textContent)||!u.modify?n=="left"||n=="backward"?s:o:ec(t,e,()=>{let{focusNode:l,focusOffset:a,anchorNode:c,anchorOffset:d}=t.domSelectionRange(),h=u.caretBidiLevel;u.modify("move",n,"character");let f=r.depth?t.docView.domAfterPos(r.before()):t.dom,{focusNode:p,focusOffset:m}=t.domSelectionRange(),g=p&&!f.contains(p.nodeType==1?p:p.parentNode)||l==p&&a==m;try{u.collapse(c,d),l&&(l!=c||a!=d)&&u.extend&&u.extend(l,a)}catch{}return h!=null&&(u.caretBidiLevel=h),g}):r.pos==r.start()||r.pos==r.end()}let Eu=null,wu=null,Su=!1;function i0(t,e,n){return Eu==e&&wu==n?Su:(Eu=e,wu=n,Su=n=="up"||n=="down"?t0(t,e,n):r0(t,e,n))}const _e=0,vu=1,vt=2,He=3;class Gn{constructor(e,n,r,i){this.parent=e,this.children=n,this.dom=r,this.contentDOM=i,this.dirty=_e,r.pmViewDesc=this}matchesWidget(e){return!1}matchesMark(e){return!1}matchesNode(e,n,r){return!1}matchesHack(e){return!1}parseRule(){return null}stopEvent(e){return!1}get size(){let e=0;for(let n=0;n<this.children.length;n++)e+=this.children[n].size;return e}get border(){return 0}destroy(){this.parent=void 0,this.dom.pmViewDesc==this&&(this.dom.pmViewDesc=void 0);for(let e=0;e<this.children.length;e++)this.children[e].destroy()}posBeforeChild(e){for(let n=0,r=this.posAtStart;;n++){let i=this.children[n];if(i==e)return r;r+=i.size}}get posBefore(){return this.parent.posBeforeChild(this)}get posAtStart(){return this.parent?this.parent.posBeforeChild(this)+this.border:0}get posAfter(){return this.posBefore+this.size}get posAtEnd(){return this.posAtStart+this.size-2*this.border}localPosFromDOM(e,n,r){if(this.contentDOM&&this.contentDOM.contains(e.nodeType==1?e:e.parentNode))if(r<0){let s,o;if(e==this.contentDOM)s=e.childNodes[n-1];else{for(;e.parentNode!=this.contentDOM;)e=e.parentNode;s=e.previousSibling}for(;s&&!((o=s.pmViewDesc)&&o.parent==this);)s=s.previousSibling;return s?this.posBeforeChild(o)+o.size:this.posAtStart}else{let s,o;if(e==this.contentDOM)s=e.childNodes[n];else{for(;e.parentNode!=this.contentDOM;)e=e.parentNode;s=e.nextSibling}for(;s&&!((o=s.pmViewDesc)&&o.parent==this);)s=s.nextSibling;return s?this.posBeforeChild(o):this.posAtEnd}let i;if(e==this.dom&&this.contentDOM)i=n>oe(this.contentDOM);else if(this.contentDOM&&this.contentDOM!=this.dom&&this.dom.contains(this.contentDOM))i=e.compareDocumentPosition(this.contentDOM)&2;else if(this.dom.firstChild){if(n==0)for(let s=e;;s=s.parentNode){if(s==this.dom){i=!1;break}if(s.previousSibling)break}if(i==null&&n==e.childNodes.length)for(let s=e;;s=s.parentNode){if(s==this.dom){i=!0;break}if(s.nextSibling)break}}return i??r>0?this.posAtEnd:this.posAtStart}nearestDesc(e,n=!1){for(let r=!0,i=e;i;i=i.parentNode){let s=this.getDesc(i),o;if(s&&(!n||s.node))if(r&&(o=s.nodeDOM)&&!(o.nodeType==1?o.contains(e.nodeType==1?e:e.parentNode):o==e))r=!1;else return s}}getDesc(e){let n=e.pmViewDesc;for(let r=n;r;r=r.parent)if(r==this)return n}posFromDOM(e,n,r){for(let i=e;i;i=i.parentNode){let s=this.getDesc(i);if(s)return s.localPosFromDOM(e,n,r)}return-1}descAt(e){for(let n=0,r=0;n<this.children.length;n++){let i=this.children[n],s=r+i.size;if(r==e&&s!=r){for(;!i.border&&i.children.length;)for(let o=0;o<i.children.length;o++){let u=i.children[o];if(u.size){i=u;break}}return i}if(e<s)return i.descAt(e-r-i.border);r=s}}domFromPos(e,n){if(!this.contentDOM)return{node:this.dom,offset:0,atom:e+1};let r=0,i=0;for(let s=0;r<this.children.length;r++){let o=this.children[r],u=s+o.size;if(u>e||o instanceof nc){i=e-s;break}s=u}if(i)return this.children[r].domFromPos(i-this.children[r].border,n);for(let s;r&&!(s=this.children[r-1]).size&&s instanceof tc&&s.side>=0;r--);if(n<=0){let s,o=!0;for(;s=r?this.children[r-1]:null,!(!s||s.dom.parentNode==this.contentDOM);r--,o=!1);return s&&n&&o&&!s.border&&!s.domAtom?s.domFromPos(s.size,n):{node:this.contentDOM,offset:s?oe(s.dom)+1:0}}else{let s,o=!0;for(;s=r<this.children.length?this.children[r]:null,!(!s||s.dom.parentNode==this.contentDOM);r++,o=!1);return s&&o&&!s.border&&!s.domAtom?s.domFromPos(0,n):{node:this.contentDOM,offset:s?oe(s.dom):this.contentDOM.childNodes.length}}}parseRange(e,n,r=0){if(this.children.length==0)return{node:this.contentDOM,from:e,to:n,fromOffset:0,toOffset:this.contentDOM.childNodes.length};let i=-1,s=-1;for(let o=r,u=0;;u++){let l=this.children[u],a=o+l.size;if(i==-1&&e<=a){let c=o+l.border;if(e>=c&&n<=a-l.border&&l.node&&l.contentDOM&&this.contentDOM.contains(l.contentDOM))return l.parseRange(e,n,c);e=o;for(let d=u;d>0;d--){let h=this.children[d-1];if(h.size&&h.dom.parentNode==this.contentDOM&&!h.emptyChildAt(1)){i=oe(h.dom)+1;break}e-=h.size}i==-1&&(i=0)}if(i>-1&&(a>n||u==this.children.length-1)){n=a;for(let c=u+1;c<this.children.length;c++){let d=this.children[c];if(d.size&&d.dom.parentNode==this.contentDOM&&!d.emptyChildAt(-1)){s=oe(d.dom);break}n+=d.size}s==-1&&(s=this.contentDOM.childNodes.length);break}o=a}return{node:this.contentDOM,from:e,to:n,fromOffset:i,toOffset:s}}emptyChildAt(e){if(this.border||!this.contentDOM||!this.children.length)return!1;let n=this.children[e<0?0:this.children.length-1];return n.size==0||n.emptyChildAt(e)}domAfterPos(e){let{node:n,offset:r}=this.domFromPos(e,0);if(n.nodeType!=1||r==n.childNodes.length)throw new RangeError("No node after pos "+e);return n.childNodes[r]}setSelection(e,n,r,i=!1){let s=Math.min(e,n),o=Math.max(e,n);for(let f=0,p=0;f<this.children.length;f++){let m=this.children[f],g=p+m.size;if(s>p&&o<g)return m.setSelection(e-p-m.border,n-p-m.border,r,i);p=g}let u=this.domFromPos(e,e?-1:1),l=n==e?u:this.domFromPos(n,n?-1:1),a=r.root.getSelection(),c=r.domSelectionRange(),d=!1;if((De||ce)&&e==n){let{node:f,offset:p}=u;if(f.nodeType==3){if(d=!!(p&&f.nodeValue[p-1]==`
|
|
15
|
+
`),d&&p==f.nodeValue.length)for(let m=f,g;m;m=m.parentNode){if(g=m.nextSibling){g.nodeName=="BR"&&(u=l={node:g.parentNode,offset:oe(g)+1});break}let b=m.pmViewDesc;if(b&&b.node&&b.node.isBlock)break}}else{let m=f.childNodes[p-1];d=m&&(m.nodeName=="BR"||m.contentEditable=="false")}}if(De&&c.focusNode&&c.focusNode!=l.node&&c.focusNode.nodeType==1){let f=c.focusNode.childNodes[c.focusOffset];f&&f.contentEditable=="false"&&(i=!0)}if(!(i||d&&ce)&&Bt(u.node,u.offset,c.anchorNode,c.anchorOffset)&&Bt(l.node,l.offset,c.focusNode,c.focusOffset))return;let h=!1;if((a.extend||e==n)&&!(d&&De)){a.collapse(u.node,u.offset);try{e!=n&&a.extend(l.node,l.offset),h=!0}catch{}}if(!h){if(e>n){let p=u;u=l,l=p}let f=document.createRange();f.setEnd(l.node,l.offset),f.setStart(u.node,u.offset),a.removeAllRanges(),a.addRange(f)}}ignoreMutation(e){return!this.contentDOM&&e.type!="selection"}get contentLost(){return this.contentDOM&&this.contentDOM!=this.dom&&!this.dom.contains(this.contentDOM)}markDirty(e,n){for(let r=0,i=0;i<this.children.length;i++){let s=this.children[i],o=r+s.size;if(r==o?e<=o&&n>=r:e<o&&n>r){let u=r+s.border,l=o-s.border;if(e>=u&&n<=l){this.dirty=e==r||n==o?vt:vu,e==u&&n==l&&(s.contentLost||s.dom.parentNode!=this.contentDOM)?s.dirty=He:s.markDirty(e-u,n-u);return}else s.dirty=s.dom==s.contentDOM&&s.dom.parentNode==this.contentDOM&&!s.children.length?vt:He}r=o}this.dirty=vt}markParentsDirty(){let e=1;for(let n=this.parent;n;n=n.parent,e++){let r=e==1?vt:vu;n.dirty<r&&(n.dirty=r)}}get domAtom(){return!1}get ignoreForCoords(){return!1}get ignoreForSelection(){return!1}isText(e){return!1}}class tc extends Gn{constructor(e,n,r,i){let s,o=n.type.toDOM;if(typeof o=="function"&&(o=o(r,()=>{if(!s)return i;if(s.parent)return s.parent.posBeforeChild(s)})),!n.type.spec.raw){if(o.nodeType!=1){let u=document.createElement("span");u.appendChild(o),o=u}o.contentEditable="false",o.classList.add("ProseMirror-widget")}super(e,[],o,null),this.widget=n,this.widget=n,s=this}matchesWidget(e){return this.dirty==_e&&e.type.eq(this.widget.type)}parseRule(){return{ignore:!0}}stopEvent(e){let n=this.widget.spec.stopEvent;return n?n(e):!1}ignoreMutation(e){return e.type!="selection"||this.widget.spec.ignoreSelection}destroy(){this.widget.type.destroy(this.dom),super.destroy()}get domAtom(){return!0}get ignoreForSelection(){return!!this.widget.type.spec.relaxedSide}get side(){return this.widget.type.side}}class s0 extends Gn{constructor(e,n,r,i){super(e,[],n,null),this.textDOM=r,this.text=i}get size(){return this.text.length}localPosFromDOM(e,n){return e!=this.textDOM?this.posAtStart+(n?this.size:0):this.posAtStart+n}domFromPos(e){return{node:this.textDOM,offset:e}}ignoreMutation(e){return e.type==="characterData"&&e.target.nodeValue==e.oldValue}}class zt extends Gn{constructor(e,n,r,i,s){super(e,[],r,i),this.mark=n,this.spec=s}static create(e,n,r,i){let s=i.nodeViews[n.type.name],o=s&&s(n,i,r);return(!o||!o.dom)&&(o=Ht.renderSpec(document,n.type.spec.toDOM(n,r),null,n.attrs)),new zt(e,n,o.dom,o.contentDOM||o.dom,o)}parseRule(){return this.dirty&He||this.mark.type.spec.reparseInView?null:{mark:this.mark.type.name,attrs:this.mark.attrs,contentElement:this.contentDOM}}matchesMark(e){return this.dirty!=He&&this.mark.eq(e)}markDirty(e,n){if(super.markDirty(e,n),this.dirty!=_e){let r=this.parent;for(;!r.node;)r=r.parent;r.dirty<this.dirty&&(r.dirty=this.dirty),this.dirty=_e}}slice(e,n,r){let i=zt.create(this.parent,this.mark,!0,r),s=this.children,o=this.size;n<o&&(s=Is(s,n,o,r)),e>0&&(s=Is(s,0,e,r));for(let u=0;u<s.length;u++)s[u].parent=i;return i.children=s,i}ignoreMutation(e){return this.spec.ignoreMutation?this.spec.ignoreMutation(e):super.ignoreMutation(e)}destroy(){this.spec.destroy&&this.spec.destroy(),super.destroy()}}class gt extends Gn{constructor(e,n,r,i,s,o,u,l,a){super(e,[],s,o),this.node=n,this.outerDeco=r,this.innerDeco=i,this.nodeDOM=u}static create(e,n,r,i,s,o){let u=s.nodeViews[n.type.name],l,a=u&&u(n,s,()=>{if(!l)return o;if(l.parent)return l.parent.posBeforeChild(l)},r,i),c=a&&a.dom,d=a&&a.contentDOM;if(n.isText){if(!c)c=document.createTextNode(n.text);else if(c.nodeType!=3)throw new RangeError("Text must be rendered as a DOM text node")}else c||({dom:c,contentDOM:d}=Ht.renderSpec(document,n.type.spec.toDOM(n),null,n.attrs));!d&&!n.isText&&c.nodeName!="BR"&&(c.hasAttribute("contenteditable")||(c.contentEditable="false"),n.type.spec.draggable&&(c.draggable=!0));let h=c;return c=sc(c,r,n),a?l=new o0(e,n,r,i,c,d||null,h,a,s,o+1):n.isText?new xi(e,n,r,i,c,h,s):new gt(e,n,r,i,c,d||null,h,s,o+1)}parseRule(){if(this.node.type.spec.reparseInView)return null;let e={node:this.node.type.name,attrs:this.node.attrs};if(this.node.type.whitespace=="pre"&&(e.preserveWhitespace="full"),!this.contentDOM)e.getContent=()=>this.node.content;else if(!this.contentLost)e.contentElement=this.contentDOM;else{for(let n=this.children.length-1;n>=0;n--){let r=this.children[n];if(this.dom.contains(r.dom.parentNode)){e.contentElement=r.dom.parentNode;break}}e.contentElement||(e.getContent=()=>C.empty)}return e}matchesNode(e,n,r){return this.dirty==_e&&e.eq(this.node)&&Ar(n,this.outerDeco)&&r.eq(this.innerDeco)}get size(){return this.node.nodeSize}get border(){return this.node.isLeaf?0:1}updateChildren(e,n){let r=this.node.inlineContent,i=n,s=e.composing?this.localCompositionInfo(e,n):null,o=s&&s.pos>-1?s:null,u=s&&s.pos<0,l=new l0(this,o&&o.node,e);d0(this.node,this.innerDeco,(a,c,d)=>{a.spec.marks?l.syncToMarks(a.spec.marks,r,e,c):a.type.side>=0&&!d&&l.syncToMarks(c==this.node.childCount?F.none:this.node.child(c).marks,r,e,c),l.placeWidget(a,e,i)},(a,c,d,h)=>{l.syncToMarks(a.marks,r,e,h);let f;l.findNodeMatch(a,c,d,h)||u&&e.state.selection.from>i&&e.state.selection.to<i+a.nodeSize&&(f=l.findIndexWithChild(s.node))>-1&&l.updateNodeAt(a,c,d,f,e)||l.updateNextNode(a,c,d,e,h,i)||l.addNode(a,c,d,e,i),i+=a.nodeSize}),l.syncToMarks([],r,e,0),this.node.isTextblock&&l.addTextblockHacks(),l.destroyRest(),(l.changed||this.dirty==vt)&&(o&&this.protectLocalComposition(e,o),rc(this.contentDOM,this.children,e),tn&&f0(this.dom))}localCompositionInfo(e,n){let{from:r,to:i}=e.state.selection;if(!(e.state.selection instanceof _)||r<n||i>n+this.node.content.size)return null;let s=e.input.compositionNode;if(!s||!this.dom.contains(s.parentNode))return null;if(this.node.inlineContent){let o=s.nodeValue,u=h0(this.node.content,o,r-n,i-n);return u<0?null:{node:s,pos:u,text:o}}else return{node:s,pos:-1,text:""}}protectLocalComposition(e,{node:n,pos:r,text:i}){if(this.getDesc(n))return;let s=n;for(;s.parentNode!=this.contentDOM;s=s.parentNode){for(;s.previousSibling;)s.parentNode.removeChild(s.previousSibling);for(;s.nextSibling;)s.parentNode.removeChild(s.nextSibling);s.pmViewDesc&&(s.pmViewDesc=void 0)}let o=new s0(this,s,n,i);e.input.compositionNodes.push(o),this.children=Is(this.children,r,r+i.length,e,o)}update(e,n,r,i){return this.dirty==He||!e.sameMarkup(this.node)?!1:(this.updateInner(e,n,r,i),!0)}updateInner(e,n,r,i){this.updateOuterDeco(n),this.node=e,this.innerDeco=r,this.contentDOM&&this.updateChildren(i,this.posAtStart),this.dirty=_e}updateOuterDeco(e){if(Ar(e,this.outerDeco))return;let n=this.nodeDOM.nodeType!=1,r=this.dom;this.dom=ic(this.dom,this.nodeDOM,Os(this.outerDeco,this.node,n),Os(e,this.node,n)),this.dom!=r&&(r.pmViewDesc=void 0,this.dom.pmViewDesc=this),this.outerDeco=e}selectNode(){this.nodeDOM.nodeType==1&&(this.nodeDOM.classList.add("ProseMirror-selectednode"),(this.contentDOM||!this.node.type.spec.draggable)&&(this.nodeDOM.draggable=!0))}deselectNode(){this.nodeDOM.nodeType==1&&(this.nodeDOM.classList.remove("ProseMirror-selectednode"),(this.contentDOM||!this.node.type.spec.draggable)&&this.nodeDOM.removeAttribute("draggable"))}get domAtom(){return this.node.isAtom}}function Au(t,e,n,r,i){sc(r,e,t);let s=new gt(void 0,t,e,n,r,r,r,i,0);return s.contentDOM&&s.updateChildren(i,0),s}class xi extends gt{constructor(e,n,r,i,s,o,u){super(e,n,r,i,s,null,o,u,0)}parseRule(){let e=this.nodeDOM.parentNode;for(;e&&e!=this.dom&&!e.pmIsDeco;)e=e.parentNode;return{skip:e||!0}}update(e,n,r,i){return this.dirty==He||this.dirty!=_e&&!this.inParent()||!e.sameMarkup(this.node)?!1:(this.updateOuterDeco(n),(this.dirty!=_e||e.text!=this.node.text)&&e.text!=this.nodeDOM.nodeValue&&(this.nodeDOM.nodeValue=e.text,i.trackWrites==this.nodeDOM&&(i.trackWrites=null)),this.node=e,this.dirty=_e,!0)}inParent(){let e=this.parent.contentDOM;for(let n=this.nodeDOM;n;n=n.parentNode)if(n==e)return!0;return!1}domFromPos(e){return{node:this.nodeDOM,offset:e}}localPosFromDOM(e,n,r){return e==this.nodeDOM?this.posAtStart+Math.min(n,this.node.text.length):super.localPosFromDOM(e,n,r)}ignoreMutation(e){return e.type!="characterData"&&e.type!="selection"}slice(e,n,r){let i=this.node.cut(e,n),s=document.createTextNode(i.text);return new xi(this.parent,i,this.outerDeco,this.innerDeco,s,s,r)}markDirty(e,n){super.markDirty(e,n),this.dom!=this.nodeDOM&&(e==0||n==this.nodeDOM.nodeValue.length)&&(this.dirty=He)}get domAtom(){return!1}isText(e){return this.node.text==e}}class nc extends Gn{parseRule(){return{ignore:!0}}matchesHack(e){return this.dirty==_e&&this.dom.nodeName==e}get domAtom(){return!0}get ignoreForCoords(){return this.dom.nodeName=="IMG"}}class o0 extends gt{constructor(e,n,r,i,s,o,u,l,a,c){super(e,n,r,i,s,o,u,a,c),this.spec=l}update(e,n,r,i){if(this.dirty==He)return!1;if(this.spec.update&&(this.node.type==e.type||this.spec.multiType)){let s=this.spec.update(e,n,r);return s&&this.updateInner(e,n,r,i),s}else return!this.contentDOM&&!e.isLeaf?!1:super.update(e,n,r,i)}selectNode(){this.spec.selectNode?this.spec.selectNode():super.selectNode()}deselectNode(){this.spec.deselectNode?this.spec.deselectNode():super.deselectNode()}setSelection(e,n,r,i){this.spec.setSelection?this.spec.setSelection(e,n,r.root):super.setSelection(e,n,r,i)}destroy(){this.spec.destroy&&this.spec.destroy(),super.destroy()}stopEvent(e){return this.spec.stopEvent?this.spec.stopEvent(e):!1}ignoreMutation(e){return this.spec.ignoreMutation?this.spec.ignoreMutation(e):super.ignoreMutation(e)}}function rc(t,e,n){let r=t.firstChild,i=!1;for(let s=0;s<e.length;s++){let o=e[s],u=o.dom;if(u.parentNode==t){for(;u!=r;)r=Mu(r),i=!0;r=r.nextSibling}else i=!0,t.insertBefore(u,r);if(o instanceof zt){let l=r?r.previousSibling:t.lastChild;rc(o.contentDOM,o.children,n),r=l?l.nextSibling:t.firstChild}}for(;r;)r=Mu(r),i=!0;i&&n.trackWrites==t&&(n.trackWrites=null)}const En=function(t){t&&(this.nodeName=t)};En.prototype=Object.create(null);const At=[new En];function Os(t,e,n){if(t.length==0)return At;let r=n?At[0]:new En,i=[r];for(let s=0;s<t.length;s++){let o=t[s].type.attrs;if(o){o.nodeName&&i.push(r=new En(o.nodeName));for(let u in o){let l=o[u];l!=null&&(n&&i.length==1&&i.push(r=new En(e.isInline?"span":"div")),u=="class"?r.class=(r.class?r.class+" ":"")+l:u=="style"?r.style=(r.style?r.style+";":"")+l:u!="nodeName"&&(r[u]=l))}}}return i}function ic(t,e,n,r){if(n==At&&r==At)return e;let i=e;for(let s=0;s<r.length;s++){let o=r[s],u=n[s];if(s){let l;u&&u.nodeName==o.nodeName&&i!=t&&(l=i.parentNode)&&l.nodeName.toLowerCase()==o.nodeName||(l=document.createElement(o.nodeName),l.pmIsDeco=!0,l.appendChild(i),u=At[0]),i=l}u0(i,u||At[0],o)}return i}function u0(t,e,n){for(let r in e)r!="class"&&r!="style"&&r!="nodeName"&&!(r in n)&&t.removeAttribute(r);for(let r in n)r!="class"&&r!="style"&&r!="nodeName"&&n[r]!=e[r]&&t.setAttribute(r,n[r]);if(e.class!=n.class){let r=e.class?e.class.split(" ").filter(Boolean):[],i=n.class?n.class.split(" ").filter(Boolean):[];for(let s=0;s<r.length;s++)i.indexOf(r[s])==-1&&t.classList.remove(r[s]);for(let s=0;s<i.length;s++)r.indexOf(i[s])==-1&&t.classList.add(i[s]);t.classList.length==0&&t.removeAttribute("class")}if(e.style!=n.style){if(e.style){let r=/\s*([\w\-\xa1-\uffff]+)\s*:(?:"(?:\\.|[^"])*"|'(?:\\.|[^'])*'|\(.*?\)|[^;])*/g,i;for(;i=r.exec(e.style);)t.style.removeProperty(i[1])}n.style&&(t.style.cssText+=n.style)}}function sc(t,e,n){return ic(t,t,At,Os(e,n,t.nodeType!=1))}function Ar(t,e){if(t.length!=e.length)return!1;for(let n=0;n<t.length;n++)if(!t[n].type.eq(e[n].type))return!1;return!0}function Mu(t){let e=t.nextSibling;return t.parentNode.removeChild(t),e}class l0{constructor(e,n,r){this.lock=n,this.view=r,this.index=0,this.stack=[],this.changed=!1,this.top=e,this.preMatch=a0(e.node.content,e)}destroyBetween(e,n){if(e!=n){for(let r=e;r<n;r++)this.top.children[r].destroy();this.top.children.splice(e,n-e),this.changed=!0}}destroyRest(){this.destroyBetween(this.index,this.top.children.length)}syncToMarks(e,n,r,i){let s=0,o=this.stack.length>>1,u=Math.min(o,e.length);for(;s<u&&(s==o-1?this.top:this.stack[s+1<<1]).matchesMark(e[s])&&e[s].type.spec.spanning!==!1;)s++;for(;s<o;)this.destroyRest(),this.top.dirty=_e,this.index=this.stack.pop(),this.top=this.stack.pop(),o--;for(;o<e.length;){this.stack.push(this.top,this.index+1);let l=-1,a=this.top.children.length;i<this.preMatch.index&&(a=Math.min(this.index+3,a));for(let c=this.index;c<a;c++){let d=this.top.children[c];if(d.matchesMark(e[o])&&!this.isLocked(d.dom)){l=c;break}}if(l>-1)l>this.index&&(this.changed=!0,this.destroyBetween(this.index,l)),this.top=this.top.children[this.index];else{let c=zt.create(this.top,e[o],n,r);this.top.children.splice(this.index,0,c),this.top=c,this.changed=!0}this.index=0,o++}}findNodeMatch(e,n,r,i){let s=-1,o;if(i>=this.preMatch.index&&(o=this.preMatch.matches[i-this.preMatch.index]).parent==this.top&&o.matchesNode(e,n,r))s=this.top.children.indexOf(o,this.index);else for(let u=this.index,l=Math.min(this.top.children.length,u+5);u<l;u++){let a=this.top.children[u];if(a.matchesNode(e,n,r)&&!this.preMatch.matched.has(a)){s=u;break}}return s<0?!1:(this.destroyBetween(this.index,s),this.index++,!0)}updateNodeAt(e,n,r,i,s){let o=this.top.children[i];return o.dirty==He&&o.dom==o.contentDOM&&(o.dirty=vt),o.update(e,n,r,s)?(this.destroyBetween(this.index,i),this.index++,!0):!1}findIndexWithChild(e){for(;;){let n=e.parentNode;if(!n)return-1;if(n==this.top.contentDOM){let r=e.pmViewDesc;if(r){for(let i=this.index;i<this.top.children.length;i++)if(this.top.children[i]==r)return i}return-1}e=n}}updateNextNode(e,n,r,i,s,o){for(let u=this.index;u<this.top.children.length;u++){let l=this.top.children[u];if(l instanceof gt){let a=this.preMatch.matched.get(l);if(a!=null&&a!=s)return!1;let c=l.dom,d,h=this.isLocked(c)&&!(e.isText&&l.node&&l.node.isText&&l.nodeDOM.nodeValue==e.text&&l.dirty!=He&&Ar(n,l.outerDeco));if(!h&&l.update(e,n,r,i))return this.destroyBetween(this.index,u),l.dom!=c&&(this.changed=!0),this.index++,!0;if(!h&&(d=this.recreateWrapper(l,e,n,r,i,o)))return this.destroyBetween(this.index,u),this.top.children[this.index]=d,d.contentDOM&&(d.dirty=vt,d.updateChildren(i,o+1),d.dirty=_e),this.changed=!0,this.index++,!0;break}}return!1}recreateWrapper(e,n,r,i,s,o){if(e.dirty||n.isAtom||!e.children.length||!e.node.content.eq(n.content)||!Ar(r,e.outerDeco)||!i.eq(e.innerDeco))return null;let u=gt.create(this.top,n,r,i,s,o);if(u.contentDOM){u.children=e.children,e.children=[];for(let l of u.children)l.parent=u}return e.destroy(),u}addNode(e,n,r,i,s){let o=gt.create(this.top,e,n,r,i,s);o.contentDOM&&o.updateChildren(i,s+1),this.top.children.splice(this.index++,0,o),this.changed=!0}placeWidget(e,n,r){let i=this.index<this.top.children.length?this.top.children[this.index]:null;if(i&&i.matchesWidget(e)&&(e==i.widget||!i.widget.type.toDOM.parentNode))this.index++;else{let s=new tc(this.top,e,n,r);this.top.children.splice(this.index++,0,s),this.changed=!0}}addTextblockHacks(){let e=this.top.children[this.index-1],n=this.top;for(;e instanceof zt;)n=e,e=n.children[n.children.length-1];(!e||!(e instanceof xi)||/\n$/.test(e.node.text)||this.view.requiresGeckoHackNode&&/\s$/.test(e.node.text))&&((ce||le)&&e&&e.dom.contentEditable=="false"&&this.addHackNode("IMG",n),this.addHackNode("BR",this.top))}addHackNode(e,n){if(n==this.top&&this.index<n.children.length&&n.children[this.index].matchesHack(e))this.index++;else{let r=document.createElement(e);e=="IMG"&&(r.className="ProseMirror-separator",r.alt=""),e=="BR"&&(r.className="ProseMirror-trailingBreak");let i=new nc(this.top,[],r,null);n!=this.top?n.children.push(i):n.children.splice(this.index++,0,i),this.changed=!0}}isLocked(e){return this.lock&&(e==this.lock||e.nodeType==1&&e.contains(this.lock.parentNode))}}function a0(t,e){let n=e,r=n.children.length,i=t.childCount,s=new Map,o=[];e:for(;i>0;){let u;for(;;)if(r){let a=n.children[r-1];if(a instanceof zt)n=a,r=a.children.length;else{u=a,r--;break}}else{if(n==e)break e;r=n.parent.children.indexOf(n),n=n.parent}let l=u.node;if(l){if(l!=t.child(i-1))break;--i,s.set(u,i),o.push(u)}}return{index:i,matched:s,matches:o.reverse()}}function c0(t,e){return t.type.side-e.type.side}function d0(t,e,n,r){let i=e.locals(t),s=0;if(i.length==0){for(let a=0;a<t.childCount;a++){let c=t.child(a);r(c,i,e.forChild(s,c),a),s+=c.nodeSize}return}let o=0,u=[],l=null;for(let a=0;;){let c,d;for(;o<i.length&&i[o].to==s;){let g=i[o++];g.widget&&(c?(d||(d=[c])).push(g):c=g)}if(c)if(d){d.sort(c0);for(let g=0;g<d.length;g++)n(d[g],a,!!l)}else n(c,a,!!l);let h,f;if(l)f=-1,h=l,l=null;else if(a<t.childCount)f=a,h=t.child(a++);else break;for(let g=0;g<u.length;g++)u[g].to<=s&&u.splice(g--,1);for(;o<i.length&&i[o].from<=s&&i[o].to>s;)u.push(i[o++]);let p=s+h.nodeSize;if(h.isText){let g=p;o<i.length&&i[o].from<g&&(g=i[o].from);for(let b=0;b<u.length;b++)u[b].to<g&&(g=u[b].to);g<p&&(l=h.cut(g-s),h=h.cut(0,g-s),p=g,f=-1)}else for(;o<i.length&&i[o].to<p;)o++;let m=h.isInline&&!h.isLeaf?u.filter(g=>!g.inline):u.slice();r(h,m,e.forChild(s,h),f),s=p}}function f0(t){if(t.nodeName=="UL"||t.nodeName=="OL"){let e=t.style.cssText;t.style.cssText=e+"; list-style: square !important",window.getComputedStyle(t).listStyle,t.style.cssText=e}}function h0(t,e,n,r){for(let i=0,s=0;i<t.childCount&&s<=r;){let o=t.child(i++),u=s;if(s+=o.nodeSize,!o.isText)continue;let l=o.text;for(;i<t.childCount;){let a=t.child(i++);if(s+=a.nodeSize,!a.isText)break;l+=a.text}if(s>=n){if(s>=r&&l.slice(r-e.length-u,r-u)==e)return r-e.length;let a=u<r?l.lastIndexOf(e,r-u-1):-1;if(a>=0&&a+e.length+u>=n)return u+a;if(n==r&&l.length>=r+e.length-u&&l.slice(r-u,r-u+e.length)==e)return r}}return-1}function Is(t,e,n,r,i){let s=[];for(let o=0,u=0;o<t.length;o++){let l=t[o],a=u,c=u+=l.size;a>=n||c<=e?s.push(l):(a<e&&s.push(l.slice(0,e-a,r)),i&&(s.push(i),i=void 0),c>n&&s.push(l.slice(n-a,l.size,r)))}return s}function fo(t,e=null){let n=t.domSelectionRange(),r=t.state.doc;if(!n.focusNode)return null;let i=t.docView.nearestDesc(n.focusNode),s=i&&i.size==0,o=t.docView.posFromDOM(n.focusNode,n.focusOffset,1);if(o<0)return null;let u=r.resolve(o),l,a;if(ki(n)){for(l=o;i&&!i.node;)i=i.parent;let d=i.node;if(i&&d.isAtom&&T.isSelectable(d)&&i.parent&&!(d.isInline&&$h(n.focusNode,n.focusOffset,i.dom))){let h=i.posBefore;a=new T(o==h?u:r.resolve(h))}}else{if(n instanceof t.dom.ownerDocument.defaultView.Selection&&n.rangeCount>1){let d=o,h=o;for(let f=0;f<n.rangeCount;f++){let p=n.getRangeAt(f);d=Math.min(d,t.docView.posFromDOM(p.startContainer,p.startOffset,1)),h=Math.max(h,t.docView.posFromDOM(p.endContainer,p.endOffset,-1))}if(d<0)return null;[l,o]=h==t.state.selection.anchor?[h,d]:[d,h],u=r.resolve(o)}else l=t.docView.posFromDOM(n.anchorNode,n.anchorOffset,1);if(l<0)return null}let c=r.resolve(l);if(!a){let d=e=="pointer"||t.state.selection.head<u.pos&&!s?1:-1;a=ho(t,c,u,d)}return a}function oc(t){return t.editable?t.hasFocus():lc(t)&&document.activeElement&&document.activeElement.contains(t.dom)}function Xe(t,e=!1){let n=t.state.selection;if(uc(t,n),!!oc(t)){if(!e&&t.input.mouseDown&&t.input.mouseDown.allowDefault&&le){let r=t.domSelectionRange(),i=t.domObserver.currentSelection;if(r.anchorNode&&i.anchorNode&&Bt(r.anchorNode,r.anchorOffset,i.anchorNode,i.anchorOffset)){t.input.mouseDown.delayedSelectionSync=!0,t.domObserver.setCurSelection();return}}if(t.domObserver.disconnectSelection(),t.cursorWrapper)m0(t);else{let{anchor:r,head:i}=n,s,o;Tu&&!(n instanceof _)&&(n.$from.parent.inlineContent||(s=Du(t,n.from)),!n.empty&&!n.$from.parent.inlineContent&&(o=Du(t,n.to))),t.docView.setSelection(r,i,t,e),Tu&&(s&&_u(s),o&&_u(o)),n.visible?t.dom.classList.remove("ProseMirror-hideselection"):(t.dom.classList.add("ProseMirror-hideselection"),"onselectionchange"in document&&p0(t))}t.domObserver.setCurSelection(),t.domObserver.connectSelection()}}const Tu=ce||le&&Ka<63;function Du(t,e){let{node:n,offset:r}=t.docView.domFromPos(e,0),i=r<n.childNodes.length?n.childNodes[r]:null,s=r?n.childNodes[r-1]:null;if(ce&&i&&i.contentEditable=="false")return Vi(i);if((!i||i.contentEditable=="false")&&(!s||s.contentEditable=="false")){if(i)return Vi(i);if(s)return Vi(s)}}function Vi(t){return t.contentEditable="true",ce&&t.draggable&&(t.draggable=!1,t.wasDraggable=!0),t}function _u(t){t.contentEditable="false",t.wasDraggable&&(t.draggable=!0,t.wasDraggable=null)}function p0(t){let e=t.dom.ownerDocument;e.removeEventListener("selectionchange",t.input.hideSelectionGuard);let n=t.domSelectionRange(),r=n.anchorNode,i=n.anchorOffset;e.addEventListener("selectionchange",t.input.hideSelectionGuard=()=>{(n.anchorNode!=r||n.anchorOffset!=i)&&(e.removeEventListener("selectionchange",t.input.hideSelectionGuard),setTimeout(()=>{(!oc(t)||t.state.selection.visible)&&t.dom.classList.remove("ProseMirror-hideselection")},20))})}function m0(t){let e=t.domSelection();if(!e)return;let n=t.cursorWrapper.dom,r=n.nodeName=="IMG";r?e.collapse(n.parentNode,oe(n)+1):e.collapse(n,0),!r&&!t.state.selection.visible&&ge&&mt<=11&&(n.disabled=!0,n.disabled=!1)}function uc(t,e){if(e instanceof T){let n=t.docView.descAt(e.from);n!=t.lastSelectedViewDesc&&(Nu(t),n&&n.selectNode(),t.lastSelectedViewDesc=n)}else Nu(t)}function Nu(t){t.lastSelectedViewDesc&&(t.lastSelectedViewDesc.parent&&t.lastSelectedViewDesc.deselectNode(),t.lastSelectedViewDesc=void 0)}function ho(t,e,n,r){return t.someProp("createSelectionBetween",i=>i(t,e,n))||_.between(e,n,r)}function Ou(t){return t.editable&&!t.hasFocus()?!1:lc(t)}function lc(t){let e=t.domSelectionRange();if(!e.anchorNode)return!1;try{return t.dom.contains(e.anchorNode.nodeType==3?e.anchorNode.parentNode:e.anchorNode)&&(t.editable||t.dom.contains(e.focusNode.nodeType==3?e.focusNode.parentNode:e.focusNode))}catch{return!1}}function g0(t){let e=t.docView.domFromPos(t.state.selection.anchor,0),n=t.domSelectionRange();return Bt(e.node,e.offset,n.anchorNode,n.anchorOffset)}function Rs(t,e){let{$anchor:n,$head:r}=t.selection,i=e>0?n.max(r):n.min(r),s=i.parent.inlineContent?i.depth?t.doc.resolve(e>0?i.after():i.before()):null:i;return s&&O.findFrom(s,e)}function it(t,e){return t.dispatch(t.state.tr.setSelection(e).scrollIntoView()),!0}function Iu(t,e,n){let r=t.state.selection;if(r instanceof _)if(n.indexOf("s")>-1){let{$head:i}=r,s=i.textOffset?null:e<0?i.nodeBefore:i.nodeAfter;if(!s||s.isText||!s.isLeaf)return!1;let o=t.state.doc.resolve(i.pos+s.nodeSize*(e<0?-1:1));return it(t,new _(r.$anchor,o))}else if(r.empty){if(t.endOfTextblock(e>0?"forward":"backward")){let i=Rs(t.state,e);return i&&i instanceof T?it(t,i):!1}else if(!(Me&&n.indexOf("m")>-1)){let i=r.$head,s=i.textOffset?null:e<0?i.nodeBefore:i.nodeAfter,o;if(!s||s.isText)return!1;let u=e<0?i.pos-s.nodeSize:i.pos;return s.isAtom||(o=t.docView.descAt(u))&&!o.contentDOM?T.isSelectable(s)?it(t,new T(e<0?t.state.doc.resolve(i.pos-s.nodeSize):i)):Jn?it(t,new _(t.state.doc.resolve(e<0?u:u+s.nodeSize))):!1:!1}}else return!1;else{if(r instanceof T&&r.node.isInline)return it(t,new _(e>0?r.$to:r.$from));{let i=Rs(t.state,e);return i?it(t,i):!1}}}function Mr(t){return t.nodeType==3?t.nodeValue.length:t.childNodes.length}function wn(t,e){let n=t.pmViewDesc;return n&&n.size==0&&(e<0||t.nextSibling||t.nodeName!="BR")}function Vt(t,e){return e<0?b0(t):k0(t)}function b0(t){let e=t.domSelectionRange(),n=e.focusNode,r=e.focusOffset;if(!n)return;let i,s,o=!1;for(De&&n.nodeType==1&&r<Mr(n)&&wn(n.childNodes[r],-1)&&(o=!0);;)if(r>0){if(n.nodeType!=1)break;{let u=n.childNodes[r-1];if(wn(u,-1))i=n,s=--r;else if(u.nodeType==3)n=u,r=n.nodeValue.length;else break}}else{if(ac(n))break;{let u=n.previousSibling;for(;u&&wn(u,-1);)i=n.parentNode,s=oe(u),u=u.previousSibling;if(u)n=u,r=Mr(n);else{if(n=n.parentNode,n==t.dom)break;r=0}}}o?Fs(t,n,r):i&&Fs(t,i,s)}function k0(t){let e=t.domSelectionRange(),n=e.focusNode,r=e.focusOffset;if(!n)return;let i=Mr(n),s,o;for(;;)if(r<i){if(n.nodeType!=1)break;let u=n.childNodes[r];if(wn(u,1))s=n,o=++r;else break}else{if(ac(n))break;{let u=n.nextSibling;for(;u&&wn(u,1);)s=u.parentNode,o=oe(u)+1,u=u.nextSibling;if(u)n=u,r=0,i=Mr(n);else{if(n=n.parentNode,n==t.dom)break;r=i=0}}}s&&Fs(t,s,o)}function ac(t){let e=t.pmViewDesc;return e&&e.node&&e.node.isBlock}function x0(t,e){for(;t&&e==t.childNodes.length&&!Kn(t);)e=oe(t)+1,t=t.parentNode;for(;t&&e<t.childNodes.length;){let n=t.childNodes[e];if(n.nodeType==3)return n;if(n.nodeType==1&&n.contentEditable=="false")break;t=n,e=0}}function y0(t,e){for(;t&&!e&&!Kn(t);)e=oe(t),t=t.parentNode;for(;t&&e;){let n=t.childNodes[e-1];if(n.nodeType==3)return n;if(n.nodeType==1&&n.contentEditable=="false")break;t=n,e=t.childNodes.length}}function Fs(t,e,n){if(e.nodeType!=3){let s,o;(o=x0(e,n))?(e=o,n=0):(s=y0(e,n))&&(e=s,n=s.nodeValue.length)}let r=t.domSelection();if(!r)return;if(ki(r)){let s=document.createRange();s.setEnd(e,n),s.setStart(e,n),r.removeAllRanges(),r.addRange(s)}else r.extend&&r.extend(e,n);t.domObserver.setCurSelection();let{state:i}=t;setTimeout(()=>{t.state==i&&Xe(t)},50)}function Ru(t,e){let n=t.state.doc.resolve(e);if(!(le||Ja)&&n.parent.inlineContent){let i=t.coordsAtPos(e);if(e>n.start()){let s=t.coordsAtPos(e-1),o=(s.top+s.bottom)/2;if(o>i.top&&o<i.bottom&&Math.abs(s.left-i.left)>1)return s.left<i.left?"ltr":"rtl"}if(e<n.end()){let s=t.coordsAtPos(e+1),o=(s.top+s.bottom)/2;if(o>i.top&&o<i.bottom&&Math.abs(s.left-i.left)>1)return s.left>i.left?"ltr":"rtl"}}return getComputedStyle(t.dom).direction=="rtl"?"rtl":"ltr"}function Fu(t,e,n){let r=t.state.selection;if(r instanceof _&&!r.empty||n.indexOf("s")>-1||Me&&n.indexOf("m")>-1)return!1;let{$from:i,$to:s}=r;if(!i.parent.inlineContent||t.endOfTextblock(e<0?"up":"down")){let o=Rs(t.state,e);if(o&&o instanceof T)return it(t,o)}if(!i.parent.inlineContent){let o=e<0?i:s,u=r instanceof Ce?O.near(o,e):O.findFrom(o,e);return u?it(t,u):!1}return!1}function Lu(t,e){if(!(t.state.selection instanceof _))return!0;let{$head:n,$anchor:r,empty:i}=t.state.selection;if(!n.sameParent(r))return!0;if(!i)return!1;if(t.endOfTextblock(e>0?"forward":"backward"))return!0;let s=!n.textOffset&&(e<0?n.nodeBefore:n.nodeAfter);if(s&&!s.isText){let o=t.state.tr;return e<0?o.delete(n.pos-s.nodeSize,n.pos):o.delete(n.pos,n.pos+s.nodeSize),t.dispatch(o),!0}return!1}function Pu(t,e,n){t.domObserver.stop(),e.contentEditable=n,t.domObserver.start()}function C0(t){if(!ce||t.state.selection.$head.parentOffset>0)return!1;let{focusNode:e,focusOffset:n}=t.domSelectionRange();if(e&&e.nodeType==1&&n==0&&e.firstChild&&e.firstChild.contentEditable=="false"){let r=e.firstChild;Pu(t,r,"true"),setTimeout(()=>Pu(t,r,"false"),20)}return!1}function E0(t){let e="";return t.ctrlKey&&(e+="c"),t.metaKey&&(e+="m"),t.altKey&&(e+="a"),t.shiftKey&&(e+="s"),e}function w0(t,e){let n=e.keyCode,r=E0(e);if(n==8||Me&&n==72&&r=="c")return Lu(t,-1)||Vt(t,-1);if(n==46&&!e.shiftKey||Me&&n==68&&r=="c")return Lu(t,1)||Vt(t,1);if(n==13||n==27)return!0;if(n==37||Me&&n==66&&r=="c"){let i=n==37?Ru(t,t.state.selection.from)=="ltr"?-1:1:-1;return Iu(t,i,r)||Vt(t,i)}else if(n==39||Me&&n==70&&r=="c"){let i=n==39?Ru(t,t.state.selection.from)=="ltr"?1:-1:1;return Iu(t,i,r)||Vt(t,i)}else{if(n==38||Me&&n==80&&r=="c")return Fu(t,-1,r)||Vt(t,-1);if(n==40||Me&&n==78&&r=="c")return C0(t)||Fu(t,1,r)||Vt(t,1);if(r==(Me?"m":"c")&&(n==66||n==73||n==89||n==90))return!0}return!1}function po(t,e){t.someProp("transformCopied",f=>{e=f(e,t)});let n=[],{content:r,openStart:i,openEnd:s}=e;for(;i>1&&s>1&&r.childCount==1&&r.firstChild.childCount==1;){i--,s--;let f=r.firstChild;n.push(f.type.name,f.attrs!=f.type.defaultAttrs?f.attrs:null),r=f.content}let o=t.someProp("clipboardSerializer")||Ht.fromSchema(t.state.schema),u=mc(),l=u.createElement("div");l.appendChild(o.serializeFragment(r,{document:u}));let a=l.firstChild,c,d=0;for(;a&&a.nodeType==1&&(c=pc[a.nodeName.toLowerCase()]);){for(let f=c.length-1;f>=0;f--){let p=u.createElement(c[f]);for(;l.firstChild;)p.appendChild(l.firstChild);l.appendChild(p),d++}a=l.firstChild}a&&a.nodeType==1&&a.setAttribute("data-pm-slice",`${i} ${s}${d?` -${d}`:""} ${JSON.stringify(n)}`);let h=t.someProp("clipboardTextSerializer",f=>f(e,t))||e.content.textBetween(0,e.content.size,`
|
|
16
|
+
|
|
17
|
+
`);return{dom:l,text:h,slice:e}}function cc(t,e,n,r,i){let s=i.parent.type.spec.code,o,u;if(!n&&!e)return null;let l=!!e&&(r||s||!n);if(l){if(t.someProp("transformPastedText",h=>{e=h(e,s||r,t)}),s)return u=new A(C.from(t.state.schema.text(e.replace(/\r\n?/g,`
|
|
18
|
+
`))),0,0),t.someProp("transformPasted",h=>{u=h(u,t,!0)}),u;let d=t.someProp("clipboardTextParser",h=>h(e,i,r,t));if(d)u=d;else{let h=i.marks(),{schema:f}=t.state,p=Ht.fromSchema(f);o=document.createElement("div"),e.split(/(?:\r\n?|\n)+/).forEach(m=>{let g=o.appendChild(document.createElement("p"));m&&g.appendChild(p.serializeNode(f.text(m,h)))})}}else t.someProp("transformPastedHTML",d=>{n=d(n,t)}),o=M0(n),Jn&&T0(o);let a=o&&o.querySelector("[data-pm-slice]"),c=a&&/^(\d+) (\d+)(?: -(\d+))? (.*)/.exec(a.getAttribute("data-pm-slice")||"");if(c&&c[3])for(let d=+c[3];d>0;d--){let h=o.firstChild;for(;h&&h.nodeType!=1;)h=h.nextSibling;if(!h)break;o=h}if(u||(u=(t.someProp("clipboardParser")||t.someProp("domParser")||Qe.fromSchema(t.state.schema)).parseSlice(o,{preserveWhitespace:!!(l||c),context:i,ruleFromNode(h){return h.nodeName=="BR"&&!h.nextSibling&&h.parentNode&&!S0.test(h.parentNode.nodeName)?{ignore:!0}:null}})),c)u=D0(Bu(u,+c[1],+c[2]),c[4]);else if(u=A.maxOpen(v0(u.content,i),!0),u.openStart||u.openEnd){let d=0,h=0;for(let f=u.content.firstChild;d<u.openStart&&!f.type.spec.isolating;d++,f=f.firstChild);for(let f=u.content.lastChild;h<u.openEnd&&!f.type.spec.isolating;h++,f=f.lastChild);u=Bu(u,d,h)}return t.someProp("transformPasted",d=>{u=d(u,t,l)}),u}const S0=/^(a|abbr|acronym|b|cite|code|del|em|i|ins|kbd|label|output|q|ruby|s|samp|span|strong|sub|sup|time|u|tt|var)$/i;function v0(t,e){if(t.childCount<2)return t;for(let n=e.depth;n>=0;n--){let i=e.node(n).contentMatchAt(e.index(n)),s,o=[];if(t.forEach(u=>{if(!o)return;let l=i.findWrapping(u.type),a;if(!l)return o=null;if(a=o.length&&s.length&&fc(l,s,u,o[o.length-1],0))o[o.length-1]=a;else{o.length&&(o[o.length-1]=hc(o[o.length-1],s.length));let c=dc(u,l);o.push(c),i=i.matchType(c.type),s=l}}),o)return C.from(o)}return t}function dc(t,e,n=0){for(let r=e.length-1;r>=n;r--)t=e[r].create(null,C.from(t));return t}function fc(t,e,n,r,i){if(i<t.length&&i<e.length&&t[i]==e[i]){let s=fc(t,e,n,r.lastChild,i+1);if(s)return r.copy(r.content.replaceChild(r.childCount-1,s));if(r.contentMatchAt(r.childCount).matchType(i==t.length-1?n.type:t[i+1]))return r.copy(r.content.append(C.from(dc(n,t,i+1))))}}function hc(t,e){if(e==0)return t;let n=t.content.replaceChild(t.childCount-1,hc(t.lastChild,e-1)),r=t.contentMatchAt(t.childCount).fillBefore(C.empty,!0);return t.copy(n.append(r))}function Ls(t,e,n,r,i,s){let o=e<0?t.firstChild:t.lastChild,u=o.content;return t.childCount>1&&(s=0),i<r-1&&(u=Ls(u,e,n,r,i+1,s)),i>=n&&(u=e<0?o.contentMatchAt(0).fillBefore(u,s<=i).append(u):u.append(o.contentMatchAt(o.childCount).fillBefore(C.empty,!0))),t.replaceChild(e<0?0:t.childCount-1,o.copy(u))}function Bu(t,e,n){return e<t.openStart&&(t=new A(Ls(t.content,-1,e,t.openStart,0,t.openEnd),e,t.openEnd)),n<t.openEnd&&(t=new A(Ls(t.content,1,n,t.openEnd,0,0),t.openStart,n)),t}const pc={thead:["table"],tbody:["table"],tfoot:["table"],caption:["table"],colgroup:["table"],col:["table","colgroup"],tr:["table","tbody"],td:["table","tbody","tr"],th:["table","tbody","tr"]};let zu=null;function mc(){return zu||(zu=document.implementation.createHTMLDocument("title"))}let qi=null;function A0(t){let e=window.trustedTypes;return e?(qi||(qi=e.defaultPolicy||e.createPolicy("ProseMirrorClipboard",{createHTML:n=>n})),qi.createHTML(t)):t}function M0(t){let e=/^(\s*<meta [^>]*>)*/.exec(t);e&&(t=t.slice(e[0].length));let n=mc().createElement("div"),r=/<([a-z][^>\s]+)/i.exec(t),i;if((i=r&&pc[r[1].toLowerCase()])&&(t=i.map(s=>"<"+s+">").join("")+t+i.map(s=>"</"+s+">").reverse().join("")),n.innerHTML=A0(t),i)for(let s=0;s<i.length;s++)n=n.querySelector(i[s])||n;return n}function T0(t){let e=t.querySelectorAll(le?"span:not([class]):not([style])":"span.Apple-converted-space");for(let n=0;n<e.length;n++){let r=e[n];r.childNodes.length==1&&r.textContent==" "&&r.parentNode&&r.parentNode.replaceChild(t.ownerDocument.createTextNode(" "),r)}}function D0(t,e){if(!t.size)return t;let n=t.content.firstChild.type.schema,r;try{r=JSON.parse(e)}catch{return t}let{content:i,openStart:s,openEnd:o}=t;for(let u=r.length-2;u>=0;u-=2){let l=n.nodes[r[u]];if(!l||l.hasRequiredAttrs())break;i=C.from(l.create(r[u+1],i)),s++,o++}return new A(i,s,o)}const he={},pe={},_0={touchstart:!0,touchmove:!0};class N0{constructor(){this.shiftKey=!1,this.mouseDown=null,this.lastKeyCode=null,this.lastKeyCodeTime=0,this.lastClick={time:0,x:0,y:0,type:"",button:0},this.lastSelectionOrigin=null,this.lastSelectionTime=0,this.lastIOSEnter=0,this.lastIOSEnterFallbackTimeout=-1,this.lastFocus=0,this.lastTouch=0,this.lastChromeDelete=0,this.composing=!1,this.compositionNode=null,this.composingTimeout=-1,this.compositionNodes=[],this.compositionEndedAt=-2e8,this.compositionID=1,this.badSafariComposition=!1,this.compositionPendingChanges=0,this.domChangeCount=0,this.eventHandlers=Object.create(null),this.hideSelectionGuard=null}}function O0(t){for(let e in he){let n=he[e];t.dom.addEventListener(e,t.input.eventHandlers[e]=r=>{R0(t,r)&&!mo(t,r)&&(t.editable||!(r.type in pe))&&n(t,r)},_0[e]?{passive:!0}:void 0)}ce&&t.dom.addEventListener("input",()=>null),Ps(t)}function ft(t,e){t.input.lastSelectionOrigin=e,t.input.lastSelectionTime=Date.now()}function I0(t){t.domObserver.stop();for(let e in t.input.eventHandlers)t.dom.removeEventListener(e,t.input.eventHandlers[e]);clearTimeout(t.input.composingTimeout),clearTimeout(t.input.lastIOSEnterFallbackTimeout)}function Ps(t){t.someProp("handleDOMEvents",e=>{for(let n in e)t.input.eventHandlers[n]||t.dom.addEventListener(n,t.input.eventHandlers[n]=r=>mo(t,r))})}function mo(t,e){return t.someProp("handleDOMEvents",n=>{let r=n[e.type];return r?r(t,e)||e.defaultPrevented:!1})}function R0(t,e){if(!e.bubbles)return!0;if(e.defaultPrevented)return!1;for(let n=e.target;n!=t.dom;n=n.parentNode)if(!n||n.nodeType==11||n.pmViewDesc&&n.pmViewDesc.stopEvent(e))return!1;return!0}function F0(t,e){!mo(t,e)&&he[e.type]&&(t.editable||!(e.type in pe))&&he[e.type](t,e)}pe.keydown=(t,e)=>{let n=e;if(t.input.shiftKey=n.keyCode==16||n.shiftKey,!bc(t,n)&&(t.input.lastKeyCode=n.keyCode,t.input.lastKeyCodeTime=Date.now(),!(Ze&&le&&n.keyCode==13)))if(n.keyCode!=229&&t.domObserver.forceFlush(),tn&&n.keyCode==13&&!n.ctrlKey&&!n.altKey&&!n.metaKey){let r=Date.now();t.input.lastIOSEnter=r,t.input.lastIOSEnterFallbackTimeout=setTimeout(()=>{t.input.lastIOSEnter==r&&(t.someProp("handleKeyDown",i=>i(t,St(13,"Enter"))),t.input.lastIOSEnter=0)},200)}else t.someProp("handleKeyDown",r=>r(t,n))||w0(t,n)?n.preventDefault():ft(t,"key")};pe.keyup=(t,e)=>{e.keyCode==16&&(t.input.shiftKey=!1)};pe.keypress=(t,e)=>{let n=e;if(bc(t,n)||!n.charCode||n.ctrlKey&&!n.altKey||Me&&n.metaKey)return;if(t.someProp("handleKeyPress",i=>i(t,n))){n.preventDefault();return}let r=t.state.selection;if(!(r instanceof _)||!r.$from.sameParent(r.$to)){let i=String.fromCharCode(n.charCode),s=()=>t.state.tr.insertText(i).scrollIntoView();!/[\r\n]/.test(i)&&!t.someProp("handleTextInput",o=>o(t,r.$from.pos,r.$to.pos,i,s))&&t.dispatch(s()),n.preventDefault()}};function yi(t){return{left:t.clientX,top:t.clientY}}function L0(t,e){let n=e.x-t.clientX,r=e.y-t.clientY;return n*n+r*r<100}function go(t,e,n,r,i){if(r==-1)return!1;let s=t.state.doc.resolve(r);for(let o=s.depth+1;o>0;o--)if(t.someProp(e,u=>o>s.depth?u(t,n,s.nodeAfter,s.before(o),i,!0):u(t,n,s.node(o),s.before(o),i,!1)))return!0;return!1}function Zt(t,e,n){if(t.focused||t.focus(),t.state.selection.eq(e))return;let r=t.state.tr.setSelection(e);r.setMeta("pointer",!0),t.dispatch(r)}function P0(t,e){if(e==-1)return!1;let n=t.state.doc.resolve(e),r=n.nodeAfter;return r&&r.isAtom&&T.isSelectable(r)?(Zt(t,new T(n)),!0):!1}function B0(t,e){if(e==-1)return!1;let n=t.state.selection,r,i;n instanceof T&&(r=n.node);let s=t.state.doc.resolve(e);for(let o=s.depth+1;o>0;o--){let u=o>s.depth?s.nodeAfter:s.node(o);if(T.isSelectable(u)){r&&n.$from.depth>0&&o>=n.$from.depth&&s.before(n.$from.depth+1)==n.$from.pos?i=s.before(n.$from.depth):i=s.before(o);break}}return i!=null?(Zt(t,T.create(t.state.doc,i)),!0):!1}function z0(t,e,n,r,i){return go(t,"handleClickOn",e,n,r)||t.someProp("handleClick",s=>s(t,e,r))||(i?B0(t,n):P0(t,n))}function $0(t,e,n,r){return go(t,"handleDoubleClickOn",e,n,r)||t.someProp("handleDoubleClick",i=>i(t,e,r))}function H0(t,e,n,r){return go(t,"handleTripleClickOn",e,n,r)||t.someProp("handleTripleClick",i=>i(t,e,r))||j0(t,n,r)}function j0(t,e,n){if(n.button!=0)return!1;let r=t.state.doc;if(e==-1)return r.inlineContent?(Zt(t,_.create(r,0,r.content.size)),!0):!1;let i=r.resolve(e);for(let s=i.depth+1;s>0;s--){let o=s>i.depth?i.nodeAfter:i.node(s),u=i.before(s);if(o.inlineContent)Zt(t,_.create(r,u+1,u+1+o.content.size));else if(T.isSelectable(o))Zt(t,T.create(r,u));else continue;return!0}}function bo(t){return Tr(t)}const gc=Me?"metaKey":"ctrlKey";he.mousedown=(t,e)=>{let n=e;t.input.shiftKey=n.shiftKey;let r=bo(t),i=Date.now(),s="singleClick";i-t.input.lastClick.time<500&&L0(n,t.input.lastClick)&&!n[gc]&&t.input.lastClick.button==n.button&&(t.input.lastClick.type=="singleClick"?s="doubleClick":t.input.lastClick.type=="doubleClick"&&(s="tripleClick")),t.input.lastClick={time:i,x:n.clientX,y:n.clientY,type:s,button:n.button};let o=t.posAtCoords(yi(n));o&&(s=="singleClick"?(t.input.mouseDown&&t.input.mouseDown.done(),t.input.mouseDown=new V0(t,o,n,!!r)):(s=="doubleClick"?$0:H0)(t,o.pos,o.inside,n)?n.preventDefault():ft(t,"pointer"))};class V0{constructor(e,n,r,i){this.view=e,this.pos=n,this.event=r,this.flushed=i,this.delayedSelectionSync=!1,this.mightDrag=null,this.startDoc=e.state.doc,this.selectNode=!!r[gc],this.allowDefault=r.shiftKey;let s,o;if(n.inside>-1)s=e.state.doc.nodeAt(n.inside),o=n.inside;else{let c=e.state.doc.resolve(n.pos);s=c.parent,o=c.depth?c.before():0}const u=i?null:r.target,l=u?e.docView.nearestDesc(u,!0):null;this.target=l&&l.nodeDOM.nodeType==1?l.nodeDOM:null;let{selection:a}=e.state;r.button==0&&(s.type.spec.draggable&&s.type.spec.selectable!==!1||a instanceof T&&a.from<=o&&a.to>o)&&(this.mightDrag={node:s,pos:o,addAttr:!!(this.target&&!this.target.draggable),setUneditable:!!(this.target&&De&&!this.target.hasAttribute("contentEditable"))}),this.target&&this.mightDrag&&(this.mightDrag.addAttr||this.mightDrag.setUneditable)&&(this.view.domObserver.stop(),this.mightDrag.addAttr&&(this.target.draggable=!0),this.mightDrag.setUneditable&&setTimeout(()=>{this.view.input.mouseDown==this&&this.target.setAttribute("contentEditable","false")},20),this.view.domObserver.start()),e.root.addEventListener("mouseup",this.up=this.up.bind(this)),e.root.addEventListener("mousemove",this.move=this.move.bind(this)),ft(e,"pointer")}done(){this.view.root.removeEventListener("mouseup",this.up),this.view.root.removeEventListener("mousemove",this.move),this.mightDrag&&this.target&&(this.view.domObserver.stop(),this.mightDrag.addAttr&&this.target.removeAttribute("draggable"),this.mightDrag.setUneditable&&this.target.removeAttribute("contentEditable"),this.view.domObserver.start()),this.delayedSelectionSync&&setTimeout(()=>Xe(this.view)),this.view.input.mouseDown=null}up(e){if(this.done(),!this.view.dom.contains(e.target))return;let n=this.pos;this.view.state.doc!=this.startDoc&&(n=this.view.posAtCoords(yi(e))),this.updateAllowDefault(e),this.allowDefault||!n?ft(this.view,"pointer"):z0(this.view,n.pos,n.inside,e,this.selectNode)?e.preventDefault():e.button==0&&(this.flushed||ce&&this.mightDrag&&!this.mightDrag.node.isAtom||le&&!this.view.state.selection.visible&&Math.min(Math.abs(n.pos-this.view.state.selection.from),Math.abs(n.pos-this.view.state.selection.to))<=2)?(Zt(this.view,O.near(this.view.state.doc.resolve(n.pos))),e.preventDefault()):ft(this.view,"pointer")}move(e){this.updateAllowDefault(e),ft(this.view,"pointer"),e.buttons==0&&this.done()}updateAllowDefault(e){!this.allowDefault&&(Math.abs(this.event.x-e.clientX)>4||Math.abs(this.event.y-e.clientY)>4)&&(this.allowDefault=!0)}}he.touchstart=t=>{t.input.lastTouch=Date.now(),bo(t),ft(t,"pointer")};he.touchmove=t=>{t.input.lastTouch=Date.now(),ft(t,"pointer")};he.contextmenu=t=>bo(t);function bc(t,e){return t.composing?!0:ce&&Math.abs(e.timeStamp-t.input.compositionEndedAt)<500?(t.input.compositionEndedAt=-2e8,!0):!1}const q0=Ze?5e3:-1;pe.compositionstart=pe.compositionupdate=t=>{if(!t.composing){t.domObserver.flush();let{state:e}=t,n=e.selection.$to;if(e.selection instanceof _&&(e.storedMarks||!n.textOffset&&n.parentOffset&&n.nodeBefore.marks.some(r=>r.type.spec.inclusive===!1)||le&&Ja&&W0(t)))t.markCursor=t.state.storedMarks||n.marks(),Tr(t,!0),t.markCursor=null;else if(Tr(t,!e.selection.empty),De&&e.selection.empty&&n.parentOffset&&!n.textOffset&&n.nodeBefore.marks.length){let r=t.domSelectionRange();for(let i=r.focusNode,s=r.focusOffset;i&&i.nodeType==1&&s!=0;){let o=s<0?i.lastChild:i.childNodes[s-1];if(!o)break;if(o.nodeType==3){let u=t.domSelection();u&&u.collapse(o,o.nodeValue.length);break}else i=o,s=-1}}t.input.composing=!0}kc(t,q0)};function W0(t){let{focusNode:e,focusOffset:n}=t.domSelectionRange();if(!e||e.nodeType!=1||n>=e.childNodes.length)return!1;let r=e.childNodes[n];return r.nodeType==1&&r.contentEditable=="false"}pe.compositionend=(t,e)=>{t.composing&&(t.input.composing=!1,t.input.compositionEndedAt=e.timeStamp,t.input.compositionPendingChanges=t.domObserver.pendingRecords().length?t.input.compositionID:0,t.input.compositionNode=null,t.input.badSafariComposition?t.domObserver.forceFlush():t.input.compositionPendingChanges&&Promise.resolve().then(()=>t.domObserver.flush()),t.input.compositionID++,kc(t,20))};function kc(t,e){clearTimeout(t.input.composingTimeout),e>-1&&(t.input.composingTimeout=setTimeout(()=>Tr(t),e))}function xc(t){for(t.composing&&(t.input.composing=!1,t.input.compositionEndedAt=K0());t.input.compositionNodes.length>0;)t.input.compositionNodes.pop().markParentsDirty()}function U0(t){let e=t.domSelectionRange();if(!e.focusNode)return null;let n=Bh(e.focusNode,e.focusOffset),r=zh(e.focusNode,e.focusOffset);if(n&&r&&n!=r){let i=r.pmViewDesc,s=t.domObserver.lastChangedTextNode;if(n==s||r==s)return s;if(!i||!i.isText(r.nodeValue))return r;if(t.input.compositionNode==r){let o=n.pmViewDesc;if(!(!o||!o.isText(n.nodeValue)))return r}}return n||r}function K0(){let t=document.createEvent("Event");return t.initEvent("event",!0,!0),t.timeStamp}function Tr(t,e=!1){if(!(Ze&&t.domObserver.flushingSoon>=0)){if(t.domObserver.forceFlush(),xc(t),e||t.docView&&t.docView.dirty){let n=fo(t),r=t.state.selection;return n&&!n.eq(r)?t.dispatch(t.state.tr.setSelection(n)):(t.markCursor||e)&&!r.$from.node(r.$from.sharedDepth(r.to)).inlineContent?t.dispatch(t.state.tr.deleteSelection()):t.updateState(t.state),!0}return!1}}function J0(t,e){if(!t.dom.parentNode)return;let n=t.dom.parentNode.appendChild(document.createElement("div"));n.appendChild(e),n.style.cssText="position: fixed; left: -10000px; top: 10px";let r=getSelection(),i=document.createRange();i.selectNodeContents(e),t.dom.blur(),r.removeAllRanges(),r.addRange(i),setTimeout(()=>{n.parentNode&&n.parentNode.removeChild(n),t.focus()},50)}const Fn=ge&&mt<15||tn&&Vh<604;he.copy=pe.cut=(t,e)=>{let n=e,r=t.state.selection,i=n.type=="cut";if(r.empty)return;let s=Fn?null:n.clipboardData,o=r.content(),{dom:u,text:l}=po(t,o);s?(n.preventDefault(),s.clearData(),s.setData("text/html",u.innerHTML),s.setData("text/plain",l)):J0(t,u),i&&t.dispatch(t.state.tr.deleteSelection().scrollIntoView().setMeta("uiEvent","cut"))};function G0(t){return t.openStart==0&&t.openEnd==0&&t.content.childCount==1?t.content.firstChild:null}function Z0(t,e){if(!t.dom.parentNode)return;let n=t.input.shiftKey||t.state.selection.$from.parent.type.spec.code,r=t.dom.parentNode.appendChild(document.createElement(n?"textarea":"div"));n||(r.contentEditable="true"),r.style.cssText="position: fixed; left: -10000px; top: 10px",r.focus();let i=t.input.shiftKey&&t.input.lastKeyCode!=45;setTimeout(()=>{t.focus(),r.parentNode&&r.parentNode.removeChild(r),n?Ln(t,r.value,null,i,e):Ln(t,r.textContent,r.innerHTML,i,e)},50)}function Ln(t,e,n,r,i){let s=cc(t,e,n,r,t.state.selection.$from);if(t.someProp("handlePaste",l=>l(t,i,s||A.empty)))return!0;if(!s)return!1;let o=G0(s),u=o?t.state.tr.replaceSelectionWith(o,r):t.state.tr.replaceSelection(s);return t.dispatch(u.scrollIntoView().setMeta("paste",!0).setMeta("uiEvent","paste")),!0}function yc(t){let e=t.getData("text/plain")||t.getData("Text");if(e)return e;let n=t.getData("text/uri-list");return n?n.replace(/\r?\n/g," "):""}pe.paste=(t,e)=>{let n=e;if(t.composing&&!Ze)return;let r=Fn?null:n.clipboardData,i=t.input.shiftKey&&t.input.lastKeyCode!=45;r&&Ln(t,yc(r),r.getData("text/html"),i,n)?n.preventDefault():Z0(t,n)};class Cc{constructor(e,n,r){this.slice=e,this.move=n,this.node=r}}const Q0=Me?"altKey":"ctrlKey";function Ec(t,e){let n;return t.someProp("dragCopies",r=>{n=n||r(e)}),n!=null?!n:!e[Q0]}he.dragstart=(t,e)=>{let n=e,r=t.input.mouseDown;if(r&&r.done(),!n.dataTransfer)return;let i=t.state.selection,s=i.empty?null:t.posAtCoords(yi(n)),o;if(!(s&&s.pos>=i.from&&s.pos<=(i instanceof T?i.to-1:i.to))){if(r&&r.mightDrag)o=T.create(t.state.doc,r.mightDrag.pos);else if(n.target&&n.target.nodeType==1){let d=t.docView.nearestDesc(n.target,!0);d&&d.node.type.spec.draggable&&d!=t.docView&&(o=T.create(t.state.doc,d.posBefore))}}let u=(o||t.state.selection).content(),{dom:l,text:a,slice:c}=po(t,u);(!n.dataTransfer.files.length||!le||Ka>120)&&n.dataTransfer.clearData(),n.dataTransfer.setData(Fn?"Text":"text/html",l.innerHTML),n.dataTransfer.effectAllowed="copyMove",Fn||n.dataTransfer.setData("text/plain",a),t.dragging=new Cc(c,Ec(t,n),o)};he.dragend=t=>{let e=t.dragging;window.setTimeout(()=>{t.dragging==e&&(t.dragging=null)},50)};pe.dragover=pe.dragenter=(t,e)=>e.preventDefault();pe.drop=(t,e)=>{try{Y0(t,e,t.dragging)}finally{t.dragging=null}};function Y0(t,e,n){if(!e.dataTransfer)return;let r=t.posAtCoords(yi(e));if(!r)return;let i=t.state.doc.resolve(r.pos),s=n&&n.slice;s?t.someProp("transformPasted",f=>{s=f(s,t,!1)}):s=cc(t,yc(e.dataTransfer),Fn?null:e.dataTransfer.getData("text/html"),!1,i);let o=!!(n&&Ec(t,e));if(t.someProp("handleDrop",f=>f(t,e,s||A.empty,o))){e.preventDefault();return}if(!s)return;e.preventDefault();let u=s?va(t.state.doc,i.pos,s):i.pos;u==null&&(u=i.pos);let l=t.state.tr;if(o){let{node:f}=n;f?f.replace(l):l.deleteSelection()}let a=l.mapping.map(u),c=s.openStart==0&&s.openEnd==0&&s.content.childCount==1,d=l.doc;if(c?l.replaceRangeWith(a,a,s.content.firstChild):l.replaceRange(a,a,s),l.doc.eq(d))return;let h=l.doc.resolve(a);if(c&&T.isSelectable(s.content.firstChild)&&h.nodeAfter&&h.nodeAfter.sameMarkup(s.content.firstChild))l.setSelection(new T(h));else{let f=l.mapping.map(u);l.mapping.maps[l.mapping.maps.length-1].forEach((p,m,g,b)=>f=b),l.setSelection(ho(t,h,l.doc.resolve(f)))}t.focus(),t.dispatch(l.setMeta("uiEvent","drop"))}he.focus=t=>{t.input.lastFocus=Date.now(),t.focused||(t.domObserver.stop(),t.dom.classList.add("ProseMirror-focused"),t.domObserver.start(),t.focused=!0,setTimeout(()=>{t.docView&&t.hasFocus()&&!t.domObserver.currentSelection.eq(t.domSelectionRange())&&Xe(t)},20))};he.blur=(t,e)=>{let n=e;t.focused&&(t.domObserver.stop(),t.dom.classList.remove("ProseMirror-focused"),t.domObserver.start(),n.relatedTarget&&t.dom.contains(n.relatedTarget)&&t.domObserver.currentSelection.clear(),t.focused=!1)};he.beforeinput=(t,e)=>{if(le&&Ze&&e.inputType=="deleteContentBackward"){t.domObserver.flushSoon();let{domChangeCount:r}=t.input;setTimeout(()=>{if(t.input.domChangeCount!=r||(t.dom.blur(),t.focus(),t.someProp("handleKeyDown",s=>s(t,St(8,"Backspace")))))return;let{$cursor:i}=t.state.selection;i&&i.pos>0&&t.dispatch(t.state.tr.delete(i.pos-1,i.pos).scrollIntoView())},50)}};for(let t in pe)he[t]=pe[t];function Pn(t,e){if(t==e)return!0;for(let n in t)if(t[n]!==e[n])return!1;for(let n in e)if(!(n in t))return!1;return!0}class Dr{constructor(e,n){this.toDOM=e,this.spec=n||Ot,this.side=this.spec.side||0}map(e,n,r,i){let{pos:s,deleted:o}=e.mapResult(n.from+i,this.side<0?-1:1);return o?null:new fe(s-r,s-r,this)}valid(){return!0}eq(e){return this==e||e instanceof Dr&&(this.spec.key&&this.spec.key==e.spec.key||this.toDOM==e.toDOM&&Pn(this.spec,e.spec))}destroy(e){this.spec.destroy&&this.spec.destroy(e)}}class bt{constructor(e,n){this.attrs=e,this.spec=n||Ot}map(e,n,r,i){let s=e.map(n.from+i,this.spec.inclusiveStart?-1:1)-r,o=e.map(n.to+i,this.spec.inclusiveEnd?1:-1)-r;return s>=o?null:new fe(s,o,this)}valid(e,n){return n.from<n.to}eq(e){return this==e||e instanceof bt&&Pn(this.attrs,e.attrs)&&Pn(this.spec,e.spec)}static is(e){return e.type instanceof bt}destroy(){}}class ko{constructor(e,n){this.attrs=e,this.spec=n||Ot}map(e,n,r,i){let s=e.mapResult(n.from+i,1);if(s.deleted)return null;let o=e.mapResult(n.to+i,-1);return o.deleted||o.pos<=s.pos?null:new fe(s.pos-r,o.pos-r,this)}valid(e,n){let{index:r,offset:i}=e.content.findIndex(n.from),s;return i==n.from&&!(s=e.child(r)).isText&&i+s.nodeSize==n.to}eq(e){return this==e||e instanceof ko&&Pn(this.attrs,e.attrs)&&Pn(this.spec,e.spec)}destroy(){}}class fe{constructor(e,n,r){this.from=e,this.to=n,this.type=r}copy(e,n){return new fe(e,n,this.type)}eq(e,n=0){return this.type.eq(e.type)&&this.from+n==e.from&&this.to+n==e.to}map(e,n,r){return this.type.map(e,this,n,r)}static widget(e,n,r){return new fe(e,e,new Dr(n,r))}static inline(e,n,r,i){return new fe(e,n,new bt(r,i))}static node(e,n,r,i){return new fe(e,n,new ko(r,i))}get spec(){return this.type.spec}get inline(){return this.type instanceof bt}get widget(){return this.type instanceof Dr}}const Ut=[],Ot={};class q{constructor(e,n){this.local=e.length?e:Ut,this.children=n.length?n:Ut}static create(e,n){return n.length?_r(n,e,0,Ot):ae}find(e,n,r){let i=[];return this.findInner(e??0,n??1e9,i,0,r),i}findInner(e,n,r,i,s){for(let o=0;o<this.local.length;o++){let u=this.local[o];u.from<=n&&u.to>=e&&(!s||s(u.spec))&&r.push(u.copy(u.from+i,u.to+i))}for(let o=0;o<this.children.length;o+=3)if(this.children[o]<n&&this.children[o+1]>e){let u=this.children[o]+1;this.children[o+2].findInner(e-u,n-u,r,i+u,s)}}map(e,n,r){return this==ae||e.maps.length==0?this:this.mapInner(e,n,0,0,r||Ot)}mapInner(e,n,r,i,s){let o;for(let u=0;u<this.local.length;u++){let l=this.local[u].map(e,r,i);l&&l.type.valid(n,l)?(o||(o=[])).push(l):s.onRemove&&s.onRemove(this.local[u].spec)}return this.children.length?X0(this.children,o||[],e,n,r,i,s):o?new q(o.sort(It),Ut):ae}add(e,n){return n.length?this==ae?q.create(e,n):this.addInner(e,n,0):this}addInner(e,n,r){let i,s=0;e.forEach((u,l)=>{let a=l+r,c;if(c=Sc(n,u,a)){for(i||(i=this.children.slice());s<i.length&&i[s]<l;)s+=3;i[s]==l?i[s+2]=i[s+2].addInner(u,c,a+1):i.splice(s,0,l,l+u.nodeSize,_r(c,u,a+1,Ot)),s+=3}});let o=wc(s?vc(n):n,-r);for(let u=0;u<o.length;u++)o[u].type.valid(e,o[u])||o.splice(u--,1);return new q(o.length?this.local.concat(o).sort(It):this.local,i||this.children)}remove(e){return e.length==0||this==ae?this:this.removeInner(e,0)}removeInner(e,n){let r=this.children,i=this.local;for(let s=0;s<r.length;s+=3){let o,u=r[s]+n,l=r[s+1]+n;for(let c=0,d;c<e.length;c++)(d=e[c])&&d.from>u&&d.to<l&&(e[c]=null,(o||(o=[])).push(d));if(!o)continue;r==this.children&&(r=this.children.slice());let a=r[s+2].removeInner(o,u+1);a!=ae?r[s+2]=a:(r.splice(s,3),s-=3)}if(i.length){for(let s=0,o;s<e.length;s++)if(o=e[s])for(let u=0;u<i.length;u++)i[u].eq(o,n)&&(i==this.local&&(i=this.local.slice()),i.splice(u--,1))}return r==this.children&&i==this.local?this:i.length||r.length?new q(i,r):ae}forChild(e,n){if(this==ae)return this;if(n.isLeaf)return q.empty;let r,i;for(let u=0;u<this.children.length;u+=3)if(this.children[u]>=e){this.children[u]==e&&(r=this.children[u+2]);break}let s=e+1,o=s+n.content.size;for(let u=0;u<this.local.length;u++){let l=this.local[u];if(l.from<o&&l.to>s&&l.type instanceof bt){let a=Math.max(s,l.from)-s,c=Math.min(o,l.to)-s;a<c&&(i||(i=[])).push(l.copy(a,c))}}if(i){let u=new q(i.sort(It),Ut);return r?new lt([u,r]):u}return r||ae}eq(e){if(this==e)return!0;if(!(e instanceof q)||this.local.length!=e.local.length||this.children.length!=e.children.length)return!1;for(let n=0;n<this.local.length;n++)if(!this.local[n].eq(e.local[n]))return!1;for(let n=0;n<this.children.length;n+=3)if(this.children[n]!=e.children[n]||this.children[n+1]!=e.children[n+1]||!this.children[n+2].eq(e.children[n+2]))return!1;return!0}locals(e){return xo(this.localsInner(e))}localsInner(e){if(this==ae)return Ut;if(e.inlineContent||!this.local.some(bt.is))return this.local;let n=[];for(let r=0;r<this.local.length;r++)this.local[r].type instanceof bt||n.push(this.local[r]);return n}forEachSet(e){e(this)}}q.empty=new q([],[]);q.removeOverlap=xo;const ae=q.empty;class lt{constructor(e){this.members=e}map(e,n){const r=this.members.map(i=>i.map(e,n,Ot));return lt.from(r)}forChild(e,n){if(n.isLeaf)return q.empty;let r=[];for(let i=0;i<this.members.length;i++){let s=this.members[i].forChild(e,n);s!=ae&&(s instanceof lt?r=r.concat(s.members):r.push(s))}return lt.from(r)}eq(e){if(!(e instanceof lt)||e.members.length!=this.members.length)return!1;for(let n=0;n<this.members.length;n++)if(!this.members[n].eq(e.members[n]))return!1;return!0}locals(e){let n,r=!0;for(let i=0;i<this.members.length;i++){let s=this.members[i].localsInner(e);if(s.length)if(!n)n=s;else{r&&(n=n.slice(),r=!1);for(let o=0;o<s.length;o++)n.push(s[o])}}return n?xo(r?n:n.sort(It)):Ut}static from(e){switch(e.length){case 0:return ae;case 1:return e[0];default:return new lt(e.every(n=>n instanceof q)?e:e.reduce((n,r)=>n.concat(r instanceof q?r:r.members),[]))}}forEachSet(e){for(let n=0;n<this.members.length;n++)this.members[n].forEachSet(e)}}function X0(t,e,n,r,i,s,o){let u=t.slice();for(let a=0,c=s;a<n.maps.length;a++){let d=0;n.maps[a].forEach((h,f,p,m)=>{let g=m-p-(f-h);for(let b=0;b<u.length;b+=3){let k=u[b+1];if(k<0||h>k+c-d)continue;let x=u[b]+c-d;f>=x?u[b+1]=h<=x?-2:-1:h>=c&&g&&(u[b]+=g,u[b+1]+=g)}d+=g}),c=n.maps[a].map(c,-1)}let l=!1;for(let a=0;a<u.length;a+=3)if(u[a+1]<0){if(u[a+1]==-2){l=!0,u[a+1]=-1;continue}let c=n.map(t[a]+s),d=c-i;if(d<0||d>=r.content.size){l=!0;continue}let h=n.map(t[a+1]+s,-1),f=h-i,{index:p,offset:m}=r.content.findIndex(d),g=r.maybeChild(p);if(g&&m==d&&m+g.nodeSize==f){let b=u[a+2].mapInner(n,g,c+1,t[a]+s+1,o);b!=ae?(u[a]=d,u[a+1]=f,u[a+2]=b):(u[a+1]=-2,l=!0)}else l=!0}if(l){let a=ep(u,t,e,n,i,s,o),c=_r(a,r,0,o);e=c.local;for(let d=0;d<u.length;d+=3)u[d+1]<0&&(u.splice(d,3),d-=3);for(let d=0,h=0;d<c.children.length;d+=3){let f=c.children[d];for(;h<u.length&&u[h]<f;)h+=3;u.splice(h,0,c.children[d],c.children[d+1],c.children[d+2])}}return new q(e.sort(It),u)}function wc(t,e){if(!e||!t.length)return t;let n=[];for(let r=0;r<t.length;r++){let i=t[r];n.push(new fe(i.from+e,i.to+e,i.type))}return n}function ep(t,e,n,r,i,s,o){function u(l,a){for(let c=0;c<l.local.length;c++){let d=l.local[c].map(r,i,a);d?n.push(d):o.onRemove&&o.onRemove(l.local[c].spec)}for(let c=0;c<l.children.length;c+=3)u(l.children[c+2],l.children[c]+a+1)}for(let l=0;l<t.length;l+=3)t[l+1]==-1&&u(t[l+2],e[l]+s+1);return n}function Sc(t,e,n){if(e.isLeaf)return null;let r=n+e.nodeSize,i=null;for(let s=0,o;s<t.length;s++)(o=t[s])&&o.from>n&&o.to<r&&((i||(i=[])).push(o),t[s]=null);return i}function vc(t){let e=[];for(let n=0;n<t.length;n++)t[n]!=null&&e.push(t[n]);return e}function _r(t,e,n,r){let i=[],s=!1;e.forEach((u,l)=>{let a=Sc(t,u,l+n);if(a){s=!0;let c=_r(a,u,n+l+1,r);c!=ae&&i.push(l,l+u.nodeSize,c)}});let o=wc(s?vc(t):t,-n).sort(It);for(let u=0;u<o.length;u++)o[u].type.valid(e,o[u])||(r.onRemove&&r.onRemove(o[u].spec),o.splice(u--,1));return o.length||i.length?new q(o,i):ae}function It(t,e){return t.from-e.from||t.to-e.to}function xo(t){let e=t;for(let n=0;n<e.length-1;n++){let r=e[n];if(r.from!=r.to)for(let i=n+1;i<e.length;i++){let s=e[i];if(s.from==r.from){s.to!=r.to&&(e==t&&(e=t.slice()),e[i]=s.copy(s.from,r.to),$u(e,i+1,s.copy(r.to,s.to)));continue}else{s.from<r.to&&(e==t&&(e=t.slice()),e[n]=r.copy(r.from,s.from),$u(e,i,r.copy(s.from,r.to)));break}}}return e}function $u(t,e,n){for(;e<t.length&&It(n,t[e])>0;)e++;t.splice(e,0,n)}function Wi(t){let e=[];return t.someProp("decorations",n=>{let r=n(t.state);r&&r!=ae&&e.push(r)}),t.cursorWrapper&&e.push(q.create(t.state.doc,[t.cursorWrapper.deco])),lt.from(e)}const tp={childList:!0,characterData:!0,characterDataOldValue:!0,attributes:!0,attributeOldValue:!0,subtree:!0},np=ge&&mt<=11;class rp{constructor(){this.anchorNode=null,this.anchorOffset=0,this.focusNode=null,this.focusOffset=0}set(e){this.anchorNode=e.anchorNode,this.anchorOffset=e.anchorOffset,this.focusNode=e.focusNode,this.focusOffset=e.focusOffset}clear(){this.anchorNode=this.focusNode=null}eq(e){return e.anchorNode==this.anchorNode&&e.anchorOffset==this.anchorOffset&&e.focusNode==this.focusNode&&e.focusOffset==this.focusOffset}}class ip{constructor(e,n){this.view=e,this.handleDOMChange=n,this.queue=[],this.flushingSoon=-1,this.observer=null,this.currentSelection=new rp,this.onCharData=null,this.suppressingSelectionUpdates=!1,this.lastChangedTextNode=null,this.observer=window.MutationObserver&&new window.MutationObserver(r=>{for(let i=0;i<r.length;i++)this.queue.push(r[i]);ge&&mt<=11&&r.some(i=>i.type=="childList"&&i.removedNodes.length||i.type=="characterData"&&i.oldValue.length>i.target.nodeValue.length)?this.flushSoon():ce&&e.composing&&r.some(i=>i.type=="childList"&&i.target.nodeName=="TR")?(e.input.badSafariComposition=!0,this.flushSoon()):this.flush()}),np&&(this.onCharData=r=>{this.queue.push({target:r.target,type:"characterData",oldValue:r.prevValue}),this.flushSoon()}),this.onSelectionChange=this.onSelectionChange.bind(this)}flushSoon(){this.flushingSoon<0&&(this.flushingSoon=window.setTimeout(()=>{this.flushingSoon=-1,this.flush()},20))}forceFlush(){this.flushingSoon>-1&&(window.clearTimeout(this.flushingSoon),this.flushingSoon=-1,this.flush())}start(){this.observer&&(this.observer.takeRecords(),this.observer.observe(this.view.dom,tp)),this.onCharData&&this.view.dom.addEventListener("DOMCharacterDataModified",this.onCharData),this.connectSelection()}stop(){if(this.observer){let e=this.observer.takeRecords();if(e.length){for(let n=0;n<e.length;n++)this.queue.push(e[n]);window.setTimeout(()=>this.flush(),20)}this.observer.disconnect()}this.onCharData&&this.view.dom.removeEventListener("DOMCharacterDataModified",this.onCharData),this.disconnectSelection()}connectSelection(){this.view.dom.ownerDocument.addEventListener("selectionchange",this.onSelectionChange)}disconnectSelection(){this.view.dom.ownerDocument.removeEventListener("selectionchange",this.onSelectionChange)}suppressSelectionUpdates(){this.suppressingSelectionUpdates=!0,setTimeout(()=>this.suppressingSelectionUpdates=!1,50)}onSelectionChange(){if(Ou(this.view)){if(this.suppressingSelectionUpdates)return Xe(this.view);if(ge&&mt<=11&&!this.view.state.selection.empty){let e=this.view.domSelectionRange();if(e.focusNode&&Bt(e.focusNode,e.focusOffset,e.anchorNode,e.anchorOffset))return this.flushSoon()}this.flush()}}setCurSelection(){this.currentSelection.set(this.view.domSelectionRange())}ignoreSelectionChange(e){if(!e.focusNode)return!0;let n=new Set,r;for(let s=e.focusNode;s;s=en(s))n.add(s);for(let s=e.anchorNode;s;s=en(s))if(n.has(s)){r=s;break}let i=r&&this.view.docView.nearestDesc(r);if(i&&i.ignoreMutation({type:"selection",target:r.nodeType==3?r.parentNode:r}))return this.setCurSelection(),!0}pendingRecords(){if(this.observer)for(let e of this.observer.takeRecords())this.queue.push(e);return this.queue}flush(){let{view:e}=this;if(!e.docView||this.flushingSoon>-1)return;let n=this.pendingRecords();n.length&&(this.queue=[]);let r=e.domSelectionRange(),i=!this.suppressingSelectionUpdates&&!this.currentSelection.eq(r)&&Ou(e)&&!this.ignoreSelectionChange(r),s=-1,o=-1,u=!1,l=[];if(e.editable)for(let c=0;c<n.length;c++){let d=this.registerMutation(n[c],l);d&&(s=s<0?d.from:Math.min(d.from,s),o=o<0?d.to:Math.max(d.to,o),d.typeOver&&(u=!0))}if(l.some(c=>c.nodeName=="BR")&&(e.input.lastKeyCode==8||e.input.lastKeyCode==46)){for(let c of l)if(c.nodeName=="BR"&&c.parentNode){let d=c.nextSibling;for(;d&&d.nodeType==1;){if(d.contentEditable=="false"){c.parentNode.removeChild(c);break}d=d.firstChild}}}else if(De&&l.length){let c=l.filter(d=>d.nodeName=="BR");if(c.length==2){let[d,h]=c;d.parentNode&&d.parentNode.parentNode==h.parentNode?h.remove():d.remove()}else{let{focusNode:d}=this.currentSelection;for(let h of c){let f=h.parentNode;f&&f.nodeName=="LI"&&(!d||up(e,d)!=f)&&h.remove()}}}let a=null;s<0&&i&&e.input.lastFocus>Date.now()-200&&Math.max(e.input.lastTouch,e.input.lastClick.time)<Date.now()-300&&ki(r)&&(a=fo(e))&&a.eq(O.near(e.state.doc.resolve(0),1))?(e.input.lastFocus=0,Xe(e),this.currentSelection.set(r),e.scrollToSelection()):(s>-1||i)&&(s>-1&&(e.docView.markDirty(s,o),sp(e)),e.input.badSafariComposition&&(e.input.badSafariComposition=!1,lp(e,l)),this.handleDOMChange(s,o,u,l),e.docView&&e.docView.dirty?e.updateState(e.state):this.currentSelection.eq(r)||Xe(e),this.currentSelection.set(r))}registerMutation(e,n){if(n.indexOf(e.target)>-1)return null;let r=this.view.docView.nearestDesc(e.target);if(e.type=="attributes"&&(r==this.view.docView||e.attributeName=="contenteditable"||e.attributeName=="style"&&!e.oldValue&&!e.target.getAttribute("style"))||!r||r.ignoreMutation(e))return null;if(e.type=="childList"){for(let c=0;c<e.addedNodes.length;c++){let d=e.addedNodes[c];n.push(d),d.nodeType==3&&(this.lastChangedTextNode=d)}if(r.contentDOM&&r.contentDOM!=r.dom&&!r.contentDOM.contains(e.target))return{from:r.posBefore,to:r.posAfter};let i=e.previousSibling,s=e.nextSibling;if(ge&&mt<=11&&e.addedNodes.length)for(let c=0;c<e.addedNodes.length;c++){let{previousSibling:d,nextSibling:h}=e.addedNodes[c];(!d||Array.prototype.indexOf.call(e.addedNodes,d)<0)&&(i=d),(!h||Array.prototype.indexOf.call(e.addedNodes,h)<0)&&(s=h)}let o=i&&i.parentNode==e.target?oe(i)+1:0,u=r.localPosFromDOM(e.target,o,-1),l=s&&s.parentNode==e.target?oe(s):e.target.childNodes.length,a=r.localPosFromDOM(e.target,l,1);return{from:u,to:a}}else return e.type=="attributes"?{from:r.posAtStart-r.border,to:r.posAtEnd+r.border}:(this.lastChangedTextNode=e.target,{from:r.posAtStart,to:r.posAtEnd,typeOver:e.target.nodeValue==e.oldValue})}}let Hu=new WeakMap,ju=!1;function sp(t){if(!Hu.has(t)&&(Hu.set(t,null),["normal","nowrap","pre-line"].indexOf(getComputedStyle(t.dom).whiteSpace)!==-1)){if(t.requiresGeckoHackNode=De,ju)return;console.warn("ProseMirror expects the CSS white-space property to be set, preferably to 'pre-wrap'. It is recommended to load style/prosemirror.css from the prosemirror-view package."),ju=!0}}function Vu(t,e){let n=e.startContainer,r=e.startOffset,i=e.endContainer,s=e.endOffset,o=t.domAtPos(t.state.selection.anchor);return Bt(o.node,o.offset,i,s)&&([n,r,i,s]=[i,s,n,r]),{anchorNode:n,anchorOffset:r,focusNode:i,focusOffset:s}}function op(t,e){if(e.getComposedRanges){let i=e.getComposedRanges(t.root)[0];if(i)return Vu(t,i)}let n;function r(i){i.preventDefault(),i.stopImmediatePropagation(),n=i.getTargetRanges()[0]}return t.dom.addEventListener("beforeinput",r,!0),document.execCommand("indent"),t.dom.removeEventListener("beforeinput",r,!0),n?Vu(t,n):null}function up(t,e){for(let n=e.parentNode;n&&n!=t.dom;n=n.parentNode){let r=t.docView.nearestDesc(n,!0);if(r&&r.node.isBlock)return n}return null}function lp(t,e){var n;let{focusNode:r,focusOffset:i}=t.domSelectionRange();for(let s of e)if(((n=s.parentNode)===null||n===void 0?void 0:n.nodeName)=="TR"){let o=s.nextSibling;for(;o&&o.nodeName!="TD"&&o.nodeName!="TH";)o=o.nextSibling;if(o){let u=o;for(;;){let l=u.firstChild;if(!l||l.nodeType!=1||l.contentEditable=="false"||/^(BR|IMG)$/.test(l.nodeName))break;u=l}u.insertBefore(s,u.firstChild),r==s&&t.domSelection().collapse(s,i)}else s.parentNode.removeChild(s)}}function ap(t,e,n){let{node:r,fromOffset:i,toOffset:s,from:o,to:u}=t.docView.parseRange(e,n),l=t.domSelectionRange(),a,c=l.anchorNode;if(c&&t.dom.contains(c.nodeType==1?c:c.parentNode)&&(a=[{node:c,offset:l.anchorOffset}],ki(l)||a.push({node:l.focusNode,offset:l.focusOffset})),le&&t.input.lastKeyCode===8)for(let g=s;g>i;g--){let b=r.childNodes[g-1],k=b.pmViewDesc;if(b.nodeName=="BR"&&!k){s=g;break}if(!k||k.size)break}let d=t.state.doc,h=t.someProp("domParser")||Qe.fromSchema(t.state.schema),f=d.resolve(o),p=null,m=h.parse(r,{topNode:f.parent,topMatch:f.parent.contentMatchAt(f.index()),topOpen:!0,from:i,to:s,preserveWhitespace:f.parent.type.whitespace=="pre"?"full":!0,findPositions:a,ruleFromNode:cp,context:f});if(a&&a[0].pos!=null){let g=a[0].pos,b=a[1]&&a[1].pos;b==null&&(b=g),p={anchor:g+o,head:b+o}}return{doc:m,sel:p,from:o,to:u}}function cp(t){let e=t.pmViewDesc;if(e)return e.parseRule();if(t.nodeName=="BR"&&t.parentNode){if(ce&&/^(ul|ol)$/i.test(t.parentNode.nodeName)){let n=document.createElement("div");return n.appendChild(document.createElement("li")),{skip:n}}else if(t.parentNode.lastChild==t||ce&&/^(tr|table)$/i.test(t.parentNode.nodeName))return{ignore:!0}}else if(t.nodeName=="IMG"&&t.getAttribute("mark-placeholder"))return{ignore:!0};return null}const dp=/^(a|abbr|acronym|b|bd[io]|big|br|button|cite|code|data(list)?|del|dfn|em|i|img|ins|kbd|label|map|mark|meter|output|q|ruby|s|samp|small|span|strong|su[bp]|time|u|tt|var)$/i;function fp(t,e,n,r,i){let s=t.input.compositionPendingChanges||(t.composing?t.input.compositionID:0);if(t.input.compositionPendingChanges=0,e<0){let v=t.input.lastSelectionTime>Date.now()-50?t.input.lastSelectionOrigin:null,D=fo(t,v);if(D&&!t.state.selection.eq(D)){if(le&&Ze&&t.input.lastKeyCode===13&&Date.now()-100<t.input.lastKeyCodeTime&&t.someProp("handleKeyDown",H=>H(t,St(13,"Enter"))))return;let N=t.state.tr.setSelection(D);v=="pointer"?N.setMeta("pointer",!0):v=="key"&&N.scrollIntoView(),s&&N.setMeta("composition",s),t.dispatch(N)}return}let o=t.state.doc.resolve(e),u=o.sharedDepth(n);e=o.before(u+1),n=t.state.doc.resolve(n).after(u+1);let l=t.state.selection,a=ap(t,e,n),c=t.state.doc,d=c.slice(a.from,a.to),h,f;t.input.lastKeyCode===8&&Date.now()-100<t.input.lastKeyCodeTime?(h=t.state.selection.to,f="end"):(h=t.state.selection.from,f="start"),t.input.lastKeyCode=null;let p=mp(d.content,a.doc.content,a.from,h,f);if(p&&t.input.domChangeCount++,(tn&&t.input.lastIOSEnter>Date.now()-225||Ze)&&i.some(v=>v.nodeType==1&&!dp.test(v.nodeName))&&(!p||p.endA>=p.endB)&&t.someProp("handleKeyDown",v=>v(t,St(13,"Enter")))){t.input.lastIOSEnter=0;return}if(!p)if(r&&l instanceof _&&!l.empty&&l.$head.sameParent(l.$anchor)&&!t.composing&&!(a.sel&&a.sel.anchor!=a.sel.head))p={start:l.from,endA:l.to,endB:l.to};else{if(a.sel){let v=qu(t,t.state.doc,a.sel);if(v&&!v.eq(t.state.selection)){let D=t.state.tr.setSelection(v);s&&D.setMeta("composition",s),t.dispatch(D)}}return}t.state.selection.from<t.state.selection.to&&p.start==p.endB&&t.state.selection instanceof _&&(p.start>t.state.selection.from&&p.start<=t.state.selection.from+2&&t.state.selection.from>=a.from?p.start=t.state.selection.from:p.endA<t.state.selection.to&&p.endA>=t.state.selection.to-2&&t.state.selection.to<=a.to&&(p.endB+=t.state.selection.to-p.endA,p.endA=t.state.selection.to)),ge&&mt<=11&&p.endB==p.start+1&&p.endA==p.start&&p.start>a.from&&a.doc.textBetween(p.start-a.from-1,p.start-a.from+1)==" "&&(p.start--,p.endA--,p.endB--);let m=a.doc.resolveNoCache(p.start-a.from),g=a.doc.resolveNoCache(p.endB-a.from),b=c.resolve(p.start),k=m.sameParent(g)&&m.parent.inlineContent&&b.end()>=p.endA;if((tn&&t.input.lastIOSEnter>Date.now()-225&&(!k||i.some(v=>v.nodeName=="DIV"||v.nodeName=="P"))||!k&&m.pos<a.doc.content.size&&(!m.sameParent(g)||!m.parent.inlineContent)&&m.pos<g.pos&&!/\S/.test(a.doc.textBetween(m.pos,g.pos,"","")))&&t.someProp("handleKeyDown",v=>v(t,St(13,"Enter")))){t.input.lastIOSEnter=0;return}if(t.state.selection.anchor>p.start&&pp(c,p.start,p.endA,m,g)&&t.someProp("handleKeyDown",v=>v(t,St(8,"Backspace")))){Ze&&le&&t.domObserver.suppressSelectionUpdates();return}le&&p.endB==p.start&&(t.input.lastChromeDelete=Date.now()),Ze&&!k&&m.start()!=g.start()&&g.parentOffset==0&&m.depth==g.depth&&a.sel&&a.sel.anchor==a.sel.head&&a.sel.head==p.endA&&(p.endB-=2,g=a.doc.resolveNoCache(p.endB-a.from),setTimeout(()=>{t.someProp("handleKeyDown",function(v){return v(t,St(13,"Enter"))})},20));let x=p.start,y=p.endA,E=v=>{let D=v||t.state.tr.replace(x,y,a.doc.slice(p.start-a.from,p.endB-a.from));if(a.sel){let N=qu(t,D.doc,a.sel);N&&!(le&&t.composing&&N.empty&&(p.start!=p.endB||t.input.lastChromeDelete<Date.now()-100)&&(N.head==x||N.head==D.mapping.map(y)-1)||ge&&N.empty&&N.head==x)&&D.setSelection(N)}return s&&D.setMeta("composition",s),D.scrollIntoView()},S;if(k)if(m.pos==g.pos){ge&&mt<=11&&m.parentOffset==0&&(t.domObserver.suppressSelectionUpdates(),setTimeout(()=>Xe(t),20));let v=E(t.state.tr.delete(x,y)),D=c.resolve(p.start).marksAcross(c.resolve(p.endA));D&&v.ensureMarks(D),t.dispatch(v)}else if(p.endA==p.endB&&(S=hp(m.parent.content.cut(m.parentOffset,g.parentOffset),b.parent.content.cut(b.parentOffset,p.endA-b.start())))){let v=E(t.state.tr);S.type=="add"?v.addMark(x,y,S.mark):v.removeMark(x,y,S.mark),t.dispatch(v)}else if(m.parent.child(m.index()).isText&&m.index()==g.index()-(g.textOffset?0:1)){let v=m.parent.textBetween(m.parentOffset,g.parentOffset),D=()=>E(t.state.tr.insertText(v,x,y));t.someProp("handleTextInput",N=>N(t,x,y,v,D))||t.dispatch(D())}else t.dispatch(E());else t.dispatch(E())}function qu(t,e,n){return Math.max(n.anchor,n.head)>e.content.size?null:ho(t,e.resolve(n.anchor),e.resolve(n.head))}function hp(t,e){let n=t.firstChild.marks,r=e.firstChild.marks,i=n,s=r,o,u,l;for(let c=0;c<r.length;c++)i=r[c].removeFromSet(i);for(let c=0;c<n.length;c++)s=n[c].removeFromSet(s);if(i.length==1&&s.length==0)u=i[0],o="add",l=c=>c.mark(u.addToSet(c.marks));else if(i.length==0&&s.length==1)u=s[0],o="remove",l=c=>c.mark(u.removeFromSet(c.marks));else return null;let a=[];for(let c=0;c<e.childCount;c++)a.push(l(e.child(c)));if(C.from(a).eq(t))return{mark:u,type:o}}function pp(t,e,n,r,i){if(n-e<=i.pos-r.pos||Ui(r,!0,!1)<i.pos)return!1;let s=t.resolve(e);if(!r.parent.isTextblock){let u=s.nodeAfter;return u!=null&&n==e+u.nodeSize}if(s.parentOffset<s.parent.content.size||!s.parent.isTextblock)return!1;let o=t.resolve(Ui(s,!0,!0));return!o.parent.isTextblock||o.pos>n||Ui(o,!0,!1)<n?!1:r.parent.content.cut(r.parentOffset).eq(o.parent.content)}function Ui(t,e,n){let r=t.depth,i=e?t.end():t.pos;for(;r>0&&(e||t.indexAfter(r)==t.node(r).childCount);)r--,i++,e=!1;if(n){let s=t.node(r).maybeChild(t.indexAfter(r));for(;s&&!s.isLeaf;)s=s.firstChild,i++}return i}function mp(t,e,n,r,i){let s=t.findDiffStart(e,n);if(s==null)return null;let{a:o,b:u}=t.findDiffEnd(e,n+t.size,n+e.size);if(i=="end"){let l=Math.max(0,s-Math.min(o,u));r-=o+l-s}if(o<s&&t.size<e.size){let l=r<=s&&r>=o?s-r:0;s-=l,s&&s<e.size&&Wu(e.textBetween(s-1,s+1))&&(s+=l?1:-1),u=s+(u-o),o=s}else if(u<s){let l=r<=s&&r>=u?s-r:0;s-=l,s&&s<t.size&&Wu(t.textBetween(s-1,s+1))&&(s+=l?1:-1),o=s+(o-u),u=s}return{start:s,endA:o,endB:u}}function Wu(t){if(t.length!=2)return!1;let e=t.charCodeAt(0),n=t.charCodeAt(1);return e>=56320&&e<=57343&&n>=55296&&n<=56319}class Ac{constructor(e,n){this._root=null,this.focused=!1,this.trackWrites=null,this.mounted=!1,this.markCursor=null,this.cursorWrapper=null,this.lastSelectedViewDesc=void 0,this.input=new N0,this.prevDirectPlugins=[],this.pluginViews=[],this.requiresGeckoHackNode=!1,this.dragging=null,this._props=n,this.state=n.state,this.directPlugins=n.plugins||[],this.directPlugins.forEach(Zu),this.dispatch=this.dispatch.bind(this),this.dom=e&&e.mount||document.createElement("div"),e&&(e.appendChild?e.appendChild(this.dom):typeof e=="function"?e(this.dom):e.mount&&(this.mounted=!0)),this.editable=Ju(this),Ku(this),this.nodeViews=Gu(this),this.docView=Au(this.state.doc,Uu(this),Wi(this),this.dom,this),this.domObserver=new ip(this,(r,i,s,o)=>fp(this,r,i,s,o)),this.domObserver.start(),O0(this),this.updatePluginViews()}get composing(){return this.input.composing}get props(){if(this._props.state!=this.state){let e=this._props;this._props={};for(let n in e)this._props[n]=e[n];this._props.state=this.state}return this._props}update(e){e.handleDOMEvents!=this._props.handleDOMEvents&&Ps(this);let n=this._props;this._props=e,e.plugins&&(e.plugins.forEach(Zu),this.directPlugins=e.plugins),this.updateStateInner(e.state,n)}setProps(e){let n={};for(let r in this._props)n[r]=this._props[r];n.state=this.state;for(let r in e)n[r]=e[r];this.update(n)}updateState(e){this.updateStateInner(e,this._props)}updateStateInner(e,n){var r;let i=this.state,s=!1,o=!1;e.storedMarks&&this.composing&&(xc(this),o=!0),this.state=e;let u=i.plugins!=e.plugins||this._props.plugins!=n.plugins;if(u||this._props.plugins!=n.plugins||this._props.nodeViews!=n.nodeViews){let f=Gu(this);bp(f,this.nodeViews)&&(this.nodeViews=f,s=!0)}(u||n.handleDOMEvents!=this._props.handleDOMEvents)&&Ps(this),this.editable=Ju(this),Ku(this);let l=Wi(this),a=Uu(this),c=i.plugins!=e.plugins&&!i.doc.eq(e.doc)?"reset":e.scrollToSelection>i.scrollToSelection?"to selection":"preserve",d=s||!this.docView.matchesNode(e.doc,a,l);(d||!e.selection.eq(i.selection))&&(o=!0);let h=c=="preserve"&&o&&this.dom.style.overflowAnchor==null&&Uh(this);if(o){this.domObserver.stop();let f=d&&(ge||le)&&!this.composing&&!i.selection.empty&&!e.selection.empty&&gp(i.selection,e.selection);if(d){let p=le?this.trackWrites=this.domSelectionRange().focusNode:null;this.composing&&(this.input.compositionNode=U0(this)),(s||!this.docView.update(e.doc,a,l,this))&&(this.docView.updateOuterDeco(a),this.docView.destroy(),this.docView=Au(e.doc,a,l,this.dom,this)),p&&(!this.trackWrites||!this.dom.contains(this.trackWrites))&&(f=!0)}f||!(this.input.mouseDown&&this.domObserver.currentSelection.eq(this.domSelectionRange())&&g0(this))?Xe(this,f):(uc(this,e.selection),this.domObserver.setCurSelection()),this.domObserver.start()}this.updatePluginViews(i),!((r=this.dragging)===null||r===void 0)&&r.node&&!i.doc.eq(e.doc)&&this.updateDraggedNode(this.dragging,i),c=="reset"?this.dom.scrollTop=0:c=="to selection"?this.scrollToSelection():h&&Kh(h)}scrollToSelection(){let e=this.domSelectionRange().focusNode;if(!(!e||!this.dom.contains(e.nodeType==1?e:e.parentNode))){if(!this.someProp("handleScrollToSelection",n=>n(this)))if(this.state.selection instanceof T){let n=this.docView.domAfterPos(this.state.selection.from);n.nodeType==1&&yu(this,n.getBoundingClientRect(),e)}else yu(this,this.coordsAtPos(this.state.selection.head,1),e)}}destroyPluginViews(){let e;for(;e=this.pluginViews.pop();)e.destroy&&e.destroy()}updatePluginViews(e){if(!e||e.plugins!=this.state.plugins||this.directPlugins!=this.prevDirectPlugins){this.prevDirectPlugins=this.directPlugins,this.destroyPluginViews();for(let n=0;n<this.directPlugins.length;n++){let r=this.directPlugins[n];r.spec.view&&this.pluginViews.push(r.spec.view(this))}for(let n=0;n<this.state.plugins.length;n++){let r=this.state.plugins[n];r.spec.view&&this.pluginViews.push(r.spec.view(this))}}else for(let n=0;n<this.pluginViews.length;n++){let r=this.pluginViews[n];r.update&&r.update(this,e)}}updateDraggedNode(e,n){let r=e.node,i=-1;if(r.from<this.state.doc.content.size&&this.state.doc.nodeAt(r.from)==r.node)i=r.from;else{let s=r.from+(this.state.doc.content.size-n.doc.content.size);(s>0&&s<this.state.doc.content.size&&this.state.doc.nodeAt(s))==r.node&&(i=s)}this.dragging=new Cc(e.slice,e.move,i<0?void 0:T.create(this.state.doc,i))}someProp(e,n){let r=this._props&&this._props[e],i;if(r!=null&&(i=n?n(r):r))return i;for(let o=0;o<this.directPlugins.length;o++){let u=this.directPlugins[o].props[e];if(u!=null&&(i=n?n(u):u))return i}let s=this.state.plugins;if(s)for(let o=0;o<s.length;o++){let u=s[o].props[e];if(u!=null&&(i=n?n(u):u))return i}}hasFocus(){if(ge){let e=this.root.activeElement;if(e==this.dom)return!0;if(!e||!this.dom.contains(e))return!1;for(;e&&this.dom!=e&&this.dom.contains(e);){if(e.contentEditable=="false")return!1;e=e.parentElement}return!0}return this.root.activeElement==this.dom}focus(){this.domObserver.stop(),this.editable&&Jh(this.dom),Xe(this),this.domObserver.start()}get root(){let e=this._root;if(e==null){for(let n=this.dom.parentNode;n;n=n.parentNode)if(n.nodeType==9||n.nodeType==11&&n.host)return n.getSelection||(Object.getPrototypeOf(n).getSelection=()=>n.ownerDocument.getSelection()),this._root=n}return e||document}updateRoot(){this._root=null}posAtCoords(e){return Xh(this,e)}coordsAtPos(e,n=1){return Xa(this,e,n)}domAtPos(e,n=0){return this.docView.domFromPos(e,n)}nodeDOM(e){let n=this.docView.descAt(e);return n?n.nodeDOM:null}posAtDOM(e,n,r=-1){let i=this.docView.posFromDOM(e,n,r);if(i==null)throw new RangeError("DOM position not inside the editor");return i}endOfTextblock(e,n){return i0(this,n||this.state,e)}pasteHTML(e,n){return Ln(this,"",e,!1,n||new ClipboardEvent("paste"))}pasteText(e,n){return Ln(this,e,null,!0,n||new ClipboardEvent("paste"))}serializeForClipboard(e){return po(this,e)}destroy(){this.docView&&(I0(this),this.destroyPluginViews(),this.mounted?(this.docView.update(this.state.doc,[],Wi(this),this),this.dom.textContent=""):this.dom.parentNode&&this.dom.parentNode.removeChild(this.dom),this.docView.destroy(),this.docView=null,Lh())}get isDestroyed(){return this.docView==null}dispatchEvent(e){return F0(this,e)}domSelectionRange(){let e=this.domSelection();return e?ce&&this.root.nodeType===11&&Hh(this.dom.ownerDocument)==this.dom&&op(this,e)||e:{focusNode:null,focusOffset:0,anchorNode:null,anchorOffset:0}}domSelection(){return this.root.getSelection()}}Ac.prototype.dispatch=function(t){let e=this._props.dispatchTransaction;e?e.call(this,t):this.updateState(this.state.apply(t))};function Uu(t){let e=Object.create(null);return e.class="ProseMirror",e.contenteditable=String(t.editable),t.someProp("attributes",n=>{if(typeof n=="function"&&(n=n(t.state)),n)for(let r in n)r=="class"?e.class+=" "+n[r]:r=="style"?e.style=(e.style?e.style+";":"")+n[r]:!e[r]&&r!="contenteditable"&&r!="nodeName"&&(e[r]=String(n[r]))}),e.translate||(e.translate="no"),[fe.node(0,t.state.doc.content.size,e)]}function Ku(t){if(t.markCursor){let e=document.createElement("img");e.className="ProseMirror-separator",e.setAttribute("mark-placeholder","true"),e.setAttribute("alt",""),t.cursorWrapper={dom:e,deco:fe.widget(t.state.selection.from,e,{raw:!0,marks:t.markCursor})}}else t.cursorWrapper=null}function Ju(t){return!t.someProp("editable",e=>e(t.state)===!1)}function gp(t,e){let n=Math.min(t.$anchor.sharedDepth(t.head),e.$anchor.sharedDepth(e.head));return t.$anchor.start(n)!=e.$anchor.start(n)}function Gu(t){let e=Object.create(null);function n(r){for(let i in r)Object.prototype.hasOwnProperty.call(e,i)||(e[i]=r[i])}return t.someProp("nodeViews",n),t.someProp("markViews",n),e}function bp(t,e){let n=0,r=0;for(let i in t){if(t[i]!=e[i])return!0;n++}for(let i in e)r++;return n!=r}function Zu(t){if(t.spec.state||t.spec.filterTransaction||t.spec.appendTransaction)throw new RangeError("Plugins passed directly to the view must not have a state component")}var kt={8:"Backspace",9:"Tab",10:"Enter",12:"NumLock",13:"Enter",16:"Shift",17:"Control",18:"Alt",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",44:"PrintScreen",45:"Insert",46:"Delete",59:";",61:"=",91:"Meta",92:"Meta",106:"*",107:"+",108:",",109:"-",110:".",111:"/",144:"NumLock",145:"ScrollLock",160:"Shift",161:"Shift",162:"Control",163:"Control",164:"Alt",165:"Alt",173:"-",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'"},Nr={48:")",49:"!",50:"@",51:"#",52:"$",53:"%",54:"^",55:"&",56:"*",57:"(",59:":",61:"+",173:"_",186:":",187:"+",188:"<",189:"_",190:">",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"'},kp=typeof navigator<"u"&&/Mac/.test(navigator.platform),xp=typeof navigator<"u"&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent);for(var ue=0;ue<10;ue++)kt[48+ue]=kt[96+ue]=String(ue);for(var ue=1;ue<=24;ue++)kt[ue+111]="F"+ue;for(var ue=65;ue<=90;ue++)kt[ue]=String.fromCharCode(ue+32),Nr[ue]=String.fromCharCode(ue);for(var Ki in kt)Nr.hasOwnProperty(Ki)||(Nr[Ki]=kt[Ki]);function yp(t){var e=kp&&t.metaKey&&t.shiftKey&&!t.ctrlKey&&!t.altKey||xp&&t.shiftKey&&t.key&&t.key.length==1||t.key=="Unidentified",n=!e&&t.key||(t.shiftKey?Nr:kt)[t.keyCode]||t.key||"Unidentified";return n=="Esc"&&(n="Escape"),n=="Del"&&(n="Delete"),n=="Left"&&(n="ArrowLeft"),n=="Up"&&(n="ArrowUp"),n=="Right"&&(n="ArrowRight"),n=="Down"&&(n="ArrowDown"),n}const Cp=typeof navigator<"u"&&/Mac|iP(hone|[oa]d)/.test(navigator.platform),Ep=typeof navigator<"u"&&/Win/.test(navigator.platform);function wp(t){let e=t.split(/-(?!$)/),n=e[e.length-1];n=="Space"&&(n=" ");let r,i,s,o;for(let u=0;u<e.length-1;u++){let l=e[u];if(/^(cmd|meta|m)$/i.test(l))o=!0;else if(/^a(lt)?$/i.test(l))r=!0;else if(/^(c|ctrl|control)$/i.test(l))i=!0;else if(/^s(hift)?$/i.test(l))s=!0;else if(/^mod$/i.test(l))Cp?o=!0:i=!0;else throw new Error("Unrecognized modifier name: "+l)}return r&&(n="Alt-"+n),i&&(n="Ctrl-"+n),o&&(n="Meta-"+n),s&&(n="Shift-"+n),n}function Sp(t){let e=Object.create(null);for(let n in t)e[wp(n)]=t[n];return e}function Ji(t,e,n=!0){return e.altKey&&(t="Alt-"+t),e.ctrlKey&&(t="Ctrl-"+t),e.metaKey&&(t="Meta-"+t),n&&e.shiftKey&&(t="Shift-"+t),t}function vp(t){return new j({props:{handleKeyDown:Mc(t)}})}function Mc(t){let e=Sp(t);return function(n,r){let i=yp(r),s,o=e[Ji(i,r)];if(o&&o(n.state,n.dispatch,n))return!0;if(i.length==1&&i!=" "){if(r.shiftKey){let u=e[Ji(i,r,!1)];if(u&&u(n.state,n.dispatch,n))return!0}if((r.altKey||r.metaKey||r.ctrlKey)&&!(Ep&&r.ctrlKey&&r.altKey)&&(s=kt[r.keyCode])&&s!=i){let u=e[Ji(s,r)];if(u&&u(n.state,n.dispatch,n))return!0}}return!1}}var Ap=Object.defineProperty,yo=(t,e)=>{for(var n in e)Ap(t,n,{get:e[n],enumerable:!0})};function Ci(t){const{state:e,transaction:n}=t;let{selection:r}=n,{doc:i}=n,{storedMarks:s}=n;return{...e,apply:e.apply.bind(e),applyTransaction:e.applyTransaction.bind(e),plugins:e.plugins,schema:e.schema,reconfigure:e.reconfigure.bind(e),toJSON:e.toJSON.bind(e),get storedMarks(){return s},get selection(){return r},get doc(){return i},get tr(){return r=n.selection,i=n.doc,s=n.storedMarks,n}}}var Ei=class{constructor(t){this.editor=t.editor,this.rawCommands=this.editor.extensionManager.commands,this.customState=t.state}get hasCustomState(){return!!this.customState}get state(){return this.customState||this.editor.state}get commands(){const{rawCommands:t,editor:e,state:n}=this,{view:r}=e,{tr:i}=n,s=this.buildProps(i);return Object.fromEntries(Object.entries(t).map(([o,u])=>[o,(...a)=>{const c=u(...a)(s);return!i.getMeta("preventDispatch")&&!this.hasCustomState&&r.dispatch(i),c}]))}get chain(){return()=>this.createChain()}get can(){return()=>this.createCan()}createChain(t,e=!0){const{rawCommands:n,editor:r,state:i}=this,{view:s}=r,o=[],u=!!t,l=t||i.tr,a=()=>(!u&&e&&!l.getMeta("preventDispatch")&&!this.hasCustomState&&s.dispatch(l),o.every(d=>d===!0)),c={...Object.fromEntries(Object.entries(n).map(([d,h])=>[d,(...p)=>{const m=this.buildProps(l,e),g=h(...p)(m);return o.push(g),c}])),run:a};return c}createCan(t){const{rawCommands:e,state:n}=this,r=!1,i=t||n.tr,s=this.buildProps(i,r);return{...Object.fromEntries(Object.entries(e).map(([u,l])=>[u,(...a)=>l(...a)({...s,dispatch:void 0})])),chain:()=>this.createChain(i,r)}}buildProps(t,e=!0){const{rawCommands:n,editor:r,state:i}=this,{view:s}=r,o={tr:t,editor:r,view:s,state:Ci({state:i,transaction:t}),dispatch:e?()=>{}:void 0,chain:()=>this.createChain(t,e),can:()=>this.createCan(t),get commands(){return Object.fromEntries(Object.entries(n).map(([u,l])=>[u,(...a)=>l(...a)(o)]))}};return o}},Tc={};yo(Tc,{blur:()=>Mp,clearContent:()=>Tp,clearNodes:()=>Dp,command:()=>_p,createParagraphNear:()=>Np,cut:()=>Op,deleteCurrentNode:()=>Ip,deleteNode:()=>Rp,deleteRange:()=>Fp,deleteSelection:()=>Bp,enter:()=>zp,exitCode:()=>$p,extendMarkRange:()=>Hp,first:()=>jp,focus:()=>qp,forEach:()=>Wp,insertContent:()=>Up,insertContentAt:()=>Gp,joinBackward:()=>Yp,joinDown:()=>Qp,joinForward:()=>Xp,joinItemBackward:()=>em,joinItemForward:()=>tm,joinTextblockBackward:()=>nm,joinTextblockForward:()=>rm,joinUp:()=>Zp,keyboardShortcut:()=>sm,lift:()=>om,liftEmptyBlock:()=>um,liftListItem:()=>lm,newlineInCode:()=>am,resetAttributes:()=>cm,scrollIntoView:()=>dm,selectAll:()=>fm,selectNodeBackward:()=>hm,selectNodeForward:()=>pm,selectParentNode:()=>mm,selectTextblockEnd:()=>gm,selectTextblockStart:()=>bm,setContent:()=>km,setMark:()=>zm,setMeta:()=>$m,setNode:()=>Hm,setNodeSelection:()=>jm,setTextDirection:()=>Vm,setTextSelection:()=>qm,sinkListItem:()=>Wm,splitBlock:()=>Um,splitListItem:()=>Km,toggleList:()=>Gm,toggleMark:()=>Zm,toggleNode:()=>Qm,toggleWrap:()=>Ym,undoInputRule:()=>Xm,unsetAllMarks:()=>e1,unsetMark:()=>t1,unsetTextDirection:()=>n1,updateAttributes:()=>r1,wrapIn:()=>i1,wrapInList:()=>s1});var Mp=()=>({editor:t,view:e})=>(requestAnimationFrame(()=>{var n;t.isDestroyed||(e.dom.blur(),(n=window==null?void 0:window.getSelection())==null||n.removeAllRanges())}),!0),Tp=(t=!0)=>({commands:e})=>e.setContent("",{emitUpdate:t}),Dp=()=>({state:t,tr:e,dispatch:n})=>{const{selection:r}=e,{ranges:i}=r;return n&&i.forEach(({$from:s,$to:o})=>{t.doc.nodesBetween(s.pos,o.pos,(u,l)=>{if(u.type.isText)return;const{doc:a,mapping:c}=e,d=a.resolve(c.map(l)),h=a.resolve(c.map(l+u.nodeSize)),f=d.blockRange(h);if(!f)return;const p=ln(f);if(u.type.isTextblock){const{defaultType:m}=d.parent.contentMatchAt(d.index());e.setNodeMarkup(f.start,m)}(p||p===0)&&e.lift(f,p)})}),!0},_p=t=>e=>t(e),Np=()=>({state:t,dispatch:e})=>ja(t,e),Op=(t,e)=>({editor:n,tr:r})=>{const{state:i}=n,s=i.doc.slice(t.from,t.to);r.deleteRange(t.from,t.to);const o=r.mapping.map(e);return r.insert(o,s.content),r.setSelection(new _(r.doc.resolve(Math.max(o-1,0)))),!0},Ip=()=>({tr:t,dispatch:e})=>{const{selection:n}=t,r=n.$anchor.node();if(r.content.size>0)return!1;const i=t.selection.$anchor;for(let s=i.depth;s>0;s-=1)if(i.node(s).type===r.type){if(e){const u=i.before(s),l=i.after(s);t.delete(u,l).scrollIntoView()}return!0}return!1};function Q(t,e){if(typeof t=="string"){if(!e.nodes[t])throw Error(`There is no node type named '${t}'. Maybe you forgot to add the extension?`);return e.nodes[t]}return t}var Rp=t=>({tr:e,state:n,dispatch:r})=>{const i=Q(t,n.schema),s=e.selection.$anchor;for(let o=s.depth;o>0;o-=1)if(s.node(o).type===i){if(r){const l=s.before(o),a=s.after(o);e.delete(l,a).scrollIntoView()}return!0}return!1},Fp=t=>({tr:e,dispatch:n})=>{const{from:r,to:i}=t;return n&&e.delete(r,i),!0},Lp=t=>t.content?/^text(\*|\+)/.test(t.content):!1,Qu=(t,e,n)=>{if(!t.parent.isInline||n==="left"&&t.pos>t.start()||n==="right"&&t.pos<t.end())return t.pos;const r=e.nodes[t.parent.type.name].spec;return Lp(r)?n==="left"?t.start()-1:t.end()+1:t.pos},Pp=(t,e,n)=>{const r=Qu(t,n,"left"),i=Qu(e,n,"right");return{from:r,to:i}},Bp=()=>({state:t,dispatch:e})=>{const{$from:n,$to:r}=t.selection;if(t.selection.empty)return!1;const{from:i,to:s}=Pp(n,r,t.schema);return e&&(t.tr.deleteRange(i,s).scrollIntoView(),e(t.tr)),!0},zp=()=>({commands:t})=>t.keyboardShortcut("Enter"),$p=()=>({state:t,dispatch:e})=>Ch(t,e);function Co(t){return Object.prototype.toString.call(t)==="[object RegExp]"}function Or(t,e,n={strict:!0}){const r=Object.keys(e);return r.length?r.every(i=>n.strict?e[i]===t[i]:Co(e[i])?e[i].test(t[i]):e[i]===t[i]):!0}function Dc(t,e,n={}){return t.find(r=>r.type===e&&Or(Object.fromEntries(Object.keys(n).map(i=>[i,r.attrs[i]])),n))}function Yu(t,e,n={}){return!!Dc(t,e,n)}function Eo(t,e,n){if(!t||!e)return;let r=t.parent.childAfter(t.parentOffset);if((!r.node||!r.node.marks.some(a=>a.type===e))&&(r=t.parent.childBefore(t.parentOffset)),!r.node||!r.node.marks.some(a=>a.type===e))return;if(!n){const a=r.node.marks.find(c=>c.type===e);a&&(n=a.attrs)}if(!Dc([...r.node.marks],e,n))return;let s=r.index,o=t.start()+r.offset,u=s+1,l=o+r.node.nodeSize;for(;s>0&&Yu([...t.parent.child(s-1).marks],e,n);)s-=1,o-=t.parent.child(s).nodeSize;for(;u<t.parent.childCount&&Yu([...t.parent.child(u).marks],e,n);)l+=t.parent.child(u).nodeSize,u+=1;return{from:o,to:l}}function et(t,e){if(typeof t=="string"){if(!e.marks[t])throw Error(`There is no mark type named '${t}'. Maybe you forgot to add the extension?`);return e.marks[t]}return t}var Hp=(t,e)=>({tr:n,state:r,dispatch:i})=>{const s=et(t,r.schema),{doc:o,selection:u}=n,{$from:l,from:a,to:c}=u;if(i){const d=Eo(l,s,e);if(d&&d.from<=a&&d.to>=c){const h=_.create(o,d.from,d.to);n.setSelection(h)}}return!0},jp=t=>e=>{const n=typeof t=="function"?t(e):t;for(let r=0;r<n.length;r+=1)if(n[r](e))return!0;return!1};function _c(t){return t instanceof _}function Mt(t=0,e=0,n=0){return Math.min(Math.max(t,e),n)}function Nc(t,e=null){if(!e)return null;const n=O.atStart(t),r=O.atEnd(t);if(e==="start"||e===!0)return n;if(e==="end")return r;const i=n.from,s=r.to;return e==="all"?_.create(t,Mt(0,i,s),Mt(t.content.size,i,s)):_.create(t,Mt(e,i,s),Mt(e,i,s))}function Xu(){return navigator.platform==="Android"||/android/i.test(navigator.userAgent)}function Ir(){return["iPad Simulator","iPhone Simulator","iPod Simulator","iPad","iPhone","iPod"].includes(navigator.platform)||navigator.userAgent.includes("Mac")&&"ontouchend"in document}function Vp(){return typeof navigator<"u"?/^((?!chrome|android).)*safari/i.test(navigator.userAgent):!1}var qp=(t=null,e={})=>({editor:n,view:r,tr:i,dispatch:s})=>{e={scrollIntoView:!0,...e};const o=()=>{(Ir()||Xu())&&r.dom.focus(),Vp()&&!Ir()&&!Xu()&&r.dom.focus({preventScroll:!0}),requestAnimationFrame(()=>{n.isDestroyed||(r.focus(),e!=null&&e.scrollIntoView&&n.commands.scrollIntoView())})};try{if(r.hasFocus()&&t===null||t===!1)return!0}catch{return!1}if(s&&t===null&&!_c(n.state.selection))return o(),!0;const u=Nc(i.doc,t)||n.state.selection,l=n.state.selection.eq(u);return s&&(l||i.setSelection(u),l&&i.storedMarks&&i.setStoredMarks(i.storedMarks),o()),!0},Wp=(t,e)=>n=>t.every((r,i)=>e(r,{...n,index:i})),Up=(t,e)=>({tr:n,commands:r})=>r.insertContentAt({from:n.selection.from,to:n.selection.to},t,e),Oc=t=>{const e=t.childNodes;for(let n=e.length-1;n>=0;n-=1){const r=e[n];r.nodeType===3&&r.nodeValue&&/^(\n\s\s|\n)$/.test(r.nodeValue)?t.removeChild(r):r.nodeType===1&&Oc(r)}return t};function sr(t){if(typeof window>"u")throw new Error("[tiptap error]: there is no window object available, so this function cannot be used");const e=`<body>${t}</body>`,n=new window.DOMParser().parseFromString(e,"text/html").body;return Oc(n)}function Bn(t,e,n){if(t instanceof pt||t instanceof C)return t;n={slice:!0,parseOptions:{},...n};const r=typeof t=="object"&&t!==null,i=typeof t=="string";if(r)try{if(Array.isArray(t)&&t.length>0)return C.fromArray(t.map(u=>e.nodeFromJSON(u)));const o=e.nodeFromJSON(t);return n.errorOnInvalidContent&&o.check(),o}catch(s){if(n.errorOnInvalidContent)throw new Error("[tiptap error]: Invalid JSON content",{cause:s});return console.warn("[tiptap warn]: Invalid content.","Passed value:",t,"Error:",s),Bn("",e,n)}if(i){if(n.errorOnInvalidContent){let o=!1,u="";const l=new to({topNode:e.spec.topNode,marks:e.spec.marks,nodes:e.spec.nodes.append({__tiptap__private__unknown__catch__all__node:{content:"inline*",group:"block",parseDOM:[{tag:"*",getAttrs:a=>(o=!0,u=typeof a=="string"?a:a.outerHTML,null)}]}})});if(n.slice?Qe.fromSchema(l).parseSlice(sr(t),n.parseOptions):Qe.fromSchema(l).parse(sr(t),n.parseOptions),n.errorOnInvalidContent&&o)throw new Error("[tiptap error]: Invalid HTML content",{cause:new Error(`Invalid element found: ${u}`)})}const s=Qe.fromSchema(e);return n.slice?s.parseSlice(sr(t),n.parseOptions).content:s.parse(sr(t),n.parseOptions)}return Bn("",e,n)}function Kp(t,e,n){const r=t.steps.length-1;if(r<e)return;const i=t.steps[r];if(!(i instanceof J||i instanceof re))return;const s=t.mapping.maps[r];let o=0;s.forEach((u,l,a,c)=>{o===0&&(o=c)}),t.setSelection(O.near(t.doc.resolve(o),n))}var Jp=t=>!("type"in t),Gp=(t,e,n)=>({tr:r,dispatch:i,editor:s})=>{var o;if(i){n={parseOptions:s.options.parseOptions,updateSelection:!0,applyInputRules:!1,applyPasteRules:!1,...n};let u;const l=g=>{s.emit("contentError",{editor:s,error:g,disableCollaboration:()=>{"collaboration"in s.storage&&typeof s.storage.collaboration=="object"&&s.storage.collaboration&&(s.storage.collaboration.isDisabled=!0)}})},a={preserveWhitespace:"full",...n.parseOptions};if(!n.errorOnInvalidContent&&!s.options.enableContentCheck&&s.options.emitContentError)try{Bn(e,s.schema,{parseOptions:a,errorOnInvalidContent:!0})}catch(g){l(g)}try{u=Bn(e,s.schema,{parseOptions:a,errorOnInvalidContent:(o=n.errorOnInvalidContent)!=null?o:s.options.enableContentCheck})}catch(g){return l(g),!1}let{from:c,to:d}=typeof t=="number"?{from:t,to:t}:{from:t.from,to:t.to},h=!0,f=!0;if((Jp(u)?u:[u]).forEach(g=>{g.check(),h=h?g.isText&&g.marks.length===0:!1,f=f?g.isBlock:!1}),c===d&&f){const{parent:g}=r.doc.resolve(c);g.isTextblock&&!g.type.spec.code&&!g.childCount&&(c-=1,d+=1)}let m;if(h){if(Array.isArray(e))m=e.map(g=>g.text||"").join("");else if(e instanceof C){let g="";e.forEach(b=>{b.text&&(g+=b.text)}),m=g}else typeof e=="object"&&e&&e.text?m=e.text:m=e;r.insertText(m,c,d)}else{m=u;const g=r.doc.resolve(c),b=g.node(),k=g.parentOffset===0,x=b.isText||b.isTextblock,y=b.content.size>0;k&&x&&y&&f&&(c=Math.max(0,c-1)),r.replaceWith(c,d,m)}n.updateSelection&&Kp(r,r.steps.length-1,-1),n.applyInputRules&&r.setMeta("applyInputRules",{from:c,text:m}),n.applyPasteRules&&r.setMeta("applyPasteRules",{from:c,text:m})}return!0},Zp=()=>({state:t,dispatch:e})=>kh(t,e),Qp=()=>({state:t,dispatch:e})=>xh(t,e),Yp=()=>({state:t,dispatch:e})=>Fa(t,e),Xp=()=>({state:t,dispatch:e})=>za(t,e),em=()=>({state:t,dispatch:e,tr:n})=>{try{const r=mi(t.doc,t.selection.$from.pos,-1);return r==null?!1:(n.join(r,2),e&&e(n),!0)}catch{return!1}},tm=()=>({state:t,dispatch:e,tr:n})=>{try{const r=mi(t.doc,t.selection.$from.pos,1);return r==null?!1:(n.join(r,2),e&&e(n),!0)}catch{return!1}},nm=()=>({state:t,dispatch:e})=>gh(t,e),rm=()=>({state:t,dispatch:e})=>bh(t,e);function Ic(){return typeof navigator<"u"?/Mac/.test(navigator.platform):!1}function im(t){const e=t.split(/-(?!$)/);let n=e[e.length-1];n==="Space"&&(n=" ");let r,i,s,o;for(let u=0;u<e.length-1;u+=1){const l=e[u];if(/^(cmd|meta|m)$/i.test(l))o=!0;else if(/^a(lt)?$/i.test(l))r=!0;else if(/^(c|ctrl|control)$/i.test(l))i=!0;else if(/^s(hift)?$/i.test(l))s=!0;else if(/^mod$/i.test(l))Ir()||Ic()?o=!0:i=!0;else throw new Error(`Unrecognized modifier name: ${l}`)}return r&&(n=`Alt-${n}`),i&&(n=`Ctrl-${n}`),o&&(n=`Meta-${n}`),s&&(n=`Shift-${n}`),n}var sm=t=>({editor:e,view:n,tr:r,dispatch:i})=>{const s=im(t).split(/-(?!$)/),o=s.find(a=>!["Alt","Ctrl","Meta","Shift"].includes(a)),u=new KeyboardEvent("keydown",{key:o==="Space"?" ":o,altKey:s.includes("Alt"),ctrlKey:s.includes("Ctrl"),metaKey:s.includes("Meta"),shiftKey:s.includes("Shift"),bubbles:!0,cancelable:!0}),l=e.captureTransaction(()=>{n.someProp("handleKeyDown",a=>a(n,u))});return l==null||l.steps.forEach(a=>{const c=a.map(r.mapping);c&&i&&r.maybeStep(c)}),!0};function xt(t,e,n={}){const{from:r,to:i,empty:s}=t.selection,o=e?Q(e,t.schema):null,u=[];t.doc.nodesBetween(r,i,(d,h)=>{if(d.isText)return;const f=Math.max(r,h),p=Math.min(i,h+d.nodeSize);u.push({node:d,from:f,to:p})});const l=i-r,a=u.filter(d=>o?o.name===d.node.type.name:!0).filter(d=>Or(d.node.attrs,n,{strict:!1}));return s?!!a.length:a.reduce((d,h)=>d+h.to-h.from,0)>=l}var om=(t,e={})=>({state:n,dispatch:r})=>{const i=Q(t,n.schema);return xt(n,i,e)?yh(n,r):!1},um=()=>({state:t,dispatch:e})=>Va(t,e),lm=t=>({state:e,dispatch:n})=>{const r=Q(t,e.schema);return Oh(r)(e,n)},am=()=>({state:t,dispatch:e})=>Ha(t,e);function wi(t,e){return e.nodes[t]?"node":e.marks[t]?"mark":null}function el(t,e){const n=typeof e=="string"?[e]:e;return Object.keys(t).reduce((r,i)=>(n.includes(i)||(r[i]=t[i]),r),{})}var cm=(t,e)=>({tr:n,state:r,dispatch:i})=>{let s=null,o=null;const u=wi(typeof t=="string"?t:t.name,r.schema);if(!u)return!1;u==="node"&&(s=Q(t,r.schema)),u==="mark"&&(o=et(t,r.schema));let l=!1;return n.selection.ranges.forEach(a=>{r.doc.nodesBetween(a.$from.pos,a.$to.pos,(c,d)=>{s&&s===c.type&&(l=!0,i&&n.setNodeMarkup(d,void 0,el(c.attrs,e))),o&&c.marks.length&&c.marks.forEach(h=>{o===h.type&&(l=!0,i&&n.addMark(d,d+c.nodeSize,o.create(el(h.attrs,e))))})})}),l},dm=()=>({tr:t,dispatch:e})=>(e&&t.scrollIntoView(),!0),fm=()=>({tr:t,dispatch:e})=>{if(e){const n=new Ce(t.doc);t.setSelection(n)}return!0},hm=()=>({state:t,dispatch:e})=>Pa(t,e),pm=()=>({state:t,dispatch:e})=>$a(t,e),mm=()=>({state:t,dispatch:e})=>Sh(t,e),gm=()=>({state:t,dispatch:e})=>Mh(t,e),bm=()=>({state:t,dispatch:e})=>Ah(t,e);function Bs(t,e,n={},r={}){return Bn(t,e,{slice:!1,parseOptions:n,errorOnInvalidContent:r.errorOnInvalidContent})}var km=(t,{errorOnInvalidContent:e,emitUpdate:n=!0,parseOptions:r={}}={})=>({editor:i,tr:s,dispatch:o,commands:u})=>{const{doc:l}=s;if(r.preserveWhitespace!=="full"){const a=Bs(t,i.schema,r,{errorOnInvalidContent:e??i.options.enableContentCheck});return o&&s.replaceWith(0,l.content.size,a).setMeta("preventUpdate",!n),!0}return o&&s.setMeta("preventUpdate",!n),u.insertContentAt({from:0,to:l.content.size},t,{parseOptions:r,errorOnInvalidContent:e??i.options.enableContentCheck})};function Rc(t,e){const n=et(e,t.schema),{from:r,to:i,empty:s}=t.selection,o=[];s?(t.storedMarks&&o.push(...t.storedMarks),o.push(...t.selection.$head.marks())):t.doc.nodesBetween(r,i,l=>{o.push(...l.marks)});const u=o.find(l=>l.type.name===n.name);return u?{...u.attrs}:{}}function Fc(t,e){const n=new _a(t);return e.forEach(r=>{r.steps.forEach(i=>{n.step(i)})}),n}function xm(t){for(let e=0;e<t.edgeCount;e+=1){const{type:n}=t.edge(e);if(n.isTextblock&&!n.hasRequiredAttrs())return n}return null}function ym(t,e,n){const r=[];return t.nodesBetween(e.from,e.to,(i,s)=>{n(i)&&r.push({node:i,pos:s})}),r}function Cm(t,e){for(let n=t.depth;n>0;n-=1){const r=t.node(n);if(e(r))return{pos:n>0?t.before(n):0,start:t.start(n),depth:n,node:r}}}function Si(t){return e=>Cm(e.$from,t)}function M(t,e,n){return t.config[e]===void 0&&t.parent?M(t.parent,e,n):typeof t.config[e]=="function"?t.config[e].bind({...n,parent:t.parent?M(t.parent,e,n):null}):t.config[e]}function wo(t){return t.map(e=>{const n={name:e.name,options:e.options,storage:e.storage},r=M(e,"addExtensions",n);return r?[e,...wo(r())]:e}).flat(10)}function Zn(t,e){const n=Ht.fromSchema(e).serializeFragment(t),i=document.implementation.createHTMLDocument().createElement("div");return i.appendChild(n),i.innerHTML}function Lc(t){return typeof t=="function"}function L(t,e=void 0,...n){return Lc(t)?e?t.bind(e)(...n):t(...n):t}function Em(t={}){return Object.keys(t).length===0&&t.constructor===Object}function nn(t){const e=t.filter(i=>i.type==="extension"),n=t.filter(i=>i.type==="node"),r=t.filter(i=>i.type==="mark");return{baseExtensions:e,nodeExtensions:n,markExtensions:r}}function Pc(t){const e=[],{nodeExtensions:n,markExtensions:r}=nn(t),i=[...n,...r],s={default:null,validate:void 0,rendered:!0,renderHTML:null,parseHTML:null,keepOnSplit:!0,isRequired:!1},o=n.filter(a=>a.name!=="text").map(a=>a.name),u=r.map(a=>a.name),l=[...o,...u];return t.forEach(a=>{const c={name:a.name,options:a.options,storage:a.storage,extensions:i},d=M(a,"addGlobalAttributes",c);if(!d)return;d().forEach(f=>{let p;Array.isArray(f.types)?p=f.types:f.types==="*"?p=l:f.types==="nodes"?p=o:f.types==="marks"?p=u:p=[],p.forEach(m=>{Object.entries(f.attributes).forEach(([g,b])=>{e.push({type:m,name:g,attribute:{...s,...b}})})})})}),i.forEach(a=>{const c={name:a.name,options:a.options,storage:a.storage},d=M(a,"addAttributes",c);if(!d)return;const h=d();Object.entries(h).forEach(([f,p])=>{const m={...s,...p};typeof(m==null?void 0:m.default)=="function"&&(m.default=m.default()),m!=null&&m.isRequired&&(m==null?void 0:m.default)===void 0&&delete m.default,e.push({type:a.name,name:f,attribute:m})})}),e}function wm(t){const e=[];let n="",r=!1,i=!1,s=0;const o=t.length;for(let u=0;u<o;u+=1){const l=t[u];if(l==="'"&&!i){r=!r,n+=l;continue}if(l==='"'&&!r){i=!i,n+=l;continue}if(!r&&!i){if(l==="("){s+=1,n+=l;continue}if(l===")"&&s>0){s-=1,n+=l;continue}if(l===";"&&s===0){e.push(n),n="";continue}}n+=l}return n&&e.push(n),e}function tl(t){const e=[],n=wm(t||""),r=n.length;for(let i=0;i<r;i+=1){const s=n[i],o=s.indexOf(":");if(o===-1)continue;const u=s.slice(0,o).trim(),l=s.slice(o+1).trim();u&&l&&e.push([u,l])}return e}function Y(...t){return t.filter(e=>!!e).reduce((e,n)=>{const r={...e};return Object.entries(n).forEach(([i,s])=>{if(!r[i]){r[i]=s;return}if(i==="class"){const u=s?String(s).split(" "):[],l=r[i]?r[i].split(" "):[],a=u.filter(c=>!l.includes(c));r[i]=[...l,...a].join(" ")}else if(i==="style"){const u=new Map([...tl(r[i]),...tl(s)]);r[i]=Array.from(u.entries()).map(([l,a])=>`${l}: ${a}`).join("; ")}else r[i]=s}),r},{})}function zn(t,e){return e.filter(n=>n.type===t.type.name).filter(n=>n.attribute.rendered).map(n=>n.attribute.renderHTML?n.attribute.renderHTML(t.attrs)||{}:{[n.name]:t.attrs[n.name]}).reduce((n,r)=>Y(n,r),{})}function Sm(t){return typeof t!="string"?t:t.match(/^[+-]?(?:\d*\.)?\d+$/)?Number(t):t==="true"?!0:t==="false"?!1:t}function nl(t,e){return"style"in t?t:{...t,getAttrs:n=>{const r=t.getAttrs?t.getAttrs(n):t.attrs;if(r===!1)return!1;const i=e.reduce((s,o)=>{const u=o.attribute.parseHTML?o.attribute.parseHTML(n):Sm(n.getAttribute(o.name));return u==null?s:{...s,[o.name]:u}},{});return{...r,...i}}}}function rl(t){return Object.fromEntries(Object.entries(t).filter(([e,n])=>e==="attrs"&&Em(n)?!1:n!=null))}function il(t){var e,n;const r={};return!((e=t==null?void 0:t.attribute)!=null&&e.isRequired)&&"default"in((t==null?void 0:t.attribute)||{})&&(r.default=t.attribute.default),((n=t==null?void 0:t.attribute)==null?void 0:n.validate)!==void 0&&(r.validate=t.attribute.validate),[t.name,r]}function vm(t,e){var n;const r=Pc(t),{nodeExtensions:i,markExtensions:s}=nn(t),o=(n=i.find(a=>M(a,"topNode")))==null?void 0:n.name,u=Object.fromEntries(i.map(a=>{const c=r.filter(b=>b.type===a.name),d={name:a.name,options:a.options,storage:a.storage,editor:e},h=t.reduce((b,k)=>{const x=M(k,"extendNodeSchema",d);return{...b,...x?x(a):{}}},{}),f=rl({...h,content:L(M(a,"content",d)),marks:L(M(a,"marks",d)),group:L(M(a,"group",d)),inline:L(M(a,"inline",d)),atom:L(M(a,"atom",d)),selectable:L(M(a,"selectable",d)),draggable:L(M(a,"draggable",d)),code:L(M(a,"code",d)),whitespace:L(M(a,"whitespace",d)),linebreakReplacement:L(M(a,"linebreakReplacement",d)),defining:L(M(a,"defining",d)),isolating:L(M(a,"isolating",d)),attrs:Object.fromEntries(c.map(il))}),p=L(M(a,"parseHTML",d));p&&(f.parseDOM=p.map(b=>nl(b,c)));const m=M(a,"renderHTML",d);m&&(f.toDOM=b=>m({node:b,HTMLAttributes:zn(b,c)}));const g=M(a,"renderText",d);return g&&(f.toText=g),[a.name,f]})),l=Object.fromEntries(s.map(a=>{const c=r.filter(g=>g.type===a.name),d={name:a.name,options:a.options,storage:a.storage,editor:e},h=t.reduce((g,b)=>{const k=M(b,"extendMarkSchema",d);return{...g,...k?k(a):{}}},{}),f=rl({...h,inclusive:L(M(a,"inclusive",d)),excludes:L(M(a,"excludes",d)),group:L(M(a,"group",d)),spanning:L(M(a,"spanning",d)),code:L(M(a,"code",d)),attrs:Object.fromEntries(c.map(il))}),p=L(M(a,"parseHTML",d));p&&(f.parseDOM=p.map(g=>nl(g,c)));const m=M(a,"renderHTML",d);return m&&(f.toDOM=g=>m({mark:g,HTMLAttributes:zn(g,c)})),[a.name,f]}));return new to({topNode:o,nodes:u,marks:l})}function Am(t){const e=t.filter((n,r)=>t.indexOf(n)!==r);return Array.from(new Set(e))}function Sn(t){return t.sort((n,r)=>{const i=M(n,"priority")||100,s=M(r,"priority")||100;return i>s?-1:i<s?1:0})}function Bc(t){const e=Sn(wo(t)),n=Am(e.map(r=>r.name));return n.length&&console.warn(`[tiptap warn]: Duplicate extension names found: [${n.map(r=>`'${r}'`).join(", ")}]. This can lead to issues.`),e}function zc(t,e,n){const{from:r,to:i}=e,{blockSeparator:s=`
|
|
19
|
+
|
|
20
|
+
`,textSerializers:o={}}=n||{};let u="";return t.nodesBetween(r,i,(l,a,c,d)=>{var h;l.isBlock&&a>r&&(u+=s);const f=o==null?void 0:o[l.type.name];if(f)return c&&(u+=f({node:l,pos:a,parent:c,index:d,range:e})),!1;l.isText&&(u+=(h=l==null?void 0:l.text)==null?void 0:h.slice(Math.max(r,a)-a,i-a))}),u}function Mm(t,e){const n={from:0,to:t.content.size};return zc(t,n,e)}function $c(t){return Object.fromEntries(Object.entries(t.nodes).filter(([,e])=>e.spec.toText).map(([e,n])=>[e,n.spec.toText]))}function Tm(t,e){const n=Q(e,t.schema),{from:r,to:i}=t.selection,s=[];t.doc.nodesBetween(r,i,u=>{s.push(u)});const o=s.reverse().find(u=>u.type.name===n.name);return o?{...o.attrs}:{}}function Hc(t,e){const n=wi(typeof e=="string"?e:e.name,t.schema);return n==="node"?Tm(t,e):n==="mark"?Rc(t,e):{}}function Dm(t,e=JSON.stringify){const n={};return t.filter(r=>{const i=e(r);return Object.prototype.hasOwnProperty.call(n,i)?!1:n[i]=!0})}function _m(t){const e=Dm(t);return e.length===1?e:e.filter((n,r)=>!e.filter((s,o)=>o!==r).some(s=>n.oldRange.from>=s.oldRange.from&&n.oldRange.to<=s.oldRange.to&&n.newRange.from>=s.newRange.from&&n.newRange.to<=s.newRange.to))}function jc(t){const{mapping:e,steps:n}=t,r=[];return e.maps.forEach((i,s)=>{const o=[];if(i.ranges.length)i.forEach((u,l)=>{o.push({from:u,to:l})});else{const{from:u,to:l}=n[s];if(u===void 0||l===void 0)return;o.push({from:u,to:l})}o.forEach(({from:u,to:l})=>{const a=e.slice(s).map(u,-1),c=e.slice(s).map(l),d=e.invert().map(a,-1),h=e.invert().map(c);r.push({oldRange:{from:d,to:h},newRange:{from:a,to:c}})})}),_m(r)}function So(t,e,n){const r=[];return t===e?n.resolve(t).marks().forEach(i=>{const s=n.resolve(t),o=Eo(s,i.type);o&&r.push({mark:i,...o})}):n.nodesBetween(t,e,(i,s)=>{!i||(i==null?void 0:i.nodeSize)===void 0||r.push(...i.marks.map(o=>({from:s,to:s+i.nodeSize,mark:o})))}),r}var Nm=(t,e,n,r=20)=>{const i=t.doc.resolve(n);let s=r,o=null;for(;s>0&&o===null;){const u=i.node(s);(u==null?void 0:u.type.name)===e?o=u:s-=1}return[o,s]};function dn(t,e){return e.nodes[t]||e.marks[t]||null}function kr(t,e,n){return Object.fromEntries(Object.entries(n).filter(([r])=>{const i=t.find(s=>s.type===e&&s.name===r);return i?i.attribute.keepOnSplit:!1}))}var Om=(t,e=500)=>{let n="";const r=t.parentOffset;return t.parent.nodesBetween(Math.max(0,r-e),r,(i,s,o,u)=>{var l,a;const c=((a=(l=i.type.spec).toText)==null?void 0:a.call(l,{node:i,pos:s,parent:o,index:u}))||i.textContent||"%leaf%";n+=i.isAtom&&!i.isText?c:c.slice(0,Math.max(0,r-s))}),n};function zs(t,e,n={}){const{empty:r,ranges:i}=t.selection,s=e?et(e,t.schema):null;if(r)return!!(t.storedMarks||t.selection.$from.marks()).filter(d=>s?s.name===d.type.name:!0).find(d=>Or(d.attrs,n,{strict:!1}));let o=0;const u=[];if(i.forEach(({$from:d,$to:h})=>{const f=d.pos,p=h.pos;t.doc.nodesBetween(f,p,(m,g)=>{if(s&&m.inlineContent&&!m.type.allowsMarkType(s))return!1;if(!m.isText&&!m.marks.length)return;const b=Math.max(f,g),k=Math.min(p,g+m.nodeSize),x=k-b;o+=x,u.push(...m.marks.map(y=>({mark:y,from:b,to:k})))})}),o===0)return!1;const l=u.filter(d=>s?s.name===d.mark.type.name:!0).filter(d=>Or(d.mark.attrs,n,{strict:!1})).reduce((d,h)=>d+h.to-h.from,0),a=u.filter(d=>s?d.mark.type!==s&&d.mark.type.excludes(s):!0).reduce((d,h)=>d+h.to-h.from,0);return(l>0?l+a:l)>=o}function Im(t,e,n={}){if(!e)return xt(t,null,n)||zs(t,null,n);const r=wi(e,t.schema);return r==="node"?xt(t,e,n):r==="mark"?zs(t,e,n):!1}var Rm=(t,e)=>{const{$from:n,$to:r,$anchor:i}=t.selection;if(e){const s=Si(u=>u.type.name===e)(t.selection);if(!s)return!1;const o=t.doc.resolve(s.pos+1);return i.pos+1===o.end()}return!(r.parentOffset<r.parent.nodeSize-2||n.pos!==r.pos)},Fm=t=>{const{$from:e,$to:n}=t.selection;return!(e.parentOffset>0||e.pos!==n.pos)};function sl(t,e){return Array.isArray(e)?e.some(n=>(typeof n=="string"?n:n.name)===t.name):e}function Gi(t,e){const{nodeExtensions:n}=nn(e),r=n.find(o=>o.name===t);if(!r)return!1;const i={name:r.name,options:r.options,storage:r.storage},s=L(M(r,"group",i));return typeof s!="string"?!1:s.split(" ").includes("list")}function $n(t,{checkChildren:e=!0,ignoreWhitespace:n=!1}={}){var r;if(n){if(t.type.name==="hardBreak")return!0;if(t.isText)return!/\S/.test((r=t.text)!=null?r:"")}if(t.isText)return!t.text;if(t.isAtom||t.isLeaf)return!1;if(t.content.childCount===0)return!0;if(e){let i=!0;return t.content.forEach(s=>{i!==!1&&($n(s,{ignoreWhitespace:n,checkChildren:e})||(i=!1))}),i}return!1}function Vc(t){return t instanceof T}var qc=class Wc{constructor(e){this.position=e}static fromJSON(e){return new Wc(e.position)}toJSON(){return{position:this.position}}};function Lm(t,e){const n=e.mapping.mapResult(t.position);return{position:new qc(n.pos),mapResult:n}}function Pm(t){return new qc(t)}function Bm(t,e,n){var r;const{selection:i}=e;let s=null;if(_c(i)&&(s=i.$cursor),s){const u=(r=t.storedMarks)!=null?r:s.marks();return s.parent.type.allowsMarkType(n)&&(!!n.isInSet(u)||!u.some(a=>a.type.excludes(n)))}const{ranges:o}=i;return o.some(({$from:u,$to:l})=>{let a=u.depth===0?t.doc.inlineContent&&t.doc.type.allowsMarkType(n):!1;return t.doc.nodesBetween(u.pos,l.pos,(c,d,h)=>{if(a)return!1;if(c.isInline){const f=!h||h.type.allowsMarkType(n),p=!!n.isInSet(c.marks)||!c.marks.some(m=>m.type.excludes(n));a=f&&p}return!a}),a})}var zm=(t,e={})=>({tr:n,state:r,dispatch:i})=>{const{selection:s}=n,{empty:o,ranges:u}=s,l=et(t,r.schema);if(i)if(o){const a=Rc(r,l);n.addStoredMark(l.create({...a,...e}))}else u.forEach(a=>{const c=a.$from.pos,d=a.$to.pos;r.doc.nodesBetween(c,d,(h,f)=>{const p=Math.max(f,c),m=Math.min(f+h.nodeSize,d);h.marks.find(b=>b.type===l)?h.marks.forEach(b=>{l===b.type&&n.addMark(p,m,l.create({...b.attrs,...e}))}):n.addMark(p,m,l.create(e))})});return Bm(r,n,l)},$m=(t,e)=>({tr:n})=>(n.setMeta(t,e),!0),Hm=(t,e={})=>({state:n,dispatch:r,chain:i})=>{const s=Q(t,n.schema);let o;return n.selection.$anchor.sameParent(n.selection.$head)&&(o=n.selection.$anchor.parent.attrs),s.isTextblock?i().command(({commands:u})=>bu(s,{...o,...e})(n)?!0:u.clearNodes()).command(({state:u})=>bu(s,{...o,...e})(u,r)).run():(console.warn('[tiptap warn]: Currently "setNode()" only supports text block nodes.'),!1)},jm=t=>({tr:e,dispatch:n})=>{if(n){const{doc:r}=e,i=Mt(t,0,r.content.size),s=T.create(r,i);e.setSelection(s)}return!0},Vm=(t,e)=>({tr:n,state:r,dispatch:i})=>{const{selection:s}=r;let o,u;return typeof e=="number"?(o=e,u=e):e&&"from"in e&&"to"in e?(o=e.from,u=e.to):(o=s.from,u=s.to),i&&n.doc.nodesBetween(o,u,(l,a)=>{l.isText||n.setNodeMarkup(a,void 0,{...l.attrs,dir:t})}),!0},qm=t=>({tr:e,dispatch:n})=>{if(n){const{doc:r}=e,{from:i,to:s}=typeof t=="number"?{from:t,to:t}:t,o=_.atStart(r).from,u=_.atEnd(r).to,l=Mt(i,o,u),a=Mt(s,o,u),c=_.create(r,l,a);e.setSelection(c)}return!0},Wm=t=>({state:e,dispatch:n})=>{const r=Q(t,e.schema);return Fh(r)(e,n)};function ol(t,e){const n=t.storedMarks||t.selection.$to.parentOffset&&t.selection.$from.marks();if(n){const r=n.filter(i=>e==null?void 0:e.includes(i.type.name));t.tr.ensureMarks(r)}}var Um=({keepMarks:t=!0}={})=>({tr:e,state:n,dispatch:r,editor:i})=>{const{selection:s,doc:o}=e,{$from:u,$to:l}=s,a=i.extensionManager.attributes,c=kr(a,u.node().type.name,u.node().attrs);if(s instanceof T&&s.node.isBlock)return!u.parentOffset||!Ye(o,u.pos)?!1:(r&&(t&&ol(n,i.extensionManager.splittableMarks),e.split(u.pos).scrollIntoView()),!0);if(!u.parent.isBlock)return!1;const d=l.parentOffset===l.parent.content.size,h=u.depth===0?void 0:xm(u.node(-1).contentMatchAt(u.indexAfter(-1)));let f=d&&h?[{type:h,attrs:c}]:void 0,p=Ye(e.doc,e.mapping.map(u.pos),1,f);if(!f&&!p&&Ye(e.doc,e.mapping.map(u.pos),1,h?[{type:h}]:void 0)&&(p=!0,f=h?[{type:h,attrs:c}]:void 0),r){if(p&&(s instanceof _&&e.deleteSelection(),e.split(e.mapping.map(u.pos),1,f),h&&!d&&!u.parentOffset&&u.parent.type!==h)){const m=e.mapping.map(u.before()),g=e.doc.resolve(m);u.node(-1).canReplaceWith(g.index(),g.index()+1,h)&&e.setNodeMarkup(e.mapping.map(u.before()),h)}t&&ol(n,i.extensionManager.splittableMarks),e.scrollIntoView()}return p},Km=(t,e={})=>({tr:n,state:r,dispatch:i,editor:s})=>{var o;const u=Q(t,r.schema),{$from:l,$to:a}=r.selection,c=r.selection.node;if(c&&c.isBlock||l.depth<2||!l.sameParent(a))return!1;const d=l.node(-1);if(d.type!==u)return!1;const h=s.extensionManager.attributes;if(l.parent.content.size===0&&l.node(-1).childCount===l.indexAfter(-1)){if(l.depth===2||l.node(-3).type!==u||l.index(-2)!==l.node(-2).childCount-1)return!1;if(i){let b=C.empty;const k=l.index(-1)?1:l.index(-2)?2:3;for(let D=l.depth-k;D>=l.depth-3;D-=1)b=C.from(l.node(D).copy(b));const x=l.indexAfter(-1)<l.node(-2).childCount?1:l.indexAfter(-2)<l.node(-3).childCount?2:3,y={...kr(h,l.node().type.name,l.node().attrs),...e},E=((o=u.contentMatch.defaultType)==null?void 0:o.createAndFill(y))||void 0;b=b.append(C.from(u.createAndFill(null,E)||void 0));const S=l.before(l.depth-(k-1));n.replace(S,l.after(-x),new A(b,4-k,0));let v=-1;n.doc.nodesBetween(S,n.doc.content.size,(D,N)=>{if(v>-1)return!1;D.isTextblock&&D.content.size===0&&(v=N+1)}),v>-1&&n.setSelection(_.near(n.doc.resolve(v))),n.scrollIntoView()}return!0}const f=a.pos===l.end()?d.contentMatchAt(0).defaultType:null,p={...kr(h,d.type.name,d.attrs),...e},m={...kr(h,l.node().type.name,l.node().attrs),...e};n.delete(l.pos,a.pos);const g=f?[{type:u,attrs:p},{type:f,attrs:m}]:[{type:u,attrs:p}];if(!Ye(n.doc,l.pos,2))return!1;if(i){const{selection:b,storedMarks:k}=r,{splittableMarks:x}=s.extensionManager,y=k||b.$to.parentOffset&&b.$from.marks();if(n.split(l.pos,2,g).scrollIntoView(),!y||!i)return!0;const E=y.filter(S=>x.includes(S.type.name));n.ensureMarks(E)}return!0},Zi=(t,e)=>{const n=Si(o=>o.type===e)(t.selection);if(!n)return!0;const r=t.doc.resolve(Math.max(0,n.pos-1)).before(n.depth);if(r===void 0)return!0;const i=t.doc.nodeAt(r);return n.node.type===(i==null?void 0:i.type)&&Ct(t.doc,n.pos)&&t.join(n.pos),!0},Qi=(t,e)=>{const n=Si(o=>o.type===e)(t.selection);if(!n)return!0;const r=t.doc.resolve(n.start).after(n.depth);if(r===void 0)return!0;const i=t.doc.nodeAt(r);return n.node.type===(i==null?void 0:i.type)&&Ct(t.doc,r)&&t.join(r),!0};function Jm(t){const e=t.doc,n=e.firstChild;if(!n)return null;const r=e.resolve(1),i=e.resolve(n.nodeSize-1);return _.between(r,i)}var Gm=(t,e,n,r={})=>({editor:i,tr:s,state:o,dispatch:u,chain:l,commands:a,can:c})=>{const{extensions:d,splittableMarks:h}=i.extensionManager,f=Q(t,o.schema),p=Q(e,o.schema),{selection:m,storedMarks:g}=o,{$from:b,$to:k}=m,x=b.blockRange(k),y=g||m.$to.parentOffset&&m.$from.marks();if(!x)return!1;const E=Si(ee=>Gi(ee.type.name,d))(m),S=m.from===0&&m.to===o.doc.content.size,v=o.doc.content.content,D=v.length===1?v[0]:null,N=S&&D&&Gi(D.type.name,d)?{node:D,pos:0}:null,H=E??N,xe=!!E&&x.depth>=1&&x.depth-E.depth<=1,Se=!!N;if((xe||Se)&&H){if(H.node.type===f)return S&&Se?l().command(({tr:ee,dispatch:K})=>{const P=Jm(ee);return P?(ee.setSelection(P),K&&K(ee),!0):!1}).liftListItem(p).run():a.liftListItem(p);if(Gi(H.node.type.name,d)&&f.validContent(H.node.content))return l().command(()=>(s.setNodeMarkup(H.pos,f),!0)).command(()=>Zi(s,f)).command(()=>Qi(s,f)).run()}return!n||!y||!u?l().command(()=>c().wrapInList(f,r)?!0:a.clearNodes()).wrapInList(f,r).command(()=>Zi(s,f)).command(()=>Qi(s,f)).run():l().command(()=>{const ee=c().wrapInList(f,r),K=y.filter(P=>h.includes(P.type.name));return s.ensureMarks(K),ee?!0:a.clearNodes()}).wrapInList(f,r).command(()=>Zi(s,f)).command(()=>Qi(s,f)).run()},Zm=(t,e={},n={})=>({state:r,commands:i})=>{const{extendEmptyMarkRange:s=!1}=n,o=et(t,r.schema);return zs(r,o,e)?i.unsetMark(o,{extendEmptyMarkRange:s}):i.setMark(o,e)},Qm=(t,e,n={})=>({state:r,commands:i})=>{const s=Q(t,r.schema),o=Q(e,r.schema),u=xt(r,s,n);let l;return r.selection.$anchor.sameParent(r.selection.$head)&&(l=r.selection.$anchor.parent.attrs),u?i.setNode(o,l):i.setNode(s,{...l,...n})},Ym=(t,e={})=>({state:n,commands:r})=>{const i=Q(t,n.schema);return xt(n,i,e)?r.lift(i):r.wrapIn(i,e)},Xm=()=>({state:t,dispatch:e})=>{const n=t.plugins;for(let r=0;r<n.length;r+=1){const i=n[r];let s;if(i.spec.isInputRules&&(s=i.getState(t))){if(e){const o=t.tr,u=s.transform;for(let l=u.steps.length-1;l>=0;l-=1)o.step(u.steps[l].invert(u.docs[l]));if(s.text){const l=o.doc.resolve(s.from).marks();o.replaceWith(s.from,s.to,t.schema.text(s.text,l))}else o.delete(s.from,s.to)}return!0}}return!1},e1=()=>({tr:t,dispatch:e})=>{const{selection:n}=t,{empty:r,ranges:i}=n;return r||e&&i.forEach(s=>{t.removeMark(s.$from.pos,s.$to.pos)}),!0},t1=(t,e={})=>({tr:n,state:r,dispatch:i})=>{var s;const{extendEmptyMarkRange:o=!1}=e,{selection:u}=n,l=et(t,r.schema),{$from:a,empty:c,ranges:d}=u;if(!i)return!0;if(c&&o){let{from:h,to:f}=u;const p=(s=a.marks().find(g=>g.type===l))==null?void 0:s.attrs,m=Eo(a,l,p);m&&(h=m.from,f=m.to),n.removeMark(h,f,l)}else d.forEach(h=>{n.removeMark(h.$from.pos,h.$to.pos,l)});return n.removeStoredMark(l),!0},n1=t=>({tr:e,state:n,dispatch:r})=>{const{selection:i}=n;let s,o;return typeof t=="number"?(s=t,o=t):t&&"from"in t&&"to"in t?(s=t.from,o=t.to):(s=i.from,o=i.to),r&&e.doc.nodesBetween(s,o,(u,l)=>{if(u.isText)return;const a={...u.attrs};delete a.dir,e.setNodeMarkup(l,void 0,a)}),!0},r1=(t,e={})=>({tr:n,state:r,dispatch:i})=>{let s=null,o=null;const u=wi(typeof t=="string"?t:t.name,r.schema);if(!u)return!1;u==="node"&&(s=Q(t,r.schema)),u==="mark"&&(o=et(t,r.schema));let l=!1;return n.selection.ranges.forEach(a=>{const c=a.$from.pos,d=a.$to.pos;let h,f,p,m;n.selection.empty?r.doc.nodesBetween(c,d,(g,b)=>{s&&s===g.type&&(l=!0,p=Math.max(b,c),m=Math.min(b+g.nodeSize,d),h=b,f=g)}):r.doc.nodesBetween(c,d,(g,b)=>{b<c&&s&&s===g.type&&(l=!0,p=Math.max(b,c),m=Math.min(b+g.nodeSize,d),h=b,f=g),b>=c&&b<=d&&(s&&s===g.type&&(l=!0,i&&n.setNodeMarkup(b,void 0,{...g.attrs,...e})),o&&g.marks.length&&g.marks.forEach(k=>{if(o===k.type&&(l=!0,i)){const x=Math.max(b,c),y=Math.min(b+g.nodeSize,d);n.addMark(x,y,o.create({...k.attrs,...e}))}}))}),f&&(h!==void 0&&i&&n.setNodeMarkup(h,void 0,{...f.attrs,...e}),o&&f.marks.length&&f.marks.forEach(g=>{o===g.type&&i&&n.addMark(p,m,o.create({...g.attrs,...e}))}))}),l},i1=(t,e={})=>({state:n,dispatch:r})=>{const i=Q(t,n.schema);return Th(i,e)(n,r)},s1=(t,e={})=>({state:n,dispatch:r})=>{const i=Q(t,n.schema);return Dh(i,e)(n,r)},o1=class{constructor(){this.callbacks={}}on(t,e){return this.callbacks[t]||(this.callbacks[t]=[]),this.callbacks[t].push(e),this}emit(t,...e){const n=this.callbacks[t];return n&&n.forEach(r=>r.apply(this,e)),this}off(t,e){const n=this.callbacks[t];return n&&(e?this.callbacks[t]=n.filter(r=>r!==e):delete this.callbacks[t]),this}once(t,e){const n=(...r)=>{this.off(t,n),e.apply(this,r)};return this.on(t,n)}removeAllListeners(){this.callbacks={}}},vi=class{constructor(t){var e;this.find=t.find,this.handler=t.handler,this.undoable=(e=t.undoable)!=null?e:!0}},u1=(t,e)=>{if(Co(e))return e.exec(t);const n=e(t);if(!n)return null;const r=[n.text];return r.index=n.index,r.input=t,r.data=n.data,n.replaceWith&&(n.text.includes(n.replaceWith)||console.warn('[tiptap warn]: "inputRuleMatch.replaceWith" must be part of "inputRuleMatch.text".'),r.push(n.replaceWith)),r};function or(t){var e;const{editor:n,from:r,to:i,text:s,rules:o,plugin:u}=t,{view:l}=n;if(l.composing)return!1;const a=l.state.doc.resolve(r);if(a.parent.type.spec.code||(e=a.nodeBefore||a.nodeAfter)!=null&&e.marks.find(h=>h.type.spec.code))return!1;let c=!1;const d=Om(a)+s;return o.forEach(h=>{if(c)return;const f=u1(d,h.find);if(!f)return;const p=l.state.tr,m=Ci({state:l.state,transaction:p}),g={from:r-(f[0].length-s.length),to:i},{commands:b,chain:k,can:x}=new Ei({editor:n,state:m});h.handler({state:m,range:g,match:f,commands:b,chain:k,can:x})===null||!p.steps.length||(h.undoable&&p.setMeta(u,{transform:p,from:r,to:i,text:s}),l.dispatch(p),c=!0)}),c}function l1(t){const{editor:e,rules:n}=t,r=new j({state:{init(){return null},apply(i,s,o){const u=i.getMeta(r);if(u)return u;const l=i.getMeta("applyInputRules");return!!l&&setTimeout(()=>{let{text:c}=l;typeof c=="string"?c=c:c=Zn(C.from(c),o.schema);const{from:d}=l,h=d+c.length;or({editor:e,from:d,to:h,text:c,rules:n,plugin:r})}),i.selectionSet||i.docChanged?null:s}},props:{handleTextInput(i,s,o,u){return or({editor:e,from:s,to:o,text:u,rules:n,plugin:r})},handleDOMEvents:{compositionend:i=>(setTimeout(()=>{const{$cursor:s}=i.state.selection;s&&or({editor:e,from:s.pos,to:s.pos,text:"",rules:n,plugin:r})}),!1)},handleKeyDown(i,s){if(s.key!=="Enter")return!1;const{$cursor:o}=i.state.selection;return o?or({editor:e,from:o.pos,to:o.pos,text:`
|
|
21
|
+
`,rules:n,plugin:r}):!1}},isInputRules:!0});return r}function a1(t){return Object.prototype.toString.call(t).slice(8,-1)}function ur(t){return a1(t)!=="Object"?!1:t.constructor===Object&&Object.getPrototypeOf(t)===Object.prototype}function Uc(t,e){const n={...t};return ur(t)&&ur(e)&&Object.keys(e).forEach(r=>{ur(e[r])&&ur(t[r])?n[r]=Uc(t[r],e[r]):n[r]=e[r]}),n}var vo=class{constructor(t={}){this.type="extendable",this.parent=null,this.child=null,this.name="",this.config={name:this.name},this.config={...this.config,...t},this.name=this.config.name}get options(){return{...L(M(this,"addOptions",{name:this.name}))||{}}}get storage(){return{...L(M(this,"addStorage",{name:this.name,options:this.options}))||{}}}configure(t={}){const e=this.extend({...this.config,addOptions:()=>Uc(this.options,t)});return e.name=this.name,e.parent=this.parent,this.child=null,e}extend(t={}){const e=new this.constructor({...this.config,...t});return e.parent=this,this.child=e,e.name="name"in t?t.name:e.parent.name,e}},we=class Kc extends vo{constructor(){super(...arguments),this.type="mark"}static create(e={}){const n=typeof e=="function"?e():e;return new Kc(n)}static handleExit({editor:e,mark:n}){const{tr:r}=e.state,i=e.state.selection.$from;if(i.pos===i.end()){const o=i.marks();if(!!!o.find(a=>(a==null?void 0:a.type.name)===n.name))return!1;const l=o.find(a=>(a==null?void 0:a.type.name)===n.name);return l&&r.removeStoredMark(l),r.insertText(" ",i.pos),e.view.dispatch(r),!0}return!1}configure(e){return super.configure(e)}extend(e){const n=typeof e=="function"?e():e;return super.extend(n)}};function c1(t){return typeof t=="number"}var d1=class{constructor(t){this.find=t.find,this.handler=t.handler}},f1=(t,e,n)=>{if(Co(e))return[...t.matchAll(e)];const r=e(t,n);return r?r.map(i=>{const s=[i.text];return s.index=i.index,s.input=t,s.data=i.data,i.replaceWith&&(i.text.includes(i.replaceWith)||console.warn('[tiptap warn]: "pasteRuleMatch.replaceWith" must be part of "pasteRuleMatch.text".'),s.push(i.replaceWith)),s}):[]};function h1(t){const{editor:e,state:n,from:r,to:i,rule:s,pasteEvent:o,dropEvent:u}=t,{commands:l,chain:a,can:c}=new Ei({editor:e,state:n}),d=[];return n.doc.nodesBetween(r,i,(f,p)=>{var m,g,b,k,x;if((g=(m=f.type)==null?void 0:m.spec)!=null&&g.code||!(f.isText||f.isTextblock||f.isInline))return;const y=(x=(k=(b=f.content)==null?void 0:b.size)!=null?k:f.nodeSize)!=null?x:0,E=Math.max(r,p),S=Math.min(i,p+y);if(E>=S)return;const v=f.isText?f.text||"":f.textBetween(E-p,S-p,void 0,"");f1(v,s.find,o).forEach(N=>{if(N.index===void 0)return;const H=E+N.index+1,xe=H+N[0].length,Se={from:n.tr.mapping.map(H),to:n.tr.mapping.map(xe)},ee=s.handler({state:n,range:Se,match:N,commands:l,chain:a,can:c,pasteEvent:o,dropEvent:u});d.push(ee)})}),d.every(f=>f!==null)}var lr=null,p1=t=>{var e;const n=new ClipboardEvent("paste",{clipboardData:new DataTransfer});return(e=n.clipboardData)==null||e.setData("text/html",t),n};function m1(t){const{editor:e,rules:n}=t;let r=null,i=!1,s=!1,o=typeof ClipboardEvent<"u"?new ClipboardEvent("paste"):null,u;try{u=typeof DragEvent<"u"?new DragEvent("drop"):null}catch{u=null}const l=({state:c,from:d,to:h,rule:f,pasteEvt:p})=>{const m=c.tr,g=Ci({state:c,transaction:m});if(!(!h1({editor:e,state:g,from:Math.max(d-1,0),to:h.b-1,rule:f,pasteEvent:p,dropEvent:u})||!m.steps.length)){try{u=typeof DragEvent<"u"?new DragEvent("drop"):null}catch{u=null}return o=typeof ClipboardEvent<"u"?new ClipboardEvent("paste"):null,m}};return n.map(c=>new j({view(d){const h=p=>{var m;r=(m=d.dom.parentElement)!=null&&m.contains(p.target)?d.dom.parentElement:null,r&&(lr=e)},f=()=>{lr&&(lr=null)};return window.addEventListener("dragstart",h),window.addEventListener("dragend",f),{destroy(){window.removeEventListener("dragstart",h),window.removeEventListener("dragend",f)}}},props:{handleDOMEvents:{drop:(d,h)=>{if(s=r===d.dom.parentElement,u=h,!s){const f=lr;f!=null&&f.isEditable&&setTimeout(()=>{const p=f.state.selection;p&&f.commands.deleteRange({from:p.from,to:p.to})},10)}return!1},paste:(d,h)=>{var f;const p=(f=h.clipboardData)==null?void 0:f.getData("text/html");return o=h,i=!!(p!=null&&p.includes("data-pm-slice")),!1}}},appendTransaction:(d,h,f)=>{const p=d[0],m=p.getMeta("uiEvent")==="paste"&&!i,g=p.getMeta("uiEvent")==="drop"&&!s,b=p.getMeta("applyPasteRules"),k=!!b;if(!m&&!g&&!k)return;if(k){let{text:E}=b;typeof E=="string"?E=E:E=Zn(C.from(E),f.schema);const{from:S}=b,v=S+E.length,D=p1(E);return l({rule:c,state:f,from:S,to:{b:v},pasteEvt:D})}const x=h.doc.content.findDiffStart(f.doc.content),y=h.doc.content.findDiffEnd(f.doc.content);if(!(!c1(x)||!y||x===y.b))return l({rule:c,state:f,from:x,to:y,pasteEvt:o})}}))}var Ai=class{constructor(t,e){this.splittableMarks=[],this.editor=e,this.baseExtensions=t,this.extensions=Bc(t),this.schema=vm(this.extensions,e),this.setupExtensions()}get commands(){return this.extensions.reduce((t,e)=>{const n={name:e.name,options:e.options,storage:this.editor.extensionStorage[e.name],editor:this.editor,type:dn(e.name,this.schema)},r=M(e,"addCommands",n);return r?{...t,...r()}:t},{})}get plugins(){const{editor:t}=this;return Sn([...this.extensions].reverse()).flatMap(r=>{const i={name:r.name,options:r.options,storage:this.editor.extensionStorage[r.name],editor:t,type:dn(r.name,this.schema)},s=[],o=M(r,"addKeyboardShortcuts",i);let u={};if(r.type==="mark"&&M(r,"exitable",i)&&(u.ArrowRight=()=>we.handleExit({editor:t,mark:r})),o){const h=Object.fromEntries(Object.entries(o()).map(([f,p])=>[f,()=>p({editor:t})]));u={...u,...h}}const l=vp(u);s.push(l);const a=M(r,"addInputRules",i);if(sl(r,t.options.enableInputRules)&&a){const h=a();if(h&&h.length){const f=l1({editor:t,rules:h}),p=Array.isArray(f)?f:[f];s.push(...p)}}const c=M(r,"addPasteRules",i);if(sl(r,t.options.enablePasteRules)&&c){const h=c();if(h&&h.length){const f=m1({editor:t,rules:h});s.push(...f)}}const d=M(r,"addProseMirrorPlugins",i);if(d){const h=d();s.push(...h)}return s})}get attributes(){return Pc(this.extensions)}get nodeViews(){const{editor:t}=this,{nodeExtensions:e}=nn(this.extensions);return Object.fromEntries(e.filter(n=>!!M(n,"addNodeView")).map(n=>{const r=this.attributes.filter(l=>l.type===n.name),i={name:n.name,options:n.options,storage:this.editor.extensionStorage[n.name],editor:t,type:Q(n.name,this.schema)},s=M(n,"addNodeView",i);if(!s)return[];const o=s();if(!o)return[];const u=(l,a,c,d,h)=>{const f=zn(l,r);return o({node:l,view:a,getPos:c,decorations:d,innerDecorations:h,editor:t,extension:n,HTMLAttributes:f})};return[n.name,u]}))}dispatchTransaction(t){const{editor:e}=this;return Sn([...this.extensions].reverse()).reduceRight((r,i)=>{const s={name:i.name,options:i.options,storage:this.editor.extensionStorage[i.name],editor:e,type:dn(i.name,this.schema)},o=M(i,"dispatchTransaction",s);return o?u=>{o.call(s,{transaction:u,next:r})}:r},t)}transformPastedHTML(t){const{editor:e}=this;return Sn([...this.extensions]).reduce((r,i)=>{const s={name:i.name,options:i.options,storage:this.editor.extensionStorage[i.name],editor:e,type:dn(i.name,this.schema)},o=M(i,"transformPastedHTML",s);return o?(u,l)=>{const a=r(u,l);return o.call(s,a)}:r},t||(r=>r))}get markViews(){const{editor:t}=this,{markExtensions:e}=nn(this.extensions);return Object.fromEntries(e.filter(n=>!!M(n,"addMarkView")).map(n=>{const r=this.attributes.filter(u=>u.type===n.name),i={name:n.name,options:n.options,storage:this.editor.extensionStorage[n.name],editor:t,type:et(n.name,this.schema)},s=M(n,"addMarkView",i);if(!s)return[];const o=(u,l,a)=>{const c=zn(u,r);return s()({mark:u,view:l,inline:a,editor:t,extension:n,HTMLAttributes:c,updateAttributes:d=>{T1(u,t,d)}})};return[n.name,o]}))}destroy(){this.extensions.forEach(t=>{let e=t;for(;e.parent;){const n=e.parent;n.child===e&&(n.child=null),e=n}}),this.extensions=[],this.baseExtensions=[],this.schema=null,this.editor=null}setupExtensions(){const t=this.extensions;this.editor.extensionStorage=Object.fromEntries(t.map(e=>[e.name,e.storage])),t.forEach(e=>{var n;const r={name:e.name,options:e.options,storage:this.editor.extensionStorage[e.name],editor:this.editor,type:dn(e.name,this.schema)};e.type==="mark"&&((n=L(M(e,"keepOnSplit",r)))==null||n)&&this.splittableMarks.push(e.name);const i=M(e,"onBeforeCreate",r),s=M(e,"onCreate",r),o=M(e,"onUpdate",r),u=M(e,"onSelectionUpdate",r),l=M(e,"onTransaction",r),a=M(e,"onFocus",r),c=M(e,"onBlur",r),d=M(e,"onDestroy",r);i&&this.editor.on("beforeCreate",i),s&&this.editor.on("create",s),o&&this.editor.on("update",o),u&&this.editor.on("selectionUpdate",u),l&&this.editor.on("transaction",l),a&&this.editor.on("focus",a),c&&this.editor.on("blur",c),d&&this.editor.on("destroy",d)})}};Ai.resolve=Bc;Ai.sort=Sn;Ai.flatten=wo;var Jc={};yo(Jc,{ClipboardTextSerializer:()=>Zc,Commands:()=>Qc,Delete:()=>Yc,Drop:()=>Xc,Editable:()=>ed,FocusEvents:()=>nd,Keymap:()=>rd,Paste:()=>id,Tabindex:()=>sd,TextDirection:()=>od,focusEventsPluginKey:()=>td});var V=class Gc extends vo{constructor(){super(...arguments),this.type="extension"}static create(e={}){const n=typeof e=="function"?e():e;return new Gc(n)}configure(e){return super.configure(e)}extend(e){const n=typeof e=="function"?e():e;return super.extend(n)}},Zc=V.create({name:"clipboardTextSerializer",addOptions(){return{blockSeparator:void 0}},addProseMirrorPlugins(){return[new j({key:new X("clipboardTextSerializer"),props:{clipboardTextSerializer:()=>{const{editor:t}=this,{state:e,schema:n}=t,{doc:r,selection:i}=e,{ranges:s}=i,o=Math.min(...s.map(c=>c.$from.pos)),u=Math.max(...s.map(c=>c.$to.pos)),l=$c(n);return zc(r,{from:o,to:u},{...this.options.blockSeparator!==void 0?{blockSeparator:this.options.blockSeparator}:{},textSerializers:l})}}})]}}),Qc=V.create({name:"commands",addCommands(){return{...Tc}}}),Yc=V.create({name:"delete",onUpdate({transaction:t,appendedTransactions:e}){var n,r,i;const s=()=>{var o,u,l,a;if((a=(l=(u=(o=this.editor.options.coreExtensionOptions)==null?void 0:o.delete)==null?void 0:u.filterTransaction)==null?void 0:l.call(u,t))!=null?a:t.getMeta("y-sync$"))return;const c=Fc(t.before,[t,...e]);jc(c).forEach(f=>{c.mapping.mapResult(f.oldRange.from).deletedAfter&&c.mapping.mapResult(f.oldRange.to).deletedBefore&&c.before.nodesBetween(f.oldRange.from,f.oldRange.to,(p,m)=>{const g=m+p.nodeSize-2,b=f.oldRange.from<=m&&g<=f.oldRange.to;this.editor.emit("delete",{type:"node",node:p,from:m,to:g,newFrom:c.mapping.map(m),newTo:c.mapping.map(g),deletedRange:f.oldRange,newRange:f.newRange,partial:!b,editor:this.editor,transaction:t,combinedTransform:c})})});const h=c.mapping;c.steps.forEach((f,p)=>{var m,g;if(f instanceof Ie){const b=h.slice(p).map(f.from,-1),k=h.slice(p).map(f.to),x=h.invert().map(b,-1),y=h.invert().map(k),E=b>0?(m=c.doc.nodeAt(b-1))==null?void 0:m.marks.some(v=>v.eq(f.mark)):!1,S=(g=c.doc.nodeAt(k))==null?void 0:g.marks.some(v=>v.eq(f.mark));this.editor.emit("delete",{type:"mark",mark:f.mark,from:f.from,to:f.to,deletedRange:{from:x,to:y},newRange:{from:b,to:k},partial:!!(S||E),editor:this.editor,transaction:t,combinedTransform:c})}})};(i=(r=(n=this.editor.options.coreExtensionOptions)==null?void 0:n.delete)==null?void 0:r.async)==null||i?setTimeout(s,0):s()}}),Xc=V.create({name:"drop",addProseMirrorPlugins(){return[new j({key:new X("tiptapDrop"),props:{handleDrop:(t,e,n,r)=>{this.editor.emit("drop",{editor:this.editor,event:e,slice:n,moved:r})}}})]}}),ed=V.create({name:"editable",addProseMirrorPlugins(){return[new j({key:new X("editable"),props:{editable:()=>this.editor.options.editable}})]}}),td=new X("focusEvents"),nd=V.create({name:"focusEvents",addProseMirrorPlugins(){const{editor:t}=this;return[new j({key:td,props:{handleDOMEvents:{focus:(e,n)=>{t.isFocused=!0;const r=t.state.tr.setMeta("focus",{event:n}).setMeta("addToHistory",!1);return e.dispatch(r),!1},blur:(e,n)=>{t.isFocused=!1;const r=t.state.tr.setMeta("blur",{event:n}).setMeta("addToHistory",!1);return e.dispatch(r),!1}}}})]}}),rd=V.create({name:"keymap",addKeyboardShortcuts(){const t=()=>this.editor.commands.first(({commands:o})=>[()=>o.undoInputRule(),()=>o.command(({tr:u})=>{const{selection:l,doc:a}=u,{empty:c,$anchor:d}=l,{pos:h,parent:f}=d,p=d.parent.isTextblock&&h>0?u.doc.resolve(h-1):d,m=p.parent.type.spec.isolating,g=d.pos-d.parentOffset,b=m&&p.parent.childCount===1?g===d.pos:O.atStart(a).from===h;return!c||!f.type.isTextblock||f.textContent.length||!b||b&&d.parent.type.name==="paragraph"?!1:o.clearNodes()}),()=>o.deleteSelection(),()=>o.joinBackward(),()=>o.selectNodeBackward()]),e=()=>this.editor.commands.first(({commands:o})=>[()=>o.deleteSelection(),()=>o.deleteCurrentNode(),()=>o.joinForward(),()=>o.selectNodeForward()]),r={Enter:()=>this.editor.commands.first(({commands:o})=>[()=>o.newlineInCode(),()=>o.createParagraphNear(),()=>o.liftEmptyBlock(),()=>o.splitBlock()]),"Mod-Enter":()=>this.editor.commands.exitCode(),Backspace:t,"Mod-Backspace":t,"Shift-Backspace":t,Delete:e,"Mod-Delete":e,"Mod-a":()=>this.editor.commands.selectAll()},i={...r},s={...r,"Ctrl-h":t,"Alt-Backspace":t,"Ctrl-d":e,"Ctrl-Alt-Backspace":e,"Alt-Delete":e,"Alt-d":e,"Ctrl-a":()=>this.editor.commands.selectTextblockStart(),"Ctrl-e":()=>this.editor.commands.selectTextblockEnd()};return Ir()||Ic()?s:i},addProseMirrorPlugins(){return[new j({key:new X("clearDocument"),appendTransaction:(t,e,n)=>{if(t.some(m=>m.getMeta("composition")))return;const r=t.some(m=>m.docChanged)&&!e.doc.eq(n.doc),i=t.some(m=>m.getMeta("preventClearDocument"));if(!r||i)return;const{empty:s,from:o,to:u}=e.selection,l=O.atStart(e.doc).from,a=O.atEnd(e.doc).to;if(s||!(o===l&&u===a)||!$n(n.doc))return;const h=n.tr,f=Ci({state:n,transaction:h}),{commands:p}=new Ei({editor:this.editor,state:f});if(p.clearNodes(),!!h.steps.length)return h}})]}}),id=V.create({name:"paste",addProseMirrorPlugins(){return[new j({key:new X("tiptapPaste"),props:{handlePaste:(t,e,n)=>{this.editor.emit("paste",{editor:this.editor,event:e,slice:n})}}})]}}),sd=V.create({name:"tabindex",addOptions(){return{value:void 0}},addProseMirrorPlugins(){return[new j({key:new X("tabindex"),props:{attributes:()=>{var t;return!this.editor.isEditable&&this.options.value===void 0?{}:{tabindex:(t=this.options.value)!=null?t:"0"}}}})]}}),od=V.create({name:"textDirection",addOptions(){return{direction:void 0}},addGlobalAttributes(){if(!this.options.direction)return[];const{nodeExtensions:t}=nn(this.extensions);return[{types:t.filter(e=>e.name!=="text").map(e=>e.name),attributes:{dir:{default:this.options.direction,parseHTML:e=>{const n=e.getAttribute("dir");return n&&(n==="ltr"||n==="rtl"||n==="auto")?n:this.options.direction},renderHTML:e=>e.dir?{dir:e.dir}:{}}}}]},addProseMirrorPlugins(){return[new j({key:new X("textDirection"),props:{attributes:()=>{const t=this.options.direction;return t?{dir:t}:{}}}})]}}),g1=class kn{constructor(e,n,r=!1,i=null){this.currentNode=null,this.actualDepth=null,this.isBlock=r,this.resolvedPos=e,this.editor=n,this.currentNode=i}get name(){return this.node.type.name}get node(){return this.currentNode||this.resolvedPos.node()}get element(){return this.editor.view.domAtPos(this.pos).node}get depth(){var e;return(e=this.actualDepth)!=null?e:this.resolvedPos.depth}get pos(){return this.resolvedPos.pos}get content(){return this.node.content}set content(e){let n=this.from,r=this.to;if(this.isBlock){if(this.content.size===0){console.error(`You can’t set content on a block node. Tried to set content on ${this.name} at ${this.pos}`);return}n=this.from+1,r=this.to-1}this.editor.commands.insertContentAt({from:n,to:r},e)}get attributes(){return this.node.attrs}get textContent(){return this.node.textContent}get size(){return this.node.nodeSize}get from(){return this.isBlock?this.pos:this.resolvedPos.start(this.resolvedPos.depth)}get range(){return{from:this.from,to:this.to}}get to(){return this.isBlock?this.pos+this.size:this.resolvedPos.end(this.resolvedPos.depth)+(this.node.isText?0:1)}get parent(){if(this.depth===0)return null;const e=this.resolvedPos.start(this.resolvedPos.depth-1),n=this.resolvedPos.doc.resolve(e);return new kn(n,this.editor)}get before(){let e=this.resolvedPos.doc.resolve(this.from-(this.isBlock?1:2));return e.depth!==this.depth&&(e=this.resolvedPos.doc.resolve(this.from-3)),new kn(e,this.editor)}get after(){let e=this.resolvedPos.doc.resolve(this.to+(this.isBlock?2:1));return e.depth!==this.depth&&(e=this.resolvedPos.doc.resolve(this.to+3)),new kn(e,this.editor)}get children(){const e=[];return this.node.content.forEach((n,r)=>{const i=n.isBlock&&!n.isTextblock,s=n.isAtom&&!n.isText,o=n.isInline,u=this.pos+r+(s?0:1);if(u<0||u>this.resolvedPos.doc.nodeSize-2)return;const l=this.resolvedPos.doc.resolve(u);if(!i&&!o&&l.depth<=this.depth)return;const a=new kn(l,this.editor,i,i||o?n:null);i&&(a.actualDepth=this.depth+1),e.push(a)}),e}get firstChild(){return this.children[0]||null}get lastChild(){const e=this.children;return e[e.length-1]||null}closest(e,n={}){let r=null,i=this.parent;for(;i&&!r;){if(i.node.type.name===e)if(Object.keys(n).length>0){const s=i.node.attrs,o=Object.keys(n);for(let u=0;u<o.length;u+=1){const l=o[u];if(s[l]!==n[l])break}}else r=i;i=i.parent}return r}querySelector(e,n={}){return this.querySelectorAll(e,n,!0)[0]||null}querySelectorAll(e,n={},r=!1){let i=[];if(!this.children||this.children.length===0)return i;const s=Object.keys(n);return this.children.forEach(o=>{r&&i.length>0||(o.node.type.name===e&&s.every(l=>n[l]===o.node.attrs[l])&&i.push(o),!(r&&i.length>0)&&(i=i.concat(o.querySelectorAll(e,n,r))))}),i}setAttribute(e){const{tr:n}=this.editor.state;n.setNodeMarkup(this.from,void 0,{...this.node.attrs,...e}),this.editor.view.dispatch(n)}},b1=`.ProseMirror {
|
|
22
|
+
position: relative;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.ProseMirror {
|
|
26
|
+
word-wrap: break-word;
|
|
27
|
+
white-space: pre-wrap;
|
|
28
|
+
white-space: break-spaces;
|
|
29
|
+
-webkit-font-variant-ligatures: none;
|
|
30
|
+
font-variant-ligatures: none;
|
|
31
|
+
font-feature-settings: "liga" 0; /* the above doesn't seem to work in Edge */
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.ProseMirror [contenteditable="false"] {
|
|
35
|
+
white-space: normal;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.ProseMirror [contenteditable="false"] [contenteditable="true"] {
|
|
39
|
+
white-space: pre-wrap;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.ProseMirror pre {
|
|
43
|
+
white-space: pre-wrap;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
img.ProseMirror-separator {
|
|
47
|
+
display: inline !important;
|
|
48
|
+
border: none !important;
|
|
49
|
+
margin: 0 !important;
|
|
50
|
+
width: 0 !important;
|
|
51
|
+
height: 0 !important;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.ProseMirror-gapcursor {
|
|
55
|
+
display: none;
|
|
56
|
+
pointer-events: none;
|
|
57
|
+
position: absolute;
|
|
58
|
+
margin: 0;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.ProseMirror-gapcursor:after {
|
|
62
|
+
content: "";
|
|
63
|
+
display: block;
|
|
64
|
+
position: absolute;
|
|
65
|
+
top: -2px;
|
|
66
|
+
width: 20px;
|
|
67
|
+
border-top: 1px solid black;
|
|
68
|
+
animation: ProseMirror-cursor-blink 1.1s steps(2, start) infinite;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
@keyframes ProseMirror-cursor-blink {
|
|
72
|
+
to {
|
|
73
|
+
visibility: hidden;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.ProseMirror-hideselection *::selection {
|
|
78
|
+
background: transparent;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.ProseMirror-hideselection *::-moz-selection {
|
|
82
|
+
background: transparent;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.ProseMirror-hideselection * {
|
|
86
|
+
caret-color: transparent;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.ProseMirror-focused .ProseMirror-gapcursor {
|
|
90
|
+
display: block;
|
|
91
|
+
}`;function k1(t,e,n){const r=document.querySelector("style[data-tiptap-style]");if(r!==null)return r;const i=document.createElement("style");return e&&i.setAttribute("nonce",e),i.setAttribute("data-tiptap-style",""),i.innerHTML=t,document.getElementsByTagName("head")[0].appendChild(i),i}var x1=class extends o1{constructor(t={}){super(),this.css=null,this.className="tiptap",this.editorView=null,this.isFocused=!1,this.destroyed=!1,this.isInitialized=!1,this.extensionStorage={},this.instanceId=Math.random().toString(36).slice(2,9),this.options={element:typeof document<"u"?document.createElement("div"):null,content:"",injectCSS:!0,injectNonce:void 0,extensions:[],autofocus:!1,editable:!0,textDirection:void 0,editorProps:{},parseOptions:{},coreExtensionOptions:{},enableInputRules:!0,enablePasteRules:!0,enableCoreExtensions:!0,enableContentCheck:!1,emitContentError:!1,onBeforeCreate:()=>null,onCreate:()=>null,onMount:()=>null,onUnmount:()=>null,onUpdate:()=>null,onSelectionUpdate:()=>null,onTransaction:()=>null,onFocus:()=>null,onBlur:()=>null,onDestroy:()=>null,onContentError:({error:r})=>{throw r},onPaste:()=>null,onDrop:()=>null,onDelete:()=>null,enableExtensionDispatchTransaction:!0},this.isCapturingTransaction=!1,this.capturedTransaction=null,this.utils={getUpdatedPosition:Lm,createMappablePosition:Pm},this.setOptions(t),this.createExtensionManager(),this.createCommandManager(),this.createSchema(),this.on("beforeCreate",this.options.onBeforeCreate),this.emit("beforeCreate",{editor:this}),this.on("mount",this.options.onMount),this.on("unmount",this.options.onUnmount),this.on("contentError",this.options.onContentError),this.on("create",this.options.onCreate),this.on("update",this.options.onUpdate),this.on("selectionUpdate",this.options.onSelectionUpdate),this.on("transaction",this.options.onTransaction),this.on("focus",this.options.onFocus),this.on("blur",this.options.onBlur),this.on("destroy",this.options.onDestroy),this.on("drop",({event:r,slice:i,moved:s})=>this.options.onDrop(r,i,s)),this.on("paste",({event:r,slice:i})=>this.options.onPaste(r,i)),this.on("delete",this.options.onDelete);const e=this.createDoc(),n=Nc(e,this.options.autofocus);this.editorState=Jt.create({doc:e,schema:this.schema,selection:n||void 0}),this.options.element&&this.mount(this.options.element)}mount(t){if(typeof document>"u")throw new Error("[tiptap error]: The editor cannot be mounted because there is no 'document' defined in this environment.");this.createView(t),this.emit("mount",{editor:this}),this.css&&!document.head.contains(this.css)&&document.head.appendChild(this.css),window.setTimeout(()=>{this.isDestroyed||(this.options.autofocus!==!1&&this.options.autofocus!==null&&this.commands.focus(this.options.autofocus),this.emit("create",{editor:this}),this.isInitialized=!0)},0)}unmount(){if(this.editorView){const t=this.editorView.dom;t!=null&&t.editor&&delete t.editor,this.editorView.destroy()}if(this.editorView=null,this.isInitialized=!1,this.css&&!document.querySelectorAll(`.${this.className}`).length)try{typeof this.css.remove=="function"?this.css.remove():this.css.parentNode&&this.css.parentNode.removeChild(this.css)}catch(t){console.warn("Failed to remove CSS element:",t)}this.css=null,this.emit("unmount",{editor:this})}get storage(){return this.extensionStorage}get commands(){return this.commandManager.commands}chain(){return this.commandManager.chain()}can(){return this.commandManager.can()}injectCSS(){this.options.injectCSS&&typeof document<"u"&&(this.css=k1(b1,this.options.injectNonce))}setOptions(t={}){this.options={...this.options,...t},!(!this.editorView||!this.state||this.isDestroyed)&&(this.options.editorProps&&this.view.setProps(this.options.editorProps),this.view.updateState(this.state))}setEditable(t,e=!0){this.setOptions({editable:t}),e&&this.emit("update",{editor:this,transaction:this.state.tr,appendedTransactions:[]})}get isEditable(){return this.options.editable&&this.view&&this.view.editable}get view(){return this.editorView?this.editorView:new Proxy({state:this.editorState,updateState:t=>{this.editorState=t},dispatch:t=>{this.dispatchTransaction(t)},composing:!1,dragging:null,editable:!0,isDestroyed:!1},{get:(t,e)=>{if(this.editorView)return this.editorView[e];if(e==="state")return this.editorState;if(e in t)return Reflect.get(t,e);throw new Error(`[tiptap error]: The editor view is not available. Cannot access view['${e}']. The editor may not be mounted yet.`)}})}get state(){return this.editorView&&(this.editorState=this.view.state),this.editorState}registerPlugin(t,e){const n=Lc(e)?e(t,[...this.state.plugins]):[...this.state.plugins,t],r=this.state.reconfigure({plugins:n});return this.view.updateState(r),r}unregisterPlugin(t){if(this.isDestroyed)return;const e=this.state.plugins;let n=e;if([].concat(t).forEach(i=>{const s=typeof i=="string"?`${i}$`:i.key;n=n.filter(o=>!o.key.startsWith(s))}),e.length===n.length)return;const r=this.state.reconfigure({plugins:n});return this.view.updateState(r),r}createExtensionManager(){var t,e,n,r;const s=[...this.options.enableCoreExtensions?[ed,Zc.configure({blockSeparator:(e=(t=this.options.coreExtensionOptions)==null?void 0:t.clipboardTextSerializer)==null?void 0:e.blockSeparator}),Qc,nd,rd,sd.configure({value:(r=(n=this.options.coreExtensionOptions)==null?void 0:n.tabindex)==null?void 0:r.value}),Xc,id,Yc,od.configure({direction:this.options.textDirection})].filter(o=>typeof this.options.enableCoreExtensions=="object"?this.options.enableCoreExtensions[o.name]!==!1:!0):[],...this.options.extensions].filter(o=>["extension","node","mark"].includes(o==null?void 0:o.type));this.extensionManager=new Ai(s,this)}createCommandManager(){this.commandManager=new Ei({editor:this})}createSchema(){this.schema=this.extensionManager.schema}createDoc(){let t;try{t=Bs(this.options.content,this.schema,this.options.parseOptions,{errorOnInvalidContent:this.options.enableContentCheck})}catch(e){if(!(e instanceof Error)||!["[tiptap error]: Invalid JSON content","[tiptap error]: Invalid HTML content"].includes(e.message))throw e;this.emit("contentError",{editor:this,error:e,disableCollaboration:()=>{"collaboration"in this.storage&&typeof this.storage.collaboration=="object"&&this.storage.collaboration&&(this.storage.collaboration.isDisabled=!0),this.options.extensions=this.options.extensions.filter(n=>n.name!=="collaboration"),this.createExtensionManager()}}),t=Bs(this.options.content,this.schema,this.options.parseOptions,{errorOnInvalidContent:!1})}return t}createView(t){const{editorProps:e,enableExtensionDispatchTransaction:n}=this.options,r=e.dispatchTransaction||this.dispatchTransaction.bind(this),i=n?this.extensionManager.dispatchTransaction(r):r,s=e.transformPastedHTML,o=this.extensionManager.transformPastedHTML(s);this.editorView=new Ac(t,{...e,attributes:{role:"textbox",...e==null?void 0:e.attributes},dispatchTransaction:i,transformPastedHTML:o,state:this.editorState,markViews:this.extensionManager.markViews,nodeViews:this.extensionManager.nodeViews});const u=this.state.reconfigure({plugins:this.extensionManager.plugins});this.view.updateState(u),this.prependClass(),this.injectCSS();const l=this.view.dom;l.editor=this}createNodeViews(){this.view.isDestroyed||this.view.setProps({markViews:this.extensionManager.markViews,nodeViews:this.extensionManager.nodeViews})}prependClass(){this.view.dom.className=`${this.className} ${this.view.dom.className}`}captureTransaction(t){this.isCapturingTransaction=!0,t(),this.isCapturingTransaction=!1;const e=this.capturedTransaction;return this.capturedTransaction=null,e}dispatchTransaction(t){if(this.view.isDestroyed)return;if(this.isCapturingTransaction){if(!this.capturedTransaction){this.capturedTransaction=t;return}t.steps.forEach(a=>{var c;return(c=this.capturedTransaction)==null?void 0:c.step(a)});return}const{state:e,transactions:n}=this.state.applyTransaction(t),r=!this.state.selection.eq(e.selection),i=n.includes(t),s=this.state;if(this.emit("beforeTransaction",{editor:this,transaction:t,nextState:e}),!i)return;this.view.updateState(e),this.emit("transaction",{editor:this,transaction:t,appendedTransactions:n.slice(1)}),r&&this.emit("selectionUpdate",{editor:this,transaction:t});const o=n.findLast(a=>a.getMeta("focus")||a.getMeta("blur")),u=o==null?void 0:o.getMeta("focus"),l=o==null?void 0:o.getMeta("blur");u&&this.emit("focus",{editor:this,event:u.event,transaction:o}),l&&this.emit("blur",{editor:this,event:l.event,transaction:o}),!(t.getMeta("preventUpdate")||!n.some(a=>a.docChanged)||s.doc.eq(e.doc))&&this.emit("update",{editor:this,transaction:t,appendedTransactions:n.slice(1)})}getAttributes(t){return Hc(this.state,t)}isActive(t,e){const n=typeof t=="string"?t:null,r=typeof t=="string"?e:t;return Im(this.state,n,r)}getJSON(){return this.state.doc.toJSON()}getHTML(){return Zn(this.state.doc.content,this.schema)}getText(t){const{blockSeparator:e=`
|
|
92
|
+
|
|
93
|
+
`,textSerializers:n={}}=t||{};return Mm(this.state.doc,{blockSeparator:e,textSerializers:{...$c(this.schema),...n}})}get isEmpty(){return $n(this.state.doc)}destroy(){this.destroyed||(this.destroyed=!0,this.emit("destroy"),this.unmount(),this.removeAllListeners(),this.extensionManager.destroy(),this.extensionManager=null,this.schema=null,this.commandManager=null,this.extensionStorage={})}get isDestroyed(){var t,e;return(e=(t=this.editorView)==null?void 0:t.isDestroyed)!=null?e:!0}$node(t,e){var n;return((n=this.$doc)==null?void 0:n.querySelector(t,e))||null}$nodes(t,e){var n;return((n=this.$doc)==null?void 0:n.querySelectorAll(t,e))||null}$pos(t){const e=this.state.doc.resolve(t),n=t>0&&e.nodeAfter&&!e.nodeAfter.isText?e.nodeAfter:null;return new g1(e,this,!1,n)}get $doc(){return this.$pos(0)}};function rn(t){return new vi({find:t.find,handler:({state:e,range:n,match:r})=>{const i=L(t.getAttributes,void 0,r);if(i===!1||i===null)return null;const{tr:s}=e,o=r[r.length-1],u=r[0];if(o){const l=u.search(/\S/),a=n.from+u.indexOf(o),c=a+o.length;if(So(n.from,n.to,e.doc).filter(f=>f.mark.type.excluded.find(m=>m===t.type&&m!==f.mark.type)).filter(f=>f.to>a).length)return null;c<n.to&&s.delete(c,n.to),a>n.from&&s.delete(n.from+l,a);const h=n.from+l+o.length;s.addMark(n.from+l,h,t.type.create(i||{})),s.removeStoredMark(t.type)}},undoable:t.undoable})}function y1(t){return new vi({find:t.find,handler:({state:e,range:n,match:r})=>{const i=L(t.getAttributes,void 0,r)||{},{tr:s}=e,o=n.from;let u=n.to;const l=t.type.create(i);if(r[1]){const a=r[0].lastIndexOf(r[1]);let c=o+a;c>u?c=u:u=c+r[1].length;const d=r[0][r[0].length-1];s.insertText(d,o+r[0].length-1),s.replaceWith(c,u,l)}else if(r[0]){const a=t.type.isInline?o:o-1;s.insert(a,t.type.create(i)).delete(s.mapping.map(o),s.mapping.map(u))}s.scrollIntoView()},undoable:t.undoable})}function $s(t){return new vi({find:t.find,handler:({state:e,range:n,match:r})=>{const i=e.doc.resolve(n.from),s=L(t.getAttributes,void 0,r)||{};if(!i.node(-1).canReplaceWith(i.index(-1),i.indexAfter(-1),t.type))return null;e.tr.delete(n.from,n.to).setBlockType(n.from,n.from,t.type,s)},undoable:t.undoable})}function sn(t){return new vi({find:t.find,handler:({state:e,range:n,match:r,chain:i})=>{const s=L(t.getAttributes,void 0,r)||{},o=e.tr.delete(n.from,n.to),l=o.doc.resolve(n.from).blockRange(),a=l&&io(l,t.type,s);if(!a)return null;if(o.wrap(l,a),t.keepMarks&&t.editor){const{selection:d,storedMarks:h}=e,{splittableMarks:f}=t.editor.extensionManager,p=h||d.$to.parentOffset&&d.$from.marks();if(p){const m=p.filter(g=>f.includes(g.type.name));o.ensureMarks(m)}}if(t.keepAttributes){const d=t.type.name==="bulletList"||t.type.name==="orderedList"?"listItem":"taskList";i().updateAttributes(d,s).run()}const c=o.doc.resolve(n.from-1).nodeBefore;c&&c.type===t.type&&Ct(o.doc,n.from-1)&&(!t.joinPredicate||t.joinPredicate(r,c))&&o.join(n.from-1)},undoable:t.undoable})}function C1(t,e){const{selection:n}=t,{$from:r}=n;if(n instanceof T){const s=r.index();return r.parent.canReplaceWith(s,s+1,e)}let i=r.depth;for(;i>=0;){const s=r.index(i);if(r.node(i).contentMatchAt(s).matchType(e))return!0;i-=1}return!1}var E1={};yo(E1,{createAtomBlockMarkdownSpec:()=>w1,createBlockMarkdownSpec:()=>S1,createInlineMarkdownSpec:()=>M1,parseAttributes:()=>Ao,parseIndentedBlocks:()=>Hs,renderNestedMarkdownContent:()=>To,serializeAttributes:()=>Mo});function Ao(t){if(!(t!=null&&t.trim()))return{};const e={},n=[],r=t.replace(/["']([^"']*)["']/g,a=>(n.push(a),`__QUOTED_${n.length-1}__`)),i=r.match(/(?:^|\s)\.([a-zA-Z][\w-]*)/g);if(i){const a=i.map(c=>c.trim().slice(1));e.class=a.join(" ")}const s=r.match(/(?:^|\s)#([a-zA-Z][\w-]*)/);s&&(e.id=s[1]);const o=/([a-zA-Z][\w-]*)\s*=\s*(__QUOTED_\d+__)/g;Array.from(r.matchAll(o)).forEach(([,a,c])=>{var d;const h=parseInt(((d=c.match(/__QUOTED_(\d+)__/))==null?void 0:d[1])||"0",10),f=n[h];f&&(e[a]=f.slice(1,-1))});const l=r.replace(/(?:^|\s)\.([a-zA-Z][\w-]*)/g,"").replace(/(?:^|\s)#([a-zA-Z][\w-]*)/g,"").replace(/([a-zA-Z][\w-]*)\s*=\s*__QUOTED_\d+__/g,"").trim();return l&&l.split(/\s+/).filter(Boolean).forEach(c=>{c.match(/^[a-zA-Z][\w-]*$/)&&(e[c]=!0)}),e}function Mo(t){if(!t||Object.keys(t).length===0)return"";const e=[];return t.class&&String(t.class).split(/\s+/).filter(Boolean).forEach(r=>e.push(`.${r}`)),t.id&&e.push(`#${t.id}`),Object.entries(t).forEach(([n,r])=>{n==="class"||n==="id"||(r===!0?e.push(n):r!==!1&&r!=null&&e.push(`${n}="${String(r)}"`))}),e.join(" ")}function w1(t){const{nodeName:e,name:n,parseAttributes:r=Ao,serializeAttributes:i=Mo,defaultAttributes:s={},requiredAttributes:o=[],allowedAttributes:u}=t,l=n||e,a=c=>{if(!u)return c;const d={};return u.forEach(h=>{h in c&&(d[h]=c[h])}),d};return{parseMarkdown:(c,d)=>{const h={...s,...c.attributes};return d.createNode(e,h,[])},markdownTokenizer:{name:e,level:"block",start(c){var d;const h=new RegExp(`^:::${l}(?:\\s|$)`,"m"),f=(d=c.match(h))==null?void 0:d.index;return f!==void 0?f:-1},tokenize(c,d,h){const f=new RegExp(`^:::${l}(?:\\s+\\{([^}]*)\\})?\\s*:::(?:\\n|$)`),p=c.match(f);if(!p)return;const m=p[1]||"",g=r(m);if(!o.find(k=>!(k in g)))return{type:e,raw:p[0],attributes:g}}},renderMarkdown:c=>{const d=a(c.attrs||{}),h=i(d),f=h?` {${h}}`:"";return`:::${l}${f} :::`}}}function S1(t){const{nodeName:e,name:n,getContent:r,parseAttributes:i=Ao,serializeAttributes:s=Mo,defaultAttributes:o={},content:u="block",allowedAttributes:l}=t,a=n||e,c=d=>{if(!l)return d;const h={};return l.forEach(f=>{f in d&&(h[f]=d[f])}),h};return{parseMarkdown:(d,h)=>{let f;if(r){const m=r(d);f=typeof m=="string"?[{type:"text",text:m}]:m}else u==="block"?f=h.parseChildren(d.tokens||[]):f=h.parseInline(d.tokens||[]);const p={...o,...d.attributes};return h.createNode(e,p,f)},markdownTokenizer:{name:e,level:"block",start(d){var h;const f=new RegExp(`^:::${a}`,"m"),p=(h=d.match(f))==null?void 0:h.index;return p!==void 0?p:-1},tokenize(d,h,f){var p;const m=new RegExp(`^:::${a}(?:\\s+\\{([^}]*)\\})?\\s*\\n`),g=d.match(m);if(!g)return;const[b,k=""]=g,x=i(k);let y=1;const E=b.length;let S="";const v=/^:::([\w-]*)(\s.*)?/gm,D=d.slice(E);for(v.lastIndex=0;;){const N=v.exec(D);if(N===null)break;const H=N.index,xe=N[1];if(!((p=N[2])!=null&&p.endsWith(":::"))){if(xe)y+=1;else if(y-=1,y===0){const Se=D.slice(0,H);S=Se.trim();const ee=d.slice(0,E+H+N[0].length);let K=[];if(S)if(u==="block")for(K=f.blockTokens(Se),K.forEach(P=>{P.text&&(!P.tokens||P.tokens.length===0)&&(P.tokens=f.inlineTokens(P.text))});K.length>0;){const P=K[K.length-1];if(P.type==="paragraph"&&(!P.text||P.text.trim()===""))K.pop();else break}else K=f.inlineTokens(S);return{type:e,raw:ee,attributes:x,content:S,tokens:K}}}}}},renderMarkdown:(d,h)=>{const f=c(d.attrs||{}),p=s(f),m=p?` {${p}}`:"",g=h.renderChildren(d.content||[],`
|
|
94
|
+
|
|
95
|
+
`);return`:::${a}${m}
|
|
96
|
+
|
|
97
|
+
${g}
|
|
98
|
+
|
|
99
|
+
:::`}}}function v1(t){if(!t.trim())return{};const e={},n=/(\w+)=(?:"([^"]*)"|'([^']*)')/g;let r=n.exec(t);for(;r!==null;){const[,i,s,o]=r;e[i]=s||o,r=n.exec(t)}return e}function A1(t){return Object.entries(t).filter(([,e])=>e!=null).map(([e,n])=>`${e}="${n}"`).join(" ")}function M1(t){const{nodeName:e,name:n,getContent:r,parseAttributes:i=v1,serializeAttributes:s=A1,defaultAttributes:o={},selfClosing:u=!1,allowedAttributes:l}=t,a=n||e,c=h=>{if(!l)return h;const f={};return l.forEach(p=>{const m=typeof p=="string"?p:p.name,g=typeof p=="string"?void 0:p.skipIfDefault;if(m in h){const b=h[m];if(g!==void 0&&b===g)return;f[m]=b}}),f},d=a.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return{parseMarkdown:(h,f)=>{const p={...o,...h.attributes};if(u)return f.createNode(e,p);const m=r?r(h):h.content||"";return m?f.createNode(e,p,[f.createTextNode(m)]):f.createNode(e,p,[])},markdownTokenizer:{name:e,level:"inline",start(h){const f=u?new RegExp(`\\[${d}\\s*[^\\]]*\\]`):new RegExp(`\\[${d}\\s*[^\\]]*\\][\\s\\S]*?\\[\\/${d}\\]`),p=h.match(f),m=p==null?void 0:p.index;return m!==void 0?m:-1},tokenize(h,f,p){const m=u?new RegExp(`^\\[${d}\\s*([^\\]]*)\\]`):new RegExp(`^\\[${d}\\s*([^\\]]*)\\]([\\s\\S]*?)\\[\\/${d}\\]`),g=h.match(m);if(!g)return;let b="",k="";if(u){const[,y]=g;k=y}else{const[,y,E]=g;k=y,b=E||""}const x=i(k.trim());return{type:e,raw:g[0],content:b.trim(),attributes:x}}},renderMarkdown:h=>{let f="";r?f=r(h):h.content&&h.content.length>0&&(f=h.content.filter(b=>b.type==="text").map(b=>b.text).join(""));const p=c(h.attrs||{}),m=s(p),g=m?` ${m}`:"";return u?`[${a}${g}]`:`[${a}${g}]${f}[/${a}]`}}}function Hs(t,e,n){var r,i,s,o;const u=t.split(`
|
|
100
|
+
`),l=[];let a="",c=0;const d=e.baseIndentSize||2;for(;c<u.length;){const h=u[c],f=h.match(e.itemPattern);if(!f){if(l.length>0)break;if(h.trim()===""){c+=1,a=`${a}${h}
|
|
101
|
+
`;continue}else return}const p=e.extractItemData(f),{indentLevel:m,mainContent:g}=p;a=`${a}${h}
|
|
102
|
+
`;const b=[g];for(c+=1;c<u.length;){const E=u[c];if(E.trim()===""){const v=u.slice(c+1).findIndex(H=>H.trim()!=="");if(v===-1)break;if((((i=(r=u[c+1+v].match(/^(\s*)/))==null?void 0:r[1])==null?void 0:i.length)||0)>m){b.push(E),a=`${a}${E}
|
|
103
|
+
`,c+=1;continue}else break}if((((o=(s=E.match(/^(\s*)/))==null?void 0:s[1])==null?void 0:o.length)||0)>m)b.push(E),a=`${a}${E}
|
|
104
|
+
`,c+=1;else break}let k;const x=b.slice(1);if(x.length>0){const E=x.map(S=>S.slice(m+d)).join(`
|
|
105
|
+
`);E.trim()&&(e.customNestedParser?k=e.customNestedParser(E):k=n.blockTokens(E))}const y=e.createToken(p,k);l.push(y)}if(l.length!==0)return{items:l,raw:a}}function To(t,e,n,r){if(!t||!Array.isArray(t.content))return"";const i=typeof n=="function"?n(r):n,[s,...o]=t.content,u=e.renderChildren([s]);let l=`${i}${u}`;return o&&o.length>0&&o.forEach((a,c)=>{var d,h;const f=(h=(d=e.renderChild)==null?void 0:d.call(e,a,c+1))!=null?h:e.renderChildren([a]);if(f!=null){const p=f.split(`
|
|
106
|
+
`).map(m=>m?e.indent(m):e.indent("")).join(`
|
|
107
|
+
`);l+=a.type==="paragraph"?`
|
|
108
|
+
|
|
109
|
+
${p}`:`
|
|
110
|
+
${p}`}}),l}function T1(t,e,n={}){const{state:r}=e,{doc:i,tr:s}=r,o=t;i.descendants((u,l)=>{const a=s.mapping.map(l),c=s.mapping.map(l)+u.nodeSize;let d=null;if(u.marks.forEach(f=>{if(f!==o)return!1;d=f}),!d)return;let h=!1;if(Object.keys(n).forEach(f=>{n[f]!==d.attrs[f]&&(h=!0)}),h){const f=t.type.create({...t.attrs,...n});s.removeMark(a,c,t.type),s.addMark(a,c,f)}}),s.docChanged&&e.view.dispatch(s)}var B=class ud extends vo{constructor(){super(...arguments),this.type="node"}static create(e={}){const n=typeof e=="function"?e():e;return new ud(n)}configure(e){return super.configure(e)}extend(e){const n=typeof e=="function"?e():e;return super.extend(n)}};function $t(t){return new d1({find:t.find,handler:({state:e,range:n,match:r,pasteEvent:i})=>{const s=L(t.getAttributes,void 0,r,i);if(s===!1||s===null)return null;const{tr:o}=e,u=r[r.length-1],l=r[0];let a=n.to;if(u){const c=l.search(/\S/),d=n.from+l.indexOf(u),h=d+u.length;if(So(n.from,n.to,e.doc).filter(m=>m.mark.type.excluded.find(b=>b===t.type&&b!==m.mark.type)).filter(m=>m.to>d).length)return null;h<n.to&&o.delete(h,n.to),d>n.from&&o.delete(n.from+c,d),a=n.from+c+u.length,o.addMark(n.from+c,a,t.type.create(s||{})),r.index!==void 0&&r.input!==void 0&&r.index+r[0].length>=r.input.length||o.removeStoredMark(t.type)}}})}var Yi={exports:{}},Xi={};/**
|
|
111
|
+
* @license React
|
|
112
|
+
* use-sync-external-store-shim/with-selector.production.js
|
|
113
|
+
*
|
|
114
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
115
|
+
*
|
|
116
|
+
* This source code is licensed under the MIT license found in the
|
|
117
|
+
* LICENSE file in the root directory of this source tree.
|
|
118
|
+
*/var ul;function D1(){if(ul)return Xi;ul=1;var t=Ql(),e=Yl();function n(a,c){return a===c&&(a!==0||1/a===1/c)||a!==a&&c!==c}var r=typeof Object.is=="function"?Object.is:n,i=e.useSyncExternalStore,s=t.useRef,o=t.useEffect,u=t.useMemo,l=t.useDebugValue;return Xi.useSyncExternalStoreWithSelector=function(a,c,d,h,f){var p=s(null);if(p.current===null){var m={hasValue:!1,value:null};p.current=m}else m=p.current;p=u(function(){function b(S){if(!k){if(k=!0,x=S,S=h(S),f!==void 0&&m.hasValue){var v=m.value;if(f(v,S))return y=v}return y=S}if(v=y,r(x,S))return v;var D=h(S);return f!==void 0&&f(v,D)?(x=S,v):(x=S,y=D)}var k=!1,x,y,E=d===void 0?null:d;return[function(){return b(c())},E===null?void 0:function(){return b(E())}]},[c,d,h,f]);var g=i(a,p[0],p[1]);return o(function(){m.hasValue=!0,m.value=g},[g]),l(g),g},Xi}var ll;function _1(){return ll||(ll=1,Yi.exports=D1()),Yi.exports}var N1=_1(),O1=(...t)=>e=>{t.forEach(n=>{typeof n=="function"?n(e):n&&(n.current=e)})},I1=({contentComponent:t})=>{const e=Xl.useSyncExternalStore(t.subscribe,t.getSnapshot,t.getServerSnapshot);return R.jsx(R.Fragment,{children:Object.values(e)})};function R1(){const t=new Set;let e={};return{subscribe(n){return t.add(n),()=>{t.delete(n)}},getSnapshot(){return e},getServerSnapshot(){return e},setRenderer(n,r){e={...e,[n]:kf.createPortal(r.reactElement,r.element,n)},t.forEach(i=>i())},removeRenderer(n){const r={...e};delete r[n],e=r,t.forEach(i=>i())}}}var F1=class extends Ft.Component{constructor(t){super(t),this.editorContentRef=Ft.createRef()}componentDidMount(){this.init()}componentDidUpdate(){this.init()}init(){var t;const e=this.props.editor;if(e&&!e.isDestroyed&&((t=e.view.dom)!=null&&t.parentNode)){if(e.contentComponent)return;const n=this.editorContentRef.current;n.append(...e.view.dom.parentNode.childNodes),e.setOptions({element:n}),e.contentComponent=R1(),e.createNodeViews(),e.isEditorContentInitialized=!0,this.forceUpdate()}}componentWillUnmount(){var t;const e=this.props.editor;if(e){e.isEditorContentInitialized=!1,e.isDestroyed||e.view.setProps({nodeViews:{}}),e.contentComponent=null;try{if(!((t=e.view.dom)!=null&&t.parentNode))return;const n=document.createElement("div");n.append(...e.view.dom.parentNode.childNodes),e.setOptions({element:n})}catch{}}}render(){const{editor:t,innerRef:e,...n}=this.props;return R.jsxs(R.Fragment,{children:[R.jsx("div",{ref:O1(e,this.editorContentRef),...n}),(t==null?void 0:t.contentComponent)&&R.jsx(I1,{contentComponent:t.contentComponent})]})}},L1=G.forwardRef((t,e)=>{const n=Ft.useMemo(()=>Math.floor(Math.random()*4294967295).toString(),[t.editor]);return Ft.createElement(F1,{key:n,innerRef:e,...t})}),ld=Ft.memo(L1),P1=typeof window<"u"?G.useLayoutEffect:G.useEffect,B1=class{constructor(t){this.transactionNumber=0,this.lastTransactionNumber=0,this.subscribers=new Set,this.editor=t,this.lastSnapshot={editor:t,transactionNumber:0},this.getSnapshot=this.getSnapshot.bind(this),this.getServerSnapshot=this.getServerSnapshot.bind(this),this.watch=this.watch.bind(this),this.subscribe=this.subscribe.bind(this)}getSnapshot(){return this.transactionNumber===this.lastTransactionNumber?this.lastSnapshot:(this.lastTransactionNumber=this.transactionNumber,this.lastSnapshot={editor:this.editor,transactionNumber:this.transactionNumber},this.lastSnapshot)}getServerSnapshot(){return{editor:null,transactionNumber:0}}subscribe(t){return this.subscribers.add(t),()=>{this.subscribers.delete(t)}}watch(t){if(this.editor=t,this.editor){const e=()=>{this.transactionNumber+=1,this.subscribers.forEach(r=>r())},n=this.editor;return n.on("transaction",e),()=>{n.off("transaction",e)}}}};function z1(t){var e;const[n]=G.useState(()=>new B1(t.editor)),r=N1.useSyncExternalStoreWithSelector(n.subscribe,n.getSnapshot,n.getServerSnapshot,t.selector,(e=t.equalityFn)!=null?e:bf);return P1(()=>n.watch(t.editor),[t.editor,n]),G.useDebugValue(r),r}var $1=!1,ad=typeof window>"u",H1=ad||!!(typeof window<"u"&&window.next),j1=class cd{constructor(e){this.editor=null,this.subscriptions=new Set,this.isComponentMounted=!1,this.previousDeps=null,this.instanceId="",this.options=e,this.subscriptions=new Set,this.setEditor(this.getInitialEditor()),this.scheduleDestroy(),this.getEditor=this.getEditor.bind(this),this.getServerSnapshot=this.getServerSnapshot.bind(this),this.subscribe=this.subscribe.bind(this),this.refreshEditorInstance=this.refreshEditorInstance.bind(this),this.scheduleDestroy=this.scheduleDestroy.bind(this),this.onRender=this.onRender.bind(this),this.createEditor=this.createEditor.bind(this)}setEditor(e){this.editor=e,this.instanceId=Math.random().toString(36).slice(2,9),this.subscriptions.forEach(n=>n())}getInitialEditor(){const e=this.options.current.immediatelyRender;let n=e??!0;return ad?(n&&$1&&console.warn("SSR detected. `immediatelyRender` has been set to false to avoid hydration mismatches"),n=!1):H1&&e===void 0&&(n=!1),n?this.createEditor():null}createEditor(){const e={...this.options.current,onBeforeCreate:(...r)=>{var i,s;return(s=(i=this.options.current).onBeforeCreate)==null?void 0:s.call(i,...r)},onBlur:(...r)=>{var i,s;return(s=(i=this.options.current).onBlur)==null?void 0:s.call(i,...r)},onCreate:(...r)=>{var i,s;return(s=(i=this.options.current).onCreate)==null?void 0:s.call(i,...r)},onDestroy:(...r)=>{var i,s;return(s=(i=this.options.current).onDestroy)==null?void 0:s.call(i,...r)},onFocus:(...r)=>{var i,s;return(s=(i=this.options.current).onFocus)==null?void 0:s.call(i,...r)},onSelectionUpdate:(...r)=>{var i,s;return(s=(i=this.options.current).onSelectionUpdate)==null?void 0:s.call(i,...r)},onTransaction:(...r)=>{var i,s;return(s=(i=this.options.current).onTransaction)==null?void 0:s.call(i,...r)},onUpdate:(...r)=>{var i,s;return(s=(i=this.options.current).onUpdate)==null?void 0:s.call(i,...r)},onContentError:(...r)=>{var i,s;return(s=(i=this.options.current).onContentError)==null?void 0:s.call(i,...r)},onDrop:(...r)=>{var i,s;return(s=(i=this.options.current).onDrop)==null?void 0:s.call(i,...r)},onPaste:(...r)=>{var i,s;return(s=(i=this.options.current).onPaste)==null?void 0:s.call(i,...r)},onDelete:(...r)=>{var i,s;return(s=(i=this.options.current).onDelete)==null?void 0:s.call(i,...r)}};return new x1(e)}getEditor(){return this.editor}getServerSnapshot(){return null}subscribe(e){return this.subscriptions.add(e),()=>{this.subscriptions.delete(e)}}static compareOptions(e,n){return Object.keys(e).every(r=>["onCreate","onBeforeCreate","onDestroy","onUpdate","onTransaction","onFocus","onBlur","onSelectionUpdate","onContentError","onDrop","onPaste"].includes(r)?!0:r==="extensions"&&e.extensions&&n.extensions?e.extensions.length!==n.extensions.length?!1:e.extensions.every((i,s)=>{var o;return i===((o=n.extensions)==null?void 0:o[s])}):e[r]===n[r])}onRender(e){return()=>(this.isComponentMounted=!0,clearTimeout(this.scheduledDestructionTimeout),this.editor&&!this.editor.isDestroyed&&e.length===0?cd.compareOptions(this.options.current,this.editor.options)||this.editor.setOptions({...this.options.current,editable:this.editor.isEditable}):this.refreshEditorInstance(e),()=>{this.isComponentMounted=!1,this.scheduleDestroy()})}refreshEditorInstance(e){if(this.editor&&!this.editor.isDestroyed){if(this.previousDeps===null){this.previousDeps=e;return}if(this.previousDeps.length===e.length&&this.previousDeps.every((r,i)=>r===e[i]))return}this.editor&&!this.editor.isDestroyed&&this.editor.destroy(),this.setEditor(this.createEditor()),this.previousDeps=e}scheduleDestroy(){const e=this.instanceId,n=this.editor;this.scheduledDestructionTimeout=setTimeout(()=>{if(this.isComponentMounted&&this.instanceId===e){n&&n.setOptions(this.options.current);return}n&&!n.isDestroyed&&(n.destroy(),this.instanceId===e&&this.setEditor(null))},1)}};function V1(t={},e=[]){const n=G.useRef(t);n.current=t;const[r]=G.useState(()=>new j1(n)),i=Xl.useSyncExternalStore(r.subscribe,r.getEditor,r.getServerSnapshot);return G.useDebugValue(i),G.useEffect(r.onRender(e)),z1({editor:i,selector:({transactionNumber:s})=>t.shouldRerenderOnTransaction===!1||t.shouldRerenderOnTransaction===void 0?null:t.immediatelyRender&&s===0?0:s+1}),i}var dd=G.createContext({editor:null});dd.Consumer;var q1=G.createContext({onDragStart:()=>{},nodeViewContentChildren:void 0,nodeViewContentRef:()=>{}}),W1=()=>G.useContext(q1);Ft.forwardRef((t,e)=>{const{onDragStart:n}=W1(),r=t.as||"div";return R.jsx(r,{...t,ref:e,"data-node-view-wrapper":"",onDragStart:n,style:{whiteSpace:"normal",...t.style}})});Ft.createContext({markViewContentRef:()=>{}});var Do=G.createContext({get editor(){throw new Error("useTiptap must be used within a <Tiptap> provider")}});Do.displayName="TiptapContext";var U1=()=>G.useContext(Do);function fd({editor:t,instance:e,children:n}){const r=t??e;if(!r)throw new Error("Tiptap: An editor instance is required. Pass a non-null `editor` prop.");const i=G.useMemo(()=>({editor:r}),[r]),s=G.useMemo(()=>({editor:r}),[r]);return R.jsx(dd.Provider,{value:s,children:R.jsx(Do.Provider,{value:i,children:n})})}fd.displayName="Tiptap";function hd({...t}){const{editor:e}=U1();return R.jsx(ld,{editor:e,...t})}hd.displayName="Tiptap.Content";Object.assign(fd,{Content:hd});var Rr=(t,e)=>{if(t==="slot")return 0;if(t instanceof Function)return t(e);const{children:n,...r}=e??{};if(t==="svg")throw new Error("SVG elements are not supported in the JSX syntax, use the array syntax instead");return[t,r,n]},K1=/^\s*>\s$/,J1=B.create({name:"blockquote",addOptions(){return{HTMLAttributes:{}}},content:"block+",group:"block",defining:!0,parseHTML(){return[{tag:"blockquote"}]},renderHTML({HTMLAttributes:t}){return Rr("blockquote",{...Y(this.options.HTMLAttributes,t),children:Rr("slot",{})})},parseMarkdown:(t,e)=>{var n;const r=(n=e.parseBlockChildren)!=null?n:e.parseChildren;return e.createNode("blockquote",void 0,r(t.tokens||[]))},renderMarkdown:(t,e)=>{if(!t.content)return"";const n=">",r=[];return t.content.forEach((i,s)=>{var o,u;const c=((u=(o=e.renderChild)==null?void 0:o.call(e,i,s))!=null?u:e.renderChildren([i])).split(`
|
|
119
|
+
`).map(d=>d.trim()===""?n:`${n} ${d}`);r.push(c.join(`
|
|
120
|
+
`))}),r.join(`
|
|
121
|
+
${n}
|
|
122
|
+
`)},addCommands(){return{setBlockquote:()=>({commands:t})=>t.wrapIn(this.name),toggleBlockquote:()=>({commands:t})=>t.toggleWrap(this.name),unsetBlockquote:()=>({commands:t})=>t.lift(this.name)}},addKeyboardShortcuts(){return{"Mod-Shift-b":()=>this.editor.commands.toggleBlockquote()}},addInputRules(){return[sn({find:K1,type:this.type})]}}),G1=/(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))$/,Z1=/(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))/g,Q1=/(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))$/,Y1=/(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))/g,X1=we.create({name:"bold",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"strong"},{tag:"b",getAttrs:t=>t.style.fontWeight!=="normal"&&null},{style:"font-weight=400",clearMark:t=>t.type.name===this.name},{style:"font-weight",getAttrs:t=>/^(bold(er)?|[5-9]\d{2,})$/.test(t)&&null}]},renderHTML({HTMLAttributes:t}){return Rr("strong",{...Y(this.options.HTMLAttributes,t),children:Rr("slot",{})})},markdownTokenName:"strong",parseMarkdown:(t,e)=>e.applyMark("bold",e.parseInline(t.tokens||[])),markdownOptions:{htmlReopen:{open:"<strong>",close:"</strong>"}},renderMarkdown:(t,e)=>`**${e.renderChildren(t)}**`,addCommands(){return{setBold:()=>({commands:t})=>t.setMark(this.name),toggleBold:()=>({commands:t})=>t.toggleMark(this.name),unsetBold:()=>({commands:t})=>t.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-b":()=>this.editor.commands.toggleBold(),"Mod-B":()=>this.editor.commands.toggleBold()}},addInputRules(){return[rn({find:G1,type:this.type}),rn({find:Q1,type:this.type})]},addPasteRules(){return[$t({find:Z1,type:this.type}),$t({find:Y1,type:this.type})]}}),eg=/(^|[^`])`([^`]+)`(?!`)$/,tg=/(^|[^`])`([^`]+)`(?!`)/g,ng=we.create({name:"code",addOptions(){return{HTMLAttributes:{}}},excludes:"_",code:!0,exitable:!0,parseHTML(){return[{tag:"code"}]},renderHTML({HTMLAttributes:t}){return["code",Y(this.options.HTMLAttributes,t),0]},markdownTokenName:"codespan",parseMarkdown:(t,e)=>e.applyMark("code",[{type:"text",text:t.text||""}]),renderMarkdown:(t,e)=>t.content?`\`${e.renderChildren(t.content)}\``:"",addCommands(){return{setCode:()=>({commands:t})=>t.setMark(this.name),toggleCode:()=>({commands:t})=>t.toggleMark(this.name),unsetCode:()=>({commands:t})=>t.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-e":()=>this.editor.commands.toggleCode()}},addInputRules(){return[rn({find:eg,type:this.type})]},addPasteRules(){return[$t({find:tg,type:this.type})]}}),es=4,rg=/^```([a-z]+)?[\s\n]$/,ig=/^~~~([a-z]+)?[\s\n]$/,sg=B.create({name:"codeBlock",addOptions(){return{languageClassPrefix:"language-",exitOnTripleEnter:!0,exitOnArrowDown:!0,defaultLanguage:null,enableTabIndentation:!1,tabSize:es,HTMLAttributes:{}}},content:"text*",marks:"",group:"block",code:!0,defining:!0,addAttributes(){return{language:{default:this.options.defaultLanguage,parseHTML:t=>{var e;const{languageClassPrefix:n}=this.options;if(!n)return null;const s=[...((e=t.firstElementChild)==null?void 0:e.classList)||[]].filter(o=>o.startsWith(n)).map(o=>o.replace(n,""))[0];return s||null},rendered:!1}}},parseHTML(){return[{tag:"pre",preserveWhitespace:"full"}]},renderHTML({node:t,HTMLAttributes:e}){return["pre",Y(this.options.HTMLAttributes,e),["code",{class:t.attrs.language?this.options.languageClassPrefix+t.attrs.language:null},0]]},markdownTokenName:"code",parseMarkdown:(t,e)=>{var n,r;return((n=t.raw)==null?void 0:n.startsWith("```"))===!1&&((r=t.raw)==null?void 0:r.startsWith("~~~"))===!1&&t.codeBlockStyle!=="indented"?[]:e.createNode("codeBlock",{language:t.lang||null},t.text?[e.createTextNode(t.text)]:[])},renderMarkdown:(t,e)=>{var n;let r="";const i=((n=t.attrs)==null?void 0:n.language)||"";return t.content?r=[`\`\`\`${i}`,e.renderChildren(t.content),"```"].join(`
|
|
123
|
+
`):r=`\`\`\`${i}
|
|
124
|
+
|
|
125
|
+
\`\`\``,r},addCommands(){return{setCodeBlock:t=>({commands:e})=>e.setNode(this.name,t),toggleCodeBlock:t=>({commands:e})=>e.toggleNode(this.name,"paragraph",t)}},addKeyboardShortcuts(){return{"Mod-Alt-c":()=>this.editor.commands.toggleCodeBlock(),Backspace:()=>{const{empty:t,$anchor:e}=this.editor.state.selection,n=e.pos===1;return!t||e.parent.type.name!==this.name?!1:n||!e.parent.textContent.length?this.editor.commands.clearNodes():!1},Tab:({editor:t})=>{var e;if(!this.options.enableTabIndentation)return!1;const n=(e=this.options.tabSize)!=null?e:es,{state:r}=t,{selection:i}=r,{$from:s,empty:o}=i;if(s.parent.type!==this.type)return!1;const u=" ".repeat(n);return o?t.commands.insertContent(u):t.commands.command(({tr:l})=>{const{from:a,to:c}=i,f=r.doc.textBetween(a,c,`
|
|
126
|
+
`,`
|
|
127
|
+
`).split(`
|
|
128
|
+
`).map(p=>u+p).join(`
|
|
129
|
+
`);return l.replaceWith(a,c,r.schema.text(f)),!0})},"Shift-Tab":({editor:t})=>{var e;if(!this.options.enableTabIndentation)return!1;const n=(e=this.options.tabSize)!=null?e:es,{state:r}=t,{selection:i}=r,{$from:s,empty:o}=i;return s.parent.type!==this.type?!1:o?t.commands.command(({tr:u})=>{var l;const{pos:a}=s,c=s.start(),d=s.end(),f=r.doc.textBetween(c,d,`
|
|
130
|
+
`,`
|
|
131
|
+
`).split(`
|
|
132
|
+
`);let p=0,m=0;const g=a-c;for(let S=0;S<f.length;S+=1){if(m+f[S].length>=g){p=S;break}m+=f[S].length+1}const k=((l=f[p].match(/^ */))==null?void 0:l[0])||"",x=Math.min(k.length,n);if(x===0)return!0;let y=c;for(let S=0;S<p;S+=1)y+=f[S].length+1;return u.delete(y,y+x),a-y<=x&&u.setSelection(_.create(u.doc,y)),!0}):t.commands.command(({tr:u})=>{const{from:l,to:a}=i,h=r.doc.textBetween(l,a,`
|
|
133
|
+
`,`
|
|
134
|
+
`).split(`
|
|
135
|
+
`).map(f=>{var p;const m=((p=f.match(/^ */))==null?void 0:p[0])||"",g=Math.min(m.length,n);return f.slice(g)}).join(`
|
|
136
|
+
`);return u.replaceWith(l,a,r.schema.text(h)),!0})},Enter:({editor:t})=>{if(!this.options.exitOnTripleEnter)return!1;const{state:e}=t,{selection:n}=e,{$from:r,empty:i}=n;if(!i||r.parent.type!==this.type)return!1;const s=r.parentOffset===r.parent.nodeSize-2,o=r.parent.textContent.endsWith(`
|
|
137
|
+
|
|
138
|
+
`);return!s||!o?!1:t.chain().command(({tr:u})=>(u.delete(r.pos-2,r.pos),!0)).exitCode().run()},ArrowDown:({editor:t})=>{if(!this.options.exitOnArrowDown)return!1;const{state:e}=t,{selection:n,doc:r}=e,{$from:i,empty:s}=n;if(!s||i.parent.type!==this.type||!(i.parentOffset===i.parent.nodeSize-2))return!1;const u=i.after();return u===void 0?!1:r.nodeAt(u)?t.commands.command(({tr:a})=>(a.setSelection(O.near(r.resolve(u))),!0)):t.commands.exitCode()}}},addInputRules(){return[$s({find:rg,type:this.type,getAttributes:t=>({language:t[1]})}),$s({find:ig,type:this.type,getAttributes:t=>({language:t[1]})})]},addProseMirrorPlugins(){return[new j({key:new X("codeBlockVSCodeHandler"),props:{handlePaste:(t,e)=>{if(!e.clipboardData||this.editor.isActive(this.type.name))return!1;const n=e.clipboardData.getData("text/plain"),r=e.clipboardData.getData("vscode-editor-data"),i=r?JSON.parse(r):void 0,s=i==null?void 0:i.mode;if(!n||!s)return!1;const{tr:o,schema:u}=t.state,l=u.text(n.replace(/\r\n?/g,`
|
|
139
|
+
`));return o.replaceSelectionWith(this.type.create({language:s},l)),o.selection.$from.parent.type!==this.type&&o.setSelection(_.near(o.doc.resolve(Math.max(0,o.selection.from-2)))),o.setMeta("paste",!0),t.dispatch(o),!0}}})]}}),og=B.create({name:"doc",topNode:!0,content:"block+",renderMarkdown:(t,e)=>t.content?e.renderChildren(t.content,`
|
|
140
|
+
|
|
141
|
+
`):""}),ug=B.create({name:"hardBreak",markdownTokenName:"br",addOptions(){return{keepMarks:!0,HTMLAttributes:{}}},inline:!0,group:"inline",selectable:!1,linebreakReplacement:!0,parseHTML(){return[{tag:"br"}]},renderHTML({HTMLAttributes:t}){return["br",Y(this.options.HTMLAttributes,t)]},renderText(){return`
|
|
142
|
+
`},renderMarkdown:()=>`
|
|
143
|
+
`,parseMarkdown:()=>({type:"hardBreak"}),addCommands(){return{setHardBreak:()=>({commands:t,chain:e,state:n,editor:r})=>t.first([()=>t.exitCode(),()=>t.command(()=>{const{selection:i,storedMarks:s}=n;if(i.$from.parent.type.spec.isolating)return!1;const{keepMarks:o}=this.options,{splittableMarks:u}=r.extensionManager,l=s||i.$to.parentOffset&&i.$from.marks();return e().insertContent({type:this.name}).command(({tr:a,dispatch:c})=>{if(c&&l&&o){const d=l.filter(h=>u.includes(h.type.name));a.ensureMarks(d)}return!0}).run()})])}},addKeyboardShortcuts(){return{"Mod-Enter":()=>this.editor.commands.setHardBreak(),"Shift-Enter":()=>this.editor.commands.setHardBreak()}}}),lg=B.create({name:"heading",addOptions(){return{levels:[1,2,3,4,5,6],HTMLAttributes:{}}},content:"inline*",group:"block",defining:!0,addAttributes(){return{level:{default:1,rendered:!1}}},parseHTML(){return this.options.levels.map(t=>({tag:`h${t}`,attrs:{level:t}}))},renderHTML({node:t,HTMLAttributes:e}){return[`h${this.options.levels.includes(t.attrs.level)?t.attrs.level:this.options.levels[0]}`,Y(this.options.HTMLAttributes,e),0]},parseMarkdown:(t,e)=>e.createNode("heading",{level:t.depth||1},e.parseInline(t.tokens||[])),renderMarkdown:(t,e)=>{var n;const r=(n=t.attrs)!=null&&n.level?parseInt(t.attrs.level,10):1,i="#".repeat(r);return t.content?`${i} ${e.renderChildren(t.content)}`:""},addCommands(){return{setHeading:t=>({commands:e})=>this.options.levels.includes(t.level)?e.setNode(this.name,t):!1,toggleHeading:t=>({commands:e})=>this.options.levels.includes(t.level)?e.toggleNode(this.name,"paragraph",t):!1}},addKeyboardShortcuts(){return this.options.levels.reduce((t,e)=>({...t,[`Mod-Alt-${e}`]:()=>this.editor.commands.toggleHeading({level:e})}),{})},addInputRules(){return this.options.levels.map(t=>$s({find:new RegExp(`^(#{${Math.min(...this.options.levels)},${t}})\\s$`),type:this.type,getAttributes:{level:t}}))}}),ag=B.create({name:"horizontalRule",addOptions(){return{HTMLAttributes:{},nextNodeType:"paragraph"}},group:"block",parseHTML(){return[{tag:"hr"}]},renderHTML({HTMLAttributes:t}){return["hr",Y(this.options.HTMLAttributes,t)]},markdownTokenName:"hr",parseMarkdown:(t,e)=>e.createNode("horizontalRule"),renderMarkdown:()=>"---",addCommands(){return{setHorizontalRule:()=>({chain:t,state:e})=>{if(!C1(e,e.schema.nodes[this.name]))return!1;const{selection:n}=e,{$to:r}=n,i=t();return Vc(n)?i.insertContentAt(r.pos,{type:this.name}):i.insertContent({type:this.name}),i.command(({state:s,tr:o,dispatch:u})=>{if(u){const{$to:l}=o.selection,a=l.end();if(l.nodeAfter)l.nodeAfter.isTextblock?o.setSelection(_.create(o.doc,l.pos+1)):l.nodeAfter.isBlock?o.setSelection(T.create(o.doc,l.pos)):o.setSelection(_.create(o.doc,l.pos));else{const c=s.schema.nodes[this.options.nextNodeType]||l.parent.type.contentMatch.defaultType,d=c==null?void 0:c.create();d&&(o.insert(a,d),o.setSelection(_.create(o.doc,a+1)))}o.scrollIntoView()}return!0}).run()}}},addInputRules(){return[y1({find:/^(?:---|—-|___\s|\*\*\*\s)$/,type:this.type})]}}),cg=/(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))$/,dg=/(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))/g,fg=/(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))$/,hg=/(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))/g,pg=we.create({name:"italic",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"em"},{tag:"i",getAttrs:t=>t.style.fontStyle!=="normal"&&null},{style:"font-style=normal",clearMark:t=>t.type.name===this.name},{style:"font-style=italic"}]},renderHTML({HTMLAttributes:t}){return["em",Y(this.options.HTMLAttributes,t),0]},addCommands(){return{setItalic:()=>({commands:t})=>t.setMark(this.name),toggleItalic:()=>({commands:t})=>t.toggleMark(this.name),unsetItalic:()=>({commands:t})=>t.unsetMark(this.name)}},markdownTokenName:"em",parseMarkdown:(t,e)=>e.applyMark("italic",e.parseInline(t.tokens||[])),markdownOptions:{htmlReopen:{open:"<em>",close:"</em>"}},renderMarkdown:(t,e)=>`*${e.renderChildren(t)}*`,addKeyboardShortcuts(){return{"Mod-i":()=>this.editor.commands.toggleItalic(),"Mod-I":()=>this.editor.commands.toggleItalic()}},addInputRules(){return[rn({find:cg,type:this.type}),rn({find:fg,type:this.type})]},addPasteRules(){return[$t({find:dg,type:this.type}),$t({find:hg,type:this.type})]}});const mg="aaa1rp3bb0ott3vie4c1le2ogado5udhabi7c0ademy5centure6ountant0s9o1tor4d0s1ult4e0g1ro2tna4f0l1rica5g0akhan5ency5i0g1rbus3force5tel5kdn3l0ibaba4pay4lfinanz6state5y2sace3tom5m0azon4ericanexpress7family11x2fam3ica3sterdam8nalytics7droid5quan4z2o0l2partments8p0le4q0uarelle8r0ab1mco4chi3my2pa2t0e3s0da2ia2sociates9t0hleta5torney7u0ction5di0ble3o3spost5thor3o0s4w0s2x0a2z0ure5ba0by2idu3namex4d1k2r0celona5laycard4s5efoot5gains6seball5ketball8uhaus5yern5b0c1t1va3cg1n2d1e0ats2uty4er2rlin4st0buy5t2f1g1h0arti5i0ble3d1ke2ng0o3o1z2j1lack0friday9ockbuster8g1omberg7ue3m0s1w2n0pparibas9o0ats3ehringer8fa2m1nd2o0k0ing5sch2tik2on4t1utique6x2r0adesco6idgestone9oadway5ker3ther5ussels7s1t1uild0ers6siness6y1zz3v1w1y1z0h3ca0b1fe2l0l1vinklein9m0era3p2non3petown5ital0one8r0avan4ds2e0er0s4s2sa1e1h1ino4t0ering5holic7ba1n1re3c1d1enter4o1rn3f0a1d2g1h0anel2nel4rity4se2t2eap3intai5ristmas6ome4urch5i0priani6rcle4sco3tadel4i0c2y3k1l0aims4eaning6ick2nic1que6othing5ud3ub0med6m1n1o0ach3des3ffee4llege4ogne5m0mbank4unity6pany2re3uter5sec4ndos3struction8ulting7tact3ractors9oking4l1p2rsica5untry4pon0s4rses6pa2r0edit0card4union9icket5own3s1uise0s6u0isinella9v1w1x1y0mru3ou3z2dad1nce3ta1e1ing3sun4y2clk3ds2e0al0er2s3gree4livery5l1oitte5ta3mocrat6ntal2ist5si0gn4v2hl2iamonds6et2gital5rect0ory7scount3ver5h2y2j1k1m1np2o0cs1tor4g1mains5t1wnload7rive4tv2ubai3pont4rban5vag2r2z2earth3t2c0o2deka3u0cation8e1g1mail3erck5nergy4gineer0ing9terprises10pson4quipment8r0icsson6ni3s0q1tate5t1u0rovision8s2vents5xchange6pert3osed4ress5traspace10fage2il1rwinds6th3mily4n0s2rm0ers5shion4t3edex3edback6rrari3ero6i0delity5o2lm2nal1nce1ial7re0stone6mdale6sh0ing5t0ness6j1k1lickr3ghts4r2orist4wers5y2m1o0o0d1tball6rd1ex2sale4um3undation8x2r0ee1senius7l1ogans4ntier7tr2ujitsu5n0d2rniture7tbol5yi3ga0l0lery3o1up4me0s3p1rden4y2b0iz3d0n2e0a1nt0ing5orge5f1g0ee3h1i0ft0s3ves2ing5l0ass3e1obal2o4m0ail3bh2o1x2n1odaddy5ld0point6f2odyear5g0le4p1t1v2p1q1r0ainger5phics5tis4een3ipe3ocery4up4s1t1u0cci3ge2ide2tars5ru3w1y2hair2mburg5ngout5us3bo2dfc0bank7ealth0care8lp1sinki6re1mes5iphop4samitsu7tachi5v2k0t2m1n1ockey4ldings5iday5medepot5goods5s0ense7nda3rse3spital5t0ing5t0els3mail5use3w2r1sbc3t1u0ghes5yatt3undai7ibm2cbc2e1u2d1e0ee3fm2kano4l1m0amat4db2mo0bilien9n0c1dustries8finiti5o2g1k1stitute6urance4e4t0ernational10uit4vestments10o1piranga7q1r0ish4s0maili5t0anbul7t0au2v3jaguar4va3cb2e0ep2tzt3welry6io2ll2m0p2nj2o0bs1urg4t1y2p0morgan6rs3uegos4niper7kaufen5ddi3e0rryhotels6properties14fh2g1h1i0a1ds2m1ndle4tchen5wi3m1n1oeln3matsu5sher5p0mg2n2r0d1ed3uokgroup8w1y0oto4z2la0caixa5mborghini8er3nd0rover6xess5salle5t0ino3robe5w0yer5b1c1ds2ease3clerc5frak4gal2o2xus4gbt3i0dl2fe0insurance9style7ghting6ke2lly3mited4o2ncoln4k2ve1ing5k1lc1p2oan0s3cker3us3l1ndon4tte1o3ve3pl0financial11r1s1t0d0a3u0ndbeck6xe1ury5v1y2ma0drid4if1son4keup4n0agement7go3p1rket0ing3s4riott5shalls7ttel5ba2c0kinsey7d1e0d0ia3et2lbourne7me1orial6n0u2rck0msd7g1h1iami3crosoft7l1ni1t2t0subishi9k1l0b1s2m0a2n1o0bi0le4da2e1i1m1nash3ey2ster5rmon3tgage6scow4to0rcycles9v0ie4p1q1r1s0d2t0n1r2u0seum3ic4v1w1x1y1z2na0b1goya4me2vy3ba2c1e0c1t0bank4flix4work5ustar5w0s2xt0direct7us4f0l2g0o2hk2i0co2ke1on3nja3ssan1y5l1o0kia3rton4w0ruz3tv4p1r0a1w2tt2u1yc2z2obi1server7ffice5kinawa6layan0group9lo3m0ega4ne1g1l0ine5oo2pen3racle3nge4g0anic5igins6saka4tsuka4t2vh3pa0ge2nasonic7ris2s1tners4s1y3y2ccw3e0t2f0izer5g1h0armacy6d1ilips5one2to0graphy6s4ysio5ics1tet2ures6d1n0g1k2oneer5zza4k1l0ace2y0station9umbing5s3m1n0c2ohl2ker3litie5rn2st3r0axi3ess3ime3o0d0uctions8f1gressive8mo2perties3y5tection8u0dential9s1t1ub2w0c2y2qa1pon3uebec3st5racing4dio4e0ad1lestate6tor2y4cipes5d0umbrella9hab3ise0n3t2liance6n0t0als5pair3ort3ublican8st0aurant8view0s5xroth6ich0ardli6oh3l1o1p2o0cks3deo3gers4om3s0vp3u0gby3hr2n2w0e2yukyu6sa0arland6fe0ty4kura4le1on3msclub4ung5ndvik0coromant12ofi4p1rl2s1ve2xo3b0i1s2c0b1haeffler7midt4olarships8ol3ule3warz5ience5ot3d1e0arch3t2cure1ity6ek2lect4ner3rvices6ven3w1x0y3fr2g1h0angrila6rp3ell3ia1ksha5oes2p0ping5uji3w3i0lk2na1gles5te3j1k0i0n2y0pe4l0ing4m0art3ile4n0cf3o0ccer3ial4ftbank4ware6hu2lar2utions7ng1y2y2pa0ce3ort2t3r0l2s1t0ada2ples4r1tebank4farm7c0group6ockholm6rage3e3ream4udio2y3yle4u0cks3pplies3y2ort5rf1gery5zuki5v1watch4iss4x1y0dney4stems6z2tab1ipei4lk2obao4rget4tamotors6r2too4x0i3c0i2d0k2eam2ch0nology8l1masek5nnis4va3f1g1h0d1eater2re6iaa2ckets5enda4ps2res2ol4j0maxx4x2k0maxx5l1m0all4n1o0day3kyo3ols3p1ray3shiba5tal3urs3wn2yota3s3r0ade1ing4ining5vel0ers0insurance16ust3v2t1ube2i1nes3shu4v0s2w1z2ua1bank3s2g1k1nicom3versity8o2ol2ps2s1y1z2va0cations7na1guard7c1e0gas3ntures6risign5mögensberater2ung14sicherung10t2g1i0ajes4deo3g1king4llas4n1p1rgin4sa1ion4va1o3laanderen9n1odka3lvo3te1ing3o2yage5u2wales2mart4ter4ng0gou5tch0es6eather0channel12bcam3er2site5d0ding5ibo2r3f1hoswho6ien2ki2lliamhill9n0dows4e1ners6me2oodside6rk0s2ld3w2s1tc1f3xbox3erox4ihuan4n2xx2yz3yachts4hoo3maxun5ndex5e1odobashi7ga2kohama6u0tube6t1un3za0ppos4ra3ero3ip2m1one3uerich6w2",gg="ελ1υ2бг1ел3дети4ею2католик6ом3мкд2он1сква6онлайн5рг3рус2ф2сайт3рб3укр3қаз3հայ3ישראל5קום3ابوظبي5رامكو5لاردن4بحرين5جزائر5سعودية6عليان5مغرب5مارات5یران5بارت2زار4يتك3ھارت5تونس4سودان3رية5شبكة4عراق2ب2مان4فلسطين6قطر3كاثوليك6وم3مصر2ليسيا5وريتانيا7قع4همراه5پاکستان7ڀارت4कॉम3नेट3भारत0म्3ोत5संगठन5বাংলা5ভারত2ৰত4ਭਾਰਤ4ભારત4ଭାରତ4இந்தியா6லங்கை6சிங்கப்பூர்11భారత్5ಭಾರತ4ഭാരതം5ලංකා4คอม3ไทย3ລາວ3გე2みんな3アマゾン4クラウド4グーグル4コム2ストア3セール3ファッション6ポイント4世界2中信1国1國1文网3亚马逊3企业2佛山2信息2健康2八卦2公司1益2台湾1灣2商城1店1标2嘉里0大酒店5在线2大拿2天主教3娱乐2家電2广东2微博2慈善2我爱你3手机2招聘2政务1府2新加坡2闻2时尚2書籍2机构2淡马锡3游戏2澳門2点看2移动2组织机构4网址1店1站1络2联通2谷歌2购物2通販2集团2電訊盈科4飞利浦3食品2餐厅2香格里拉3港2닷넷1컴2삼성2한국2",js="numeric",Vs="ascii",qs="alpha",vn="asciinumeric",xn="alphanumeric",Ws="domain",pd="emoji",bg="scheme",kg="slashscheme",ts="whitespace";function xg(t,e){return t in e||(e[t]=[]),e[t]}function Tt(t,e,n){e[js]&&(e[vn]=!0,e[xn]=!0),e[Vs]&&(e[vn]=!0,e[qs]=!0),e[vn]&&(e[xn]=!0),e[qs]&&(e[xn]=!0),e[xn]&&(e[Ws]=!0),e[pd]&&(e[Ws]=!0);for(const r in e){const i=xg(r,n);i.indexOf(t)<0&&i.push(t)}}function yg(t,e){const n={};for(const r in e)e[r].indexOf(t)>=0&&(n[r]=!0);return n}function me(t=null){this.j={},this.jr=[],this.jd=null,this.t=t}me.groups={};me.prototype={accepts(){return!!this.t},go(t){const e=this,n=e.j[t];if(n)return n;for(let r=0;r<e.jr.length;r++){const i=e.jr[r][0],s=e.jr[r][1];if(s&&i.test(t))return s}return e.jd},has(t,e=!1){return e?t in this.j:!!this.go(t)},ta(t,e,n,r){for(let i=0;i<t.length;i++)this.tt(t[i],e,n,r)},tr(t,e,n,r){r=r||me.groups;let i;return e&&e.j?i=e:(i=new me(e),n&&r&&Tt(e,n,r)),this.jr.push([t,i]),i},ts(t,e,n,r){let i=this;const s=t.length;if(!s)return i;for(let o=0;o<s-1;o++)i=i.tt(t[o]);return i.tt(t[s-1],e,n,r)},tt(t,e,n,r){r=r||me.groups;const i=this;if(e&&e.j)return i.j[t]=e,e;const s=e;let o,u=i.go(t);if(u?(o=new me,Object.assign(o.j,u.j),o.jr.push.apply(o.jr,u.jr),o.jd=u.jd,o.t=u.t):o=new me,s){if(r)if(o.t&&typeof o.t=="string"){const l=Object.assign(yg(o.t,r),n);Tt(s,l,r)}else n&&Tt(s,n,r);o.t=s}return i.j[t]=o,o}};const I=(t,e,n,r,i)=>t.ta(e,n,r,i),W=(t,e,n,r,i)=>t.tr(e,n,r,i),al=(t,e,n,r,i)=>t.ts(e,n,r,i),w=(t,e,n,r,i)=>t.tt(e,n,r,i),Je="WORD",Us="UWORD",md="ASCIINUMERICAL",gd="ALPHANUMERICAL",Hn="LOCALHOST",Ks="TLD",Js="UTLD",xr="SCHEME",Kt="SLASH_SCHEME",_o="NUM",Gs="WS",No="NL",An="OPENBRACE",Mn="CLOSEBRACE",Fr="OPENBRACKET",Lr="CLOSEBRACKET",Pr="OPENPAREN",Br="CLOSEPAREN",zr="OPENANGLEBRACKET",$r="CLOSEANGLEBRACKET",Hr="FULLWIDTHLEFTPAREN",jr="FULLWIDTHRIGHTPAREN",Vr="LEFTCORNERBRACKET",qr="RIGHTCORNERBRACKET",Wr="LEFTWHITECORNERBRACKET",Ur="RIGHTWHITECORNERBRACKET",Kr="FULLWIDTHLESSTHAN",Jr="FULLWIDTHGREATERTHAN",Gr="AMPERSAND",Zr="APOSTROPHE",Qr="ASTERISK",st="AT",Yr="BACKSLASH",Xr="BACKTICK",ei="CARET",Dt="COLON",Oo="COMMA",ti="DOLLAR",Fe="DOT",ni="EQUALS",Io="EXCLAMATION",Ae="HYPHEN",Tn="PERCENT",ri="PIPE",ii="PLUS",si="POUND",Dn="QUERY",Ro="QUOTE",bd="FULLWIDTHMIDDLEDOT",Fo="SEMI",Le="SLASH",_n="TILDE",oi="UNDERSCORE",kd="EMOJI",ui="SYM";var xd=Object.freeze({__proto__:null,ALPHANUMERICAL:gd,AMPERSAND:Gr,APOSTROPHE:Zr,ASCIINUMERICAL:md,ASTERISK:Qr,AT:st,BACKSLASH:Yr,BACKTICK:Xr,CARET:ei,CLOSEANGLEBRACKET:$r,CLOSEBRACE:Mn,CLOSEBRACKET:Lr,CLOSEPAREN:Br,COLON:Dt,COMMA:Oo,DOLLAR:ti,DOT:Fe,EMOJI:kd,EQUALS:ni,EXCLAMATION:Io,FULLWIDTHGREATERTHAN:Jr,FULLWIDTHLEFTPAREN:Hr,FULLWIDTHLESSTHAN:Kr,FULLWIDTHMIDDLEDOT:bd,FULLWIDTHRIGHTPAREN:jr,HYPHEN:Ae,LEFTCORNERBRACKET:Vr,LEFTWHITECORNERBRACKET:Wr,LOCALHOST:Hn,NL:No,NUM:_o,OPENANGLEBRACKET:zr,OPENBRACE:An,OPENBRACKET:Fr,OPENPAREN:Pr,PERCENT:Tn,PIPE:ri,PLUS:ii,POUND:si,QUERY:Dn,QUOTE:Ro,RIGHTCORNERBRACKET:qr,RIGHTWHITECORNERBRACKET:Ur,SCHEME:xr,SEMI:Fo,SLASH:Le,SLASH_SCHEME:Kt,SYM:ui,TILDE:_n,TLD:Ks,UNDERSCORE:oi,UTLD:Js,UWORD:Us,WORD:Je,WS:Gs});const Ue=/[a-z]/,fn=new RegExp("\\p{L}","u"),ns=new RegExp("\\p{Emoji}","u"),Ke=/\d/,rs=/\s/,cl="\r",is=`
|
|
144
|
+
`,Cg="️",Eg="",ss="";let ar=null,cr=null;function wg(t=[]){const e={};me.groups=e;const n=new me;ar==null&&(ar=dl(mg)),cr==null&&(cr=dl(gg)),w(n,"'",Zr),w(n,"{",An),w(n,"}",Mn),w(n,"[",Fr),w(n,"]",Lr),w(n,"(",Pr),w(n,")",Br),w(n,"<",zr),w(n,">",$r),w(n,"(",Hr),w(n,")",jr),w(n,"「",Vr),w(n,"」",qr),w(n,"『",Wr),w(n,"』",Ur),w(n,"<",Kr),w(n,">",Jr),w(n,"&",Gr),w(n,"*",Qr),w(n,"@",st),w(n,"`",Xr),w(n,"^",ei),w(n,":",Dt),w(n,",",Oo),w(n,"$",ti),w(n,".",Fe),w(n,"=",ni),w(n,"!",Io),w(n,"-",Ae),w(n,"%",Tn),w(n,"|",ri),w(n,"+",ii),w(n,"#",si),w(n,"?",Dn),w(n,'"',Ro),w(n,"/",Le),w(n,";",Fo),w(n,"~",_n),w(n,"_",oi),w(n,"\\",Yr),w(n,"・",bd);const r=W(n,Ke,_o,{[js]:!0});W(r,Ke,r);const i=W(r,Ue,md,{[vn]:!0}),s=W(r,fn,gd,{[xn]:!0}),o=W(n,Ue,Je,{[Vs]:!0});W(o,Ke,i),W(o,Ue,o),W(i,Ke,i),W(i,Ue,i);const u=W(n,fn,Us,{[qs]:!0});W(u,Ue),W(u,Ke,s),W(u,fn,u),W(s,Ke,s),W(s,Ue),W(s,fn,s);const l=w(n,is,No,{[ts]:!0}),a=w(n,cl,Gs,{[ts]:!0}),c=W(n,rs,Gs,{[ts]:!0});w(n,ss,c),w(a,is,l),w(a,ss,c),W(a,rs,c),w(c,cl),w(c,is),W(c,rs,c),w(c,ss,c);const d=W(n,ns,kd,{[pd]:!0});w(d,"#"),W(d,ns,d),w(d,Cg,d);const h=w(d,Eg);w(h,"#"),W(h,ns,d);const f=[[Ue,o],[Ke,i]],p=[[Ue,null],[fn,u],[Ke,s]];for(let m=0;m<ar.length;m++)nt(n,ar[m],Ks,Je,f);for(let m=0;m<cr.length;m++)nt(n,cr[m],Js,Us,p);Tt(Ks,{tld:!0,ascii:!0},e),Tt(Js,{utld:!0,alpha:!0},e),nt(n,"file",xr,Je,f),nt(n,"mailto",xr,Je,f),nt(n,"http",Kt,Je,f),nt(n,"https",Kt,Je,f),nt(n,"ftp",Kt,Je,f),nt(n,"ftps",Kt,Je,f),Tt(xr,{scheme:!0,ascii:!0},e),Tt(Kt,{slashscheme:!0,ascii:!0},e),t=t.sort((m,g)=>m[0]>g[0]?1:-1);for(let m=0;m<t.length;m++){const g=t[m][0],k=t[m][1]?{[bg]:!0}:{[kg]:!0};g.indexOf("-")>=0?k[Ws]=!0:Ue.test(g)?Ke.test(g)?k[vn]=!0:k[Vs]=!0:k[js]=!0,al(n,g,g,k)}return al(n,"localhost",Hn,{ascii:!0}),n.jd=new me(ui),{start:n,tokens:Object.assign({groups:e},xd)}}function yd(t,e){const n=Sg(e.replace(/[A-Z]/g,u=>u.toLowerCase())),r=n.length,i=[];let s=0,o=0;for(;o<r;){let u=t,l=null,a=0,c=null,d=-1,h=-1;for(;o<r&&(l=u.go(n[o]));)u=l,u.accepts()?(d=0,h=0,c=u):d>=0&&(d+=n[o].length,h++),a+=n[o].length,s+=n[o].length,o++;s-=d,o-=h,a-=d,i.push({t:c.t,v:e.slice(s-a,s),s:s-a,e:s})}return i}function Sg(t){const e=[],n=t.length;let r=0;for(;r<n;){let i=t.charCodeAt(r),s,o=i<55296||i>56319||r+1===n||(s=t.charCodeAt(r+1))<56320||s>57343?t[r]:t.slice(r,r+2);e.push(o),r+=o.length}return e}function nt(t,e,n,r,i){let s;const o=e.length;for(let u=0;u<o-1;u++){const l=e[u];t.j[l]?s=t.j[l]:(s=new me(r),s.jr=i.slice(),t.j[l]=s),t=s}return s=new me(n),s.jr=i.slice(),t.j[e[o-1]]=s,s}function dl(t){const e=[],n=[];let r=0,i="0123456789";for(;r<t.length;){let s=0;for(;i.indexOf(t[r+s])>=0;)s++;if(s>0){e.push(n.join(""));for(let o=parseInt(t.substring(r,r+s),10);o>0;o--)n.pop();r+=s}else n.push(t[r]),r++}return e}const jn={defaultProtocol:"http",events:null,format:fl,formatHref:fl,nl2br:!1,tagName:"a",target:null,rel:null,validate:!0,truncate:1/0,className:null,attributes:null,ignoreTags:[],render:null};function Lo(t,e=null){let n=Object.assign({},jn);t&&(n=Object.assign(n,t instanceof Lo?t.o:t));const r=n.ignoreTags,i=[];for(let s=0;s<r.length;s++)i.push(r[s].toUpperCase());this.o=n,e&&(this.defaultRender=e),this.ignoreTags=i}Lo.prototype={o:jn,ignoreTags:[],defaultRender(t){return t},check(t){return this.get("validate",t.toString(),t)},get(t,e,n){const r=e!=null;let i=this.o[t];return i&&(typeof i=="object"?(i=n.t in i?i[n.t]:jn[t],typeof i=="function"&&r&&(i=i(e,n))):typeof i=="function"&&r&&(i=i(e,n.t,n)),i)},getObj(t,e,n){let r=this.o[t];return typeof r=="function"&&e!=null&&(r=r(e,n.t,n)),r},render(t){const e=t.render(this);return(this.get("render",null,t)||this.defaultRender)(e,t.t,t)}};function fl(t){return t}function Cd(t,e){this.t="token",this.v=t,this.tk=e}Cd.prototype={isLink:!1,toString(){return this.v},toHref(t){return this.toString()},toFormattedString(t){const e=this.toString(),n=t.get("truncate",e,this),r=t.get("format",e,this);return n&&r.length>n?r.substring(0,n)+"…":r},toFormattedHref(t){return t.get("formatHref",this.toHref(t.get("defaultProtocol")),this)},startIndex(){return this.tk[0].s},endIndex(){return this.tk[this.tk.length-1].e},toObject(t=jn.defaultProtocol){return{type:this.t,value:this.toString(),isLink:this.isLink,href:this.toHref(t),start:this.startIndex(),end:this.endIndex()}},toFormattedObject(t){return{type:this.t,value:this.toFormattedString(t),isLink:this.isLink,href:this.toFormattedHref(t),start:this.startIndex(),end:this.endIndex()}},validate(t){return t.get("validate",this.toString(),this)},render(t){const e=this,n=this.toHref(t.get("defaultProtocol")),r=t.get("formatHref",n,this),i=t.get("tagName",n,e),s=this.toFormattedString(t),o={},u=t.get("className",n,e),l=t.get("target",n,e),a=t.get("rel",n,e),c=t.getObj("attributes",n,e),d=t.getObj("events",n,e);return o.href=r,u&&(o.class=u),l&&(o.target=l),a&&(o.rel=a),c&&Object.assign(o,c),{tagName:i,attributes:o,content:s,eventListeners:d}}};function Mi(t,e){class n extends Cd{constructor(i,s){super(i,s),this.t=t}}for(const r in e)n.prototype[r]=e[r];return n.t=t,n}const vg=Mi("email",{isLink:!0,toHref(){return"mailto:"+this.toString()}}),hl=Mi("text"),Ag=Mi("nl"),dr=Mi("url",{isLink:!0,toHref(t=jn.defaultProtocol){return this.hasProtocol()?this.v:`${t}://${this.v}`},hasProtocol(){const t=this.tk;return t.length>=2&&t[0].t!==Hn&&t[1].t===Dt}}),ve=t=>new me(t);function Mg({groups:t}){const e=t.domain.concat([Gr,Qr,st,Yr,Xr,ei,ti,ni,Ae,_o,Tn,ri,ii,si,Le,ui,_n,oi]),n=[Zr,Dt,Oo,Fe,Io,Tn,Dn,Ro,Fo,zr,$r,An,Mn,Lr,Fr,Pr,Br,Hr,jr,Vr,qr,Wr,Ur,Kr,Jr],r=[Gr,Zr,Qr,Yr,Xr,ei,ti,ni,Ae,An,Mn,Tn,ri,ii,si,Dn,Le,ui,_n,oi],i=ve(),s=w(i,_n);I(s,r,s),I(s,t.domain,s);const o=ve(),u=ve(),l=ve();I(i,t.domain,o),I(i,t.scheme,u),I(i,t.slashscheme,l),I(o,r,s),I(o,t.domain,o);const a=w(o,st);w(s,st,a),w(u,st,a),w(l,st,a);const c=w(s,Fe);I(c,r,s),I(c,t.domain,s);const d=ve();I(a,t.domain,d),I(d,t.domain,d);const h=w(d,Fe);I(h,t.domain,d);const f=ve(vg);I(h,t.tld,f),I(h,t.utld,f),w(a,Hn,f);const p=w(d,Ae);w(p,Ae,p),I(p,t.domain,d),I(f,t.domain,d),w(f,Fe,h),w(f,Ae,p);const m=w(o,Ae),g=w(o,Fe);w(m,Ae,m),I(m,t.domain,o),I(g,r,s),I(g,t.domain,o);const b=ve(dr);I(g,t.tld,b),I(g,t.utld,b),I(b,t.domain,o),I(b,r,s),w(b,Fe,g),w(b,Ae,m),w(b,st,a);const k=w(b,Dt),x=ve(dr);I(k,t.numeric,x);const y=ve(dr),E=ve();I(y,e,y),I(y,n,E),I(E,e,y),I(E,n,E),w(b,Le,y),w(x,Le,y);const S=w(u,Dt),v=w(l,Dt),D=w(v,Le),N=w(D,Le);I(u,t.domain,o),w(u,Fe,g),w(u,Ae,m),I(l,t.domain,o),w(l,Fe,g),w(l,Ae,m),I(S,t.domain,y),w(S,Le,y),w(S,Dn,y),I(N,t.domain,y),I(N,e,y),w(N,Le,y);const H=[[An,Mn],[Fr,Lr],[Pr,Br],[zr,$r],[Hr,jr],[Vr,qr],[Wr,Ur],[Kr,Jr]];for(let xe=0;xe<H.length;xe++){const[Se,ee]=H[xe],K=w(y,Se);w(E,Se,K);const P=ve(dr);I(K,e,P);const tt=ve();I(K,n,tt),w(K,ee,y),I(P,e,P),I(P,n,tt),I(tt,e,P),I(tt,n,tt),w(P,ee,y),w(tt,ee,y)}return w(i,Hn,b),w(i,No,Ag),{start:i,tokens:xd}}function Tg(t,e,n){let r=n.length,i=0,s=[],o=[];for(;i<r;){let u=t,l=null,a=null,c=0,d=null,h=-1;for(;i<r&&!(l=u.go(n[i].t));)o.push(n[i++]);for(;i<r&&(a=l||u.go(n[i].t));)l=null,u=a,u.accepts()?(h=0,d=u):h>=0&&h++,i++,c++;if(h<0)i-=c,i<r&&(o.push(n[i]),i++);else{o.length>0&&(s.push(us(hl,e,o)),o=[]),i-=h,c-=h;const f=d.t,p=n.slice(i-c,i);s.push(us(f,e,p))}}return o.length>0&&s.push(us(hl,e,o)),s}function us(t,e,n){const r=n[0].s,i=n[n.length-1].e,s=e.slice(r,i);return new t(s,n)}const Dg=typeof console<"u"&&console&&console.warn||(()=>{}),_g="until manual call of linkify.init(). Register all schemes and plugins before invoking linkify the first time.",$={scanner:null,parser:null,tokenQueue:[],pluginQueue:[],customSchemes:[],initialized:!1};function Ng(){return me.groups={},$.scanner=null,$.parser=null,$.tokenQueue=[],$.pluginQueue=[],$.customSchemes=[],$.initialized=!1,$}function pl(t,e=!1){if($.initialized&&Dg(`linkifyjs: already initialized - will not register custom scheme "${t}" ${_g}`),!/^[0-9a-z]+(-[0-9a-z]+)*$/.test(t))throw new Error(`linkifyjs: incorrect scheme format.
|
|
145
|
+
1. Must only contain digits, lowercase ASCII letters or "-"
|
|
146
|
+
2. Cannot start or end with "-"
|
|
147
|
+
3. "-" cannot repeat`);$.customSchemes.push([t,e])}function Og(){$.scanner=wg($.customSchemes);for(let t=0;t<$.tokenQueue.length;t++)$.tokenQueue[t][1]({scanner:$.scanner});$.parser=Mg($.scanner.tokens);for(let t=0;t<$.pluginQueue.length;t++)$.pluginQueue[t][1]({scanner:$.scanner,parser:$.parser});return $.initialized=!0,$}function Po(t){return $.initialized||Og(),Tg($.parser.start,t,yd($.scanner.start,t))}Po.scan=yd;function Ed(t,e=null,n=null){if(e&&typeof e=="object"){if(n)throw Error(`linkifyjs: Invalid link type ${e}; must be a string`);n=e,e=null}const r=new Lo(n),i=Po(t),s=[];for(let o=0;o<i.length;o++){const u=i[o];u.isLink&&(!e||u.t===e)&&r.check(u)&&s.push(u.toFormattedObject(r))}return s}var Bo="[\0- -\u2029 ]",Ig=new RegExp(Bo),Rg=new RegExp(`${Bo}$`),Fg=new RegExp(Bo,"g");function Lg(t){return t.length===1?t[0].isLink:t.length===3&&t[1].isLink?["()","[]"].includes(t[0].value+t[2].value):!1}function Pg(t){return new j({key:new X("autolink"),appendTransaction:(e,n,r)=>{const i=e.some(a=>a.docChanged)&&!n.doc.eq(r.doc),s=e.some(a=>a.getMeta("preventAutolink"));if(!i||s)return;const{tr:o}=r,u=Fc(n.doc,[...e]);if(jc(u).forEach(({newRange:a})=>{const c=ym(r.doc,a,f=>f.isTextblock);let d,h;if(c.length>1)d=c[0],h=r.doc.textBetween(d.pos,d.pos+d.node.nodeSize,void 0," ");else if(c.length){const f=r.doc.textBetween(a.from,a.to," "," ");if(!Rg.test(f))return;d=c[0],h=r.doc.textBetween(d.pos,a.to,void 0," ")}if(d&&h){const f=h.split(Ig).filter(Boolean);if(f.length<=0)return!1;const p=f[f.length-1],m=d.pos+h.lastIndexOf(p);if(!p)return!1;const g=Po(p).map(b=>b.toObject(t.defaultProtocol));if(!Lg(g))return!1;g.filter(b=>b.isLink).map(b=>({...b,from:m+b.start+1,to:m+b.end+1})).filter(b=>r.schema.marks.code?!r.doc.rangeHasMark(b.from,b.to,r.schema.marks.code):!0).filter(b=>t.validate(b.value)).filter(b=>t.shouldAutoLink(b.value)).forEach(b=>{So(b.from,b.to,r.doc).some(k=>k.mark.type===t.type)||o.addMark(b.from,b.to,t.type.create({href:b.href}))})}}),!!o.steps.length)return o}})}function Bg(t){return new j({key:new X("handleClickLink"),props:{handleClick:(e,n,r)=>{var i,s;if(r.button!==0||!e.editable)return!1;let o=null;if(r.target instanceof HTMLAnchorElement)o=r.target;else{const l=r.target;if(!l)return!1;const a=t.editor.view.dom;o=l.closest("a"),o&&!a.contains(o)&&(o=null)}if(!o)return!1;let u=!1;if(t.enableClickSelection&&(u=t.editor.commands.extendMarkRange(t.type.name)),t.openOnClick){const l=Hc(e.state,t.type.name),a=(i=o.href)!=null?i:l.href,c=(s=o.target)!=null?s:l.target;a&&(window.open(a,c),u=!0)}return u}}})}function zg(t){return new j({key:new X("handlePasteLink"),props:{handlePaste:(e,n,r)=>{const{shouldAutoLink:i}=t,{state:s}=e,{selection:o}=s,{empty:u}=o;if(u)return!1;let l="";r.content.forEach(c=>{l+=c.textContent});const a=Ed(l,{defaultProtocol:t.defaultProtocol}).find(c=>c.isLink&&c.value===l);return!l||!a||i!==void 0&&!i(a.value)?!1:t.editor.commands.setMark(t.type,{href:a.href})}}})}function wt(t,e){const n=["http","https","ftp","ftps","mailto","tel","callto","sms","cid","xmpp"];return e&&e.forEach(r=>{const i=typeof r=="string"?r:r.scheme;i&&n.push(i)}),!t||t.replace(Fg,"").match(new RegExp(`^(?:(?:${n.join("|")}):|[^a-z]|[a-z0-9+.-]+(?:[^a-z+.-:]|$))`,"i"))}var wd=we.create({name:"link",priority:1e3,keepOnSplit:!1,exitable:!0,onCreate(){this.options.validate&&!this.options.shouldAutoLink&&(this.options.shouldAutoLink=this.options.validate,console.warn("The `validate` option is deprecated. Rename to the `shouldAutoLink` option instead.")),this.options.protocols.forEach(t=>{if(typeof t=="string"){pl(t);return}pl(t.scheme,t.optionalSlashes)})},onDestroy(){Ng()},inclusive(){return this.options.autolink},addOptions(){return{openOnClick:!0,enableClickSelection:!1,linkOnPaste:!0,autolink:!0,protocols:[],defaultProtocol:"http",HTMLAttributes:{target:"_blank",rel:"noopener noreferrer nofollow",class:null},isAllowedUri:(t,e)=>!!wt(t,e.protocols),validate:t=>!!t,shouldAutoLink:t=>{const e=/^[a-z][a-z0-9+.-]*:\/\//i.test(t),n=/^[a-z][a-z0-9+.-]*:/i.test(t);if(e||n&&!t.includes("@"))return!0;const i=(t.includes("@")?t.split("@").pop():t).split(/[/?#:]/)[0];return!(/^\d{1,3}(\.\d{1,3}){3}$/.test(i)||!/\./.test(i))}}},addAttributes(){return{href:{default:null,parseHTML(t){return t.getAttribute("href")}},target:{default:this.options.HTMLAttributes.target},rel:{default:this.options.HTMLAttributes.rel},class:{default:this.options.HTMLAttributes.class},title:{default:null}}},parseHTML(){return[{tag:"a[href]",getAttrs:t=>{const e=t.getAttribute("href");return!e||!this.options.isAllowedUri(e,{defaultValidate:n=>!!wt(n,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?!1:null}}]},renderHTML({HTMLAttributes:t}){return this.options.isAllowedUri(t.href,{defaultValidate:e=>!!wt(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?["a",Y(this.options.HTMLAttributes,t),0]:["a",Y(this.options.HTMLAttributes,{...t,href:""}),0]},markdownTokenName:"link",parseMarkdown:(t,e)=>e.applyMark("link",e.parseInline(t.tokens||[]),{href:t.href,title:t.title||null}),renderMarkdown:(t,e)=>{var n,r,i,s;const o=(r=(n=t.attrs)==null?void 0:n.href)!=null?r:"",u=(s=(i=t.attrs)==null?void 0:i.title)!=null?s:"",l=e.renderChildren(t);return u?`[${l}](${o} "${u}")`:`[${l}](${o})`},addCommands(){return{setLink:t=>({chain:e})=>{const{href:n}=t;return this.options.isAllowedUri(n,{defaultValidate:r=>!!wt(r,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?e().setMark(this.name,t).setMeta("preventAutolink",!0).run():!1},toggleLink:t=>({chain:e})=>{const{href:n}=t||{};return n&&!this.options.isAllowedUri(n,{defaultValidate:r=>!!wt(r,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?!1:e().toggleMark(this.name,t,{extendEmptyMarkRange:!0}).setMeta("preventAutolink",!0).run()},unsetLink:()=>({chain:t})=>t().unsetMark(this.name,{extendEmptyMarkRange:!0}).setMeta("preventAutolink",!0).run()}},addPasteRules(){return[$t({find:t=>{const e=[];if(t){const{protocols:n,defaultProtocol:r}=this.options,i=Ed(t).filter(s=>s.isLink&&this.options.isAllowedUri(s.value,{defaultValidate:o=>!!wt(o,n),protocols:n,defaultProtocol:r}));i.length&&i.forEach(s=>{this.options.shouldAutoLink(s.value)&&e.push({text:s.value,data:{href:s.href},index:s.start})})}return e},type:this.type,getAttributes:t=>{var e;return{href:(e=t.data)==null?void 0:e.href}}})]},addProseMirrorPlugins(){const t=[],{protocols:e,defaultProtocol:n}=this.options;return this.options.autolink&&t.push(Pg({type:this.type,defaultProtocol:this.options.defaultProtocol,validate:r=>this.options.isAllowedUri(r,{defaultValidate:i=>!!wt(i,e),protocols:e,defaultProtocol:n}),shouldAutoLink:this.options.shouldAutoLink})),t.push(Bg({type:this.type,editor:this.editor,openOnClick:this.options.openOnClick==="whenNotEditable"?!0:this.options.openOnClick,enableClickSelection:this.options.enableClickSelection})),this.options.linkOnPaste&&t.push(zg({editor:this.editor,defaultProtocol:this.options.defaultProtocol,type:this.type,shouldAutoLink:this.options.shouldAutoLink})),t}}),$g=wd,Hg=Object.defineProperty,jg=(t,e)=>{for(var n in e)Hg(t,n,{get:e[n],enumerable:!0})},Vg="listItem",ml="textStyle",gl=/^\s*([-+*])\s$/,Sd=B.create({name:"bulletList",addOptions(){return{itemTypeName:"listItem",HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}},group:"block list",content(){return`${this.options.itemTypeName}+`},parseHTML(){return[{tag:"ul"}]},renderHTML({HTMLAttributes:t}){return["ul",Y(this.options.HTMLAttributes,t),0]},markdownTokenName:"list",parseMarkdown:(t,e)=>t.type!=="list"||t.ordered?[]:{type:"bulletList",content:t.items?e.parseChildren(t.items):[]},renderMarkdown:(t,e)=>t.content?e.renderChildren(t.content,`
|
|
148
|
+
`):"",markdownOptions:{indentsContent:!0},addCommands(){return{toggleBulletList:()=>({commands:t,chain:e})=>this.options.keepAttributes?e().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes(Vg,this.editor.getAttributes(ml)).run():t.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-8":()=>this.editor.commands.toggleBulletList()}},addInputRules(){let t=sn({find:gl,type:this.type});return(this.options.keepMarks||this.options.keepAttributes)&&(t=sn({find:gl,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:()=>this.editor.getAttributes(ml),editor:this.editor})),[t]}});function qg(t){var e,n;const r=(e=t.tokens)==null?void 0:e[0];return!!(t.text&&((n=t.tokens)==null?void 0:n.length)===1&&(r==null?void 0:r.type)==="list"&&r.ordered&&r.raw===t.text)}function Wg(t,e){return e.tokenizeInline?e.parseInline(e.tokenizeInline(t)):e.parseInline([{type:"text",raw:t,text:t}])}var vd=B.create({name:"listItem",addOptions(){return{HTMLAttributes:{},bulletListTypeName:"bulletList",orderedListTypeName:"orderedList"}},content:"paragraph block*",defining:!0,parseHTML(){return[{tag:"li"}]},renderHTML({HTMLAttributes:t}){return["li",Y(this.options.HTMLAttributes,t),0]},markdownTokenName:"list_item",parseMarkdown:(t,e)=>{var n;if(t.type!=="list_item")return[];const r=(n=e.parseBlockChildren)!=null?n:e.parseChildren;let i=[];if(t.tokens&&t.tokens.length>0){if(qg(t))return{type:"listItem",content:[{type:"paragraph",content:Wg(t.text||"",e)}]};if(t.tokens.some(o=>o.type==="paragraph"))i=r(t.tokens);else{const o=t.tokens[0];if(o&&o.type==="text"&&o.tokens&&o.tokens.length>0){if(i=[{type:"paragraph",content:e.parseInline(o.tokens)}],t.tokens.length>1){const l=t.tokens.slice(1),a=r(l);i.push(...a)}}else i=r(t.tokens)}}return i.length===0&&(i=[{type:"paragraph",content:[]}]),{type:"listItem",content:i}},renderMarkdown:(t,e,n)=>To(t,e,r=>{var i,s;return r.parentType==="bulletList"?"- ":r.parentType==="orderedList"?`${(((s=(i=r.meta)==null?void 0:i.parentAttrs)==null?void 0:s.start)||1)+r.index}. `:"- "},n),addKeyboardShortcuts(){return{Enter:()=>this.editor.commands.splitListItem(this.name),Tab:()=>this.editor.commands.sinkListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)}}}),Ug={};jg(Ug,{findListItemPos:()=>Qn,getNextListDepth:()=>zo,handleBackspace:()=>Zs,handleDelete:()=>Qs,hasListBefore:()=>Ad,hasListItemAfter:()=>Kg,hasListItemBefore:()=>Md,listItemHasSubList:()=>Td,nextListIsDeeper:()=>Dd,nextListIsHigher:()=>_d});var Qn=(t,e)=>{const{$from:n}=e.selection,r=Q(t,e.schema);let i=null,s=n.depth,o=n.pos,u=null;for(;s>0&&u===null;)i=n.node(s),i.type===r?u=s:(s-=1,o-=1);return u===null?null:{$pos:e.doc.resolve(o),depth:u}},zo=(t,e)=>{const n=Qn(t,e);if(!n)return!1;const[,r]=Nm(e,t,n.$pos.pos+4);return r},Ad=(t,e,n)=>{const{$anchor:r}=t.selection,i=Math.max(0,r.pos-2),s=t.doc.resolve(i).node();return!(!s||!n.includes(s.type.name))},Md=(t,e)=>{var n;const{$anchor:r}=e.selection,i=e.doc.resolve(r.pos-2);return!(i.index()===0||((n=i.nodeBefore)==null?void 0:n.type.name)!==t)},Td=(t,e,n)=>{if(!n)return!1;const r=Q(t,e.schema);let i=!1;return n.descendants(s=>{s.type===r&&(i=!0)}),i},Zs=(t,e,n)=>{if(t.commands.undoInputRule())return!0;if(t.state.selection.from!==t.state.selection.to)return!1;if(!xt(t.state,e)&&Ad(t.state,e,n)){const{$anchor:u}=t.state.selection,l=t.state.doc.resolve(u.before()-1),a=[];l.node().descendants((h,f)=>{h.type.name===e&&a.push({node:h,pos:f})});const c=a.at(-1);if(!c)return!1;const d=t.state.doc.resolve(l.start()+c.pos+1);return t.chain().cut({from:u.start()-1,to:u.end()+1},d.end()).joinForward().run()}if(!xt(t.state,e)||!Fm(t.state))return!1;const r=Qn(e,t.state);if(!r)return!1;const s=t.state.doc.resolve(r.$pos.pos-2).node(r.depth),o=Td(e,t.state,s);return Md(e,t.state)&&!o?t.commands.joinItemBackward():t.chain().liftListItem(e).run()},Dd=(t,e)=>{const n=zo(t,e),r=Qn(t,e);return!r||!n?!1:n>r.depth},_d=(t,e)=>{const n=zo(t,e),r=Qn(t,e);return!r||!n?!1:n<r.depth},Qs=(t,e)=>{if(!xt(t.state,e)||!Rm(t.state,e))return!1;const{selection:n}=t.state,{$from:r,$to:i}=n;return!n.empty&&r.sameParent(i)?!1:Dd(e,t.state)?t.chain().focus(t.state.selection.from+4).lift(e).joinBackward().run():_d(e,t.state)?t.chain().joinForward().joinBackward().run():t.commands.joinItemForward()},Kg=(t,e)=>{var n;const{$anchor:r}=e.selection,i=e.doc.resolve(r.pos-r.parentOffset-2);return!(i.index()===i.parent.childCount-1||((n=i.nodeAfter)==null?void 0:n.type.name)!==t)},Nd=V.create({name:"listKeymap",addOptions(){return{listTypes:[{itemName:"listItem",wrapperNames:["bulletList","orderedList"]},{itemName:"taskItem",wrapperNames:["taskList"]}]}},addKeyboardShortcuts(){return{Delete:({editor:t})=>{let e=!1;return this.options.listTypes.forEach(({itemName:n})=>{t.state.schema.nodes[n]!==void 0&&Qs(t,n)&&(e=!0)}),e},"Mod-Delete":({editor:t})=>{let e=!1;return this.options.listTypes.forEach(({itemName:n})=>{t.state.schema.nodes[n]!==void 0&&Qs(t,n)&&(e=!0)}),e},Backspace:({editor:t})=>{let e=!1;return this.options.listTypes.forEach(({itemName:n,wrapperNames:r})=>{t.state.schema.nodes[n]!==void 0&&Zs(t,n,r)&&(e=!0)}),e},"Mod-Backspace":({editor:t})=>{let e=!1;return this.options.listTypes.forEach(({itemName:n,wrapperNames:r})=>{t.state.schema.nodes[n]!==void 0&&Zs(t,n,r)&&(e=!0)}),e}}}}),bl=/^(\s*)(\d+)\.\s+(.*)$/,Jg=/^\s/;function Gg(t){const e=t.trimStart();return/^[-+*]\s+/.test(e)||/^\d+\.\s+/.test(e)||/^>\s?/.test(e)||/^```/.test(e)||/^~~~/.test(e)}function Zg(t){const e=[],n=[];let r=!1;return t.forEach(i=>{if(r){n.push(i);return}if(i.trim()===""){r=!0,n.push(i);return}if(e.length>0&&Gg(i)){r=!0,n.push(i);return}e.push(i)}),{paragraphLines:e,blockLines:n}}function Qg(t){const e=[];let n=0,r=0;for(;n<t.length;){const i=t[n],s=i.match(bl);if(!s)break;const[,o,u,l]=s,a=o.length,c=[l];let d=n+1;const h=[i];let f=!1;for(;d<t.length;){const p=t[d];if(p.match(bl))break;if(p.trim()==="")h.push(p),c.push(""),f=!0,d+=1;else if(p.match(Jg))h.push(p),c.push(p.slice(a+2)),d+=1;else{if(f)break;h.push(p),c.push(p),d+=1}}e.push({indent:a,number:parseInt(u,10),content:c.join(`
|
|
149
|
+
`).trim(),contentLines:c,raw:h.join(`
|
|
150
|
+
`)}),r=d,n=d}return[e,r]}function Od(t,e,n){const r=[];let i=0;for(;i<t.length;){const s=t[i];if(s.indent===e){const{paragraphLines:o,blockLines:u}=Zg(s.contentLines),l=o.join(`
|
|
151
|
+
`).trim(),a=[];l&&a.push({type:"paragraph",raw:l,tokens:n.inlineTokens(l)});const c=u.join(`
|
|
152
|
+
`).trim();if(c){const f=n.blockTokens(c);a.push(...f)}let d=i+1;const h=[];for(;d<t.length&&t[d].indent>e;)h.push(t[d]),d+=1;if(h.length>0){const f=Math.min(...h.map(m=>m.indent)),p=Od(h,f,n);a.push({type:"list",ordered:!0,start:h[0].number,items:p,raw:h.map(m=>m.raw).join(`
|
|
153
|
+
`)})}r.push({type:"list_item",raw:s.raw,tokens:a}),i=d}else i+=1}return r}function Yg(t,e){return t.map(n=>{if(n.type!=="list_item")return e.parseChildren([n])[0];const r=[];return n.tokens&&n.tokens.length>0&&n.tokens.forEach(i=>{if(i.type==="paragraph"||i.type==="list"||i.type==="blockquote"||i.type==="code")r.push(...e.parseChildren([i]));else if(i.type==="text"&&i.tokens){const s=e.parseChildren([i]);r.push({type:"paragraph",content:s})}else{const s=e.parseChildren([i]);s.length>0&&r.push(...s)}}),{type:"listItem",content:r}})}var Xg="listItem",kl="textStyle",xl=/^(\d+)\.\s$/,Id=B.create({name:"orderedList",addOptions(){return{itemTypeName:"listItem",HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}},group:"block list",content(){return`${this.options.itemTypeName}+`},addAttributes(){return{start:{default:1,parseHTML:t=>t.hasAttribute("start")?parseInt(t.getAttribute("start")||"",10):1},type:{default:null,parseHTML:t=>t.getAttribute("type")}}},parseHTML(){return[{tag:"ol"}]},renderHTML({HTMLAttributes:t}){const{start:e,...n}=t;return e===1?["ol",Y(this.options.HTMLAttributes,n),0]:["ol",Y(this.options.HTMLAttributes,t),0]},markdownTokenName:"list",parseMarkdown:(t,e)=>{if(t.type!=="list"||!t.ordered)return[];const n=t.start||1,r=t.items?Yg(t.items,e):[];return n!==1?{type:"orderedList",attrs:{start:n},content:r}:{type:"orderedList",content:r}},renderMarkdown:(t,e)=>t.content?e.renderChildren(t.content,`
|
|
154
|
+
`):"",markdownTokenizer:{name:"orderedList",level:"block",start:t=>{const e=t.match(/^(\s*)(\d+)\.\s+/),n=e==null?void 0:e.index;return n!==void 0?n:-1},tokenize:(t,e,n)=>{var r;const i=t.split(`
|
|
155
|
+
`),[s,o]=Qg(i);if(s.length===0)return;const u=Od(s,0,n);return u.length===0?void 0:{type:"list",ordered:!0,start:((r=s[0])==null?void 0:r.number)||1,items:u,raw:i.slice(0,o).join(`
|
|
156
|
+
`)}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleOrderedList:()=>({commands:t,chain:e})=>this.options.keepAttributes?e().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes(Xg,this.editor.getAttributes(kl)).run():t.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-7":()=>this.editor.commands.toggleOrderedList()}},addInputRules(){let t=sn({find:xl,type:this.type,getAttributes:e=>({start:+e[1]}),joinPredicate:(e,n)=>n.childCount+n.attrs.start===+e[1]});return(this.options.keepMarks||this.options.keepAttributes)&&(t=sn({find:xl,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:e=>({start:+e[1],...this.editor.getAttributes(kl)}),joinPredicate:(e,n)=>n.childCount+n.attrs.start===+e[1],editor:this.editor})),[t]}}),eb=/^\s*(\[([( |x])?\])\s$/,tb=B.create({name:"taskItem",addOptions(){return{nested:!1,HTMLAttributes:{},taskListTypeName:"taskList",a11y:void 0}},content(){return this.options.nested?"paragraph block*":"paragraph+"},defining:!0,addAttributes(){return{checked:{default:!1,keepOnSplit:!1,parseHTML:t=>{const e=t.getAttribute("data-checked");return e===""||e==="true"},renderHTML:t=>({"data-checked":t.checked})}}},parseHTML(){return[{tag:`li[data-type="${this.name}"]`,priority:51}]},renderHTML({node:t,HTMLAttributes:e}){return["li",Y(this.options.HTMLAttributes,e,{"data-type":this.name}),["label",["input",{type:"checkbox",checked:t.attrs.checked?"checked":null}],["span"]],["div",0]]},parseMarkdown:(t,e)=>{const n=[];if(t.tokens&&t.tokens.length>0?n.push(e.createNode("paragraph",{},e.parseInline(t.tokens))):t.text?n.push(e.createNode("paragraph",{},[e.createNode("text",{text:t.text})])):n.push(e.createNode("paragraph",{},[])),t.nestedTokens&&t.nestedTokens.length>0){const r=e.parseChildren(t.nestedTokens);n.push(...r)}return e.createNode("taskItem",{checked:t.checked||!1},n)},renderMarkdown:(t,e)=>{var n;const i=`- [${(n=t.attrs)!=null&&n.checked?"x":" "}] `;return To(t,e,i)},addKeyboardShortcuts(){const t={Enter:()=>this.editor.commands.splitListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)};return this.options.nested?{...t,Tab:()=>this.editor.commands.sinkListItem(this.name)}:t},addNodeView(){return({node:t,HTMLAttributes:e,getPos:n,editor:r})=>{const i=document.createElement("li"),s=document.createElement("label"),o=document.createElement("span"),u=document.createElement("input"),l=document.createElement("div"),a=d=>{var h,f;u.ariaLabel=((f=(h=this.options.a11y)==null?void 0:h.checkboxLabel)==null?void 0:f.call(h,d,u.checked))||`Task item checkbox for ${d.textContent||"empty task item"}`};a(t),s.contentEditable="false",u.type="checkbox",u.addEventListener("mousedown",d=>d.preventDefault()),u.addEventListener("change",d=>{if(!r.isEditable&&!this.options.onReadOnlyChecked){u.checked=!u.checked;return}const{checked:h}=d.target;r.isEditable&&typeof n=="function"&&r.chain().focus(void 0,{scrollIntoView:!1}).command(({tr:f})=>{const p=n();if(typeof p!="number")return!1;const m=f.doc.nodeAt(p);return f.setNodeMarkup(p,void 0,{...m==null?void 0:m.attrs,checked:h}),!0}).run(),!r.isEditable&&this.options.onReadOnlyChecked&&(this.options.onReadOnlyChecked(t,h)||(u.checked=!u.checked))}),Object.entries(this.options.HTMLAttributes).forEach(([d,h])=>{i.setAttribute(d,h)}),i.dataset.checked=t.attrs.checked,u.checked=t.attrs.checked,s.append(u,o),i.append(s,l),Object.entries(e).forEach(([d,h])=>{i.setAttribute(d,h)});let c=new Set(Object.keys(e));return{dom:i,contentDOM:l,update:d=>{if(d.type!==this.type)return!1;i.dataset.checked=d.attrs.checked,u.checked=d.attrs.checked,a(d);const h=r.extensionManager.attributes,f=zn(d,h),p=new Set(Object.keys(f)),m=this.options.HTMLAttributes;return c.forEach(g=>{p.has(g)||(g in m?i.setAttribute(g,m[g]):i.removeAttribute(g))}),Object.entries(f).forEach(([g,b])=>{b==null?g in m?i.setAttribute(g,m[g]):i.removeAttribute(g):i.setAttribute(g,b)}),c=p,!0}}}},addInputRules(){return[sn({find:eb,type:this.type,getAttributes:t=>({checked:t[t.length-1]==="x"})})]}}),nb=B.create({name:"taskList",addOptions(){return{itemTypeName:"taskItem",HTMLAttributes:{}}},group:"block list",content(){return`${this.options.itemTypeName}+`},parseHTML(){return[{tag:`ul[data-type="${this.name}"]`,priority:51}]},renderHTML({HTMLAttributes:t}){return["ul",Y(this.options.HTMLAttributes,t,{"data-type":this.name}),0]},parseMarkdown:(t,e)=>e.createNode("taskList",{},e.parseChildren(t.items||[])),renderMarkdown:(t,e)=>t.content?e.renderChildren(t.content,`
|
|
157
|
+
`):"",markdownTokenizer:{name:"taskList",level:"block",start(t){var e;const n=(e=t.match(/^\s*[-+*]\s+\[([ xX])\]\s+/))==null?void 0:e.index;return n!==void 0?n:-1},tokenize(t,e,n){const r=s=>{const o=Hs(s,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:u=>({indentLevel:u[1].length,mainContent:u[4],checked:u[3].toLowerCase()==="x"}),createToken:(u,l)=>({type:"taskItem",raw:"",mainContent:u.mainContent,indentLevel:u.indentLevel,checked:u.checked,text:u.mainContent,tokens:n.inlineTokens(u.mainContent),nestedTokens:l}),customNestedParser:r},n);return o?[{type:"taskList",raw:o.raw,items:o.items}]:n.blockTokens(s)},i=Hs(t,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:s=>({indentLevel:s[1].length,mainContent:s[4],checked:s[3].toLowerCase()==="x"}),createToken:(s,o)=>({type:"taskItem",raw:"",mainContent:s.mainContent,indentLevel:s.indentLevel,checked:s.checked,text:s.mainContent,tokens:n.inlineTokens(s.mainContent),nestedTokens:o}),customNestedParser:r},n);if(i)return{type:"taskList",raw:i.raw,items:i.items}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleTaskList:()=>({commands:t})=>t.toggleList(this.name,this.options.itemTypeName)}},addKeyboardShortcuts(){return{"Mod-Shift-9":()=>this.editor.commands.toggleTaskList()}}});V.create({name:"listKit",addExtensions(){const t=[];return this.options.bulletList!==!1&&t.push(Sd.configure(this.options.bulletList)),this.options.listItem!==!1&&t.push(vd.configure(this.options.listItem)),this.options.listKeymap!==!1&&t.push(Nd.configure(this.options.listKeymap)),this.options.orderedList!==!1&&t.push(Id.configure(this.options.orderedList)),this.options.taskItem!==!1&&t.push(tb.configure(this.options.taskItem)),this.options.taskList!==!1&&t.push(nb.configure(this.options.taskList)),t}});var fr=" ",ls=" ",rb=B.create({name:"paragraph",priority:1e3,addOptions(){return{HTMLAttributes:{}}},group:"block",content:"inline*",parseHTML(){return[{tag:"p"}]},renderHTML({HTMLAttributes:t}){return["p",Y(this.options.HTMLAttributes,t),0]},parseMarkdown:(t,e)=>{const n=t.tokens||[];if(n.length===1&&n[0].type==="image")return e.parseChildren([n[0]]);const r=e.parseInline(n);return n.length===1&&n[0].type==="text"&&(n[0].raw===fr||n[0].text===fr||n[0].raw===ls||n[0].text===ls)&&r.length===1&&r[0].type==="text"&&(r[0].text===fr||r[0].text===ls)?e.createNode("paragraph",void 0,[]):e.createNode("paragraph",void 0,r)},renderMarkdown:(t,e,n)=>{var r,i;if(!t)return"";const s=Array.isArray(t.content)?t.content:[];if(s.length===0){const o=Array.isArray((r=n==null?void 0:n.previousNode)==null?void 0:r.content)?n.previousNode.content:[];return((i=n==null?void 0:n.previousNode)==null?void 0:i.type)==="paragraph"&&o.length===0?fr:""}return e.renderChildren(s)},addCommands(){return{setParagraph:()=>({commands:t})=>t.setNode(this.name)}},addKeyboardShortcuts(){return{"Mod-Alt-0":()=>this.editor.commands.setParagraph()}}}),ib=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))$/,sb=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))/g,ob=we.create({name:"strike",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"s"},{tag:"del"},{tag:"strike"},{style:"text-decoration",consuming:!1,getAttrs:t=>t.includes("line-through")?{}:!1}]},renderHTML({HTMLAttributes:t}){return["s",Y(this.options.HTMLAttributes,t),0]},markdownTokenName:"del",parseMarkdown:(t,e)=>e.applyMark("strike",e.parseInline(t.tokens||[])),renderMarkdown:(t,e)=>`~~${e.renderChildren(t)}~~`,addCommands(){return{setStrike:()=>({commands:t})=>t.setMark(this.name),toggleStrike:()=>({commands:t})=>t.toggleMark(this.name),unsetStrike:()=>({commands:t})=>t.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-Shift-s":()=>this.editor.commands.toggleStrike()}},addInputRules(){return[rn({find:ib,type:this.type})]},addPasteRules(){return[$t({find:sb,type:this.type})]}}),ub=B.create({name:"text",group:"inline",parseMarkdown:t=>({type:"text",text:t.text||""}),renderMarkdown:t=>t.text||""}),lb=we.create({name:"underline",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"u"},{style:"text-decoration",consuming:!1,getAttrs:t=>t.includes("underline")?{}:!1}]},renderHTML({HTMLAttributes:t}){return["u",Y(this.options.HTMLAttributes,t),0]},parseMarkdown(t,e){return e.applyMark(this.name||"underline",e.parseInline(t.tokens||[]))},renderMarkdown(t,e){return`++${e.renderChildren(t)}++`},markdownTokenizer:{name:"underline",level:"inline",start(t){return t.indexOf("++")},tokenize(t,e,n){const i=/^(\+\+)([\s\S]+?)(\+\+)/.exec(t);if(!i)return;const s=i[2].trim();return{type:"underline",raw:i[0],text:s,tokens:n.inlineTokens(s)}}},addCommands(){return{setUnderline:()=>({commands:t})=>t.setMark(this.name),toggleUnderline:()=>({commands:t})=>t.toggleMark(this.name),unsetUnderline:()=>({commands:t})=>t.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-u":()=>this.editor.commands.toggleUnderline(),"Mod-U":()=>this.editor.commands.toggleUnderline()}}});function ab(t={}){return new j({view(e){return new cb(e,t)}})}class cb{constructor(e,n){var r;this.editorView=e,this.cursorPos=null,this.element=null,this.timeout=-1,this.width=(r=n.width)!==null&&r!==void 0?r:1,this.color=n.color===!1?void 0:n.color||"black",this.class=n.class,this.handlers=["dragover","dragend","drop","dragleave"].map(i=>{let s=o=>{this[i](o)};return e.dom.addEventListener(i,s),{name:i,handler:s}})}destroy(){this.handlers.forEach(({name:e,handler:n})=>this.editorView.dom.removeEventListener(e,n))}update(e,n){this.cursorPos!=null&&n.doc!=e.state.doc&&(this.cursorPos>e.state.doc.content.size?this.setCursor(null):this.updateOverlay())}setCursor(e){e!=this.cursorPos&&(this.cursorPos=e,e==null?(this.element.parentNode.removeChild(this.element),this.element=null):this.updateOverlay())}updateOverlay(){let e=this.editorView.state.doc.resolve(this.cursorPos),n=!e.parent.inlineContent,r,i=this.editorView.dom,s=i.getBoundingClientRect(),o=s.width/i.offsetWidth,u=s.height/i.offsetHeight;if(n){let d=e.nodeBefore,h=e.nodeAfter;if(d||h){let f=this.editorView.nodeDOM(this.cursorPos-(d?d.nodeSize:0));if(f){let p=f.getBoundingClientRect(),m=d?p.bottom:p.top;d&&h&&(m=(m+this.editorView.nodeDOM(this.cursorPos).getBoundingClientRect().top)/2);let g=this.width/2*u;r={left:p.left,right:p.right,top:m-g,bottom:m+g}}}}if(!r){let d=this.editorView.coordsAtPos(this.cursorPos),h=this.width/2*o;r={left:d.left-h,right:d.left+h,top:d.top,bottom:d.bottom}}let l=this.editorView.dom.offsetParent;this.element||(this.element=l.appendChild(document.createElement("div")),this.class&&(this.element.className=this.class),this.element.style.cssText="position: absolute; z-index: 50; pointer-events: none;",this.color&&(this.element.style.backgroundColor=this.color)),this.element.classList.toggle("prosemirror-dropcursor-block",n),this.element.classList.toggle("prosemirror-dropcursor-inline",!n);let a,c;if(!l||l==document.body&&getComputedStyle(l).position=="static")a=-pageXOffset,c=-pageYOffset;else{let d=l.getBoundingClientRect(),h=d.width/l.offsetWidth,f=d.height/l.offsetHeight;a=d.left-l.scrollLeft*h,c=d.top-l.scrollTop*f}this.element.style.left=(r.left-a)/o+"px",this.element.style.top=(r.top-c)/u+"px",this.element.style.width=(r.right-r.left)/o+"px",this.element.style.height=(r.bottom-r.top)/u+"px"}scheduleRemoval(e){clearTimeout(this.timeout),this.timeout=setTimeout(()=>this.setCursor(null),e)}dragover(e){if(!this.editorView.editable)return;let n=this.editorView.posAtCoords({left:e.clientX,top:e.clientY}),r=n&&n.inside>=0&&this.editorView.state.doc.nodeAt(n.inside),i=r&&r.type.spec.disableDropCursor,s=typeof i=="function"?i(this.editorView,n,e):i;if(n&&!s){let o=n.pos;if(this.editorView.dragging&&this.editorView.dragging.slice){let u=va(this.editorView.state.doc,o,this.editorView.dragging.slice);u!=null&&(o=u)}this.setCursor(o),this.scheduleRemoval(5e3)}}dragend(){this.scheduleRemoval(20)}drop(){this.scheduleRemoval(20)}dragleave(e){this.editorView.dom.contains(e.relatedTarget)||this.setCursor(null)}}class U extends O{constructor(e){super(e,e)}map(e,n){let r=e.resolve(n.map(this.head));return U.valid(r)?new U(r):O.near(r)}content(){return A.empty}eq(e){return e instanceof U&&e.head==this.head}toJSON(){return{type:"gapcursor",pos:this.head}}static fromJSON(e,n){if(typeof n.pos!="number")throw new RangeError("Invalid input for GapCursor.fromJSON");return new U(e.resolve(n.pos))}getBookmark(){return new $o(this.anchor)}static valid(e){let n=e.parent;if(n.inlineContent||!db(e)||!fb(e))return!1;let r=n.type.spec.allowGapCursor;if(r!=null)return r;let i=n.contentMatchAt(e.index()).defaultType;return i&&i.isTextblock}static findGapCursorFrom(e,n,r=!1){e:for(;;){if(!r&&U.valid(e))return e;let i=e.pos,s=null;for(let o=e.depth;;o--){let u=e.node(o);if(n>0?e.indexAfter(o)<u.childCount:e.index(o)>0){s=u.child(n>0?e.indexAfter(o):e.index(o)-1);break}else if(o==0)return null;i+=n;let l=e.doc.resolve(i);if(U.valid(l))return l}for(;;){let o=n>0?s.firstChild:s.lastChild;if(!o){if(s.isAtom&&!s.isText&&!T.isSelectable(s)){e=e.doc.resolve(i+s.nodeSize*n),r=!1;continue e}break}s=o,i+=n;let u=e.doc.resolve(i);if(U.valid(u))return u}return null}}}U.prototype.visible=!1;U.findFrom=U.findGapCursorFrom;O.jsonID("gapcursor",U);class $o{constructor(e){this.pos=e}map(e){return new $o(e.map(this.pos))}resolve(e){let n=e.resolve(this.pos);return U.valid(n)?new U(n):O.near(n)}}function Rd(t){return t.isAtom||t.spec.isolating||t.spec.createGapCursor}function db(t){for(let e=t.depth;e>=0;e--){let n=t.index(e),r=t.node(e);if(n==0){if(r.type.spec.isolating)return!0;continue}for(let i=r.child(n-1);;i=i.lastChild){if(i.childCount==0&&!i.inlineContent||Rd(i.type))return!0;if(i.inlineContent)return!1}}return!0}function fb(t){for(let e=t.depth;e>=0;e--){let n=t.indexAfter(e),r=t.node(e);if(n==r.childCount){if(r.type.spec.isolating)return!0;continue}for(let i=r.child(n);;i=i.firstChild){if(i.childCount==0&&!i.inlineContent||Rd(i.type))return!0;if(i.inlineContent)return!1}}return!0}function hb(){return new j({props:{decorations:bb,createSelectionBetween(t,e,n){return e.pos==n.pos&&U.valid(n)?new U(n):null},handleClick:mb,handleKeyDown:pb,handleDOMEvents:{beforeinput:gb}}})}const pb=Mc({ArrowLeft:hr("horiz",-1),ArrowRight:hr("horiz",1),ArrowUp:hr("vert",-1),ArrowDown:hr("vert",1)});function hr(t,e){const n=t=="vert"?e>0?"down":"up":e>0?"right":"left";return function(r,i,s){let o=r.selection,u=e>0?o.$to:o.$from,l=o.empty;if(o instanceof _){if(!s.endOfTextblock(n)||u.depth==0)return!1;l=!1,u=r.doc.resolve(e>0?u.after():u.before())}let a=U.findGapCursorFrom(u,e,l);return a?(i&&i(r.tr.setSelection(new U(a))),!0):!1}}function mb(t,e,n){if(!t||!t.editable)return!1;let r=t.state.doc.resolve(e);if(!U.valid(r))return!1;let i=t.posAtCoords({left:n.clientX,top:n.clientY});return i&&i.inside>-1&&T.isSelectable(t.state.doc.nodeAt(i.inside))?!1:(t.dispatch(t.state.tr.setSelection(new U(r))),!0)}function gb(t,e){if(e.inputType!="insertCompositionText"||!(t.state.selection instanceof U))return!1;let{$from:n}=t.state.selection,r=n.parent.contentMatchAt(n.index()).findWrapping(t.state.schema.nodes.text);if(!r)return!1;let i=C.empty;for(let o=r.length-1;o>=0;o--)i=C.from(r[o].createAndFill(null,i));let s=t.state.tr.replace(n.pos,n.pos,new A(i,0,0));return s.setSelection(_.near(s.doc.resolve(n.pos+1))),t.dispatch(s),!1}function bb(t){if(!(t.selection instanceof U))return null;let e=document.createElement("div");return e.className="ProseMirror-gapcursor",q.create(t.doc,[fe.widget(t.selection.head,e,{key:"gapcursor"})])}var li=200,ie=function(){};ie.prototype.append=function(e){return e.length?(e=ie.from(e),!this.length&&e||e.length<li&&this.leafAppend(e)||this.length<li&&e.leafPrepend(this)||this.appendInner(e)):this};ie.prototype.prepend=function(e){return e.length?ie.from(e).append(this):this};ie.prototype.appendInner=function(e){return new kb(this,e)};ie.prototype.slice=function(e,n){return e===void 0&&(e=0),n===void 0&&(n=this.length),e>=n?ie.empty:this.sliceInner(Math.max(0,e),Math.min(this.length,n))};ie.prototype.get=function(e){if(!(e<0||e>=this.length))return this.getInner(e)};ie.prototype.forEach=function(e,n,r){n===void 0&&(n=0),r===void 0&&(r=this.length),n<=r?this.forEachInner(e,n,r,0):this.forEachInvertedInner(e,n,r,0)};ie.prototype.map=function(e,n,r){n===void 0&&(n=0),r===void 0&&(r=this.length);var i=[];return this.forEach(function(s,o){return i.push(e(s,o))},n,r),i};ie.from=function(e){return e instanceof ie?e:e&&e.length?new Fd(e):ie.empty};var Fd=(function(t){function e(r){t.call(this),this.values=r}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={length:{configurable:!0},depth:{configurable:!0}};return e.prototype.flatten=function(){return this.values},e.prototype.sliceInner=function(i,s){return i==0&&s==this.length?this:new e(this.values.slice(i,s))},e.prototype.getInner=function(i){return this.values[i]},e.prototype.forEachInner=function(i,s,o,u){for(var l=s;l<o;l++)if(i(this.values[l],u+l)===!1)return!1},e.prototype.forEachInvertedInner=function(i,s,o,u){for(var l=s-1;l>=o;l--)if(i(this.values[l],u+l)===!1)return!1},e.prototype.leafAppend=function(i){if(this.length+i.length<=li)return new e(this.values.concat(i.flatten()))},e.prototype.leafPrepend=function(i){if(this.length+i.length<=li)return new e(i.flatten().concat(this.values))},n.length.get=function(){return this.values.length},n.depth.get=function(){return 0},Object.defineProperties(e.prototype,n),e})(ie);ie.empty=new Fd([]);var kb=(function(t){function e(n,r){t.call(this),this.left=n,this.right=r,this.length=n.length+r.length,this.depth=Math.max(n.depth,r.depth)+1}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.flatten=function(){return this.left.flatten().concat(this.right.flatten())},e.prototype.getInner=function(r){return r<this.left.length?this.left.get(r):this.right.get(r-this.left.length)},e.prototype.forEachInner=function(r,i,s,o){var u=this.left.length;if(i<u&&this.left.forEachInner(r,i,Math.min(s,u),o)===!1||s>u&&this.right.forEachInner(r,Math.max(i-u,0),Math.min(this.length,s)-u,o+u)===!1)return!1},e.prototype.forEachInvertedInner=function(r,i,s,o){var u=this.left.length;if(i>u&&this.right.forEachInvertedInner(r,i-u,Math.max(s,u)-u,o+u)===!1||s<u&&this.left.forEachInvertedInner(r,Math.min(i,u),s,o)===!1)return!1},e.prototype.sliceInner=function(r,i){if(r==0&&i==this.length)return this;var s=this.left.length;return i<=s?this.left.slice(r,i):r>=s?this.right.slice(r-s,i-s):this.left.slice(r,s).append(this.right.slice(0,i-s))},e.prototype.leafAppend=function(r){var i=this.right.leafAppend(r);if(i)return new e(this.left,i)},e.prototype.leafPrepend=function(r){var i=this.left.leafPrepend(r);if(i)return new e(i,this.right)},e.prototype.appendInner=function(r){return this.left.depth>=Math.max(this.right.depth,r.depth)+1?new e(this.left,new e(this.right,r)):new e(this,r)},e})(ie);const xb=500;class Oe{constructor(e,n){this.items=e,this.eventCount=n}popEvent(e,n){if(this.eventCount==0)return null;let r=this.items.length;for(;;r--)if(this.items.get(r-1).selection){--r;break}let i,s;n&&(i=this.remapping(r,this.items.length),s=i.maps.length);let o=e.tr,u,l,a=[],c=[];return this.items.forEach((d,h)=>{if(!d.step){i||(i=this.remapping(r,h+1),s=i.maps.length),s--,c.push(d);return}if(i){c.push(new Pe(d.map));let f=d.step.map(i.slice(s)),p;f&&o.maybeStep(f).doc&&(p=o.mapping.maps[o.mapping.maps.length-1],a.push(new Pe(p,void 0,void 0,a.length+c.length))),s--,p&&i.appendMap(p,s)}else o.maybeStep(d.step);if(d.selection)return u=i?d.selection.map(i.slice(s)):d.selection,l=new Oe(this.items.slice(0,r).append(c.reverse().concat(a)),this.eventCount-1),!1},this.items.length,0),{remaining:l,transform:o,selection:u}}addTransform(e,n,r,i){let s=[],o=this.eventCount,u=this.items,l=!i&&u.length?u.get(u.length-1):null;for(let c=0;c<e.steps.length;c++){let d=e.steps[c].invert(e.docs[c]),h=new Pe(e.mapping.maps[c],d,n),f;(f=l&&l.merge(h))&&(h=f,c?s.pop():u=u.slice(0,u.length-1)),s.push(h),n&&(o++,n=void 0),i||(l=h)}let a=o-r.depth;return a>Cb&&(u=yb(u,a),o-=a),new Oe(u.append(s),o)}remapping(e,n){let r=new In;return this.items.forEach((i,s)=>{let o=i.mirrorOffset!=null&&s-i.mirrorOffset>=e?r.maps.length-i.mirrorOffset:void 0;r.appendMap(i.map,o)},e,n),r}addMaps(e){return this.eventCount==0?this:new Oe(this.items.append(e.map(n=>new Pe(n))),this.eventCount)}rebased(e,n){if(!this.eventCount)return this;let r=[],i=Math.max(0,this.items.length-n),s=e.mapping,o=e.steps.length,u=this.eventCount;this.items.forEach(h=>{h.selection&&u--},i);let l=n;this.items.forEach(h=>{let f=s.getMirror(--l);if(f==null)return;o=Math.min(o,f);let p=s.maps[f];if(h.step){let m=e.steps[f].invert(e.docs[f]),g=h.selection&&h.selection.map(s.slice(l+1,f));g&&u++,r.push(new Pe(p,m,g))}else r.push(new Pe(p))},i);let a=[];for(let h=n;h<o;h++)a.push(new Pe(s.maps[h]));let c=this.items.slice(0,i).append(a).append(r),d=new Oe(c,u);return d.emptyItemCount()>xb&&(d=d.compress(this.items.length-r.length)),d}emptyItemCount(){let e=0;return this.items.forEach(n=>{n.step||e++}),e}compress(e=this.items.length){let n=this.remapping(0,e),r=n.maps.length,i=[],s=0;return this.items.forEach((o,u)=>{if(u>=e)i.push(o),o.selection&&s++;else if(o.step){let l=o.step.map(n.slice(r)),a=l&&l.getMap();if(r--,a&&n.appendMap(a,r),l){let c=o.selection&&o.selection.map(n.slice(r));c&&s++;let d=new Pe(a.invert(),l,c),h,f=i.length-1;(h=i.length&&i[f].merge(d))?i[f]=h:i.push(d)}}else o.map&&r--},this.items.length,0),new Oe(ie.from(i.reverse()),s)}}Oe.empty=new Oe(ie.empty,0);function yb(t,e){let n;return t.forEach((r,i)=>{if(r.selection&&e--==0)return n=i,!1}),t.slice(n)}class Pe{constructor(e,n,r,i){this.map=e,this.step=n,this.selection=r,this.mirrorOffset=i}merge(e){if(this.step&&e.step&&!e.selection){let n=e.step.merge(this.step);if(n)return new Pe(n.getMap().invert(),n,this.selection)}}}class ot{constructor(e,n,r,i,s){this.done=e,this.undone=n,this.prevRanges=r,this.prevTime=i,this.prevComposition=s}}const Cb=20;function Eb(t,e,n,r){let i=n.getMeta(Rt),s;if(i)return i.historyState;n.getMeta(vb)&&(t=new ot(t.done,t.undone,null,0,-1));let o=n.getMeta("appendedTransaction");if(n.steps.length==0)return t;if(o&&o.getMeta(Rt))return o.getMeta(Rt).redo?new ot(t.done.addTransform(n,void 0,r,yr(e)),t.undone,yl(n.mapping.maps),t.prevTime,t.prevComposition):new ot(t.done,t.undone.addTransform(n,void 0,r,yr(e)),null,t.prevTime,t.prevComposition);if(n.getMeta("addToHistory")!==!1&&!(o&&o.getMeta("addToHistory")===!1)){let u=n.getMeta("composition"),l=t.prevTime==0||!o&&t.prevComposition!=u&&(t.prevTime<(n.time||0)-r.newGroupDelay||!wb(n,t.prevRanges)),a=o?as(t.prevRanges,n.mapping):yl(n.mapping.maps);return new ot(t.done.addTransform(n,l?e.selection.getBookmark():void 0,r,yr(e)),Oe.empty,a,n.time,u??t.prevComposition)}else return(s=n.getMeta("rebased"))?new ot(t.done.rebased(n,s),t.undone.rebased(n,s),as(t.prevRanges,n.mapping),t.prevTime,t.prevComposition):new ot(t.done.addMaps(n.mapping.maps),t.undone.addMaps(n.mapping.maps),as(t.prevRanges,n.mapping),t.prevTime,t.prevComposition)}function wb(t,e){if(!e)return!1;if(!t.docChanged)return!0;let n=!1;return t.mapping.maps[0].forEach((r,i)=>{for(let s=0;s<e.length;s+=2)r<=e[s+1]&&i>=e[s]&&(n=!0)}),n}function yl(t){let e=[];for(let n=t.length-1;n>=0&&e.length==0;n--)t[n].forEach((r,i,s,o)=>e.push(s,o));return e}function as(t,e){if(!t)return null;let n=[];for(let r=0;r<t.length;r+=2){let i=e.map(t[r],1),s=e.map(t[r+1],-1);i<=s&&n.push(i,s)}return n}function Sb(t,e,n){let r=yr(e),i=Rt.get(e).spec.config,s=(n?t.undone:t.done).popEvent(e,r);if(!s)return null;let o=s.selection.resolve(s.transform.doc),u=(n?t.done:t.undone).addTransform(s.transform,e.selection.getBookmark(),i,r),l=new ot(n?u:s.remaining,n?s.remaining:u,null,0,-1);return s.transform.setSelection(o).setMeta(Rt,{redo:n,historyState:l})}let cs=!1,Cl=null;function yr(t){let e=t.plugins;if(Cl!=e){cs=!1,Cl=e;for(let n=0;n<e.length;n++)if(e[n].spec.historyPreserveItems){cs=!0;break}}return cs}const Rt=new X("history"),vb=new X("closeHistory");function Ab(t={}){return t={depth:t.depth||100,newGroupDelay:t.newGroupDelay||500},new j({key:Rt,state:{init(){return new ot(Oe.empty,Oe.empty,null,0,-1)},apply(e,n,r){return Eb(n,r,e,t)}},config:t,props:{handleDOMEvents:{beforeinput(e,n){let r=n.inputType,i=r=="historyUndo"?Pd:r=="historyRedo"?Bd:null;return!i||!e.editable?!1:(n.preventDefault(),i(e.state,e.dispatch))}}}})}function Ld(t,e){return(n,r)=>{let i=Rt.getState(n);if(!i||(t?i.undone:i.done).eventCount==0)return!1;if(r){let s=Sb(i,n,t);s&&r(e?s.scrollIntoView():s)}return!0}}const Pd=Ld(!1,!0),Bd=Ld(!0,!0);V.create({name:"characterCount",addOptions(){return{limit:null,autoTrim:!0,mode:"textSize",textCounter:t=>t.length,wordCounter:t=>t.split(" ").filter(e=>e!=="").length}},addStorage(){return{characters:()=>0,words:()=>0}},onBeforeCreate(){this.storage.characters=t=>{const e=(t==null?void 0:t.node)||this.editor.state.doc;if(((t==null?void 0:t.mode)||this.options.mode)==="textSize"){const r=e.textBetween(0,e.content.size,void 0," ");return this.options.textCounter(r)}return e.nodeSize},this.storage.words=t=>{const e=(t==null?void 0:t.node)||this.editor.state.doc,n=e.textBetween(0,e.content.size," "," ");return this.options.wordCounter(n)}},addProseMirrorPlugins(){let t=!1;return[new j({key:new X("characterCount"),appendTransaction:(e,n,r)=>{if(t)return;const i=this.options.limit,s=this.options.autoTrim;if(i==null||i===0||s===!1){t=!0;return}const o=this.storage.characters({node:r.doc});if(o>i){const u=o-i,l=0,a=u;console.warn(`[CharacterCount] Initial content exceeded limit of ${i} characters. Content was automatically trimmed.`);const c=r.tr.deleteRange(l,a);return t=!0,c}t=!0},filterTransaction:(e,n)=>{const r=this.options.limit;if(!e.docChanged||r===0||r===null||r===void 0)return!0;const i=this.storage.characters({node:n.doc}),s=this.storage.characters({node:e.doc});if(s<=r||i>r&&s>r&&s<=i)return!0;if(i>r&&s>r&&s>i||!e.getMeta("paste"))return!1;const u=e.selection.$head.pos,l=s-r,a=u-l,c=u;return e.deleteRange(a,c),!(this.storage.characters({node:e.doc})>r)}})]}});var Mb=V.create({name:"dropCursor",addOptions(){return{color:"currentColor",width:1,class:void 0}},addProseMirrorPlugins(){return[ab(this.options)]}});V.create({name:"focus",addOptions(){return{className:"has-focus",mode:"all"}},addProseMirrorPlugins(){return[new j({key:new X("focus"),props:{decorations:({doc:t,selection:e})=>{const{isEditable:n,isFocused:r}=this.editor,{anchor:i}=e,s=[];if(!n||!r)return q.create(t,[]);let o=0;this.options.mode==="deepest"&&t.descendants((l,a)=>{if(l.isText)return;if(!(i>=a&&i<=a+l.nodeSize-1))return!1;o+=1});let u=0;return t.descendants((l,a)=>{if(l.isText||!(i>=a&&i<=a+l.nodeSize-1))return!1;if(u+=1,this.options.mode==="deepest"&&o-u>0||this.options.mode==="shallowest"&&u>1)return this.options.mode==="deepest";s.push(fe.node(a,a+l.nodeSize,{class:this.options.className}))}),q.create(t,s)}}})]}});var Tb=V.create({name:"gapCursor",addProseMirrorPlugins(){return[hb()]},extendNodeSchema(t){var e;const n={name:t.name,options:t.options,storage:t.storage};return{allowGapCursor:(e=L(M(t,"allowGapCursor",n)))!=null?e:null}}});function El(t){const{editor:e,placeholder:n,dataAttribute:r,pos:i,node:s,isEmptyDoc:o,hasAnchor:u,classes:{emptyNode:l,emptyEditor:a}}=t,c=[l];return o&&c.push(a),fe.node(i,i+s.nodeSize,{class:c.join(" "),[r]:typeof n=="function"?n({editor:e,node:s,pos:i,hasAnchor:u}):n})}function Db(t){const e=getComputedStyle(t),n=`${e.overflow} ${e.overflowY} ${e.overflowX}`;return/auto|scroll|overlay/.test(n)}function _b(t){let e=t;for(;e;){if(Db(e))return e;const n=e.parentElement;if(!n){const r=e.getRootNode();if(r instanceof ShadowRoot){e=r.host;continue}return window}e=n}return window}function Nb(t){return t===window?{top:0,bottom:window.innerHeight}:t.getBoundingClientRect()}function Ob({doc:t,view:e,scrollContainer:n}){const r=e.dom.getBoundingClientRect(),i=n?Nb(n):{top:0,bottom:window.innerHeight},s=Math.max(r.top,i.top),o=Math.min(r.bottom,i.bottom);if(s>=o)return{top:0,bottom:t.content.size};const l=getComputedStyle(e.dom).direction==="rtl"?Math.max(r.right-2,r.left+2):r.left+2,a=e.posAtCoords({left:l,top:s+2}),c=e.posAtCoords({left:l,top:o-2});return{top:a?a.pos:0,bottom:c?c.pos:t.content.size}}function Ib(t,e){let n=null;return{call:((...s)=>{n||(t(...s),n=setTimeout(()=>{n=null},e))}),cancel:()=>{n&&(clearTimeout(n),n=null)}}}var wl="placeholder";function Rb(t){return t.replace(/\s+/g,"-").replace(/[^a-zA-Z0-9-]/g,"").replace(/^[0-9-]+/,"").replace(/^-+/,"").toLowerCase()}var hn=new X("tiptap__placeholder");V.create({name:"placeholder",addOptions(){return{emptyEditorClass:"is-editor-empty",emptyNodeClass:"is-empty",dataAttribute:wl,placeholder:"Write something …",showOnlyWhenEditable:!0,showOnlyCurrent:!0,includeChildren:!1}},addProseMirrorPlugins(){const t=this.options.dataAttribute?`data-${Rb(this.options.dataAttribute)}`:`data-${wl}`;return[new j({state:{init(){return{topPos:null,bottomPos:null}},apply(e,n){const r=e.getMeta(hn);return r!=null&&r.positions?{topPos:r.positions.top,bottomPos:r.positions.bottom}:e.docChanged?{topPos:n.topPos!==null?e.mapping.map(n.topPos):null,bottomPos:n.bottomPos!==null?e.mapping.map(n.bottomPos):null}:n}},key:hn,view(e){const n=_b(e.dom),r=()=>{const u=Ob({view:e,doc:e.state.doc,scrollContainer:n}),l=hn.getState(e.state);if(l.topPos===u.top&&l.bottomPos===u.bottom)return;const a=e.state.tr.setMeta(hn,{positions:u}).setMeta("tiptap__viewportUpdate",!0);e.dispatch(a)},{call:i,cancel:s}=Ib(r,250),o=n;return o.addEventListener("scroll",i,{passive:!0}),r(),{update(u,l){e.state.doc.content.size!==l.doc.content.size&&r()},destroy:()=>{s(),o.removeEventListener("scroll",i)}}},props:{decorations:({doc:e,selection:n})=>{var r,i;if(!(this.editor.isEditable||!this.options.showOnlyWhenEditable))return null;const{anchor:o}=n,u=[],l=this.editor.isEmpty;if(this.options.showOnlyCurrent&&!this.options.includeChildren){const c=e.resolve(o);if(c.depth>0){const d=c.node(1),h=c.before(1);if(d.type.isTextblock&&$n(d)){const f=o>=h&&o<=h+d.nodeSize,p=El({node:d,dataAttribute:t,hasAnchor:f,placeholder:this.options.placeholder,classes:{emptyEditor:this.options.emptyEditorClass,emptyNode:this.options.emptyNodeClass},editor:this.editor,isEmptyDoc:l,pos:c.before(1)});u.push(p)}}}else{const c=hn.getState(this.editor.state),d=(r=c.topPos)!=null?r:0,h=(i=c.bottomPos)!=null?i:e.content.size;e.nodesBetween(d,h,(f,p)=>{const m=o>=p&&o<=p+f.nodeSize,g=!f.isLeaf&&$n(f);if(!f.type.isTextblock)return this.options.includeChildren;if((m||!this.options.showOnlyCurrent)&&g){const b=El({classes:{emptyEditor:this.options.emptyEditorClass,emptyNode:this.options.emptyNodeClass},editor:this.editor,isEmptyDoc:l,dataAttribute:t,hasAnchor:m,placeholder:this.options.placeholder,node:f,pos:p});u.push(b)}return this.options.includeChildren})}return q.create(e,u)}}})]}});V.create({name:"selection",addOptions(){return{className:"selection"}},addProseMirrorPlugins(){const{editor:t,options:e}=this;return[new j({key:new X("selection"),props:{decorations(n){return n.selection.empty||t.isFocused||!t.isEditable||Vc(n.selection)||t.view.dragging?null:q.create(n.doc,[fe.inline(n.selection.from,n.selection.to,{class:e.className})])}}})]}});var Fb="skipTrailingNode";function Sl({types:t,node:e}){return e&&Array.isArray(t)&&t.includes(e.type)||(e==null?void 0:e.type)===t}var Lb=V.create({name:"trailingNode",addOptions(){return{node:void 0,notAfter:[]}},addProseMirrorPlugins(){var t;const e=new X(this.name),n=this.options.node||((t=this.editor.schema.topNodeType.contentMatch.defaultType)==null?void 0:t.name)||"paragraph",r=Object.entries(this.editor.schema.nodes).map(([,i])=>i).filter(i=>(this.options.notAfter||[]).concat(n).includes(i.name));return[new j({key:e,appendTransaction:(i,s,o)=>{const{doc:u,tr:l,schema:a}=o,c=e.getState(o),d=u.content.size,h=a.nodes[n];if(!i.some(f=>f.getMeta(Fb))&&c)return l.insert(d,h.create())},state:{init:(i,s)=>{const o=s.tr.doc.lastChild;return!Sl({node:o,types:r})},apply:(i,s)=>{if(!i.docChanged||i.getMeta("__uniqueIDTransaction"))return s;const o=i.doc.lastChild;return!Sl({node:o,types:r})}}})]}}),Pb=V.create({name:"undoRedo",addOptions(){return{depth:100,newGroupDelay:500}},addCommands(){return{undo:()=>({state:t,dispatch:e})=>Pd(t,e),redo:()=>({state:t,dispatch:e})=>Bd(t,e)}},addProseMirrorPlugins(){return[Ab(this.options)]},addKeyboardShortcuts(){return{"Mod-z":()=>this.editor.commands.undo(),"Shift-Mod-z":()=>this.editor.commands.redo(),"Mod-y":()=>this.editor.commands.redo(),"Mod-я":()=>this.editor.commands.undo(),"Shift-Mod-я":()=>this.editor.commands.redo()}}}),Bb=V.create({name:"starterKit",addExtensions(){var t,e,n,r;const i=[];return this.options.bold!==!1&&i.push(X1.configure(this.options.bold)),this.options.blockquote!==!1&&i.push(J1.configure(this.options.blockquote)),this.options.bulletList!==!1&&i.push(Sd.configure(this.options.bulletList)),this.options.code!==!1&&i.push(ng.configure(this.options.code)),this.options.codeBlock!==!1&&i.push(sg.configure(this.options.codeBlock)),this.options.document!==!1&&i.push(og.configure(this.options.document)),this.options.dropcursor!==!1&&i.push(Mb.configure(this.options.dropcursor)),this.options.gapcursor!==!1&&i.push(Tb.configure(this.options.gapcursor)),this.options.hardBreak!==!1&&i.push(ug.configure(this.options.hardBreak)),this.options.heading!==!1&&i.push(lg.configure(this.options.heading)),this.options.undoRedo!==!1&&i.push(Pb.configure(this.options.undoRedo)),this.options.horizontalRule!==!1&&i.push(ag.configure(this.options.horizontalRule)),this.options.italic!==!1&&i.push(pg.configure(this.options.italic)),this.options.listItem!==!1&&i.push(vd.configure(this.options.listItem)),this.options.listKeymap!==!1&&i.push(Nd.configure((t=this.options)==null?void 0:t.listKeymap)),this.options.link!==!1&&i.push(wd.configure((e=this.options)==null?void 0:e.link)),this.options.orderedList!==!1&&i.push(Id.configure(this.options.orderedList)),this.options.paragraph!==!1&&i.push(rb.configure(this.options.paragraph)),this.options.strike!==!1&&i.push(ob.configure(this.options.strike)),this.options.text!==!1&&i.push(ub.configure(this.options.text)),this.options.underline!==!1&&i.push(lb.configure((n=this.options)==null?void 0:n.underline)),this.options.trailingNode!==!1&&i.push(Lb.configure((r=this.options)==null?void 0:r.trailingNode)),i}}),zb=Bb;const vl={};function $b(t){let e=vl[t];if(e)return e;e=vl[t]=[];for(let n=0;n<128;n++){const r=String.fromCharCode(n);e.push(r)}for(let n=0;n<t.length;n++){const r=t.charCodeAt(n);e[r]="%"+("0"+r.toString(16).toUpperCase()).slice(-2)}return e}function on(t,e){typeof e!="string"&&(e=on.defaultChars);const n=$b(e);return t.replace(/(%[a-f0-9]{2})+/gi,function(r){let i="";for(let s=0,o=r.length;s<o;s+=3){const u=parseInt(r.slice(s+1,s+3),16);if(u<128){i+=n[u];continue}if((u&224)===192&&s+3<o){const l=parseInt(r.slice(s+4,s+6),16);if((l&192)===128){const a=u<<6&1984|l&63;a<128?i+="��":i+=String.fromCharCode(a),s+=3;continue}}if((u&240)===224&&s+6<o){const l=parseInt(r.slice(s+4,s+6),16),a=parseInt(r.slice(s+7,s+9),16);if((l&192)===128&&(a&192)===128){const c=u<<12&61440|l<<6&4032|a&63;c<2048||c>=55296&&c<=57343?i+="���":i+=String.fromCharCode(c),s+=6;continue}}if((u&248)===240&&s+9<o){const l=parseInt(r.slice(s+4,s+6),16),a=parseInt(r.slice(s+7,s+9),16),c=parseInt(r.slice(s+10,s+12),16);if((l&192)===128&&(a&192)===128&&(c&192)===128){let d=u<<18&1835008|l<<12&258048|a<<6&4032|c&63;d<65536||d>1114111?i+="����":(d-=65536,i+=String.fromCharCode(55296+(d>>10),56320+(d&1023))),s+=9;continue}}i+="�"}return i})}on.defaultChars=";/?:@&=+$,#";on.componentChars="";const Al={};function Hb(t){let e=Al[t];if(e)return e;e=Al[t]=[];for(let n=0;n<128;n++){const r=String.fromCharCode(n);/^[0-9a-z]$/i.test(r)?e.push(r):e.push("%"+("0"+n.toString(16).toUpperCase()).slice(-2))}for(let n=0;n<t.length;n++)e[t.charCodeAt(n)]=t[n];return e}function Yn(t,e,n){typeof e!="string"&&(n=e,e=Yn.defaultChars),typeof n>"u"&&(n=!0);const r=Hb(e);let i="";for(let s=0,o=t.length;s<o;s++){const u=t.charCodeAt(s);if(n&&u===37&&s+2<o&&/^[0-9a-f]{2}$/i.test(t.slice(s+1,s+3))){i+=t.slice(s,s+3),s+=2;continue}if(u<128){i+=r[u];continue}if(u>=55296&&u<=57343){if(u>=55296&&u<=56319&&s+1<o){const l=t.charCodeAt(s+1);if(l>=56320&&l<=57343){i+=encodeURIComponent(t[s]+t[s+1]),s++;continue}}i+="%EF%BF%BD";continue}i+=encodeURIComponent(t[s])}return i}Yn.defaultChars=";/?:@&=+$,-_.!~*'()#";Yn.componentChars="-_.!~*'()";function Ho(t){let e="";return e+=t.protocol||"",e+=t.slashes?"//":"",e+=t.auth?t.auth+"@":"",t.hostname&&t.hostname.indexOf(":")!==-1?e+="["+t.hostname+"]":e+=t.hostname||"",e+=t.port?":"+t.port:"",e+=t.pathname||"",e+=t.search||"",e+=t.hash||"",e}function ai(){this.protocol=null,this.slashes=null,this.auth=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.pathname=null}const jb=/^([a-z0-9.+-]+:)/i,Vb=/:[0-9]*$/,qb=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,Wb=["<",">",'"',"`"," ","\r",`
|
|
158
|
+
`," "],Ub=["{","}","|","\\","^","`"].concat(Wb),Kb=["'"].concat(Ub),Ml=["%","/","?",";","#"].concat(Kb),Tl=["/","?","#"],Jb=255,Dl=/^[+a-z0-9A-Z_-]{0,63}$/,Gb=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,_l={javascript:!0,"javascript:":!0},Nl={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};function jo(t,e){if(t&&t instanceof ai)return t;const n=new ai;return n.parse(t,e),n}ai.prototype.parse=function(t,e){let n,r,i,s=t;if(s=s.trim(),!e&&t.split("#").length===1){const a=qb.exec(s);if(a)return this.pathname=a[1],a[2]&&(this.search=a[2]),this}let o=jb.exec(s);if(o&&(o=o[0],n=o.toLowerCase(),this.protocol=o,s=s.substr(o.length)),(e||o||s.match(/^\/\/[^@\/]+@[^@\/]+/))&&(i=s.substr(0,2)==="//",i&&!(o&&_l[o])&&(s=s.substr(2),this.slashes=!0)),!_l[o]&&(i||o&&!Nl[o])){let a=-1;for(let p=0;p<Tl.length;p++)r=s.indexOf(Tl[p]),r!==-1&&(a===-1||r<a)&&(a=r);let c,d;a===-1?d=s.lastIndexOf("@"):d=s.lastIndexOf("@",a),d!==-1&&(c=s.slice(0,d),s=s.slice(d+1),this.auth=c),a=-1;for(let p=0;p<Ml.length;p++)r=s.indexOf(Ml[p]),r!==-1&&(a===-1||r<a)&&(a=r);a===-1&&(a=s.length),s[a-1]===":"&&a--;const h=s.slice(0,a);s=s.slice(a),this.parseHost(h),this.hostname=this.hostname||"";const f=this.hostname[0]==="["&&this.hostname[this.hostname.length-1]==="]";if(!f){const p=this.hostname.split(/\./);for(let m=0,g=p.length;m<g;m++){const b=p[m];if(b&&!b.match(Dl)){let k="";for(let x=0,y=b.length;x<y;x++)b.charCodeAt(x)>127?k+="x":k+=b[x];if(!k.match(Dl)){const x=p.slice(0,m),y=p.slice(m+1),E=b.match(Gb);E&&(x.push(E[1]),y.unshift(E[2])),y.length&&(s=y.join(".")+s),this.hostname=x.join(".");break}}}}this.hostname.length>Jb&&(this.hostname=""),f&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}const u=s.indexOf("#");u!==-1&&(this.hash=s.substr(u),s=s.slice(0,u));const l=s.indexOf("?");return l!==-1&&(this.search=s.substr(l),s=s.slice(0,l)),s&&(this.pathname=s),Nl[n]&&this.hostname&&!this.pathname&&(this.pathname=""),this};ai.prototype.parseHost=function(t){let e=Vb.exec(t);e&&(e=e[0],e!==":"&&(this.port=e.substr(1)),t=t.substr(0,t.length-e.length)),t&&(this.hostname=t)};const Zb=Object.freeze(Object.defineProperty({__proto__:null,decode:on,encode:Yn,format:Ho,parse:jo},Symbol.toStringTag,{value:"Module"})),zd=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,$d=/[\0-\x1F\x7F-\x9F]/,Qb=/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u0890\u0891\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD80D[\uDC30-\uDC3F]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/,Vo=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061D-\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1B7D\u1B7E\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u2E52-\u2E5D\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDEAD\uDF55-\uDF59\uDF86-\uDF89]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5A\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDEB9\uDF3C-\uDF3E]|\uD806[\uDC3B\uDD44-\uDD46\uDDE2\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2\uDF00-\uDF09]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8\uDF43-\uDF4F\uDFFF]|\uD809[\uDC70-\uDC74]|\uD80B[\uDFF1\uDFF2]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A\uDFE2]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/,Hd=/[\$\+<->\^`\|~\xA2-\xA6\xA8\xA9\xAC\xAE-\xB1\xB4\xB8\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0384\u0385\u03F6\u0482\u058D-\u058F\u0606-\u0608\u060B\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u07FE\u07FF\u0888\u09F2\u09F3\u09FA\u09FB\u0AF1\u0B70\u0BF3-\u0BFA\u0C7F\u0D4F\u0D79\u0E3F\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u166D\u17DB\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2044\u2052\u207A-\u207C\u208A-\u208C\u20A0-\u20C0\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2307\u230C-\u2328\u232B-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u2767\u2794-\u27C4\u27C7-\u27E5\u27F0-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2E50\u2E51\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFF\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u309B\u309C\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u31EF\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uAA77-\uAA79\uAB5B\uAB6A\uAB6B\uFB29\uFBB2-\uFBC2\uFD40-\uFD4F\uFDCF\uFDFC-\uFDFF\uFE62\uFE64-\uFE66\uFE69\uFF04\uFF0B\uFF1C-\uFF1E\uFF3E\uFF40\uFF5C\uFF5E\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC]|\uD802[\uDC77\uDC78\uDEC8]|\uD805\uDF3F|\uD807[\uDFD5-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD833[\uDF50-\uDFC3]|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDEA\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85\uDE86]|\uD838[\uDD4F\uDEFF]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED7\uDEDC-\uDEEC\uDEF0-\uDEFC\uDF00-\uDF76\uDF7B-\uDFD9\uDFE0-\uDFEB\uDFF0]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0\uDCB1\uDD00-\uDE53\uDE60-\uDE6D\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC5\uDECE-\uDEDB\uDEE0-\uDEE8\uDEF0-\uDEF8\uDF00-\uDF92\uDF94-\uDFCA]/,jd=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/,Yb=Object.freeze(Object.defineProperty({__proto__:null,Any:zd,Cc:$d,Cf:Qb,P:Vo,S:Hd,Z:jd},Symbol.toStringTag,{value:"Module"})),Xb=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲϏϢϸontourIntegraìȹoɴ\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲy;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱còJTabcdfgorstרׯؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ߂ߐĀiyޱrc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣসে্ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४ĀnrࢃgleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpwਖਛgȀLRlr৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼અઋp;椅y;䐜Ādl੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑඞcy;䐊cute;䅃ƀaeyહાron;䅇dil;䅅;䐝ƀgswે૰ativeƀMTV૨ediumSpace;怋hiĀcn૦ëeryThiîtedĀGLଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷreak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪௫ఄ಄ದൡඅ櫬Āoungruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater;EFGLSTஶஷ扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨setĀ;Eೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂෛ෧ขภยา฿ไlig;䅒cute耻Ó䃓Āiyීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲcr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬืde耻Õ䃕es;樷ml耻Ö䃖erĀBP๋Āar๐๓r;怾acĀek๚;揞et;掴arenthesis;揜ҀacfhilorsງຊຏຒດຝະrtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ檻cedesȀ;EST່້扺qual;檯lantEqual;扼ilde;找me;怳Ādpuct;戏ortionĀ;aȥl;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL憒ar;懥eftArrow;懄eiling;按oǵ\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄቕቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHcቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗ĀeiቻDzኀ\0ኇefore;戴a;䎘ĀcnኘkSpace;쀀 Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtèa;䎖r;愨pf;愤cr;쀀𝒵ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒;Eaeiopᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;eᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;eᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰᝃᝈ០៦ᠹᡐᜍ᥈ᥰot;櫭ĀcrᛶkȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;tbrk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯᝳ;䎲;愶een;扬r;쀀𝔟gcostuvwឍឝឳេ៕៛ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀakoᠦᠵĀcn៲ᠣkƀlst֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ;敛;敘;攘;攔;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģbar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;elƀ;bhᥨᥩᥫ䁜;槅sub;柈ŬᥴlĀ;e怢t»pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭒\0᯽\0ᰌƀcprᦲute;䄇̀;abcdsᦿᧀᧄ᧕᧙戩nd;橄rcup;橉Āau᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r;Ecefms᩠ᩢᩫ᪤᪪旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ\0\0aĀ;t䀬;䁀ƀ;fl戁îᅠeĀmxent»eóɍǧ\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯delprvw᭠᭬᭷ᮂᮬᯔarrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;pᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰻᰿ᱝᱩᱵᲞᲬᲷᴍᵻᶑᶫᶻ᷆᷍ròar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂᳖᳜᳠mƀ;oș᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄĀDoḆᴴoôĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»ṺƀaeiἒἚls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧\0耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₥₰₴⃰℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽ƀ;qsؾٌlanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqrⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0proør;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼ròòΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonóquigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roøurĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨íistĀ;sடr;쀀𝔫ȀEest⩦⩹⩼ƀ;qs⩭ƀ;qs⩴lanôií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast⭕⭚⭟lleìl;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖchimpqu⮽⯍⯙⬄⯤⯯Ȁ;cerല⯆ഷ⯉uå;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭ååഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñĀ;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;cⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācrir;榿;쀀𝔬ͯ\0\0\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕⶥⶨrò᪀Āirⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔǒr;榷rp;榹;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ\0\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ脀¶;l䂶leìЃɩ\0\0m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳ᤈ⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t⾴ïrel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⋢⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔ABHabcdefhilmnoprstuxけさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstwガクシスゼゾダッデナp;極Ā;fゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ìâヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘rrowĀ;tㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowóarpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓ròaòՑ;怏oustĀ;a㈞掱che»mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì耻䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;qኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫwar;椪lig耻ß䃟㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rëƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproøim»ኬsðኞĀas㚺㚮ðrn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈadempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xôheadĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roðtré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜtré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map(t=>t.charCodeAt(0))),e2=new Uint16Array("Ȁaglq \x1Bɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map(t=>t.charCodeAt(0)));var ds;const t2=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),n2=(ds=String.fromCodePoint)!==null&&ds!==void 0?ds:function(t){let e="";return t>65535&&(t-=65536,e+=String.fromCharCode(t>>>10&1023|55296),t=56320|t&1023),e+=String.fromCharCode(t),e};function r2(t){var e;return t>=55296&&t<=57343||t>1114111?65533:(e=t2.get(t))!==null&&e!==void 0?e:t}var ne;(function(t){t[t.NUM=35]="NUM",t[t.SEMI=59]="SEMI",t[t.EQUALS=61]="EQUALS",t[t.ZERO=48]="ZERO",t[t.NINE=57]="NINE",t[t.LOWER_A=97]="LOWER_A",t[t.LOWER_F=102]="LOWER_F",t[t.LOWER_X=120]="LOWER_X",t[t.LOWER_Z=122]="LOWER_Z",t[t.UPPER_A=65]="UPPER_A",t[t.UPPER_F=70]="UPPER_F",t[t.UPPER_Z=90]="UPPER_Z"})(ne||(ne={}));const i2=32;var ht;(function(t){t[t.VALUE_LENGTH=49152]="VALUE_LENGTH",t[t.BRANCH_LENGTH=16256]="BRANCH_LENGTH",t[t.JUMP_TABLE=127]="JUMP_TABLE"})(ht||(ht={}));function Ys(t){return t>=ne.ZERO&&t<=ne.NINE}function s2(t){return t>=ne.UPPER_A&&t<=ne.UPPER_F||t>=ne.LOWER_A&&t<=ne.LOWER_F}function o2(t){return t>=ne.UPPER_A&&t<=ne.UPPER_Z||t>=ne.LOWER_A&&t<=ne.LOWER_Z||Ys(t)}function u2(t){return t===ne.EQUALS||o2(t)}var te;(function(t){t[t.EntityStart=0]="EntityStart",t[t.NumericStart=1]="NumericStart",t[t.NumericDecimal=2]="NumericDecimal",t[t.NumericHex=3]="NumericHex",t[t.NamedEntity=4]="NamedEntity"})(te||(te={}));var at;(function(t){t[t.Legacy=0]="Legacy",t[t.Strict=1]="Strict",t[t.Attribute=2]="Attribute"})(at||(at={}));class l2{constructor(e,n,r){this.decodeTree=e,this.emitCodePoint=n,this.errors=r,this.state=te.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=at.Strict}startEntity(e){this.decodeMode=e,this.state=te.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(e,n){switch(this.state){case te.EntityStart:return e.charCodeAt(n)===ne.NUM?(this.state=te.NumericStart,this.consumed+=1,this.stateNumericStart(e,n+1)):(this.state=te.NamedEntity,this.stateNamedEntity(e,n));case te.NumericStart:return this.stateNumericStart(e,n);case te.NumericDecimal:return this.stateNumericDecimal(e,n);case te.NumericHex:return this.stateNumericHex(e,n);case te.NamedEntity:return this.stateNamedEntity(e,n)}}stateNumericStart(e,n){return n>=e.length?-1:(e.charCodeAt(n)|i2)===ne.LOWER_X?(this.state=te.NumericHex,this.consumed+=1,this.stateNumericHex(e,n+1)):(this.state=te.NumericDecimal,this.stateNumericDecimal(e,n))}addToNumericResult(e,n,r,i){if(n!==r){const s=r-n;this.result=this.result*Math.pow(i,s)+parseInt(e.substr(n,s),i),this.consumed+=s}}stateNumericHex(e,n){const r=n;for(;n<e.length;){const i=e.charCodeAt(n);if(Ys(i)||s2(i))n+=1;else return this.addToNumericResult(e,r,n,16),this.emitNumericEntity(i,3)}return this.addToNumericResult(e,r,n,16),-1}stateNumericDecimal(e,n){const r=n;for(;n<e.length;){const i=e.charCodeAt(n);if(Ys(i))n+=1;else return this.addToNumericResult(e,r,n,10),this.emitNumericEntity(i,2)}return this.addToNumericResult(e,r,n,10),-1}emitNumericEntity(e,n){var r;if(this.consumed<=n)return(r=this.errors)===null||r===void 0||r.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(e===ne.SEMI)this.consumed+=1;else if(this.decodeMode===at.Strict)return 0;return this.emitCodePoint(r2(this.result),this.consumed),this.errors&&(e!==ne.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(e,n){const{decodeTree:r}=this;let i=r[this.treeIndex],s=(i&ht.VALUE_LENGTH)>>14;for(;n<e.length;n++,this.excess++){const o=e.charCodeAt(n);if(this.treeIndex=a2(r,i,this.treeIndex+Math.max(1,s),o),this.treeIndex<0)return this.result===0||this.decodeMode===at.Attribute&&(s===0||u2(o))?0:this.emitNotTerminatedNamedEntity();if(i=r[this.treeIndex],s=(i&ht.VALUE_LENGTH)>>14,s!==0){if(o===ne.SEMI)return this.emitNamedEntityData(this.treeIndex,s,this.consumed+this.excess);this.decodeMode!==at.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var e;const{result:n,decodeTree:r}=this,i=(r[n]&ht.VALUE_LENGTH)>>14;return this.emitNamedEntityData(n,i,this.consumed),(e=this.errors)===null||e===void 0||e.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(e,n,r){const{decodeTree:i}=this;return this.emitCodePoint(n===1?i[e]&~ht.VALUE_LENGTH:i[e+1],r),n===3&&this.emitCodePoint(i[e+2],r),r}end(){var e;switch(this.state){case te.NamedEntity:return this.result!==0&&(this.decodeMode!==at.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case te.NumericDecimal:return this.emitNumericEntity(0,2);case te.NumericHex:return this.emitNumericEntity(0,3);case te.NumericStart:return(e=this.errors)===null||e===void 0||e.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case te.EntityStart:return 0}}}function Vd(t){let e="";const n=new l2(t,r=>e+=n2(r));return function(i,s){let o=0,u=0;for(;(u=i.indexOf("&",u))>=0;){e+=i.slice(o,u),n.startEntity(s);const a=n.write(i,u+1);if(a<0){o=u+n.end();break}o=u+a,u=a===0?o+1:o}const l=e+i.slice(o);return e="",l}}function a2(t,e,n,r){const i=(e&ht.BRANCH_LENGTH)>>7,s=e&ht.JUMP_TABLE;if(i===0)return s!==0&&r===s?n:-1;if(s){const l=r-s;return l<0||l>=i?-1:t[n+l]-1}let o=n,u=o+i-1;for(;o<=u;){const l=o+u>>>1,a=t[l];if(a<r)o=l+1;else if(a>r)u=l-1;else return t[l+i]}return-1}const c2=Vd(Xb);Vd(e2);function qd(t,e=at.Legacy){return c2(t,e)}function d2(t){return Object.prototype.toString.call(t)}function qo(t){return d2(t)==="[object String]"}const f2=Object.prototype.hasOwnProperty;function h2(t,e){return f2.call(t,e)}function Ti(t){return Array.prototype.slice.call(arguments,1).forEach(function(n){if(n){if(typeof n!="object")throw new TypeError(n+"must be object");Object.keys(n).forEach(function(r){t[r]=n[r]})}}),t}function Wd(t,e,n){return[].concat(t.slice(0,e),n,t.slice(e+1))}function Wo(t){return!(t>=55296&&t<=57343||t>=64976&&t<=65007||(t&65535)===65535||(t&65535)===65534||t>=0&&t<=8||t===11||t>=14&&t<=31||t>=127&&t<=159||t>1114111)}function ci(t){if(t>65535){t-=65536;const e=55296+(t>>10),n=56320+(t&1023);return String.fromCharCode(e,n)}return String.fromCharCode(t)}const Ud=/\\([!"#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~])/g,p2=/&([a-z#][a-z0-9]{1,31});/gi,m2=new RegExp(Ud.source+"|"+p2.source,"gi"),g2=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))$/i;function b2(t,e){if(e.charCodeAt(0)===35&&g2.test(e)){const r=e[1].toLowerCase()==="x"?parseInt(e.slice(2),16):parseInt(e.slice(1),10);return Wo(r)?ci(r):t}const n=qd(t);return n!==t?n:t}function k2(t){return t.indexOf("\\")<0?t:t.replace(Ud,"$1")}function un(t){return t.indexOf("\\")<0&&t.indexOf("&")<0?t:t.replace(m2,function(e,n,r){return n||b2(e,r)})}const x2=/[&<>"]/,y2=/[&<>"]/g,C2={"&":"&","<":"<",">":">",'"':"""};function E2(t){return C2[t]}function yt(t){return x2.test(t)?t.replace(y2,E2):t}const w2=/[.?*+^$[\]\\(){}|-]/g;function S2(t){return t.replace(w2,"\\$&")}function z(t){switch(t){case 9:case 32:return!0}return!1}function Vn(t){if(t>=8192&&t<=8202)return!0;switch(t){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:case 12288:return!0}return!1}function qn(t){return Vo.test(t)||Hd.test(t)}function Wn(t){switch(t){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0;default:return!1}}function Di(t){return t=t.trim().replace(/\s+/g," "),"ẞ".toLowerCase()==="Ṿ"&&(t=t.replace(/ẞ/g,"ß")),t.toLowerCase().toUpperCase()}const v2={mdurl:Zb,ucmicro:Yb},A2=Object.freeze(Object.defineProperty({__proto__:null,arrayReplaceAt:Wd,assign:Ti,escapeHtml:yt,escapeRE:S2,fromCodePoint:ci,has:h2,isMdAsciiPunct:Wn,isPunctChar:qn,isSpace:z,isString:qo,isValidEntityCode:Wo,isWhiteSpace:Vn,lib:v2,normalizeReference:Di,unescapeAll:un,unescapeMd:k2},Symbol.toStringTag,{value:"Module"}));function M2(t,e,n){let r,i,s,o;const u=t.posMax,l=t.pos;for(t.pos=e+1,r=1;t.pos<u;){if(s=t.src.charCodeAt(t.pos),s===93&&(r--,r===0)){i=!0;break}if(o=t.pos,t.md.inline.skipToken(t),s===91){if(o===t.pos-1)r++;else if(n)return t.pos=l,-1}}let a=-1;return i&&(a=t.pos),t.pos=l,a}function T2(t,e,n){let r,i=e;const s={ok:!1,pos:0,str:""};if(t.charCodeAt(i)===60){for(i++;i<n;){if(r=t.charCodeAt(i),r===10||r===60)return s;if(r===62)return s.pos=i+1,s.str=un(t.slice(e+1,i)),s.ok=!0,s;if(r===92&&i+1<n){i+=2;continue}i++}return s}let o=0;for(;i<n&&(r=t.charCodeAt(i),!(r===32||r<32||r===127));){if(r===92&&i+1<n){if(t.charCodeAt(i+1)===32)break;i+=2;continue}if(r===40&&(o++,o>32))return s;if(r===41){if(o===0)break;o--}i++}return e===i||o!==0||(s.str=un(t.slice(e,i)),s.pos=i,s.ok=!0),s}function D2(t,e,n,r){let i,s=e;const o={ok:!1,can_continue:!1,pos:0,str:"",marker:0};if(r)o.str=r.str,o.marker=r.marker;else{if(s>=n)return o;let u=t.charCodeAt(s);if(u!==34&&u!==39&&u!==40)return o;e++,s++,u===40&&(u=41),o.marker=u}for(;s<n;){if(i=t.charCodeAt(s),i===o.marker)return o.pos=s+1,o.str+=un(t.slice(e,s)),o.ok=!0,o;if(i===40&&o.marker===41)return o;i===92&&s+1<n&&s++,s++}return o.can_continue=!0,o.str+=un(t.slice(e,s)),o}const _2=Object.freeze(Object.defineProperty({__proto__:null,parseLinkDestination:T2,parseLinkLabel:M2,parseLinkTitle:D2},Symbol.toStringTag,{value:"Module"})),je={};je.code_inline=function(t,e,n,r,i){const s=t[e];return"<code"+i.renderAttrs(s)+">"+yt(s.content)+"</code>"};je.code_block=function(t,e,n,r,i){const s=t[e];return"<pre"+i.renderAttrs(s)+"><code>"+yt(t[e].content)+`</code></pre>
|
|
159
|
+
`};je.fence=function(t,e,n,r,i){const s=t[e],o=s.info?un(s.info).trim():"";let u="",l="";if(o){const c=o.split(/(\s+)/g);u=c[0],l=c.slice(2).join("")}let a;if(n.highlight?a=n.highlight(s.content,u,l)||yt(s.content):a=yt(s.content),a.indexOf("<pre")===0)return a+`
|
|
160
|
+
`;if(o){const c=s.attrIndex("class"),d=s.attrs?s.attrs.slice():[];c<0?d.push(["class",n.langPrefix+u]):(d[c]=d[c].slice(),d[c][1]+=" "+n.langPrefix+u);const h={attrs:d};return`<pre><code${i.renderAttrs(h)}>${a}</code></pre>
|
|
161
|
+
`}return`<pre><code${i.renderAttrs(s)}>${a}</code></pre>
|
|
162
|
+
`};je.image=function(t,e,n,r,i){const s=t[e];return s.attrs[s.attrIndex("alt")][1]=i.renderInlineAsText(s.children,n,r),i.renderToken(t,e,n)};je.hardbreak=function(t,e,n){return n.xhtmlOut?`<br />
|
|
163
|
+
`:`<br>
|
|
164
|
+
`};je.softbreak=function(t,e,n){return n.breaks?n.xhtmlOut?`<br />
|
|
165
|
+
`:`<br>
|
|
166
|
+
`:`
|
|
167
|
+
`};je.text=function(t,e){return yt(t[e].content)};je.html_block=function(t,e){return t[e].content};je.html_inline=function(t,e){return t[e].content};function an(){this.rules=Ti({},je)}an.prototype.renderAttrs=function(e){let n,r,i;if(!e.attrs)return"";for(i="",n=0,r=e.attrs.length;n<r;n++)i+=" "+yt(e.attrs[n][0])+'="'+yt(e.attrs[n][1])+'"';return i};an.prototype.renderToken=function(e,n,r){const i=e[n];let s="";if(i.hidden)return"";i.block&&i.nesting!==-1&&n&&e[n-1].hidden&&(s+=`
|
|
168
|
+
`),s+=(i.nesting===-1?"</":"<")+i.tag,s+=this.renderAttrs(i),i.nesting===0&&r.xhtmlOut&&(s+=" /");let o=!1;if(i.block&&(o=!0,i.nesting===1&&n+1<e.length)){const u=e[n+1];(u.type==="inline"||u.hidden||u.nesting===-1&&u.tag===i.tag)&&(o=!1)}return s+=o?`>
|
|
169
|
+
`:">",s};an.prototype.renderInline=function(t,e,n){let r="";const i=this.rules;for(let s=0,o=t.length;s<o;s++){const u=t[s].type;typeof i[u]<"u"?r+=i[u](t,s,e,n,this):r+=this.renderToken(t,s,e)}return r};an.prototype.renderInlineAsText=function(t,e,n){let r="";for(let i=0,s=t.length;i<s;i++)switch(t[i].type){case"text":r+=t[i].content;break;case"image":r+=this.renderInlineAsText(t[i].children,e,n);break;case"html_inline":case"html_block":r+=t[i].content;break;case"softbreak":case"hardbreak":r+=`
|
|
170
|
+
`;break}return r};an.prototype.render=function(t,e,n){let r="";const i=this.rules;for(let s=0,o=t.length;s<o;s++){const u=t[s].type;u==="inline"?r+=this.renderInline(t[s].children,e,n):typeof i[u]<"u"?r+=i[u](t,s,e,n,this):r+=this.renderToken(t,s,e,n)}return r};function be(){this.__rules__=[],this.__cache__=null}be.prototype.__find__=function(t){for(let e=0;e<this.__rules__.length;e++)if(this.__rules__[e].name===t)return e;return-1};be.prototype.__compile__=function(){const t=this,e=[""];t.__rules__.forEach(function(n){n.enabled&&n.alt.forEach(function(r){e.indexOf(r)<0&&e.push(r)})}),t.__cache__={},e.forEach(function(n){t.__cache__[n]=[],t.__rules__.forEach(function(r){r.enabled&&(n&&r.alt.indexOf(n)<0||t.__cache__[n].push(r.fn))})})};be.prototype.at=function(t,e,n){const r=this.__find__(t),i=n||{};if(r===-1)throw new Error("Parser rule not found: "+t);this.__rules__[r].fn=e,this.__rules__[r].alt=i.alt||[],this.__cache__=null};be.prototype.before=function(t,e,n,r){const i=this.__find__(t),s=r||{};if(i===-1)throw new Error("Parser rule not found: "+t);this.__rules__.splice(i,0,{name:e,enabled:!0,fn:n,alt:s.alt||[]}),this.__cache__=null};be.prototype.after=function(t,e,n,r){const i=this.__find__(t),s=r||{};if(i===-1)throw new Error("Parser rule not found: "+t);this.__rules__.splice(i+1,0,{name:e,enabled:!0,fn:n,alt:s.alt||[]}),this.__cache__=null};be.prototype.push=function(t,e,n){const r=n||{};this.__rules__.push({name:t,enabled:!0,fn:e,alt:r.alt||[]}),this.__cache__=null};be.prototype.enable=function(t,e){Array.isArray(t)||(t=[t]);const n=[];return t.forEach(function(r){const i=this.__find__(r);if(i<0){if(e)return;throw new Error("Rules manager: invalid rule name "+r)}this.__rules__[i].enabled=!0,n.push(r)},this),this.__cache__=null,n};be.prototype.enableOnly=function(t,e){Array.isArray(t)||(t=[t]),this.__rules__.forEach(function(n){n.enabled=!1}),this.enable(t,e)};be.prototype.disable=function(t,e){Array.isArray(t)||(t=[t]);const n=[];return t.forEach(function(r){const i=this.__find__(r);if(i<0){if(e)return;throw new Error("Rules manager: invalid rule name "+r)}this.__rules__[i].enabled=!1,n.push(r)},this),this.__cache__=null,n};be.prototype.getRules=function(t){return this.__cache__===null&&this.__compile__(),this.__cache__[t]||[]};function Re(t,e,n){this.type=t,this.tag=e,this.attrs=null,this.map=null,this.nesting=n,this.level=0,this.children=null,this.content="",this.markup="",this.info="",this.meta=null,this.block=!1,this.hidden=!1}Re.prototype.attrIndex=function(e){if(!this.attrs)return-1;const n=this.attrs;for(let r=0,i=n.length;r<i;r++)if(n[r][0]===e)return r;return-1};Re.prototype.attrPush=function(e){this.attrs?this.attrs.push(e):this.attrs=[e]};Re.prototype.attrSet=function(e,n){const r=this.attrIndex(e),i=[e,n];r<0?this.attrPush(i):this.attrs[r]=i};Re.prototype.attrGet=function(e){const n=this.attrIndex(e);let r=null;return n>=0&&(r=this.attrs[n][1]),r};Re.prototype.attrJoin=function(e,n){const r=this.attrIndex(e);r<0?this.attrPush([e,n]):this.attrs[r][1]=this.attrs[r][1]+" "+n};function Kd(t,e,n){this.src=t,this.env=n,this.tokens=[],this.inlineMode=!1,this.md=e}Kd.prototype.Token=Re;const N2=/\r\n?|\n/g,O2=/\0/g;function I2(t){let e;e=t.src.replace(N2,`
|
|
171
|
+
`),e=e.replace(O2,"�"),t.src=e}function R2(t){let e;t.inlineMode?(e=new t.Token("inline","",0),e.content=t.src,e.map=[0,1],e.children=[],t.tokens.push(e)):t.md.block.parse(t.src,t.md,t.env,t.tokens)}function F2(t){const e=t.tokens;for(let n=0,r=e.length;n<r;n++){const i=e[n];i.type==="inline"&&t.md.inline.parse(i.content,t.md,t.env,i.children)}}function L2(t){return/^<a[>\s]/i.test(t)}function P2(t){return/^<\/a\s*>/i.test(t)}function B2(t){const e=t.tokens;if(t.md.options.linkify)for(let n=0,r=e.length;n<r;n++){if(e[n].type!=="inline"||!t.md.linkify.pretest(e[n].content))continue;let i=e[n].children,s=0;for(let o=i.length-1;o>=0;o--){const u=i[o];if(u.type==="link_close"){for(o--;i[o].level!==u.level&&i[o].type!=="link_open";)o--;continue}if(u.type==="html_inline"&&(L2(u.content)&&s>0&&s--,P2(u.content)&&s++),!(s>0)&&u.type==="text"&&t.md.linkify.test(u.content)){const l=u.content;let a=t.md.linkify.match(l);const c=[];let d=u.level,h=0;a.length>0&&a[0].index===0&&o>0&&i[o-1].type==="text_special"&&(a=a.slice(1));for(let f=0;f<a.length;f++){const p=a[f].url,m=t.md.normalizeLink(p);if(!t.md.validateLink(m))continue;let g=a[f].text;a[f].schema?a[f].schema==="mailto:"&&!/^mailto:/i.test(g)?g=t.md.normalizeLinkText("mailto:"+g).replace(/^mailto:/,""):g=t.md.normalizeLinkText(g):g=t.md.normalizeLinkText("http://"+g).replace(/^http:\/\//,"");const b=a[f].index;if(b>h){const E=new t.Token("text","",0);E.content=l.slice(h,b),E.level=d,c.push(E)}const k=new t.Token("link_open","a",1);k.attrs=[["href",m]],k.level=d++,k.markup="linkify",k.info="auto",c.push(k);const x=new t.Token("text","",0);x.content=g,x.level=d,c.push(x);const y=new t.Token("link_close","a",-1);y.level=--d,y.markup="linkify",y.info="auto",c.push(y),h=a[f].lastIndex}if(h<l.length){const f=new t.Token("text","",0);f.content=l.slice(h),f.level=d,c.push(f)}e[n].children=i=Wd(i,o,c)}}}}const Jd=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,z2=/\((c|tm|r)\)/i,$2=/\((c|tm|r)\)/ig,H2={c:"©",r:"®",tm:"™"};function j2(t,e){return H2[e.toLowerCase()]}function V2(t){let e=0;for(let n=t.length-1;n>=0;n--){const r=t[n];r.type==="text"&&!e&&(r.content=r.content.replace($2,j2)),r.type==="link_open"&&r.info==="auto"&&e--,r.type==="link_close"&&r.info==="auto"&&e++}}function q2(t){let e=0;for(let n=t.length-1;n>=0;n--){const r=t[n];r.type==="text"&&!e&&Jd.test(r.content)&&(r.content=r.content.replace(/\+-/g,"±").replace(/\.{2,}/g,"…").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---(?=[^-]|$)/mg,"$1—").replace(/(^|\s)--(?=\s|$)/mg,"$1–").replace(/(^|[^-\s])--(?=[^-\s]|$)/mg,"$1–")),r.type==="link_open"&&r.info==="auto"&&e--,r.type==="link_close"&&r.info==="auto"&&e++}}function W2(t){let e;if(t.md.options.typographer)for(e=t.tokens.length-1;e>=0;e--)t.tokens[e].type==="inline"&&(z2.test(t.tokens[e].content)&&V2(t.tokens[e].children),Jd.test(t.tokens[e].content)&&q2(t.tokens[e].children))}const U2=/['"]/,Ol=/['"]/g,Il="’";function pr(t,e,n){return t.slice(0,e)+n+t.slice(e+1)}function K2(t,e){let n;const r=[];for(let i=0;i<t.length;i++){const s=t[i],o=t[i].level;for(n=r.length-1;n>=0&&!(r[n].level<=o);n--);if(r.length=n+1,s.type!=="text")continue;let u=s.content,l=0,a=u.length;e:for(;l<a;){Ol.lastIndex=l;const c=Ol.exec(u);if(!c)break;let d=!0,h=!0;l=c.index+1;const f=c[0]==="'";let p=32;if(c.index-1>=0)p=u.charCodeAt(c.index-1);else for(n=i-1;n>=0&&!(t[n].type==="softbreak"||t[n].type==="hardbreak");n--)if(t[n].content){p=t[n].content.charCodeAt(t[n].content.length-1);break}let m=32;if(l<a)m=u.charCodeAt(l);else for(n=i+1;n<t.length&&!(t[n].type==="softbreak"||t[n].type==="hardbreak");n++)if(t[n].content){m=t[n].content.charCodeAt(0);break}const g=Wn(p)||qn(String.fromCharCode(p)),b=Wn(m)||qn(String.fromCharCode(m)),k=Vn(p),x=Vn(m);if(x?d=!1:b&&(k||g||(d=!1)),k?h=!1:g&&(x||b||(h=!1)),m===34&&c[0]==='"'&&p>=48&&p<=57&&(h=d=!1),d&&h&&(d=g,h=b),!d&&!h){f&&(s.content=pr(s.content,c.index,Il));continue}if(h)for(n=r.length-1;n>=0;n--){let y=r[n];if(r[n].level<o)break;if(y.single===f&&r[n].level===o){y=r[n];let E,S;f?(E=e.md.options.quotes[2],S=e.md.options.quotes[3]):(E=e.md.options.quotes[0],S=e.md.options.quotes[1]),s.content=pr(s.content,c.index,S),t[y.token].content=pr(t[y.token].content,y.pos,E),l+=S.length-1,y.token===i&&(l+=E.length-1),u=s.content,a=u.length,r.length=n;continue e}}d?r.push({token:i,pos:c.index,single:f,level:o}):h&&f&&(s.content=pr(s.content,c.index,Il))}}}function J2(t){if(t.md.options.typographer)for(let e=t.tokens.length-1;e>=0;e--)t.tokens[e].type!=="inline"||!U2.test(t.tokens[e].content)||K2(t.tokens[e].children,t)}function G2(t){let e,n;const r=t.tokens,i=r.length;for(let s=0;s<i;s++){if(r[s].type!=="inline")continue;const o=r[s].children,u=o.length;for(e=0;e<u;e++)o[e].type==="text_special"&&(o[e].type="text");for(e=n=0;e<u;e++)o[e].type==="text"&&e+1<u&&o[e+1].type==="text"?o[e+1].content=o[e].content+o[e+1].content:(e!==n&&(o[n]=o[e]),n++);e!==n&&(o.length=n)}}const fs=[["normalize",I2],["block",R2],["inline",F2],["linkify",B2],["replacements",W2],["smartquotes",J2],["text_join",G2]];function Uo(){this.ruler=new be;for(let t=0;t<fs.length;t++)this.ruler.push(fs[t][0],fs[t][1])}Uo.prototype.process=function(t){const e=this.ruler.getRules("");for(let n=0,r=e.length;n<r;n++)e[n](t)};Uo.prototype.State=Kd;function Ve(t,e,n,r){this.src=t,this.md=e,this.env=n,this.tokens=r,this.bMarks=[],this.eMarks=[],this.tShift=[],this.sCount=[],this.bsCount=[],this.blkIndent=0,this.line=0,this.lineMax=0,this.tight=!1,this.ddIndent=-1,this.listIndent=-1,this.parentType="root",this.level=0;const i=this.src;for(let s=0,o=0,u=0,l=0,a=i.length,c=!1;o<a;o++){const d=i.charCodeAt(o);if(!c)if(z(d)){u++,d===9?l+=4-l%4:l++;continue}else c=!0;(d===10||o===a-1)&&(d!==10&&o++,this.bMarks.push(s),this.eMarks.push(o),this.tShift.push(u),this.sCount.push(l),this.bsCount.push(0),c=!1,u=0,l=0,s=o+1)}this.bMarks.push(i.length),this.eMarks.push(i.length),this.tShift.push(0),this.sCount.push(0),this.bsCount.push(0),this.lineMax=this.bMarks.length-1}Ve.prototype.push=function(t,e,n){const r=new Re(t,e,n);return r.block=!0,n<0&&this.level--,r.level=this.level,n>0&&this.level++,this.tokens.push(r),r};Ve.prototype.isEmpty=function(e){return this.bMarks[e]+this.tShift[e]>=this.eMarks[e]};Ve.prototype.skipEmptyLines=function(e){for(let n=this.lineMax;e<n&&!(this.bMarks[e]+this.tShift[e]<this.eMarks[e]);e++);return e};Ve.prototype.skipSpaces=function(e){for(let n=this.src.length;e<n;e++){const r=this.src.charCodeAt(e);if(!z(r))break}return e};Ve.prototype.skipSpacesBack=function(e,n){if(e<=n)return e;for(;e>n;)if(!z(this.src.charCodeAt(--e)))return e+1;return e};Ve.prototype.skipChars=function(e,n){for(let r=this.src.length;e<r&&this.src.charCodeAt(e)===n;e++);return e};Ve.prototype.skipCharsBack=function(e,n,r){if(e<=r)return e;for(;e>r;)if(n!==this.src.charCodeAt(--e))return e+1;return e};Ve.prototype.getLines=function(e,n,r,i){if(e>=n)return"";const s=new Array(n-e);for(let o=0,u=e;u<n;u++,o++){let l=0;const a=this.bMarks[u];let c=a,d;for(u+1<n||i?d=this.eMarks[u]+1:d=this.eMarks[u];c<d&&l<r;){const h=this.src.charCodeAt(c);if(z(h))h===9?l+=4-(l+this.bsCount[u])%4:l++;else if(c-a<this.tShift[u])l++;else break;c++}l>r?s[o]=new Array(l-r+1).join(" ")+this.src.slice(c,d):s[o]=this.src.slice(c,d)}return s.join("")};Ve.prototype.Token=Re;const Z2=65536;function hs(t,e){const n=t.bMarks[e]+t.tShift[e],r=t.eMarks[e];return t.src.slice(n,r)}function Rl(t){const e=[],n=t.length;let r=0,i=t.charCodeAt(r),s=!1,o=0,u="";for(;r<n;)i===124&&(s?(u+=t.substring(o,r-1),o=r):(e.push(u+t.substring(o,r)),u="",o=r+1)),s=i===92,r++,i=t.charCodeAt(r);return e.push(u+t.substring(o)),e}function Q2(t,e,n,r){if(e+2>n)return!1;let i=e+1;if(t.sCount[i]<t.blkIndent||t.sCount[i]-t.blkIndent>=4)return!1;let s=t.bMarks[i]+t.tShift[i];if(s>=t.eMarks[i])return!1;const o=t.src.charCodeAt(s++);if(o!==124&&o!==45&&o!==58||s>=t.eMarks[i])return!1;const u=t.src.charCodeAt(s++);if(u!==124&&u!==45&&u!==58&&!z(u)||o===45&&z(u))return!1;for(;s<t.eMarks[i];){const y=t.src.charCodeAt(s);if(y!==124&&y!==45&&y!==58&&!z(y))return!1;s++}let l=hs(t,e+1),a=l.split("|");const c=[];for(let y=0;y<a.length;y++){const E=a[y].trim();if(!E){if(y===0||y===a.length-1)continue;return!1}if(!/^:?-+:?$/.test(E))return!1;E.charCodeAt(E.length-1)===58?c.push(E.charCodeAt(0)===58?"center":"right"):E.charCodeAt(0)===58?c.push("left"):c.push("")}if(l=hs(t,e).trim(),l.indexOf("|")===-1||t.sCount[e]-t.blkIndent>=4)return!1;a=Rl(l),a.length&&a[0]===""&&a.shift(),a.length&&a[a.length-1]===""&&a.pop();const d=a.length;if(d===0||d!==c.length)return!1;if(r)return!0;const h=t.parentType;t.parentType="table";const f=t.md.block.ruler.getRules("blockquote"),p=t.push("table_open","table",1),m=[e,0];p.map=m;const g=t.push("thead_open","thead",1);g.map=[e,e+1];const b=t.push("tr_open","tr",1);b.map=[e,e+1];for(let y=0;y<a.length;y++){const E=t.push("th_open","th",1);c[y]&&(E.attrs=[["style","text-align:"+c[y]]]);const S=t.push("inline","",0);S.content=a[y].trim(),S.children=[],t.push("th_close","th",-1)}t.push("tr_close","tr",-1),t.push("thead_close","thead",-1);let k,x=0;for(i=e+2;i<n&&!(t.sCount[i]<t.blkIndent);i++){let y=!1;for(let S=0,v=f.length;S<v;S++)if(f[S](t,i,n,!0)){y=!0;break}if(y||(l=hs(t,i).trim(),!l)||t.sCount[i]-t.blkIndent>=4||(a=Rl(l),a.length&&a[0]===""&&a.shift(),a.length&&a[a.length-1]===""&&a.pop(),x+=d-a.length,x>Z2))break;if(i===e+2){const S=t.push("tbody_open","tbody",1);S.map=k=[e+2,0]}const E=t.push("tr_open","tr",1);E.map=[i,i+1];for(let S=0;S<d;S++){const v=t.push("td_open","td",1);c[S]&&(v.attrs=[["style","text-align:"+c[S]]]);const D=t.push("inline","",0);D.content=a[S]?a[S].trim():"",D.children=[],t.push("td_close","td",-1)}t.push("tr_close","tr",-1)}return k&&(t.push("tbody_close","tbody",-1),k[1]=i),t.push("table_close","table",-1),m[1]=i,t.parentType=h,t.line=i,!0}function Y2(t,e,n){if(t.sCount[e]-t.blkIndent<4)return!1;let r=e+1,i=r;for(;r<n;){if(t.isEmpty(r)){r++;continue}if(t.sCount[r]-t.blkIndent>=4){r++,i=r;continue}break}t.line=i;const s=t.push("code_block","code",0);return s.content=t.getLines(e,i,4+t.blkIndent,!1)+`
|
|
172
|
+
`,s.map=[e,t.line],!0}function X2(t,e,n,r){let i=t.bMarks[e]+t.tShift[e],s=t.eMarks[e];if(t.sCount[e]-t.blkIndent>=4||i+3>s)return!1;const o=t.src.charCodeAt(i);if(o!==126&&o!==96)return!1;let u=i;i=t.skipChars(i,o);let l=i-u;if(l<3)return!1;const a=t.src.slice(u,i),c=t.src.slice(i,s);if(o===96&&c.indexOf(String.fromCharCode(o))>=0)return!1;if(r)return!0;let d=e,h=!1;for(;d++,!(d>=n||(i=u=t.bMarks[d]+t.tShift[d],s=t.eMarks[d],i<s&&t.sCount[d]<t.blkIndent));)if(t.src.charCodeAt(i)===o&&!(t.sCount[d]-t.blkIndent>=4)&&(i=t.skipChars(i,o),!(i-u<l)&&(i=t.skipSpaces(i),!(i<s)))){h=!0;break}l=t.sCount[e],t.line=d+(h?1:0);const f=t.push("fence","code",0);return f.info=c,f.content=t.getLines(e+1,d,l,!0),f.markup=a,f.map=[e,t.line],!0}function ek(t,e,n,r){let i=t.bMarks[e]+t.tShift[e],s=t.eMarks[e];const o=t.lineMax;if(t.sCount[e]-t.blkIndent>=4||t.src.charCodeAt(i)!==62)return!1;if(r)return!0;const u=[],l=[],a=[],c=[],d=t.md.block.ruler.getRules("blockquote"),h=t.parentType;t.parentType="blockquote";let f=!1,p;for(p=e;p<n;p++){const x=t.sCount[p]<t.blkIndent;if(i=t.bMarks[p]+t.tShift[p],s=t.eMarks[p],i>=s)break;if(t.src.charCodeAt(i++)===62&&!x){let E=t.sCount[p]+1,S,v;t.src.charCodeAt(i)===32?(i++,E++,v=!1,S=!0):t.src.charCodeAt(i)===9?(S=!0,(t.bsCount[p]+E)%4===3?(i++,E++,v=!1):v=!0):S=!1;let D=E;for(u.push(t.bMarks[p]),t.bMarks[p]=i;i<s;){const N=t.src.charCodeAt(i);if(z(N))N===9?D+=4-(D+t.bsCount[p]+(v?1:0))%4:D++;else break;i++}f=i>=s,l.push(t.bsCount[p]),t.bsCount[p]=t.sCount[p]+1+(S?1:0),a.push(t.sCount[p]),t.sCount[p]=D-E,c.push(t.tShift[p]),t.tShift[p]=i-t.bMarks[p];continue}if(f)break;let y=!1;for(let E=0,S=d.length;E<S;E++)if(d[E](t,p,n,!0)){y=!0;break}if(y){t.lineMax=p,t.blkIndent!==0&&(u.push(t.bMarks[p]),l.push(t.bsCount[p]),c.push(t.tShift[p]),a.push(t.sCount[p]),t.sCount[p]-=t.blkIndent);break}u.push(t.bMarks[p]),l.push(t.bsCount[p]),c.push(t.tShift[p]),a.push(t.sCount[p]),t.sCount[p]=-1}const m=t.blkIndent;t.blkIndent=0;const g=t.push("blockquote_open","blockquote",1);g.markup=">";const b=[e,0];g.map=b,t.md.block.tokenize(t,e,p);const k=t.push("blockquote_close","blockquote",-1);k.markup=">",t.lineMax=o,t.parentType=h,b[1]=t.line;for(let x=0;x<c.length;x++)t.bMarks[x+e]=u[x],t.tShift[x+e]=c[x],t.sCount[x+e]=a[x],t.bsCount[x+e]=l[x];return t.blkIndent=m,!0}function tk(t,e,n,r){const i=t.eMarks[e];if(t.sCount[e]-t.blkIndent>=4)return!1;let s=t.bMarks[e]+t.tShift[e];const o=t.src.charCodeAt(s++);if(o!==42&&o!==45&&o!==95)return!1;let u=1;for(;s<i;){const a=t.src.charCodeAt(s++);if(a!==o&&!z(a))return!1;a===o&&u++}if(u<3)return!1;if(r)return!0;t.line=e+1;const l=t.push("hr","hr",0);return l.map=[e,t.line],l.markup=Array(u+1).join(String.fromCharCode(o)),!0}function Fl(t,e){const n=t.eMarks[e];let r=t.bMarks[e]+t.tShift[e];const i=t.src.charCodeAt(r++);if(i!==42&&i!==45&&i!==43)return-1;if(r<n){const s=t.src.charCodeAt(r);if(!z(s))return-1}return r}function Ll(t,e){const n=t.bMarks[e]+t.tShift[e],r=t.eMarks[e];let i=n;if(i+1>=r)return-1;let s=t.src.charCodeAt(i++);if(s<48||s>57)return-1;for(;;){if(i>=r)return-1;if(s=t.src.charCodeAt(i++),s>=48&&s<=57){if(i-n>=10)return-1;continue}if(s===41||s===46)break;return-1}return i<r&&(s=t.src.charCodeAt(i),!z(s))?-1:i}function nk(t,e){const n=t.level+2;for(let r=e+2,i=t.tokens.length-2;r<i;r++)t.tokens[r].level===n&&t.tokens[r].type==="paragraph_open"&&(t.tokens[r+2].hidden=!0,t.tokens[r].hidden=!0,r+=2)}function rk(t,e,n,r){let i,s,o,u,l=e,a=!0;if(t.sCount[l]-t.blkIndent>=4||t.listIndent>=0&&t.sCount[l]-t.listIndent>=4&&t.sCount[l]<t.blkIndent)return!1;let c=!1;r&&t.parentType==="paragraph"&&t.sCount[l]>=t.blkIndent&&(c=!0);let d,h,f;if((f=Ll(t,l))>=0){if(d=!0,o=t.bMarks[l]+t.tShift[l],h=Number(t.src.slice(o,f-1)),c&&h!==1)return!1}else if((f=Fl(t,l))>=0)d=!1;else return!1;if(c&&t.skipSpaces(f)>=t.eMarks[l])return!1;if(r)return!0;const p=t.src.charCodeAt(f-1),m=t.tokens.length;d?(u=t.push("ordered_list_open","ol",1),h!==1&&(u.attrs=[["start",h]])):u=t.push("bullet_list_open","ul",1);const g=[l,0];u.map=g,u.markup=String.fromCharCode(p);let b=!1;const k=t.md.block.ruler.getRules("list"),x=t.parentType;for(t.parentType="list";l<n;){s=f,i=t.eMarks[l];const y=t.sCount[l]+f-(t.bMarks[l]+t.tShift[l]);let E=y;for(;s<i;){const P=t.src.charCodeAt(s);if(P===9)E+=4-(E+t.bsCount[l])%4;else if(P===32)E++;else break;s++}const S=s;let v;S>=i?v=1:v=E-y,v>4&&(v=1);const D=y+v;u=t.push("list_item_open","li",1),u.markup=String.fromCharCode(p);const N=[l,0];u.map=N,d&&(u.info=t.src.slice(o,f-1));const H=t.tight,xe=t.tShift[l],Se=t.sCount[l],ee=t.listIndent;if(t.listIndent=t.blkIndent,t.blkIndent=D,t.tight=!0,t.tShift[l]=S-t.bMarks[l],t.sCount[l]=E,S>=i&&t.isEmpty(l+1)?t.line=Math.min(t.line+2,n):t.md.block.tokenize(t,l,n,!0),(!t.tight||b)&&(a=!1),b=t.line-l>1&&t.isEmpty(t.line-1),t.blkIndent=t.listIndent,t.listIndent=ee,t.tShift[l]=xe,t.sCount[l]=Se,t.tight=H,u=t.push("list_item_close","li",-1),u.markup=String.fromCharCode(p),l=t.line,N[1]=l,l>=n||t.sCount[l]<t.blkIndent||t.sCount[l]-t.blkIndent>=4)break;let K=!1;for(let P=0,tt=k.length;P<tt;P++)if(k[P](t,l,n,!0)){K=!0;break}if(K)break;if(d){if(f=Ll(t,l),f<0)break;o=t.bMarks[l]+t.tShift[l]}else if(f=Fl(t,l),f<0)break;if(p!==t.src.charCodeAt(f-1))break}return d?u=t.push("ordered_list_close","ol",-1):u=t.push("bullet_list_close","ul",-1),u.markup=String.fromCharCode(p),g[1]=l,t.line=l,t.parentType=x,a&&nk(t,m),!0}function ik(t,e,n,r){let i=t.bMarks[e]+t.tShift[e],s=t.eMarks[e],o=e+1;if(t.sCount[e]-t.blkIndent>=4||t.src.charCodeAt(i)!==91)return!1;function u(k){const x=t.lineMax;if(k>=x||t.isEmpty(k))return null;let y=!1;if(t.sCount[k]-t.blkIndent>3&&(y=!0),t.sCount[k]<0&&(y=!0),!y){const v=t.md.block.ruler.getRules("reference"),D=t.parentType;t.parentType="reference";let N=!1;for(let H=0,xe=v.length;H<xe;H++)if(v[H](t,k,x,!0)){N=!0;break}if(t.parentType=D,N)return null}const E=t.bMarks[k]+t.tShift[k],S=t.eMarks[k];return t.src.slice(E,S+1)}let l=t.src.slice(i,s+1);s=l.length;let a=-1;for(i=1;i<s;i++){const k=l.charCodeAt(i);if(k===91)return!1;if(k===93){a=i;break}else if(k===10){const x=u(o);x!==null&&(l+=x,s=l.length,o++)}else if(k===92&&(i++,i<s&&l.charCodeAt(i)===10)){const x=u(o);x!==null&&(l+=x,s=l.length,o++)}}if(a<0||l.charCodeAt(a+1)!==58)return!1;for(i=a+2;i<s;i++){const k=l.charCodeAt(i);if(k===10){const x=u(o);x!==null&&(l+=x,s=l.length,o++)}else if(!z(k))break}const c=t.md.helpers.parseLinkDestination(l,i,s);if(!c.ok)return!1;const d=t.md.normalizeLink(c.str);if(!t.md.validateLink(d))return!1;i=c.pos;const h=i,f=o,p=i;for(;i<s;i++){const k=l.charCodeAt(i);if(k===10){const x=u(o);x!==null&&(l+=x,s=l.length,o++)}else if(!z(k))break}let m=t.md.helpers.parseLinkTitle(l,i,s);for(;m.can_continue;){const k=u(o);if(k===null)break;l+=k,i=s,s=l.length,o++,m=t.md.helpers.parseLinkTitle(l,i,s,m)}let g;for(i<s&&p!==i&&m.ok?(g=m.str,i=m.pos):(g="",i=h,o=f);i<s;){const k=l.charCodeAt(i);if(!z(k))break;i++}if(i<s&&l.charCodeAt(i)!==10&&g)for(g="",i=h,o=f;i<s;){const k=l.charCodeAt(i);if(!z(k))break;i++}if(i<s&&l.charCodeAt(i)!==10)return!1;const b=Di(l.slice(1,a));return b?(r||(typeof t.env.references>"u"&&(t.env.references={}),typeof t.env.references[b]>"u"&&(t.env.references[b]={title:g,href:d}),t.line=o),!0):!1}const sk=["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"],ok="[a-zA-Z_:][a-zA-Z0-9:._-]*",uk="[^\"'=<>`\\x00-\\x20]+",lk="'[^']*'",ak='"[^"]*"',ck="(?:"+uk+"|"+lk+"|"+ak+")",dk="(?:\\s+"+ok+"(?:\\s*=\\s*"+ck+")?)",Gd="<[A-Za-z][A-Za-z0-9\\-]*"+dk+"*\\s*\\/?>",Zd="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",fk="<!---?>|<!--(?:[^-]|-[^-]|--[^>])*-->",hk="<[?][\\s\\S]*?[?]>",pk="<![A-Za-z][^>]*>",mk="<!\\[CDATA\\[[\\s\\S]*?\\]\\]>",gk=new RegExp("^(?:"+Gd+"|"+Zd+"|"+fk+"|"+hk+"|"+pk+"|"+mk+")"),bk=new RegExp("^(?:"+Gd+"|"+Zd+")"),qt=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^<!--/,/-->/,!0],[/^<\?/,/\?>/,!0],[/^<![A-Z]/,/>/,!0],[/^<!\[CDATA\[/,/\]\]>/,!0],[new RegExp("^</?("+sk.join("|")+")(?=(\\s|/?>|$))","i"),/^$/,!0],[new RegExp(bk.source+"\\s*$"),/^$/,!1]];function kk(t,e,n,r){let i=t.bMarks[e]+t.tShift[e],s=t.eMarks[e];if(t.sCount[e]-t.blkIndent>=4||!t.md.options.html||t.src.charCodeAt(i)!==60)return!1;let o=t.src.slice(i,s),u=0;for(;u<qt.length&&!qt[u][0].test(o);u++);if(u===qt.length)return!1;if(r)return qt[u][2];let l=e+1;if(!qt[u][1].test(o)){for(;l<n&&!(t.sCount[l]<t.blkIndent);l++)if(i=t.bMarks[l]+t.tShift[l],s=t.eMarks[l],o=t.src.slice(i,s),qt[u][1].test(o)){o.length!==0&&l++;break}}t.line=l;const a=t.push("html_block","",0);return a.map=[e,l],a.content=t.getLines(e,l,t.blkIndent,!0),!0}function xk(t,e,n,r){let i=t.bMarks[e]+t.tShift[e],s=t.eMarks[e];if(t.sCount[e]-t.blkIndent>=4)return!1;let o=t.src.charCodeAt(i);if(o!==35||i>=s)return!1;let u=1;for(o=t.src.charCodeAt(++i);o===35&&i<s&&u<=6;)u++,o=t.src.charCodeAt(++i);if(u>6||i<s&&!z(o))return!1;if(r)return!0;s=t.skipSpacesBack(s,i);const l=t.skipCharsBack(s,35,i);l>i&&z(t.src.charCodeAt(l-1))&&(s=l),t.line=e+1;const a=t.push("heading_open","h"+String(u),1);a.markup="########".slice(0,u),a.map=[e,t.line];const c=t.push("inline","",0);c.content=t.src.slice(i,s).trim(),c.map=[e,t.line],c.children=[];const d=t.push("heading_close","h"+String(u),-1);return d.markup="########".slice(0,u),!0}function yk(t,e,n){const r=t.md.block.ruler.getRules("paragraph");if(t.sCount[e]-t.blkIndent>=4)return!1;const i=t.parentType;t.parentType="paragraph";let s=0,o,u=e+1;for(;u<n&&!t.isEmpty(u);u++){if(t.sCount[u]-t.blkIndent>3)continue;if(t.sCount[u]>=t.blkIndent){let f=t.bMarks[u]+t.tShift[u];const p=t.eMarks[u];if(f<p&&(o=t.src.charCodeAt(f),(o===45||o===61)&&(f=t.skipChars(f,o),f=t.skipSpaces(f),f>=p))){s=o===61?1:2;break}}if(t.sCount[u]<0)continue;let h=!1;for(let f=0,p=r.length;f<p;f++)if(r[f](t,u,n,!0)){h=!0;break}if(h)break}if(!s)return!1;const l=t.getLines(e,u,t.blkIndent,!1).trim();t.line=u+1;const a=t.push("heading_open","h"+String(s),1);a.markup=String.fromCharCode(o),a.map=[e,t.line];const c=t.push("inline","",0);c.content=l,c.map=[e,t.line-1],c.children=[];const d=t.push("heading_close","h"+String(s),-1);return d.markup=String.fromCharCode(o),t.parentType=i,!0}function Ck(t,e,n){const r=t.md.block.ruler.getRules("paragraph"),i=t.parentType;let s=e+1;for(t.parentType="paragraph";s<n&&!t.isEmpty(s);s++){if(t.sCount[s]-t.blkIndent>3||t.sCount[s]<0)continue;let a=!1;for(let c=0,d=r.length;c<d;c++)if(r[c](t,s,n,!0)){a=!0;break}if(a)break}const o=t.getLines(e,s,t.blkIndent,!1).trim();t.line=s;const u=t.push("paragraph_open","p",1);u.map=[e,t.line];const l=t.push("inline","",0);return l.content=o,l.map=[e,t.line],l.children=[],t.push("paragraph_close","p",-1),t.parentType=i,!0}const mr=[["table",Q2,["paragraph","reference"]],["code",Y2],["fence",X2,["paragraph","reference","blockquote","list"]],["blockquote",ek,["paragraph","reference","blockquote","list"]],["hr",tk,["paragraph","reference","blockquote","list"]],["list",rk,["paragraph","reference","blockquote"]],["reference",ik],["html_block",kk,["paragraph","reference","blockquote"]],["heading",xk,["paragraph","reference","blockquote"]],["lheading",yk],["paragraph",Ck]];function _i(){this.ruler=new be;for(let t=0;t<mr.length;t++)this.ruler.push(mr[t][0],mr[t][1],{alt:(mr[t][2]||[]).slice()})}_i.prototype.tokenize=function(t,e,n){const r=this.ruler.getRules(""),i=r.length,s=t.md.options.maxNesting;let o=e,u=!1;for(;o<n&&(t.line=o=t.skipEmptyLines(o),!(o>=n||t.sCount[o]<t.blkIndent));){if(t.level>=s){t.line=n;break}const l=t.line;let a=!1;for(let c=0;c<i;c++)if(a=r[c](t,o,n,!1),a){if(l>=t.line)throw new Error("block rule didn't increment state.line");break}if(!a)throw new Error("none of the block rules matched");t.tight=!u,t.isEmpty(t.line-1)&&(u=!0),o=t.line,o<n&&t.isEmpty(o)&&(u=!0,o++,t.line=o)}};_i.prototype.parse=function(t,e,n,r){if(!t)return;const i=new this.State(t,e,n,r);this.tokenize(i,i.line,i.lineMax)};_i.prototype.State=Ve;function Xn(t,e,n,r){this.src=t,this.env=n,this.md=e,this.tokens=r,this.tokens_meta=Array(r.length),this.pos=0,this.posMax=this.src.length,this.level=0,this.pending="",this.pendingLevel=0,this.cache={},this.delimiters=[],this._prev_delimiters=[],this.backticks={},this.backticksScanned=!1,this.linkLevel=0}Xn.prototype.pushPending=function(){const t=new Re("text","",0);return t.content=this.pending,t.level=this.pendingLevel,this.tokens.push(t),this.pending="",t};Xn.prototype.push=function(t,e,n){this.pending&&this.pushPending();const r=new Re(t,e,n);let i=null;return n<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),r.level=this.level,n>0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],i={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(r),this.tokens_meta.push(i),r};Xn.prototype.scanDelims=function(t,e){const n=this.posMax,r=this.src.charCodeAt(t),i=t>0?this.src.charCodeAt(t-1):32;let s=t;for(;s<n&&this.src.charCodeAt(s)===r;)s++;const o=s-t,u=s<n?this.src.charCodeAt(s):32,l=Wn(i)||qn(String.fromCharCode(i)),a=Wn(u)||qn(String.fromCharCode(u)),c=Vn(i),d=Vn(u),h=!d&&(!a||c||l),f=!c&&(!l||d||a);return{can_open:h&&(e||!f||l),can_close:f&&(e||!h||a),length:o}};Xn.prototype.Token=Re;function Ek(t){switch(t){case 10:case 33:case 35:case 36:case 37:case 38:case 42:case 43:case 45:case 58:case 60:case 61:case 62:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 125:case 126:return!0;default:return!1}}function wk(t,e){let n=t.pos;for(;n<t.posMax&&!Ek(t.src.charCodeAt(n));)n++;return n===t.pos?!1:(e||(t.pending+=t.src.slice(t.pos,n)),t.pos=n,!0)}const Sk=/(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i;function vk(t,e){if(!t.md.options.linkify||t.linkLevel>0)return!1;const n=t.pos,r=t.posMax;if(n+3>r||t.src.charCodeAt(n)!==58||t.src.charCodeAt(n+1)!==47||t.src.charCodeAt(n+2)!==47)return!1;const i=t.pending.match(Sk);if(!i)return!1;const s=i[1],o=t.md.linkify.matchAtStart(t.src.slice(n-s.length));if(!o)return!1;let u=o.url;if(u.length<=s.length)return!1;let l=u.length;for(;l>0&&u.charCodeAt(l-1)===42;)l--;l!==u.length&&(u=u.slice(0,l));const a=t.md.normalizeLink(u);if(!t.md.validateLink(a))return!1;if(!e){t.pending=t.pending.slice(0,-s.length);const c=t.push("link_open","a",1);c.attrs=[["href",a]],c.markup="linkify",c.info="auto";const d=t.push("text","",0);d.content=t.md.normalizeLinkText(u);const h=t.push("link_close","a",-1);h.markup="linkify",h.info="auto"}return t.pos+=u.length-s.length,!0}function Ak(t,e){let n=t.pos;if(t.src.charCodeAt(n)!==10)return!1;const r=t.pending.length-1,i=t.posMax;if(!e)if(r>=0&&t.pending.charCodeAt(r)===32)if(r>=1&&t.pending.charCodeAt(r-1)===32){let s=r-1;for(;s>=1&&t.pending.charCodeAt(s-1)===32;)s--;t.pending=t.pending.slice(0,s),t.push("hardbreak","br",0)}else t.pending=t.pending.slice(0,-1),t.push("softbreak","br",0);else t.push("softbreak","br",0);for(n++;n<i&&z(t.src.charCodeAt(n));)n++;return t.pos=n,!0}const Ko=[];for(let t=0;t<256;t++)Ko.push(0);"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach(function(t){Ko[t.charCodeAt(0)]=1});function Mk(t,e){let n=t.pos;const r=t.posMax;if(t.src.charCodeAt(n)!==92||(n++,n>=r))return!1;let i=t.src.charCodeAt(n);if(i===10){for(e||t.push("hardbreak","br",0),n++;n<r&&(i=t.src.charCodeAt(n),!!z(i));)n++;return t.pos=n,!0}let s=t.src[n];if(i>=55296&&i<=56319&&n+1<r){const u=t.src.charCodeAt(n+1);u>=56320&&u<=57343&&(s+=t.src[n+1],n++)}const o="\\"+s;if(!e){const u=t.push("text_special","",0);i<256&&Ko[i]!==0?u.content=s:u.content=o,u.markup=o,u.info="escape"}return t.pos=n+1,!0}function Tk(t,e){let n=t.pos;if(t.src.charCodeAt(n)!==96)return!1;const i=n;n++;const s=t.posMax;for(;n<s&&t.src.charCodeAt(n)===96;)n++;const o=t.src.slice(i,n),u=o.length;if(t.backticksScanned&&(t.backticks[u]||0)<=i)return e||(t.pending+=o),t.pos+=u,!0;let l=n,a;for(;(a=t.src.indexOf("`",l))!==-1;){for(l=a+1;l<s&&t.src.charCodeAt(l)===96;)l++;const c=l-a;if(c===u){if(!e){const d=t.push("code_inline","code",0);d.markup=o,d.content=t.src.slice(n,a).replace(/\n/g," ").replace(/^ (.+) $/,"$1")}return t.pos=l,!0}t.backticks[c]=a}return t.backticksScanned=!0,e||(t.pending+=o),t.pos+=u,!0}function Dk(t,e){const n=t.pos,r=t.src.charCodeAt(n);if(e||r!==126)return!1;const i=t.scanDelims(t.pos,!0);let s=i.length;const o=String.fromCharCode(r);if(s<2)return!1;let u;s%2&&(u=t.push("text","",0),u.content=o,s--);for(let l=0;l<s;l+=2)u=t.push("text","",0),u.content=o+o,t.delimiters.push({marker:r,length:0,token:t.tokens.length-1,end:-1,open:i.can_open,close:i.can_close});return t.pos+=i.length,!0}function Pl(t,e){let n;const r=[],i=e.length;for(let s=0;s<i;s++){const o=e[s];if(o.marker!==126||o.end===-1)continue;const u=e[o.end];n=t.tokens[o.token],n.type="s_open",n.tag="s",n.nesting=1,n.markup="~~",n.content="",n=t.tokens[u.token],n.type="s_close",n.tag="s",n.nesting=-1,n.markup="~~",n.content="",t.tokens[u.token-1].type==="text"&&t.tokens[u.token-1].content==="~"&&r.push(u.token-1)}for(;r.length;){const s=r.pop();let o=s+1;for(;o<t.tokens.length&&t.tokens[o].type==="s_close";)o++;o--,s!==o&&(n=t.tokens[o],t.tokens[o]=t.tokens[s],t.tokens[s]=n)}}function _k(t){const e=t.tokens_meta,n=t.tokens_meta.length;Pl(t,t.delimiters);for(let r=0;r<n;r++)e[r]&&e[r].delimiters&&Pl(t,e[r].delimiters)}const Qd={tokenize:Dk,postProcess:_k};function Nk(t,e){const n=t.pos,r=t.src.charCodeAt(n);if(e||r!==95&&r!==42)return!1;const i=t.scanDelims(t.pos,r===42);for(let s=0;s<i.length;s++){const o=t.push("text","",0);o.content=String.fromCharCode(r),t.delimiters.push({marker:r,length:i.length,token:t.tokens.length-1,end:-1,open:i.can_open,close:i.can_close})}return t.pos+=i.length,!0}function Bl(t,e){const n=e.length;for(let r=n-1;r>=0;r--){const i=e[r];if(i.marker!==95&&i.marker!==42||i.end===-1)continue;const s=e[i.end],o=r>0&&e[r-1].end===i.end+1&&e[r-1].marker===i.marker&&e[r-1].token===i.token-1&&e[i.end+1].token===s.token+1,u=String.fromCharCode(i.marker),l=t.tokens[i.token];l.type=o?"strong_open":"em_open",l.tag=o?"strong":"em",l.nesting=1,l.markup=o?u+u:u,l.content="";const a=t.tokens[s.token];a.type=o?"strong_close":"em_close",a.tag=o?"strong":"em",a.nesting=-1,a.markup=o?u+u:u,a.content="",o&&(t.tokens[e[r-1].token].content="",t.tokens[e[i.end+1].token].content="",r--)}}function Ok(t){const e=t.tokens_meta,n=t.tokens_meta.length;Bl(t,t.delimiters);for(let r=0;r<n;r++)e[r]&&e[r].delimiters&&Bl(t,e[r].delimiters)}const Yd={tokenize:Nk,postProcess:Ok};function Ik(t,e){let n,r,i,s,o="",u="",l=t.pos,a=!0;if(t.src.charCodeAt(t.pos)!==91)return!1;const c=t.pos,d=t.posMax,h=t.pos+1,f=t.md.helpers.parseLinkLabel(t,t.pos,!0);if(f<0)return!1;let p=f+1;if(p<d&&t.src.charCodeAt(p)===40){for(a=!1,p++;p<d&&(n=t.src.charCodeAt(p),!(!z(n)&&n!==10));p++);if(p>=d)return!1;if(l=p,i=t.md.helpers.parseLinkDestination(t.src,p,t.posMax),i.ok){for(o=t.md.normalizeLink(i.str),t.md.validateLink(o)?p=i.pos:o="",l=p;p<d&&(n=t.src.charCodeAt(p),!(!z(n)&&n!==10));p++);if(i=t.md.helpers.parseLinkTitle(t.src,p,t.posMax),p<d&&l!==p&&i.ok)for(u=i.str,p=i.pos;p<d&&(n=t.src.charCodeAt(p),!(!z(n)&&n!==10));p++);}(p>=d||t.src.charCodeAt(p)!==41)&&(a=!0),p++}if(a){if(typeof t.env.references>"u")return!1;if(p<d&&t.src.charCodeAt(p)===91?(l=p+1,p=t.md.helpers.parseLinkLabel(t,p),p>=0?r=t.src.slice(l,p++):p=f+1):p=f+1,r||(r=t.src.slice(h,f)),s=t.env.references[Di(r)],!s)return t.pos=c,!1;o=s.href,u=s.title}if(!e){t.pos=h,t.posMax=f;const m=t.push("link_open","a",1),g=[["href",o]];m.attrs=g,u&&g.push(["title",u]),t.linkLevel++,t.md.inline.tokenize(t),t.linkLevel--,t.push("link_close","a",-1)}return t.pos=p,t.posMax=d,!0}function Rk(t,e){let n,r,i,s,o,u,l,a,c="";const d=t.pos,h=t.posMax;if(t.src.charCodeAt(t.pos)!==33||t.src.charCodeAt(t.pos+1)!==91)return!1;const f=t.pos+2,p=t.md.helpers.parseLinkLabel(t,t.pos+1,!1);if(p<0)return!1;if(s=p+1,s<h&&t.src.charCodeAt(s)===40){for(s++;s<h&&(n=t.src.charCodeAt(s),!(!z(n)&&n!==10));s++);if(s>=h)return!1;for(a=s,u=t.md.helpers.parseLinkDestination(t.src,s,t.posMax),u.ok&&(c=t.md.normalizeLink(u.str),t.md.validateLink(c)?s=u.pos:c=""),a=s;s<h&&(n=t.src.charCodeAt(s),!(!z(n)&&n!==10));s++);if(u=t.md.helpers.parseLinkTitle(t.src,s,t.posMax),s<h&&a!==s&&u.ok)for(l=u.str,s=u.pos;s<h&&(n=t.src.charCodeAt(s),!(!z(n)&&n!==10));s++);else l="";if(s>=h||t.src.charCodeAt(s)!==41)return t.pos=d,!1;s++}else{if(typeof t.env.references>"u")return!1;if(s<h&&t.src.charCodeAt(s)===91?(a=s+1,s=t.md.helpers.parseLinkLabel(t,s),s>=0?i=t.src.slice(a,s++):s=p+1):s=p+1,i||(i=t.src.slice(f,p)),o=t.env.references[Di(i)],!o)return t.pos=d,!1;c=o.href,l=o.title}if(!e){r=t.src.slice(f,p);const m=[];t.md.inline.parse(r,t.md,t.env,m);const g=t.push("image","img",0),b=[["src",c],["alt",""]];g.attrs=b,g.children=m,g.content=r,l&&b.push(["title",l])}return t.pos=s,t.posMax=h,!0}const Fk=/^([a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/,Lk=/^([a-zA-Z][a-zA-Z0-9+.-]{1,31}):([^<>\x00-\x20]*)$/;function Pk(t,e){let n=t.pos;if(t.src.charCodeAt(n)!==60)return!1;const r=t.pos,i=t.posMax;for(;;){if(++n>=i)return!1;const o=t.src.charCodeAt(n);if(o===60)return!1;if(o===62)break}const s=t.src.slice(r+1,n);if(Lk.test(s)){const o=t.md.normalizeLink(s);if(!t.md.validateLink(o))return!1;if(!e){const u=t.push("link_open","a",1);u.attrs=[["href",o]],u.markup="autolink",u.info="auto";const l=t.push("text","",0);l.content=t.md.normalizeLinkText(s);const a=t.push("link_close","a",-1);a.markup="autolink",a.info="auto"}return t.pos+=s.length+2,!0}if(Fk.test(s)){const o=t.md.normalizeLink("mailto:"+s);if(!t.md.validateLink(o))return!1;if(!e){const u=t.push("link_open","a",1);u.attrs=[["href",o]],u.markup="autolink",u.info="auto";const l=t.push("text","",0);l.content=t.md.normalizeLinkText(s);const a=t.push("link_close","a",-1);a.markup="autolink",a.info="auto"}return t.pos+=s.length+2,!0}return!1}function Bk(t){return/^<a[>\s]/i.test(t)}function zk(t){return/^<\/a\s*>/i.test(t)}function $k(t){const e=t|32;return e>=97&&e<=122}function Hk(t,e){if(!t.md.options.html)return!1;const n=t.posMax,r=t.pos;if(t.src.charCodeAt(r)!==60||r+2>=n)return!1;const i=t.src.charCodeAt(r+1);if(i!==33&&i!==63&&i!==47&&!$k(i))return!1;const s=t.src.slice(r).match(gk);if(!s)return!1;if(!e){const o=t.push("html_inline","",0);o.content=s[0],Bk(o.content)&&t.linkLevel++,zk(o.content)&&t.linkLevel--}return t.pos+=s[0].length,!0}const jk=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,Vk=/^&([a-z][a-z0-9]{1,31});/i;function qk(t,e){const n=t.pos,r=t.posMax;if(t.src.charCodeAt(n)!==38||n+1>=r)return!1;if(t.src.charCodeAt(n+1)===35){const s=t.src.slice(n).match(jk);if(s){if(!e){const o=s[1][0].toLowerCase()==="x"?parseInt(s[1].slice(1),16):parseInt(s[1],10),u=t.push("text_special","",0);u.content=Wo(o)?ci(o):ci(65533),u.markup=s[0],u.info="entity"}return t.pos+=s[0].length,!0}}else{const s=t.src.slice(n).match(Vk);if(s){const o=qd(s[0]);if(o!==s[0]){if(!e){const u=t.push("text_special","",0);u.content=o,u.markup=s[0],u.info="entity"}return t.pos+=s[0].length,!0}}}return!1}function zl(t){const e={},n=t.length;if(!n)return;let r=0,i=-2;const s=[];for(let o=0;o<n;o++){const u=t[o];if(s.push(0),(t[r].marker!==u.marker||i!==u.token-1)&&(r=o),i=u.token,u.length=u.length||0,!u.close)continue;e.hasOwnProperty(u.marker)||(e[u.marker]=[-1,-1,-1,-1,-1,-1]);const l=e[u.marker][(u.open?3:0)+u.length%3];let a=r-s[r]-1,c=a;for(;a>l;a-=s[a]+1){const d=t[a];if(d.marker===u.marker&&d.open&&d.end<0){let h=!1;if((d.close||u.open)&&(d.length+u.length)%3===0&&(d.length%3!==0||u.length%3!==0)&&(h=!0),!h){const f=a>0&&!t[a-1].open?s[a-1]+1:0;s[o]=o-a+f,s[a]=f,u.open=!1,d.end=o,d.close=!1,c=-1,i=-2;break}}}c!==-1&&(e[u.marker][(u.open?3:0)+(u.length||0)%3]=c)}}function Wk(t){const e=t.tokens_meta,n=t.tokens_meta.length;zl(t.delimiters);for(let r=0;r<n;r++)e[r]&&e[r].delimiters&&zl(e[r].delimiters)}function Uk(t){let e,n,r=0;const i=t.tokens,s=t.tokens.length;for(e=n=0;e<s;e++)i[e].nesting<0&&r--,i[e].level=r,i[e].nesting>0&&r++,i[e].type==="text"&&e+1<s&&i[e+1].type==="text"?i[e+1].content=i[e].content+i[e+1].content:(e!==n&&(i[n]=i[e]),n++);e!==n&&(i.length=n)}const ps=[["text",wk],["linkify",vk],["newline",Ak],["escape",Mk],["backticks",Tk],["strikethrough",Qd.tokenize],["emphasis",Yd.tokenize],["link",Ik],["image",Rk],["autolink",Pk],["html_inline",Hk],["entity",qk]],ms=[["balance_pairs",Wk],["strikethrough",Qd.postProcess],["emphasis",Yd.postProcess],["fragments_join",Uk]];function er(){this.ruler=new be;for(let t=0;t<ps.length;t++)this.ruler.push(ps[t][0],ps[t][1]);this.ruler2=new be;for(let t=0;t<ms.length;t++)this.ruler2.push(ms[t][0],ms[t][1])}er.prototype.skipToken=function(t){const e=t.pos,n=this.ruler.getRules(""),r=n.length,i=t.md.options.maxNesting,s=t.cache;if(typeof s[e]<"u"){t.pos=s[e];return}let o=!1;if(t.level<i){for(let u=0;u<r;u++)if(t.level++,o=n[u](t,!0),t.level--,o){if(e>=t.pos)throw new Error("inline rule didn't increment state.pos");break}}else t.pos=t.posMax;o||t.pos++,s[e]=t.pos};er.prototype.tokenize=function(t){const e=this.ruler.getRules(""),n=e.length,r=t.posMax,i=t.md.options.maxNesting;for(;t.pos<r;){const s=t.pos;let o=!1;if(t.level<i){for(let u=0;u<n;u++)if(o=e[u](t,!1),o){if(s>=t.pos)throw new Error("inline rule didn't increment state.pos");break}}if(o){if(t.pos>=r)break;continue}t.pending+=t.src[t.pos++]}t.pending&&t.pushPending()};er.prototype.parse=function(t,e,n,r){const i=new this.State(t,e,n,r);this.tokenize(i);const s=this.ruler2.getRules(""),o=s.length;for(let u=0;u<o;u++)s[u](i)};er.prototype.State=Xn;function Kk(t){const e={};t=t||{},e.src_Any=zd.source,e.src_Cc=$d.source,e.src_Z=jd.source,e.src_P=Vo.source,e.src_ZPCc=[e.src_Z,e.src_P,e.src_Cc].join("|"),e.src_ZCc=[e.src_Z,e.src_Cc].join("|");const n="[><|]";return e.src_pseudo_letter="(?:(?!"+n+"|"+e.src_ZPCc+")"+e.src_Any+")",e.src_ip4="(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)",e.src_auth="(?:(?:(?!"+e.src_ZCc+"|[@/\\[\\]()]).)+@)?",e.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",e.src_host_terminator="(?=$|"+n+"|"+e.src_ZPCc+")(?!"+(t["---"]?"-(?!--)|":"-|")+"_|:\\d|\\.-|\\.(?!$|"+e.src_ZPCc+"))",e.src_path="(?:[/?#](?:(?!"+e.src_ZCc+"|"+n+`|[()[\\]{}.,"'?!\\-;]).|\\[(?:(?!`+e.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+e.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+e.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+e.src_ZCc+`|["]).)+\\"|\\'(?:(?!`+e.src_ZCc+"|[']).)+\\'|\\'(?="+e.src_pseudo_letter+"|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+e.src_ZCc+"|[.]|$)|"+(t["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+e.src_ZCc+"|$)|;(?!"+e.src_ZCc+"|$)|\\!+(?!"+e.src_ZCc+"|[!]|$)|\\?(?!"+e.src_ZCc+"|[?]|$))+|\\/)?",e.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',e.src_xn="xn--[a-z0-9\\-]{1,59}",e.src_domain_root="(?:"+e.src_xn+"|"+e.src_pseudo_letter+"{1,63})",e.src_domain="(?:"+e.src_xn+"|(?:"+e.src_pseudo_letter+")|(?:"+e.src_pseudo_letter+"(?:-|"+e.src_pseudo_letter+"){0,61}"+e.src_pseudo_letter+"))",e.src_host="(?:(?:(?:(?:"+e.src_domain+")\\.)*"+e.src_domain+"))",e.tpl_host_fuzzy="(?:"+e.src_ip4+"|(?:(?:(?:"+e.src_domain+")\\.)+(?:%TLDS%)))",e.tpl_host_no_ip_fuzzy="(?:(?:(?:"+e.src_domain+")\\.)+(?:%TLDS%))",e.src_host_strict=e.src_host+e.src_host_terminator,e.tpl_host_fuzzy_strict=e.tpl_host_fuzzy+e.src_host_terminator,e.src_host_port_strict=e.src_host+e.src_port+e.src_host_terminator,e.tpl_host_port_fuzzy_strict=e.tpl_host_fuzzy+e.src_port+e.src_host_terminator,e.tpl_host_port_no_ip_fuzzy_strict=e.tpl_host_no_ip_fuzzy+e.src_port+e.src_host_terminator,e.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+e.src_ZPCc+"|>|$))",e.tpl_email_fuzzy="(^|"+n+'|"|\\(|'+e.src_ZCc+")("+e.src_email_name+"@"+e.tpl_host_fuzzy_strict+")",e.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+e.src_ZPCc+"))((?![$+<=>^`||])"+e.tpl_host_port_fuzzy_strict+e.src_path+")",e.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+e.src_ZPCc+"))((?![$+<=>^`||])"+e.tpl_host_port_no_ip_fuzzy_strict+e.src_path+")",e}function Xs(t){return Array.prototype.slice.call(arguments,1).forEach(function(n){n&&Object.keys(n).forEach(function(r){t[r]=n[r]})}),t}function Ni(t){return Object.prototype.toString.call(t)}function Jk(t){return Ni(t)==="[object String]"}function Gk(t){return Ni(t)==="[object Object]"}function Zk(t){return Ni(t)==="[object RegExp]"}function $l(t){return Ni(t)==="[object Function]"}function Qk(t){return t.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}const Xd={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1};function Yk(t){return Object.keys(t||{}).reduce(function(e,n){return e||Xd.hasOwnProperty(n)},!1)}const Xk={"http:":{validate:function(t,e,n){const r=t.slice(e);return n.re.http||(n.re.http=new RegExp("^\\/\\/"+n.re.src_auth+n.re.src_host_port_strict+n.re.src_path,"i")),n.re.http.test(r)?r.match(n.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(t,e,n){const r=t.slice(e);return n.re.no_http||(n.re.no_http=new RegExp("^"+n.re.src_auth+"(?:localhost|(?:(?:"+n.re.src_domain+")\\.)+"+n.re.src_domain_root+")"+n.re.src_port+n.re.src_host_terminator+n.re.src_path,"i")),n.re.no_http.test(r)?e>=3&&t[e-3]===":"||e>=3&&t[e-3]==="/"?0:r.match(n.re.no_http)[0].length:0}},"mailto:":{validate:function(t,e,n){const r=t.slice(e);return n.re.mailto||(n.re.mailto=new RegExp("^"+n.re.src_email_name+"@"+n.re.src_host_strict,"i")),n.re.mailto.test(r)?r.match(n.re.mailto)[0].length:0}}},ex="a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]",tx="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");function nx(t){t.__index__=-1,t.__text_cache__=""}function rx(t){return function(e,n){const r=e.slice(n);return t.test(r)?r.match(t)[0].length:0}}function Hl(){return function(t,e){e.normalize(t)}}function di(t){const e=t.re=Kk(t.__opts__),n=t.__tlds__.slice();t.onCompile(),t.__tlds_replaced__||n.push(ex),n.push(e.src_xn),e.src_tlds=n.join("|");function r(u){return u.replace("%TLDS%",e.src_tlds)}e.email_fuzzy=RegExp(r(e.tpl_email_fuzzy),"i"),e.link_fuzzy=RegExp(r(e.tpl_link_fuzzy),"i"),e.link_no_ip_fuzzy=RegExp(r(e.tpl_link_no_ip_fuzzy),"i"),e.host_fuzzy_test=RegExp(r(e.tpl_host_fuzzy_test),"i");const i=[];t.__compiled__={};function s(u,l){throw new Error('(LinkifyIt) Invalid schema "'+u+'": '+l)}Object.keys(t.__schemas__).forEach(function(u){const l=t.__schemas__[u];if(l===null)return;const a={validate:null,link:null};if(t.__compiled__[u]=a,Gk(l)){Zk(l.validate)?a.validate=rx(l.validate):$l(l.validate)?a.validate=l.validate:s(u,l),$l(l.normalize)?a.normalize=l.normalize:l.normalize?s(u,l):a.normalize=Hl();return}if(Jk(l)){i.push(u);return}s(u,l)}),i.forEach(function(u){t.__compiled__[t.__schemas__[u]]&&(t.__compiled__[u].validate=t.__compiled__[t.__schemas__[u]].validate,t.__compiled__[u].normalize=t.__compiled__[t.__schemas__[u]].normalize)}),t.__compiled__[""]={validate:null,normalize:Hl()};const o=Object.keys(t.__compiled__).filter(function(u){return u.length>0&&t.__compiled__[u]}).map(Qk).join("|");t.re.schema_test=RegExp("(^|(?!_)(?:[><|]|"+e.src_ZPCc+"))("+o+")","i"),t.re.schema_search=RegExp("(^|(?!_)(?:[><|]|"+e.src_ZPCc+"))("+o+")","ig"),t.re.schema_at_start=RegExp("^"+t.re.schema_search.source,"i"),t.re.pretest=RegExp("("+t.re.schema_test.source+")|("+t.re.host_fuzzy_test.source+")|@","i"),nx(t)}function ix(t,e){const n=t.__index__,r=t.__last_index__,i=t.__text_cache__.slice(n,r);this.schema=t.__schema__.toLowerCase(),this.index=n+e,this.lastIndex=r+e,this.raw=i,this.text=i,this.url=i}function eo(t,e){const n=new ix(t,e);return t.__compiled__[n.schema].normalize(n,t),n}function Ee(t,e){if(!(this instanceof Ee))return new Ee(t,e);e||Yk(t)&&(e=t,t={}),this.__opts__=Xs({},Xd,e),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=Xs({},Xk,t),this.__compiled__={},this.__tlds__=tx,this.__tlds_replaced__=!1,this.re={},di(this)}Ee.prototype.add=function(e,n){return this.__schemas__[e]=n,di(this),this};Ee.prototype.set=function(e){return this.__opts__=Xs(this.__opts__,e),this};Ee.prototype.test=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return!1;let n,r,i,s,o,u,l,a,c;if(this.re.schema_test.test(e)){for(l=this.re.schema_search,l.lastIndex=0;(n=l.exec(e))!==null;)if(s=this.testSchemaAt(e,n[2],l.lastIndex),s){this.__schema__=n[2],this.__index__=n.index+n[1].length,this.__last_index__=n.index+n[0].length+s;break}}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(a=e.search(this.re.host_fuzzy_test),a>=0&&(this.__index__<0||a<this.__index__)&&(r=e.match(this.__opts__.fuzzyIP?this.re.link_fuzzy:this.re.link_no_ip_fuzzy))!==null&&(o=r.index+r[1].length,(this.__index__<0||o<this.__index__)&&(this.__schema__="",this.__index__=o,this.__last_index__=r.index+r[0].length))),this.__opts__.fuzzyEmail&&this.__compiled__["mailto:"]&&(c=e.indexOf("@"),c>=0&&(i=e.match(this.re.email_fuzzy))!==null&&(o=i.index+i[1].length,u=i.index+i[0].length,(this.__index__<0||o<this.__index__||o===this.__index__&&u>this.__last_index__)&&(this.__schema__="mailto:",this.__index__=o,this.__last_index__=u))),this.__index__>=0};Ee.prototype.pretest=function(e){return this.re.pretest.test(e)};Ee.prototype.testSchemaAt=function(e,n,r){return this.__compiled__[n.toLowerCase()]?this.__compiled__[n.toLowerCase()].validate(e,r,this):0};Ee.prototype.match=function(e){const n=[];let r=0;this.__index__>=0&&this.__text_cache__===e&&(n.push(eo(this,r)),r=this.__last_index__);let i=r?e.slice(r):e;for(;this.test(i);)n.push(eo(this,r)),i=i.slice(this.__last_index__),r+=this.__last_index__;return n.length?n:null};Ee.prototype.matchAtStart=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return null;const n=this.re.schema_at_start.exec(e);if(!n)return null;const r=this.testSchemaAt(e,n[2],n[0].length);return r?(this.__schema__=n[2],this.__index__=n.index+n[1].length,this.__last_index__=n.index+n[0].length+r,eo(this,0)):null};Ee.prototype.tlds=function(e,n){return e=Array.isArray(e)?e:[e],n?(this.__tlds__=this.__tlds__.concat(e).sort().filter(function(r,i,s){return r!==s[i-1]}).reverse(),di(this),this):(this.__tlds__=e.slice(),this.__tlds_replaced__=!0,di(this),this)};Ee.prototype.normalize=function(e){e.schema||(e.url="http://"+e.url),e.schema==="mailto:"&&!/^mailto:/i.test(e.url)&&(e.url="mailto:"+e.url)};Ee.prototype.onCompile=function(){};const Qt=2147483647,Be=36,Jo=1,Un=26,sx=38,ox=700,ef=72,tf=128,nf="-",ux=/^xn--/,lx=/[^\0-\x7F]/,ax=/[\x2E\u3002\uFF0E\uFF61]/g,cx={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},gs=Be-Jo,ze=Math.floor,bs=String.fromCharCode;function ut(t){throw new RangeError(cx[t])}function dx(t,e){const n=[];let r=t.length;for(;r--;)n[r]=e(t[r]);return n}function rf(t,e){const n=t.split("@");let r="";n.length>1&&(r=n[0]+"@",t=n[1]),t=t.replace(ax,".");const i=t.split("."),s=dx(i,e).join(".");return r+s}function sf(t){const e=[];let n=0;const r=t.length;for(;n<r;){const i=t.charCodeAt(n++);if(i>=55296&&i<=56319&&n<r){const s=t.charCodeAt(n++);(s&64512)==56320?e.push(((i&1023)<<10)+(s&1023)+65536):(e.push(i),n--)}else e.push(i)}return e}const fx=t=>String.fromCodePoint(...t),hx=function(t){return t>=48&&t<58?26+(t-48):t>=65&&t<91?t-65:t>=97&&t<123?t-97:Be},jl=function(t,e){return t+22+75*(t<26)-((e!=0)<<5)},of=function(t,e,n){let r=0;for(t=n?ze(t/ox):t>>1,t+=ze(t/e);t>gs*Un>>1;r+=Be)t=ze(t/gs);return ze(r+(gs+1)*t/(t+sx))},uf=function(t){const e=[],n=t.length;let r=0,i=tf,s=ef,o=t.lastIndexOf(nf);o<0&&(o=0);for(let u=0;u<o;++u)t.charCodeAt(u)>=128&&ut("not-basic"),e.push(t.charCodeAt(u));for(let u=o>0?o+1:0;u<n;){const l=r;for(let c=1,d=Be;;d+=Be){u>=n&&ut("invalid-input");const h=hx(t.charCodeAt(u++));h>=Be&&ut("invalid-input"),h>ze((Qt-r)/c)&&ut("overflow"),r+=h*c;const f=d<=s?Jo:d>=s+Un?Un:d-s;if(h<f)break;const p=Be-f;c>ze(Qt/p)&&ut("overflow"),c*=p}const a=e.length+1;s=of(r-l,a,l==0),ze(r/a)>Qt-i&&ut("overflow"),i+=ze(r/a),r%=a,e.splice(r++,0,i)}return String.fromCodePoint(...e)},lf=function(t){const e=[];t=sf(t);const n=t.length;let r=tf,i=0,s=ef;for(const l of t)l<128&&e.push(bs(l));const o=e.length;let u=o;for(o&&e.push(nf);u<n;){let l=Qt;for(const c of t)c>=r&&c<l&&(l=c);const a=u+1;l-r>ze((Qt-i)/a)&&ut("overflow"),i+=(l-r)*a,r=l;for(const c of t)if(c<r&&++i>Qt&&ut("overflow"),c===r){let d=i;for(let h=Be;;h+=Be){const f=h<=s?Jo:h>=s+Un?Un:h-s;if(d<f)break;const p=d-f,m=Be-f;e.push(bs(jl(f+p%m,0))),d=ze(p/m)}e.push(bs(jl(d,0))),s=of(i,a,u===o),i=0,++u}++i,++r}return e.join("")},px=function(t){return rf(t,function(e){return ux.test(e)?uf(e.slice(4).toLowerCase()):e})},mx=function(t){return rf(t,function(e){return lx.test(e)?"xn--"+lf(e):e})},af={version:"2.3.1",ucs2:{decode:sf,encode:fx},decode:uf,encode:lf,toASCII:mx,toUnicode:px},gx={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}},bx={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["paragraph"]},inline:{rules:["text"],rules2:["balance_pairs","fragments_join"]}}},kx={options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["blockquote","code","fence","heading","hr","html_block","lheading","list","reference","paragraph"]},inline:{rules:["autolink","backticks","emphasis","entity","escape","html_inline","image","link","newline","text"],rules2:["balance_pairs","emphasis","fragments_join"]}}},xx={default:gx,zero:bx,commonmark:kx},yx=/^(vbscript|javascript|file|data):/,Cx=/^data:image\/(gif|png|jpeg|webp);/;function Ex(t){const e=t.trim().toLowerCase();return yx.test(e)?Cx.test(e):!0}const cf=["http:","https:","mailto:"];function wx(t){const e=jo(t,!0);if(e.hostname&&(!e.protocol||cf.indexOf(e.protocol)>=0))try{e.hostname=af.toASCII(e.hostname)}catch{}return Yn(Ho(e))}function Sx(t){const e=jo(t,!0);if(e.hostname&&(!e.protocol||cf.indexOf(e.protocol)>=0))try{e.hostname=af.toUnicode(e.hostname)}catch{}return on(Ho(e),on.defaultChars+"%")}function ke(t,e){if(!(this instanceof ke))return new ke(t,e);e||qo(t)||(e=t||{},t="default"),this.inline=new er,this.block=new _i,this.core=new Uo,this.renderer=new an,this.linkify=new Ee,this.validateLink=Ex,this.normalizeLink=wx,this.normalizeLinkText=Sx,this.utils=A2,this.helpers=Ti({},_2),this.options={},this.configure(t),e&&this.set(e)}ke.prototype.set=function(t){return Ti(this.options,t),this};ke.prototype.configure=function(t){const e=this;if(qo(t)){const n=t;if(t=xx[n],!t)throw new Error('Wrong `markdown-it` preset "'+n+'", check name')}if(!t)throw new Error("Wrong `markdown-it` preset, can't be empty");return t.options&&e.set(t.options),t.components&&Object.keys(t.components).forEach(function(n){t.components[n].rules&&e[n].ruler.enableOnly(t.components[n].rules),t.components[n].rules2&&e[n].ruler2.enableOnly(t.components[n].rules2)}),this};ke.prototype.enable=function(t,e){let n=[];Array.isArray(t)||(t=[t]),["core","block","inline"].forEach(function(i){n=n.concat(this[i].ruler.enable(t,!0))},this),n=n.concat(this.inline.ruler2.enable(t,!0));const r=t.filter(function(i){return n.indexOf(i)<0});if(r.length&&!e)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+r);return this};ke.prototype.disable=function(t,e){let n=[];Array.isArray(t)||(t=[t]),["core","block","inline"].forEach(function(i){n=n.concat(this[i].ruler.disable(t,!0))},this),n=n.concat(this.inline.ruler2.disable(t,!0));const r=t.filter(function(i){return n.indexOf(i)<0});if(r.length&&!e)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+r);return this};ke.prototype.use=function(t){const e=[this].concat(Array.prototype.slice.call(arguments,1));return t.apply(t,e),this};ke.prototype.parse=function(t,e){if(typeof t!="string")throw new Error("Input data should be a String");const n=new this.core.State(t,this,e);return this.core.process(n),n.tokens};ke.prototype.render=function(t,e){return e=e||{},this.renderer.render(this.parse(t,e),this.options,e)};ke.prototype.parseInline=function(t,e){const n=new this.core.State(t,this,e);return n.inlineMode=!0,this.core.process(n),n.tokens};ke.prototype.renderInline=function(t,e){return e=e||{},this.renderer.render(this.parseInline(t,e),this.options,e)};const vx=new to({nodes:{doc:{content:"block+"},paragraph:{content:"inline*",group:"block",parseDOM:[{tag:"p"}],toDOM(){return["p",0]}},blockquote:{content:"block+",group:"block",parseDOM:[{tag:"blockquote"}],toDOM(){return["blockquote",0]}},horizontal_rule:{group:"block",parseDOM:[{tag:"hr"}],toDOM(){return["div",["hr"]]}},heading:{attrs:{level:{default:1}},content:"(text | image)*",group:"block",defining:!0,parseDOM:[{tag:"h1",attrs:{level:1}},{tag:"h2",attrs:{level:2}},{tag:"h3",attrs:{level:3}},{tag:"h4",attrs:{level:4}},{tag:"h5",attrs:{level:5}},{tag:"h6",attrs:{level:6}}],toDOM(t){return["h"+t.attrs.level,0]}},code_block:{content:"text*",group:"block",code:!0,defining:!0,marks:"",attrs:{params:{default:""}},parseDOM:[{tag:"pre",preserveWhitespace:"full",getAttrs:t=>({params:t.getAttribute("data-params")||""})}],toDOM(t){return["pre",t.attrs.params?{"data-params":t.attrs.params}:{},["code",0]]}},ordered_list:{content:"list_item+",group:"block",attrs:{order:{default:1},tight:{default:!1}},parseDOM:[{tag:"ol",getAttrs(t){return{order:t.hasAttribute("start")?+t.getAttribute("start"):1,tight:t.hasAttribute("data-tight")}}}],toDOM(t){return["ol",{start:t.attrs.order==1?null:t.attrs.order,"data-tight":t.attrs.tight?"true":null},0]}},bullet_list:{content:"list_item+",group:"block",attrs:{tight:{default:!1}},parseDOM:[{tag:"ul",getAttrs:t=>({tight:t.hasAttribute("data-tight")})}],toDOM(t){return["ul",{"data-tight":t.attrs.tight?"true":null},0]}},list_item:{content:"block+",defining:!0,parseDOM:[{tag:"li"}],toDOM(){return["li",0]}},text:{group:"inline"},image:{inline:!0,attrs:{src:{},alt:{default:null},title:{default:null}},group:"inline",draggable:!0,parseDOM:[{tag:"img[src]",getAttrs(t){return{src:t.getAttribute("src"),title:t.getAttribute("title"),alt:t.getAttribute("alt")}}}],toDOM(t){return["img",t.attrs]}},hard_break:{inline:!0,group:"inline",selectable:!1,parseDOM:[{tag:"br"}],toDOM(){return["br"]}}},marks:{em:{parseDOM:[{tag:"i"},{tag:"em"},{style:"font-style=italic"},{style:"font-style=normal",clearMark:t=>t.type.name=="em"}],toDOM(){return["em"]}},strong:{parseDOM:[{tag:"strong"},{tag:"b",getAttrs:t=>t.style.fontWeight!="normal"&&null},{style:"font-weight=400",clearMark:t=>t.type.name=="strong"},{style:"font-weight",getAttrs:t=>/^(bold(er)?|[5-9]\d{2,})$/.test(t)&&null}],toDOM(){return["strong"]}},link:{attrs:{href:{},title:{default:null}},inclusive:!1,parseDOM:[{tag:"a[href]",getAttrs(t){return{href:t.getAttribute("href"),title:t.getAttribute("title")}}}],toDOM(t){return["a",t.attrs]}},code:{code:!0,parseDOM:[{tag:"code"}],toDOM(){return["code"]}}}});function Ax(t,e){if(t.isText&&e.isText&&F.sameSet(t.marks,e.marks))return t.withText(t.text+e.text)}class Mx{constructor(e,n){this.schema=e,this.tokenHandlers=n,this.stack=[{type:e.topNodeType,attrs:null,content:[],marks:F.none}]}top(){return this.stack[this.stack.length-1]}push(e){this.stack.length&&this.top().content.push(e)}addText(e){if(!e)return;let n=this.top(),r=n.content,i=r[r.length-1],s=this.schema.text(e,n.marks),o;i&&(o=Ax(i,s))?r[r.length-1]=o:r.push(s)}openMark(e){let n=this.top();n.marks=e.addToSet(n.marks)}closeMark(e){let n=this.top();n.marks=e.removeFromSet(n.marks)}parseTokens(e){for(let n=0;n<e.length;n++){let r=e[n],i=this.tokenHandlers[r.type];if(!i)throw new Error("Token type `"+r.type+"` not supported by Markdown parser");i(this,r,e,n)}}addNode(e,n,r){let i=this.top(),s=e.createAndFill(n,r,i?i.marks:[]);return s?(this.push(s),s):null}openNode(e,n){this.stack.push({type:e,attrs:n,content:[],marks:F.none})}closeNode(){let e=this.stack.pop();return this.addNode(e.type,e.attrs,e.content)}}function pn(t,e,n,r){return t.getAttrs?t.getAttrs(e,n,r):t.attrs instanceof Function?t.attrs(e):t.attrs}function ks(t,e){return t.noCloseToken||e=="code_inline"||e=="code_block"||e=="fence"}function Vl(t){return t[t.length-1]==`
|
|
173
|
+
`?t.slice(0,t.length-1):t}function xs(){}function Tx(t,e){let n=Object.create(null);for(let r in e){let i=e[r];if(i.block){let s=t.nodeType(i.block);ks(i,r)?n[r]=(o,u,l,a)=>{o.openNode(s,pn(i,u,l,a)),o.addText(Vl(u.content)),o.closeNode()}:(n[r+"_open"]=(o,u,l,a)=>o.openNode(s,pn(i,u,l,a)),n[r+"_close"]=o=>o.closeNode())}else if(i.node){let s=t.nodeType(i.node);n[r]=(o,u,l,a)=>o.addNode(s,pn(i,u,l,a))}else if(i.mark){let s=t.marks[i.mark];ks(i,r)?n[r]=(o,u,l,a)=>{o.openMark(s.create(pn(i,u,l,a))),o.addText(Vl(u.content)),o.closeMark(s)}:(n[r+"_open"]=(o,u,l,a)=>o.openMark(s.create(pn(i,u,l,a))),n[r+"_close"]=o=>o.closeMark(s))}else if(i.ignore)ks(i,r)?n[r]=xs:(n[r+"_open"]=xs,n[r+"_close"]=xs);else throw new RangeError("Unrecognized parsing spec "+JSON.stringify(i))}return n.text=(r,i)=>r.addText(i.content),n.inline=(r,i)=>r.parseTokens(i.children),n.softbreak=n.softbreak||(r=>r.addText(" ")),n}let Dx=class{constructor(e,n,r){this.schema=e,this.tokenizer=n,this.tokens=r,this.tokenHandlers=Tx(e,r)}parse(e,n={}){let r=new Mx(this.schema,this.tokenHandlers),i;r.parseTokens(this.tokenizer.parse(e,n));do i=r.closeNode();while(r.stack.length);return i||this.schema.topNodeType.createAndFill()}};function ql(t,e){for(;++e<t.length;)if(t[e].type!="list_item_open")return t[e].hidden;return!1}new Dx(vx,ke("commonmark",{html:!1}),{blockquote:{block:"blockquote"},paragraph:{block:"paragraph"},list_item:{block:"list_item"},bullet_list:{block:"bullet_list",getAttrs:(t,e,n)=>({tight:ql(e,n)})},ordered_list:{block:"ordered_list",getAttrs:(t,e,n)=>({order:+t.attrGet("start")||1,tight:ql(e,n)})},heading:{block:"heading",getAttrs:t=>({level:+t.tag.slice(1)})},code_block:{block:"code_block",noCloseToken:!0},fence:{block:"code_block",getAttrs:t=>({params:t.info||""}),noCloseToken:!0},hr:{node:"horizontal_rule"},image:{node:"image",getAttrs:t=>({src:t.attrGet("src"),title:t.attrGet("title")||null,alt:t.children[0]&&t.children[0].content||null})},hardbreak:{node:"hard_break"},em:{mark:"em"},strong:{mark:"strong"},link:{mark:"link",getAttrs:t=>({href:t.attrGet("href"),title:t.attrGet("title")||null})},code_inline:{mark:"code",noCloseToken:!0}});const _x={open:"",close:"",mixable:!0};let Nx=class{constructor(e,n,r={}){this.nodes=e,this.marks=n,this.options=r}serialize(e,n={}){n=Object.assign({},this.options,n);let r=new df(this.nodes,this.marks,n);return r.renderContent(e),r.out}};const qe=new Nx({blockquote(t,e){t.wrapBlock("> ",null,e,()=>t.renderContent(e))},code_block(t,e){const n=e.textContent.match(/`{3,}/gm),r=n?n.sort().slice(-1)[0]+"`":"```";t.write(r+(e.attrs.params||"")+`
|
|
174
|
+
`),t.text(e.textContent,!1),t.write(`
|
|
175
|
+
`),t.write(r),t.closeBlock(e)},heading(t,e){t.write(t.repeat("#",e.attrs.level)+" "),t.renderInline(e,!1),t.closeBlock(e)},horizontal_rule(t,e){t.write(e.attrs.markup||"---"),t.closeBlock(e)},bullet_list(t,e){t.renderList(e," ",()=>(e.attrs.bullet||"*")+" ")},ordered_list(t,e){let n=e.attrs.order||1,r=String(n+e.childCount-1).length,i=t.repeat(" ",r+2);t.renderList(e,i,s=>{let o=String(n+s);return t.repeat(" ",r-o.length)+o+". "})},list_item(t,e){t.renderContent(e)},paragraph(t,e){t.renderInline(e),t.closeBlock(e)},image(t,e){t.write("]/g,"\\$&")+(e.attrs.title?' "'+e.attrs.title.replace(/"/g,'\\"')+'"':"")+")")},hard_break(t,e,n,r){for(let i=r+1;i<n.childCount;i++)if(n.child(i).type!=e.type){t.write(`\\
|
|
176
|
+
`);return}},text(t,e){t.text(e.text,!t.inAutolink)}},{em:{open:"*",close:"*",mixable:!0,expelEnclosingWhitespace:!0},strong:{open:"**",close:"**",mixable:!0,expelEnclosingWhitespace:!0},link:{open(t,e,n,r){return t.inAutolink=Ox(e,n,r),t.inAutolink?"<":"["},close(t,e,n,r){let{inAutolink:i}=t;return t.inAutolink=void 0,i?">":"]("+e.attrs.href.replace(/[\(\)"]/g,"\\$&")+(e.attrs.title?` "${e.attrs.title.replace(/"/g,'\\"')}"`:"")+")"},mixable:!0},code:{open(t,e,n,r){return Wl(n.child(r),-1)},close(t,e,n,r){return Wl(n.child(r-1),1)},escape:!1}});function Wl(t,e){let n=/`+/g,r,i=0;if(t.isText)for(;r=n.exec(t.text);)i=Math.max(i,r[0].length);let s=i>0&&e>0?" `":"`";for(let o=0;o<i;o++)s+="`";return i>0&&e<0&&(s+=" "),s}function Ox(t,e,n){if(t.attrs.title||!/^\w+:/.test(t.attrs.href))return!1;let r=e.child(n);return!r.isText||r.text!=t.attrs.href||r.marks[r.marks.length-1]!=t?!1:n==e.childCount-1||!t.isInSet(e.child(n+1).marks)}let df=class{constructor(e,n,r){this.nodes=e,this.marks=n,this.options=r,this.delim="",this.out="",this.closed=null,this.inAutolink=void 0,this.atBlockStart=!1,this.inTightList=!1,typeof this.options.tightLists>"u"&&(this.options.tightLists=!1),typeof this.options.hardBreakNodeName>"u"&&(this.options.hardBreakNodeName="hard_break")}flushClose(e=2){if(this.closed){if(this.atBlank()||(this.out+=`
|
|
177
|
+
`),e>1){let n=this.delim,r=/\s+$/.exec(n);r&&(n=n.slice(0,n.length-r[0].length));for(let i=1;i<e;i++)this.out+=n+`
|
|
178
|
+
`}this.closed=null}}getMark(e){let n=this.marks[e];if(!n){if(this.options.strict!==!1)throw new Error(`Mark type \`${e}\` not supported by Markdown renderer`);n=_x}return n}wrapBlock(e,n,r,i){let s=this.delim;this.write(n??e),this.delim+=e,i(),this.delim=s,this.closeBlock(r)}atBlank(){return/(^|\n)$/.test(this.out)}ensureNewLine(){this.atBlank()||(this.out+=`
|
|
179
|
+
`)}write(e){this.flushClose(),this.delim&&this.atBlank()&&(this.out+=this.delim),e&&(this.out+=e)}closeBlock(e){this.closed=e}text(e,n=!0){let r=e.split(`
|
|
180
|
+
`);for(let i=0;i<r.length;i++)this.write(),!n&&r[i][0]=="["&&/(^|[^\\])\!$/.test(this.out)&&(this.out=this.out.slice(0,this.out.length-1)+"\\!"),this.out+=n?this.esc(r[i],this.atBlockStart):r[i],i!=r.length-1&&(this.out+=`
|
|
181
|
+
`)}render(e,n,r){if(this.nodes[e.type.name])this.nodes[e.type.name](this,e,n,r);else{if(this.options.strict!==!1)throw new Error("Token type `"+e.type.name+"` not supported by Markdown renderer");e.type.isLeaf||(e.type.inlineContent?this.renderInline(e):this.renderContent(e),e.isBlock&&this.closeBlock(e))}}renderContent(e){e.forEach((n,r,i)=>this.render(n,e,i))}renderInline(e,n=!0){this.atBlockStart=n;let r=[],i="",s=(o,u,l)=>{let a=o?o.marks:[];o&&o.type.name===this.options.hardBreakNodeName&&(a=a.filter(m=>{if(l+1==e.childCount)return!1;let g=e.child(l+1);return m.isInSet(g.marks)&&(!g.isText||/\S/.test(g.text))}));let c=i;if(i="",o&&o.isText&&a.some(m=>{let g=this.getMark(m.type.name);return g&&g.expelEnclosingWhitespace&&!m.isInSet(r)})){let[m,g,b]=/^(\s*)(.*)$/m.exec(o.text);g&&(c+=g,o=b?o.withText(b):null,o||(a=r))}if(o&&o.isText&&a.some(m=>{let g=this.getMark(m.type.name);return g&&g.expelEnclosingWhitespace&&!this.isMarkAhead(e,l+1,m)})){let[m,g,b]=/^(.*?)(\s*)$/m.exec(o.text);b&&(i=b,o=g?o.withText(g):null,o||(a=r))}let d=a.length?a[a.length-1]:null,h=d&&this.getMark(d.type.name).escape===!1,f=a.length-(h?1:0);e:for(let m=0;m<f;m++){let g=a[m];if(!this.getMark(g.type.name).mixable)break;for(let b=0;b<r.length;b++){let k=r[b];if(!this.getMark(k.type.name).mixable)break;if(g.eq(k)){m>b?a=a.slice(0,b).concat(g).concat(a.slice(b,m)).concat(a.slice(m+1,f)):b>m&&(a=a.slice(0,m).concat(a.slice(m+1,b)).concat(g).concat(a.slice(b,f)));continue e}}}let p=0;for(;p<Math.min(r.length,f)&&a[p].eq(r[p]);)++p;for(;p<r.length;)this.text(this.markString(r.pop(),!1,e,l),!1);if(c&&this.text(c),o){for(;r.length<f;){let m=a[r.length];r.push(m),this.text(this.markString(m,!0,e,l),!1),this.atBlockStart=!1}h&&o.isText?this.text(this.markString(d,!0,e,l)+o.text+this.markString(d,!1,e,l+1),!1):this.render(o,e,l),this.atBlockStart=!1}o!=null&&o.isText&&o.nodeSize>0&&(this.atBlockStart=!1)};e.forEach(s),s(null,0,e.childCount),this.atBlockStart=!1}renderList(e,n,r){this.closed&&this.closed.type==e.type?this.flushClose(3):this.inTightList&&this.flushClose(1);let i=typeof e.attrs.tight<"u"?e.attrs.tight:this.options.tightLists,s=this.inTightList;this.inTightList=i,e.forEach((o,u,l)=>{l&&i&&this.flushClose(1),this.wrapBlock(n,r(l),e,()=>this.render(o,e,l))}),this.inTightList=s}esc(e,n=!1){return e=e.replace(/[`*\\~\[\]_]/g,(r,i)=>r=="_"&&i>0&&i+1<e.length&&e[i-1].match(/\w/)&&e[i+1].match(/\w/)?r:"\\"+r),n&&(e=e.replace(/^(\+[ ]|[\-*>])/,"\\$&").replace(/^(\s*)(#{1,6})(\s|$)/,"$1\\$2$3").replace(/^(\s*\d+)\.\s/,"$1\\. ")),this.options.escapeExtraCharacters&&(e=e.replace(this.options.escapeExtraCharacters,"\\$&")),e}quote(e){let n=e.indexOf('"')==-1?'""':e.indexOf("'")==-1?"''":"()";return n[0]+e+n[1]}repeat(e,n){let r="";for(let i=0;i<n;i++)r+=e;return r}markString(e,n,r,i){let s=this.getMark(e.type.name),o=n?s.open:s.close;return typeof o=="string"?o:o(this,e,r,i)}getEnclosingWhitespace(e){return{leading:(e.match(/^(\s+)/)||[void 0])[0],trailing:(e.match(/(\s+)$/)||[void 0])[0]}}isMarkAhead(e,n,r){for(;;n++){if(n>=e.childCount)return!1;let i=e.child(n);if(i.type.name!=this.options.hardBreakNodeName)return r.isInSet(i.marks);n++}}};var ys,Ul;function Ix(){if(Ul)return ys;Ul=1;var t=!0,e=!1,n=!1;ys=function(m,g){g&&(t=!g.enabled,e=!!g.label,n=!!g.labelAfter),m.core.ruler.after("inline","github-task-lists",function(b){for(var k=b.tokens,x=2;x<k.length;x++)s(k,x)&&(o(k[x],b.Token),r(k[x-2],"class","task-list-item"+(t?"":" enabled")),r(k[i(k,x-2)],"class","contains-task-list"))})};function r(m,g,b){var k=m.attrIndex(g),x=[g,b];k<0?m.attrPush(x):m.attrs[k]=x}function i(m,g){for(var b=m[g].level-1,k=g-1;k>=0;k--)if(m[k].level===b)return k;return-1}function s(m,g){return d(m[g])&&h(m[g-1])&&f(m[g-2])&&p(m[g])}function o(m,g){if(m.children.unshift(u(m,g)),m.children[1].content=m.children[1].content.slice(3),m.content=m.content.slice(3),e)if(n){m.children.pop();var b="task-item-"+Math.ceil(Math.random()*(1e4*1e3)-1e3);m.children[0].content=m.children[0].content.slice(0,-1)+' id="'+b+'">',m.children.push(c(m.content,b,g))}else m.children.unshift(l(g)),m.children.push(a(g))}function u(m,g){var b=new g("html_inline","",0),k=t?' disabled="" ':"";return m.content.indexOf("[ ] ")===0?b.content='<input class="task-list-item-checkbox"'+k+'type="checkbox">':(m.content.indexOf("[x] ")===0||m.content.indexOf("[X] ")===0)&&(b.content='<input class="task-list-item-checkbox" checked=""'+k+'type="checkbox">'),b}function l(m){var g=new m("html_inline","",0);return g.content="<label>",g}function a(m){var g=new m("html_inline","",0);return g.content="</label>",g}function c(m,g,b){var k=new b("html_inline","",0);return k.content='<label class="task-list-item-label" for="'+g+'">'+m+"</label>",k.attrs=[{for:g}],k}function d(m){return m.type==="inline"}function h(m){return m.type==="paragraph_open"}function f(m){return m.type==="list_item_open"}function p(m){return m.content.indexOf("[ ] ")===0||m.content.indexOf("[x] ")===0||m.content.indexOf("[X] ")===0}return ys}var Rx=Ix();const Fx=xf(Rx);var Lx=Object.defineProperty,Px=(t,e,n)=>e in t?Lx(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,fi=(t,e,n)=>(Px(t,typeof e!="symbol"?e+"":e,n),n);const Bx=V.create({name:"markdownTightLists",addOptions:()=>({tight:!0,tightClass:"tight",listTypes:["bulletList","orderedList"]}),addGlobalAttributes(){return[{types:this.options.listTypes,attributes:{tight:{default:this.options.tight,parseHTML:t=>t.getAttribute("data-tight")==="true"||!t.querySelector("p"),renderHTML:t=>({class:t.tight?this.options.tightClass:null,"data-tight":t.tight?"true":null})}}}]},addCommands(){var t=this;return{toggleTight:function(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null;return n=>{let{editor:r,commands:i}=n;function s(o){if(!r.isActive(o))return!1;const u=r.getAttributes(o);return i.updateAttributes(o,{tight:e??!(u!=null&&u.tight)})}return t.options.listTypes.some(o=>s(o))}}}}}),Kl=ke();function ff(t,e){return Kl.inline.State.prototype.scanDelims.call({src:t,posMax:t.length}),new Kl.inline.State(t,null,null,[]).scanDelims(e,!0)}function hf(t,e,n,r){let i=t.substring(0,n)+t.substring(n+e.length);return i=i.substring(0,n+r)+e+i.substring(n+r),i}function zx(t,e,n,r){let i=n,s=t;for(;i<r&&!ff(s,i).can_open;)s=hf(s,e,i,1),i++;return{text:s,from:i,to:r}}function $x(t,e,n,r){let i=r,s=t;for(;i>n&&!ff(s,i).can_close;)s=hf(s,e,i,-1),i--;return{text:s,from:n,to:i}}function Hx(t,e,n,r){let i={text:t,from:n,to:r};return i=zx(i.text,e,i.from,i.to),i=$x(i.text,e,i.from,i.to),i.to-i.from<e.length+1&&(i.text=i.text.substring(0,i.from)+i.text.substring(i.to+e.length)),i.text}class jx extends df{constructor(e,n,r){super(e,n,r??{}),fi(this,"inTable",!1),this.inlines=[]}render(e,n,r){super.render(e,n,r);const i=this.inlines[this.inlines.length-1];if(i!=null&&i.start&&i!==null&&i!==void 0&&i.end){const{delimiter:s,start:o,end:u}=this.normalizeInline(i);this.out=Hx(this.out,s,o,u),this.inlines.pop()}}markString(e,n,r,i){const s=this.marks[e.type.name];if(s.expelEnclosingWhitespace)if(n)this.inlines.push({start:this.out.length,delimiter:s.open});else{const o=this.inlines.pop();this.inlines.push({...o,end:this.out.length})}return super.markString(e,n,r,i)}normalizeInline(e){let{start:n,end:r}=e;for(;this.out.charAt(n).match(/\s/);)n++;return{...e,start:n}}}const pf=we.create({name:"markdownHTMLMark",addStorage(){return{markdown:{serialize:{open(t,e){var n,r;return this.editor.storage.markdown.options.html?(n=(r=Jl(e))===null||r===void 0?void 0:r[0])!==null&&n!==void 0?n:"":(console.warn(`Tiptap Markdown: "${e.type.name}" mark is only available in html mode`),"")},close(t,e){var n,r;return this.editor.storage.markdown.options.html&&(n=(r=Jl(e))===null||r===void 0?void 0:r[1])!==null&&n!==void 0?n:""}},parse:{}}}}});function Jl(t){const e=t.type.schema,n=e.text(" ",[t]),i=Zn(C.from(n),e).match(/^(<.*?>) (<\/.*?>)$/);return i?[i[1],i[2]]:null}function Go(t){const e=`<body>${t}</body>`;return new window.DOMParser().parseFromString(e,"text/html").body}function Vx(t){return t==null?void 0:t.replace(/</g,"<").replace(/>/g,">")}function qx(t){const e=t.parentElement,n=e.cloneNode();for(;e.firstChild&&e.firstChild!==t;)n.appendChild(e.firstChild);n.childNodes.length>0&&e.parentElement.insertBefore(n,e),e.parentElement.insertBefore(t,e),e.childNodes.length===0&&e.remove()}function Wx(t){const e=t.parentNode;for(;t.firstChild;)e.insertBefore(t.firstChild,t);e.removeChild(t)}const Oi=B.create({name:"markdownHTMLNode",addStorage(){return{markdown:{serialize(t,e,n){this.editor.storage.markdown.options.html?t.write(Ux(e,n)):(console.warn(`Tiptap Markdown: "${e.type.name}" node is only available in html mode`),t.write(`[${e.type.name}]`)),e.isBlock&&t.closeBlock(e)},parse:{}}}}});function Ux(t,e){const n=t.type.schema,r=Zn(C.from(t),n);return t.isBlock&&(e instanceof C||e.type.name===n.topNodeType.name)?Kx(r):r}function Kx(t){const n=Go(t).firstElementChild;return n.innerHTML=n.innerHTML.trim()?`
|
|
182
|
+
${n.innerHTML}
|
|
183
|
+
`:`
|
|
184
|
+
`,n.outerHTML}const Jx=B.create({name:"blockquote"}),Gx=Jx.extend({addStorage(){return{markdown:{serialize:qe.nodes.blockquote,parse:{}}}}}),Zx=B.create({name:"bulletList"}),mf=Zx.extend({addStorage(){return{markdown:{serialize(t,e){return t.renderList(e," ",()=>(this.editor.storage.markdown.options.bulletListMarker||"-")+" ")},parse:{}}}}}),Qx=B.create({name:"codeBlock"}),Yx=Qx.extend({addStorage(){return{markdown:{serialize(t,e){t.write("```"+(e.attrs.language||"")+`
|
|
185
|
+
`),t.text(e.textContent,!1),t.ensureNewLine(),t.write("```"),t.closeBlock(e)},parse:{setup(t){var e;t.set({langPrefix:(e=this.options.languageClassPrefix)!==null&&e!==void 0?e:"language-"})},updateDOM(t){t.innerHTML=t.innerHTML.replace(/\n<\/code><\/pre>/g,"</code></pre>")}}}}}}),Xx=B.create({name:"hardBreak"}),gf=Xx.extend({addStorage(){return{markdown:{serialize(t,e,n,r){for(let i=r+1;i<n.childCount;i++)if(n.child(i).type!=e.type){t.write(t.inTable?Oi.storage.markdown.serialize.call(this,t,e,n):`\\
|
|
186
|
+
`);return}},parse:{}}}}}),ey=B.create({name:"heading"}),ty=ey.extend({addStorage(){return{markdown:{serialize:qe.nodes.heading,parse:{}}}}}),ny=B.create({name:"horizontalRule"}),ry=ny.extend({addStorage(){return{markdown:{serialize:qe.nodes.horizontal_rule,parse:{}}}}}),iy=B.create({name:"image"}),sy=iy.extend({addStorage(){return{markdown:{serialize:qe.nodes.image,parse:{}}}}}),oy=B.create({name:"listItem"}),uy=oy.extend({addStorage(){return{markdown:{serialize:qe.nodes.list_item,parse:{}}}}}),ly=B.create({name:"orderedList"});function ay(t,e,n){let r=0;for(;n-r>0&&e.child(n-r-1).type.name===t.type.name;r++);return r}const cy=ly.extend({addStorage(){return{markdown:{serialize(t,e,n,r){const i=e.attrs.start||1,s=String(i+e.childCount-1).length,o=t.repeat(" ",s+2),l=ay(e,n,r)%2?") ":". ";t.renderList(e,o,a=>{const c=String(i+a);return t.repeat(" ",s-c.length)+c+l})},parse:{}}}}}),dy=B.create({name:"paragraph"}),fy=dy.extend({addStorage(){return{markdown:{serialize:qe.nodes.paragraph,parse:{}}}}});function Cs(t){var e,n;return(e=t==null||(n=t.content)===null||n===void 0?void 0:n.content)!==null&&e!==void 0?e:[]}const hy=B.create({name:"table"}),py=hy.extend({addStorage(){return{markdown:{serialize(t,e,n){if(!my(e)){Oi.storage.markdown.serialize.call(this,t,e,n);return}t.inTable=!0,e.forEach((r,i,s)=>{if(t.write("| "),r.forEach((o,u,l)=>{l&&t.write(" | ");const a=o.firstChild;a.textContent.trim()&&t.renderInline(a)}),t.write(" |"),t.ensureNewLine(),!s){const o=Array.from({length:r.childCount}).map(()=>"---").join(" | ");t.write(`| ${o} |`),t.ensureNewLine()}}),t.closeBlock(e),t.inTable=!1},parse:{}}}}});function Gl(t){return t.attrs.colspan>1||t.attrs.rowspan>1}function my(t){const e=Cs(t),n=e[0],r=e.slice(1);return!(Cs(n).some(i=>i.type.name!=="tableHeader"||Gl(i)||i.childCount>1)||r.some(i=>Cs(i).some(s=>s.type.name==="tableHeader"||Gl(s)||s.childCount>1)))}const gy=B.create({name:"taskItem"}),by=gy.extend({addStorage(){return{markdown:{serialize(t,e){const n=e.attrs.checked?"[x]":"[ ]";t.write(`${n} `),t.renderContent(e)},parse:{updateDOM(t){[...t.querySelectorAll(".task-list-item")].forEach(e=>{const n=e.querySelector("input");e.setAttribute("data-type","taskItem"),n&&(e.setAttribute("data-checked",n.checked),n.remove())})}}}}}}),ky=B.create({name:"taskList"}),xy=ky.extend({addStorage(){return{markdown:{serialize:mf.storage.markdown.serialize,parse:{setup(t){t.use(Fx)},updateDOM(t){[...t.querySelectorAll(".contains-task-list")].forEach(e=>{e.setAttribute("data-type","taskList")})}}}}}}),yy=B.create({name:"text"}),Cy=yy.extend({addStorage(){return{markdown:{serialize(t,e){t.text(Vx(e.text))},parse:{}}}}}),Ey=we.create({name:"bold"}),wy=Ey.extend({addStorage(){return{markdown:{serialize:qe.marks.strong,parse:{}}}}}),Sy=we.create({name:"code"}),vy=Sy.extend({addStorage(){return{markdown:{serialize:qe.marks.code,parse:{}}}}}),Ay=we.create({name:"italic"}),My=Ay.extend({addStorage(){return{markdown:{serialize:qe.marks.em,parse:{}}}}}),Ty=we.create({name:"link"}),Dy=Ty.extend({addStorage(){return{markdown:{serialize:qe.marks.link,parse:{}}}}}),_y=we.create({name:"strike"}),Ny=_y.extend({addStorage(){return{markdown:{serialize:{open:"~~",close:"~~",expelEnclosingWhitespace:!0},parse:{}}}}}),Oy=[Gx,mf,Yx,gf,ty,ry,Oi,sy,uy,cy,fy,py,by,xy,Cy,wy,vy,pf,My,Dy,Ny];function hi(t){var e,n;const r=(e=t.storage)===null||e===void 0?void 0:e.markdown,i=(n=Oy.find(s=>s.name===t.name))===null||n===void 0?void 0:n.storage.markdown;return r||i?{...i,...r}:null}class Iy{constructor(e){fi(this,"editor",null),this.editor=e}serialize(e){const n=new jx(this.nodes,this.marks,{hardBreakNodeName:gf.name});return n.renderContent(e),n.out}get nodes(){var e;return{...Object.fromEntries(Object.keys(this.editor.schema.nodes).map(n=>[n,this.serializeNode(Oi)])),...Object.fromEntries((e=this.editor.extensionManager.extensions.filter(n=>n.type==="node"&&this.serializeNode(n)).map(n=>[n.name,this.serializeNode(n)]))!==null&&e!==void 0?e:[])}}get marks(){var e;return{...Object.fromEntries(Object.keys(this.editor.schema.marks).map(n=>[n,this.serializeMark(pf)])),...Object.fromEntries((e=this.editor.extensionManager.extensions.filter(n=>n.type==="mark"&&this.serializeMark(n)).map(n=>[n.name,this.serializeMark(n)]))!==null&&e!==void 0?e:[])}}serializeNode(e){var n;return(n=hi(e))===null||n===void 0||(n=n.serialize)===null||n===void 0?void 0:n.bind({editor:this.editor,options:e.options})}serializeMark(e){var n;const r=(n=hi(e))===null||n===void 0?void 0:n.serialize;return r?{...r,open:typeof r.open=="function"?r.open.bind({editor:this.editor,options:e.options}):r.open,close:typeof r.close=="function"?r.close.bind({editor:this.editor,options:e.options}):r.close}:null}}class Ry{constructor(e,n){fi(this,"editor",null),fi(this,"md",null);let{html:r,linkify:i,breaks:s}=n;this.editor=e,this.md=this.withPatchedRenderer(ke({html:r,linkify:i,breaks:s}))}parse(e){let{inline:n}=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(typeof e=="string"){this.editor.extensionManager.extensions.forEach(s=>{var o;return(o=hi(s))===null||o===void 0||(o=o.parse)===null||o===void 0||(o=o.setup)===null||o===void 0?void 0:o.call({editor:this.editor,options:s.options},this.md)});const r=this.md.render(e),i=Go(r);return this.editor.extensionManager.extensions.forEach(s=>{var o;return(o=hi(s))===null||o===void 0||(o=o.parse)===null||o===void 0||(o=o.updateDOM)===null||o===void 0?void 0:o.call({editor:this.editor,options:s.options},i)}),this.normalizeDOM(i,{inline:n,content:e}),i.innerHTML}return e}normalizeDOM(e,n){let{inline:r,content:i}=n;return this.normalizeBlocks(e),e.querySelectorAll("*").forEach(s=>{var o;((o=s.nextSibling)===null||o===void 0?void 0:o.nodeType)===Node.TEXT_NODE&&!s.closest("pre")&&(s.nextSibling.textContent=s.nextSibling.textContent.replace(/^\n/,""))}),r&&this.normalizeInline(e,i),e}normalizeBlocks(e){const r=Object.values(this.editor.schema.nodes).filter(i=>i.isBlock).map(i=>{var s;return(s=i.spec.parseDOM)===null||s===void 0?void 0:s.map(o=>o.tag)}).flat().filter(Boolean).join(",");r&&[...e.querySelectorAll(r)].forEach(i=>{i.parentElement.matches("p")&&qx(i)})}normalizeInline(e,n){var r;if((r=e.firstElementChild)!==null&&r!==void 0&&r.matches("p")){var i,s,o,u;const l=e.firstElementChild,{nextElementSibling:a}=l,c=(i=(s=n.match(/^\s+/))===null||s===void 0?void 0:s[0])!==null&&i!==void 0?i:"",d=a?"":(o=(u=n.match(/\s+$/))===null||u===void 0?void 0:u[0])!==null&&o!==void 0?o:"";if(n.match(/^\n\n/)){l.innerHTML=`${l.innerHTML}${d}`;return}Wx(l),e.innerHTML=`${c}${e.innerHTML}${d}`}}withPatchedRenderer(e){const n=r=>function(){const i=r(...arguments);return i===`
|
|
187
|
+
`?i:i[i.length-1]===`
|
|
188
|
+
`?i.slice(0,-1):i};return e.renderer.rules.hardbreak=n(e.renderer.rules.hardbreak),e.renderer.rules.softbreak=n(e.renderer.rules.softbreak),e.renderer.rules.fence=n(e.renderer.rules.fence),e.renderer.rules.code_block=n(e.renderer.rules.code_block),e.renderer.renderToken=n(e.renderer.renderToken.bind(e.renderer)),e}}const Fy=V.create({name:"markdownClipboard",addOptions(){return{transformPastedText:!1,transformCopiedText:!1}},addProseMirrorPlugins(){return[new j({key:new X("markdownClipboard"),props:{clipboardTextParser:(t,e,n)=>{if(n||!this.options.transformPastedText)return null;const r=this.editor.storage.markdown.parser.parse(t,{inline:!0});return Qe.fromSchema(this.editor.schema).parseSlice(Go(r),{preserveWhitespace:!0,context:e})},clipboardTextSerializer:t=>this.options.transformCopiedText?this.editor.storage.markdown.serializer.serialize(t.content):null}})]}}),Ly=V.create({name:"markdown",priority:50,addOptions(){return{html:!0,tightLists:!0,tightListClass:"tight",bulletListMarker:"-",linkify:!1,breaks:!1,transformPastedText:!1,transformCopiedText:!1}},addCommands(){const t=Jc.Commands.config.addCommands();return{setContent:(e,n)=>r=>t.setContent(r.editor.storage.markdown.parser.parse(e),n)(r),insertContentAt:(e,n,r)=>i=>t.insertContentAt(e,i.editor.storage.markdown.parser.parse(n,{inline:!0}),r)(i)}},onBeforeCreate(){this.editor.storage.markdown={options:{...this.options},parser:new Ry(this.editor,this.options),serializer:new Iy(this.editor),getMarkdown:()=>this.editor.storage.markdown.serializer.serialize(this.editor.state.doc)},this.editor.options.initialContent=this.editor.options.content,this.editor.options.content=this.editor.storage.markdown.parser.parse(this.editor.options.content)},onCreate(){this.editor.options.content=this.editor.options.initialContent,delete this.editor.options.initialContent},addStorage(){return{}},addExtensions(){return[Bx.configure({tight:this.options.tightLists,tightClass:this.options.tightListClass}),Fy.configure({transformPastedText:this.options.transformPastedText,transformCopiedText:this.options.transformCopiedText})]}}),Py=/^(---\r?\n[\s\S]*?\r?\n---\r?\n?)([\s\S]*)$/;function By(t){const e=t.replace(/^---\r?\n/,"").replace(/\r?\n---\r?\n?$/,""),n={};for(const r of e.split(/\r?\n/)){const i=r.indexOf(":");if(i<1)continue;const s=r.slice(0,i).trim(),o=r.slice(i+1).trim();s&&!s.startsWith("#")&&(n[s]=o||!0)}return n}function Zl(t){try{const e=t.match(Py);if(!e)return{frontmatter:"",body:t,data:{}};const n=e[1],r=e[2]??"",i=By(n);return{frontmatter:n,body:r,data:i}}catch{return{frontmatter:"",body:t,data:{}}}}function zy(t,e){return t.frontmatter+e}function Ne({active:t,onClick:e,title:n,children:r}){return R.jsx("button",{type:"button",onMouseDown:i=>{i.preventDefault(),e()},title:n,"aria-label":n,"aria-pressed":t,className:`px-1.5 py-0.5 rounded text-xs font-mono leading-none transition-colors ${t?"bg-accent text-bg font-semibold":"text-fg-dim hover:text-fg hover:bg-bg-hi"}`,children:r})}function $y({frontmatter:t}){const[e,n]=G.useState(!1);if(!t)return null;const r=t.split(`
|
|
189
|
+
`).length-1;return R.jsxs("div",{className:"relative shrink-0",children:[R.jsxs("button",{type:"button",onClick:()=>n(i=>!i),className:"text-[10px] text-fg-faint border border-line rounded px-2 py-0.5 hover:text-fg-dim transition-colors",title:"Frontmatter (read-only)",children:["📋 frontmatter (",r," lines) ",e?"▲":"▼"]}),e&&R.jsx("div",{className:"absolute top-full left-0 z-50 mt-1 min-w-[280px] max-w-[500px] bg-bg-elev border border-line rounded shadow-lg p-2 overflow-x-auto",children:R.jsx("pre",{className:"text-[10px] text-fg-dim font-mono whitespace-pre leading-relaxed",children:t})})]})}function Wy({value:t,onChange:e}){const n=G.useRef(Zl(t)),r=G.useRef(!1),i=V1({extensions:[zb,$g.configure({autolink:!0,openOnClick:!1}),Ly.configure({html:!1,tightLists:!0})],content:n.current.body,onUpdate:({editor:u})=>{const l=u.storage.markdown.getMarkdown();r.current=!0,e(zy(n.current,l)),requestAnimationFrame(()=>{r.current=!1})},editorProps:{attributes:{class:"tiptap-content flex-1 outline-none max-w-none p-4 leading-relaxed","data-testid":"tiptap-editor"}}});if(G.useEffect(()=>{if(!i||r.current)return;const u=Zl(t),l=i.storage.markdown.getMarkdown();u.body!==l&&(n.current=u,i.commands.setContent(u.body))},[t,i]),!i)return null;const s=(u,l)=>i.isActive(u,l),o=()=>{const u=i.getAttributes("link").href,l=window.prompt("Enter URL",u??"https://");l!==null&&(l===""?i.chain().focus().extendMarkRange("link").unsetLink().run():i.chain().focus().extendMarkRange("link").setLink({href:l}).run())};return R.jsxs("div",{className:"flex flex-col h-full overflow-hidden",children:[R.jsxs("div",{className:"shrink-0 border-b border-line bg-bg-elev px-2 flex items-center gap-1 h-8 overflow-x-auto",children:[R.jsx(Ne,{active:s("bold"),onClick:()=>i.chain().focus().toggleBold().run(),title:"Bold (Ctrl+B)",children:R.jsx("strong",{children:"B"})}),R.jsx(Ne,{active:s("italic"),onClick:()=>i.chain().focus().toggleItalic().run(),title:"Italic (Ctrl+I)",children:R.jsx("em",{children:"I"})}),R.jsx("div",{className:"w-px h-4 bg-line mx-0.5 shrink-0"}),R.jsx(Ne,{active:s("heading",{level:1}),onClick:()=>i.chain().focus().toggleHeading({level:1}).run(),title:"Heading 1",children:"H1"}),R.jsx(Ne,{active:s("heading",{level:2}),onClick:()=>i.chain().focus().toggleHeading({level:2}).run(),title:"Heading 2",children:"H2"}),R.jsx(Ne,{active:s("heading",{level:3}),onClick:()=>i.chain().focus().toggleHeading({level:3}).run(),title:"Heading 3",children:"H3"}),R.jsx("div",{className:"w-px h-4 bg-line mx-0.5 shrink-0"}),R.jsx(Ne,{active:s("bulletList"),onClick:()=>i.chain().focus().toggleBulletList().run(),title:"Bullet list",children:"•—"}),R.jsx(Ne,{active:s("orderedList"),onClick:()=>i.chain().focus().toggleOrderedList().run(),title:"Numbered list",children:"1."}),R.jsx("div",{className:"w-px h-4 bg-line mx-0.5 shrink-0"}),R.jsx(Ne,{active:s("code"),onClick:()=>i.chain().focus().toggleCode().run(),title:"Inline code",children:"`c`"}),R.jsx(Ne,{active:s("codeBlock"),onClick:()=>i.chain().focus().toggleCodeBlock().run(),title:"Code block",children:"</>"}),R.jsx(Ne,{active:s("blockquote"),onClick:()=>i.chain().focus().toggleBlockquote().run(),title:"Blockquote",children:"❝"}),R.jsx(Ne,{active:s("link"),onClick:o,title:"Link",children:"🔗"}),R.jsx("div",{className:"flex-1"}),R.jsx($y,{frontmatter:n.current.frontmatter})]}),R.jsx(ld,{editor:i,className:"flex-1 overflow-y-auto"})]})}export{Wy as TiptapBody};
|