From c18f66c8c406d151c70891b2428ace54d31f43f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Dietrich?= Date: Tue, 30 Jan 2024 09:56:27 +0100 Subject: [PATCH] Upgrade to LiaScript to 0.14.4 --- liascript/index.1760c0d6.js | 1 + liascript/index.2b022c2e.js | 1 + liascript/index.53fe15d0.js | 1 - liascript/index.61004f01.js | 1 + liascript/index.7e952f98.js | 1 - liascript/index.b1d1b7fa.js | 1 - liascript/index.b8428e49.js | 1 - liascript/index.d103195c.js | 1 + liascript/index.html | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 11 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 liascript/index.1760c0d6.js create mode 100644 liascript/index.2b022c2e.js delete mode 100644 liascript/index.53fe15d0.js create mode 100644 liascript/index.61004f01.js delete mode 100644 liascript/index.7e952f98.js delete mode 100644 liascript/index.b1d1b7fa.js delete mode 100644 liascript/index.b8428e49.js create mode 100644 liascript/index.d103195c.js diff --git a/liascript/index.1760c0d6.js b/liascript/index.1760c0d6.js new file mode 100644 index 0000000..8e8737d --- /dev/null +++ b/liascript/index.1760c0d6.js @@ -0,0 +1 @@ +function $parcel$export(r,e,n,t){Object.defineProperty(r,e,{get:n,set:t,enumerable:!0,configurable:!0})}var $parcel$global="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{},$parcel$modules={},$parcel$inits={},parcelRequire=$parcel$global.parcelRequirea18f;null==parcelRequire&&(parcelRequire=function(r){if(r in $parcel$modules)return $parcel$modules[r].exports;if(r in $parcel$inits){var e=$parcel$inits[r];delete $parcel$inits[r];var n={id:r,exports:{}};return $parcel$modules[r]=n,e.call(n.exports,n,n.exports),n.exports}var t=new Error("Cannot find module '"+r+"'");throw t.code="MODULE_NOT_FOUND",t},parcelRequire.register=function(r,e){$parcel$inits[r]=e},$parcel$global.parcelRequirea18f=parcelRequire),parcelRequire.register("68DXD",(function(r,e){var n,t;$parcel$export(r.exports,"register",(()=>n),(r=>n=r)),$parcel$export(r.exports,"resolve",(()=>t),(r=>t=r));var a={};n=function(r){for(var e=Object.keys(r),n=0;n{switch(event.data.cmd){case"jit":window.LIA.jit?(window.LIA.scrollUpOnMain=!1,window.LIA.focusOnMain=!1,window.LIA.jit(event.data.param)):console.warn("window.LIA.jit not defined");break;case"compile":window.LIA.compile?(window.LIA.scrollUpOnMain=!1,window.LIA.focusOnMain=!1,window.LIA.compile(event.data.param)):console.warn("window.LIA.compile not defined");case"goto":window.LIA.gotoLine(event.data.param);break;case"reload":window.location.reload();break;case"responsivevoice":window.LIA.injectResposivevoice(event.data.param);break;case"base":const base=document.createElement("base");base.href=event.data.param,document.head.appendChild(base);break;case"inject":window.injectHandler?window.injectHandler(event.data.param):console.warn("no injectHandler defined");break;case"eval":try{eval(event.data.param)}catch(r){console.warn("liascript error: ",event.data.param,r)}break;default:console.warn("could not handle event: ",event)}}))}))})),parcelRequire.register("ihK4Z",(function(r,e){$parcel$export(r.exports,"LiaScript",(()=>p));var n=parcelRequire("9aQ5E"),t=parcelRequire("1XWyF");parcelRequire("240ZV");var a=parcelRequire("b6fDG"),u=parcelRequire("c40m3"),i=parcelRequire("cPWby"),c=parcelRequire("fZUP5"),o=parcelRequire("6ryjC"),s=parcelRequire("acRR1"),f=parcelRequire("2EBnM"),l=parcelRequire("gz2NQ"),h=parcelRequire("hXnbm"),b=parcelRequire("aEVSe"),d=parcelRequire("d6Oap"),v=parcelRequire("8gaNh");parcelRequire("iwZoq").initGlobals(),window.LIA.injectResposivevoice=b.inject;class p{constructor(r,e=!1,u=!1,i=null,c=null){window.LIA.debug=u,this.app=n.Elm.Main.init({flags:{courseUrl:window.LIA.defaultCourseURL||i,script:c,settings:r.getSettings(),seed:Math.round(1e7*Math.random()),screen:{width:window.innerWidth,height:window.innerHeight},hasShareAPI:s.default.isSupported(),hasIndex:r.hasIndex(),sync:{support:h.default.supported,enabled:e}}});const o=this.app.ports.event2elm.send,f=function(r){r.reply&&(window.LIA.debug&&t.default.info(`LIA <<< (${r.track}) :`,r.message),o(r))};window.LIA.send=f,this.connector=r,this.initEventSystem(document.body,this.app.ports.event2js.subscribe,f);let l=this;window.LIA.img.load=(r,e,n)=>{l.app.ports.media.send([r,e,n])},window.LIA.img.click=r=>{0===document.getElementsByClassName("lia-modal").length&&l.app.ports.media.send([r,null,null])},window.LIA.showFootnote=r=>{l.app.ports.footnote.send(r)},window.LIA.goto=r=>{f({reply:!0,track:[["goto",-1]],service:"",message:{cmd:"goto",param:r}})},window.LIA.jit=this.app.ports.jit.send,window.LIA.compile=this.app.ports.compile.send,window.LIA.gotoLine=function(r){f({reply:!0,track:[["gotoLine",-1]],service:"",message:{cmd:"gotoLine",param:r}})},window.LIA.gotoNext=()=>{f({reply:!0,track:[["goto",-1]],service:"",message:{cmd:"next",param:null}})},window.LIA.gotoPrevious=()=>{f({reply:!0,track:[["goto",-1]],service:"",message:{cmd:"prev",param:null}})},a.initTooltip()}reset(){this.app.ports.event2elm.send({track:[{topic:"reset",id:null}],message:null})}initEventSystem(r,e,n){t.default.info("initEventSystem"),i.default.init(n,this.connector),b.Service.init(n),o.default.init(n),l.default.init(r,n),d.default.init(n),h.default.init(n),v.default.init(n);let a=this.connector;e((r=>{switch(window.LIA.debug&&t.default.info(`LIA >>> (${JSON.stringify(r.track)})`,r.service,r.message),r.service){case i.default.PORT:i.default.handle(r);break;case f.default.PORT:r.message.param.slide&&a.slide(r.message.param.slide),f.default.handle(r);break;case b.Service.PORT:b.Service.handle(r);break;case o.default.PORT:o.default.handle(r);break;case u.default.PORT:u.default.handle(r);break;case h.default.PORT:h.default.handle(r);break;case s.default.PORT:s.default.handle(r);break;case c.Service.PORT:c.Service.handle(r);break;case d.default.PORT:d.default.handle(r);break;case v.default.PORT:v.default.handle(r);break;default:console.warn("Unknown Service => ",r)}}))}}})),parcelRequire.register("9aQ5E",(function(r,e){!function(r){function e(r,e,n){this.gA=r,this.aK=e,this.aJ=n}function n(r,e,n,t,a){this.b4=r,this.gb=e,this.cf=n,this.ce=t,this.hC=a}function t(r,e,n,t){this.eH=r,this.eI=e,this.h3=n,this.aB=t}function a(r,e){this.h3=r,this.aB=e}function u(r,e,n,t){this.eD=r,this.hv=e,this.hw=n,this.f2=t}function i(r,e){this.hj=r,this.hs=e}function c(r,e){this.g8=r,this.hs=e}function o(r,e,n,t,a,u){this.a1=r,this.cY=e,this.dB=n,this.dE=t,this.dJ=a,this.af=u}function s(r,e,n,t,a,u,i,c,o,s,f){this.e8=r,this.bG=e,this.c1=n,this.bO=t,this.go=a,this.gZ=u,this.g2=i,this.hl=c,this.hs=o,this.b6=s,this.ep=f}function f(r,e,n,t){this.bN=r,this.d0=e,this.hm=n,this.eD=t}function l(r,e,n,t){this.gA=r,this.b0=e,this.hk=n,this.hS=t}function h(r,e,n){this.cl=r,this.cA=e,this.bh=n}function b(r,e,n,t){this.c1=r,this.a9=e,this.gP=n,this.hA=t}function d(r,e,n){this.ff=r,this.gc=e,this.ge=n}function v(r,e,n,t,a,u,i,c,o,s,f,l,h,b,d,v,p,g,m,w,$){this.eV=r,this.eW=e,this.eY=n,this.cx=t,this.fm=a,this.fn=u,this.fF=i,this.cP=c,this.a3=o,this.gj=s,this.gq=f,this.gu=l,this.dd=h,this.gD=b,this.gH=d,this.gT=v,this.hc=p,this.d2=g,this.hT=m,this.eA=w,this.bk=$}function p(r,e){this.ge=r,this.ba=e}function g(r,e){this.d6=r,this.hW=e}function m(r,e,n){this.c5=r,this.c6=e,this.dF=n}function w(r,e,n,t,a,u,i,c,o,s,f,l,h,b,d,v,p,g,m,w){this.ch=r,this.ct=e,this.fj=n,this.cH=t,this.cM=a,this.cW=u,this.gc=i,this.gi=c,this.gp=o,this.gD=s,this.d7=f,this.ed=l,this.ee=h,this.el=b,this.hE=d,this.hG=v,this.al=p,this.eu=g,this.ey=m,this.cd=w}function $(r,e){this.dC=r,this.hX=e}function y(r,e,n){this.eM=r,this.eZ=e,this.hZ=n}function k(r,e){this.g3=r,this.hz=e}function x(r,e,n,t){this.e8=r,this.fh=e,this.g5=n,this.hD=t}function _(r,e,n){this.gU=r,this.b3=e,this.ek=n}function E(r,e,n,t,a,u,i){this.fk=r,this.fI=e,this.dA=n,this.be=t,this.bh=a,this.b6=u,this.hE=i}function S(r,e,n){this.T=r,this.av=e,this.ax=n}function q(r,e,n,t,a,u,i,c,o,s,f,l,h,b,d,v,p,g,m,w,$,y,k,x,_,E){this.cj=r,this.cn=e,this.ct=n,this.fs=t,this.fI=a,this.c2=u,this.c8=i,this.c9=c,this.gz=o,this.dj=s,this.gX=f,this.dy=l,this.dC=h,this.g7=b,this.dM=d,this.dQ=v,this.d1=p,this.hi=g,this.b2=m,this.d3=w,this.d5=$,this.hE=y,this.hP=k,this.et=x,this.hT=_,this.eD=E}function A(r,e,n){this.cv=r,this.gr=e,this.hu=n}function T(r,e){this.fL=r,this.bJ=e}function L(r,e,n,t,a){this.aA=r,this.fC=e,this.gg=n,this.ee=t,this.eG=a}function R(r,e,n){this.fE=r,this.gW=e,this.eb=n}function I(r,e,n){this.e$=r,this.fZ=e,this.gf=n}function z(r,e,n,t,a,u,i,c,o,s,f,l,h,b,d,v,p,g,m){this.cn=r,this.e9=e,this.cE=n,this.fr=t,this.fz=a,this.bv=u,this.fB=i,this.a0=c,this.cN=o,this.bE=s,this.ga=f,this.c0=l,this.ge=h,this.bZ=b,this.d1=d,this.d3=v,this.b8=p,this.b9=g,this.cb=m}function D(r,e,n){this.eU=r,this.cy=e,this.eG=n}function C(r,e){this.cy=r,this.gH=e}function O(r,e,n){this.fk=r,this.ge=e,this.bY=n}function B(r,e,n,t,a,u){this.eO=r,this.bn=e,this.fq=n,this.aO=t,this.eB=a,this.h_=u}function P(r,e,n,t,a,u,i,c,o,s,f,l,h,b,d){this.bp=r,this.cz=e,this.cG=n,this.bv=t,this.ge=a,this.a6=u,this.c4=i,this.dk=c,this.bV=o,this.dR=s,this.dV=f,this.dW=l,this.b1=h,this.ce=b,this.eC=d}function j(r,e,n,t,a,u){this.e_=r,this.cy=e,this.fH=n,this.f8=t,this.g1=a,this.h1=u}function N(r,e){this.gW=r,this.eb=e}function U(r,e,n,t){this.e8=r,this.cK=e,this.gE=n,this.ep=t}function M(r,e,n,t,a,u,i,c){this.eR=r,this.e0=e,this.fO=n,this.f2=t,this.gB=a,this.hO=u,this.ex=i,this.eD=c}function H(r,e,n,t,a,u,i){this.e0=r,this.fO=e,this.f2=n,this.gB=t,this.hO=a,this.ex=u,this.eD=i}function G(r,e,n){this.fk=r,this.f8=e,this.cc=n}function V(r,e){this.fO=r,this.eD=e}function F(r,e,n,t){this.e8=r,this.fz=e,this.ga=n,this.hP=t}function X(r,e,n,t,a,u,i,c,o,s,f,l,h,b,d,v,p,g,m,w,$){this.e0=r,this.e8=e,this.e9=n,this.fs=t,this.fz=a,this.fB=u,this.fI=i,this.bC=c,this.cN=o,this.bE=s,this.f8=f,this.ga=l,this.g_=h,this.dC=b,this.bZ=d,this.d3=v,this.b8=p,this.b9=g,this.cb=m,this.hP=w,this.eG=$}function W(r,e){this.gW=r,this.b6=e}function Y(r,e,n){this.ge=r,this.hh=e,this.eG=n}function Z(r,e,n,t,a){this.eU=r,this.bB=e,this.f8=n,this.gd=t,this.eg=a}function J(r,e,n){this.f6=r,this.f8=e,this.g5=n}function Q(r,e,n,t,a,u,i,c){this.fK=r,this.f5=e,this.gV=n,this.g0=t,this.hg=a,this.ht=u,this.b6=i,this.hV=c}function K(r,e){this.eH=r,this.eI=e}function rr(r,e,n,t){this.a7=r,this.dR=e,this.Y=n,this.eH=t}function er(r,e,n,t){this.cw=r,this.gt=e,this.dT=n,this.d5=t}function nr(r,e,n,t,a){this.cw=r,this.cO=e,this.dT=n,this.d5=t,this.em=a}function tr(r,e){this.de=r,this.di=e}function ar(r,e,n,t,a,u,i){this.fu=r,this.gm=e,this.hP=n,this.h7=t,this.h8=a,this.ib=u,this.ic=i}function ur(r,e,n,t){this.eU=r,this.e8=e,this.gi=n,this.$7=t}function ir(r,e,n){this.a$=r,this.aF=e,this.dR=n}function cr(r,e,n,t){this.a$=r,this.au=e,this.ba=n,this.aF=t}function or(r,e,n,t,a){this.e8=r,this.fX=e,this.gi=n,this.$7=t,this.eG=a}function sr(r,e,n,t,a,u,i,c,o,s,f,l,h){this.eU=r,this.fM=e,this.bz=n,this.cL=t,this.bP=a,this.dc=u,this.hb=i,this.dW=c,this.en=o,this.hF=s,this.eq=f,this.bk=l,this.bl=h}function fr(r,e){this.f8=r,this.gz=e}function lr(r,e,n){this.f2=r,this.gW=e,this.eb=n}function hr(r,e,n,t){this.fJ=r,this.hg=e,this.b6=n,this.hB=t}function br(r,e){this.f8=r,this.hD=e}function dr(r,e,n,t,a){this.e0=r,this.e6=e,this.fV=n,this.f0=t,this.f8=a}function vr(r,e,n){this.cv=r,this.ft=e,this.fw=n}function pr(r,e){this.f8=r,this.hJ=e}function gr(r,e){this.hg=r,this.b6=e}function mr(r,e,n,t){this.fc=r,this.fN=e,this.bj=n,this.h_=t}function wr(r,e){this.e7=r,this.f8=e}function $r(r,e,n){this.aq=r,this.U=e,this.ge=n}function yr(r,e,n,t){this.e0=r,this.fB=e,this.fI=n,this.f8=t}function kr(r,e,n,t,a,u,i,c,o,s,f,l){this.e0=r,this.e9=e,this.fB=n,this.fI=t,this.bC=a,this.cN=u,this.bE=i,this.f8=c,this.bZ=o,this.b8=s,this.b9=f,this.cb=l}function xr(r,e,n){this.cU=r,this.f$=e,this.ce=n}function _r(r,e,n){this.e8=r,this.g5=e,this.hD=n}function Er(r,e,n,t,a,u){this.fa=r,this.bz=e,this.f8=n,this.dI=t,this.d2=a,this.b6=u}function Sr(r,e){this.bY=r,this.d4=e}function qr(r,e){this.cv=r,this.dS=e}function Ar(r,e,n,t){this.fa=r,this.f8=e,this.gA=n,this.hY=t}function Tr(r,e,n,t){this.cl=r,this.cA=e,this.dA=n,this.bh=t}function Lr(r,e,n){this.hK=r,this.hP=e,this.eD=n}function Rr(r,e){this.aB=r,this.h3=e}function Ir(r,e,n,t){this.fs=r,this.gE=e,this.ad=n,this.hE=t}function zr(r,e,n){this.cx=r,this.fA=e,this.hP=n}function Dr(r,e,n){this.e0=r,this.f8=e,this.cc=n}function Cr(r,e,n,t){this.eO=r,this.f8=e,this.gk=n,this.h0=t}function Or(r,e){this.fs=r,this.hP=e}function Br(r,e){this.eD=r,this.bk=e}function Pr(r,e){this.eY=r,this.gE=e}function jr(r,e,n,t,a){this.eO=r,this.gQ=e,this.gW=n,this.g$=t,this.b6=a}function Nr(r,e,n,t,a,u,i,c,o,s,f,l,h,b,d){this.cP=r,this.ge=e,this.gi=n,this.gp=t,this.gz=a,this.dr=u,this.hh=i,this.d8=c,this.ee=o,this.hE=s,this.al=f,this.eu=l,this.hU=h,this.cf=b,this.eG=d}function Ur(r,e,n,t,a){this.G=r,this.P=e,this.aC=n,this.dS=t,this.hs=a}function Mr(r,e,n,t,a){this.aV=r,this.fy=e,this.cV=n,this.gx=t,this.bk=a}function Hr(r,e,n,t,a){this.bo=r,this.cF=e,this.fY=n,this.bM=t,this.gD=a}function Gr(r,e){this.aE=r,this.bk=e}function Vr(r,e,n,t){this.fq=r,this.by=e,this.gi=n,this.bQ=t}function Fr(r,e,n){this.gi=r,this.$7=e,this.ez=n}function Xr(r,e,n){this.gi=r,this.hK=e,this.h1=n}function Wr(r,e){this.ah=r,this.h3=e}function Yr(r,e,n,t){this.a2=r,this.ad=e,this.aj=n,this.hP=t}function Zr(r,e,n,t,a,u,i,c,o,s,f,l,h){this.cP=r,this.gi=e,this.gp=n,this.gz=t,this.gD=a,this.hh=u,this.d8=i,this.ee=c,this.hE=o,this.al=s,this.eu=f,this.hU=l,this.eG=h}function Jr(r,e,n){this.ad=r,this.aj=e,this.hP=n}function Qr(r,e,n,t){this.ct=r,this.bI=e,this.gi=n,this.aj=t}function Kr(r,e,n,t,a,u,i){this.eO=r,this.N=e,this.H=n,this.ad=t,this.Q=a,this.aO=u,this.h_=i}function re(r,e,n,t){this.eO=r,this.H=e,this.ad=n,this.h_=t}function ee(r,e,n,t){this.gi=r,this.d6=e,this.es=n,this.cd=t}function ne(r,e,n,t,a,u,i){this.eN=r,this.gp=e,this.gv=n,this.gD=t,this.d0=a,this.d2=u,this.cf=i}function te(r,e,n,t,a,u){this.eO=r,this.fe=e,this.f8=n,this.g$=t,this.g5=a,this.b6=u}function ae(r,e,n,t,a,u,i,c,o,s){this.eU=r,this._=e,this.ap=n,this.bz=t,this.ar=a,this.bK=u,this.as=i,this.at=c,this.hE=o,this.al=s}function ue(r,e,n,t,a,u,i,c){this._=r,this.ap=e,this.ar=n,this.as=t,this.at=a,this.gi=u,this.hE=i,this.al=c}function ie(r,e,n,t,a,u,i){this.f8=r,this.gi=e,this.dW=n,this.hE=t,this.eq=a,this.bl=u,this.eE=i}function ce(r,e,n,t){this.fe=r,this.cX=e,this.ad=n,this.eb=t}function oe(r,e,n,t){this.eO=r,this.f8=e,this.d6=n,this.hP=t}function se(r,e,n,t,a,u,i){this.e6=r,this.fe=e,this.gU=n,this.g0=t,this.g5=a,this.hr=u,this.b6=i}function fe(r,e,n){this.eU=r,this.gi=e,this.gp=n}function le(r,e,n){this.eL=r,this.ha=e,this.h_=n}function he(r,e,n,t,a){this.gv=r,this.eH=e,this.h8=n,this.eI=t,this.ic=a}function be(r,e){this.de=r,this.$7=e}function de(r,e,n){this.e2=r,this.fk=e,this.gh=n}function ve(r,e,n,t,a,u){this.e8=r,this._=e,this.gi=n,this.gE=t,this.hE=a,this.al=u}function pe(r,e,n,t,a,u){this.dz=r,this.bX=e,this.ev=n,this.ew=t,this.eH=a,this.eI=u}function ge(r,e,n){this.gA=r,this.aJ=e,this.aK=n}function me(r,e){this.eV=r,this.aW=e}function we(r,e){this.e0=r,this.hP=e}function $e(r,e,n,t,a,u){this.gb=r,this.gR=e,this.gS=n,this.hC=t,this.ce=a,this.cf=u}function ye(r,e,n,t,a,u,i,c){this.br=r,this.bG=e,this.O=n,this.d0=t,this.b1=a,this.d3=u,this.d5=i,this.hE=c}function ke(r,e){var n=r.$c();return n.a1=e,n}function xe(r,e){var n=r.$c();return n.dF=e,n}function _e(r,e){var n=r.$c();return n.hS=e,n}function Ee(r,e,n){var t=r.$c();return t.bY=e,t.ge=n,t}function Se(r,e){var n=r.$c();return n.dd=e,n}function qe(r,e){var n=r.$c();return n.e$=e,n}function Ae(r,e){var n=r.$c();return n.ge=e,n}function Te(r,e){var n=r.$c();return n.cy=e,n}function Le(r,e){var n=r.$c();return n.aA=e,n}function Re(r,e){var n=r.$c();return n.fB=e,n}function Ie(r,e){var n=r.$c();return n.cE=e,n}function ze(r,e){var n=r.$c();return n.gg=e,n}function De(r,e,n){var t=r.$c();return t.cy=e,t.f8=n,t}function Ce(r,e){var n=r.$c();return n.eV=e,n}function Oe(r,e){var n=r.$c();return n.gD=e,n}function Be(r,e){var n=r.$c();return n.fI=e,n}function Pe(r,e){var n=r.$c();return n.fN=e,n}function je(r,e){var n=r.$c();return n.hE=e,n}function Ne(r,e){var n=r.$c();return n.fc=e,n}function Ue(r,e,n){var t=r.$c();return t.c0=e,t.ga=n,t}function Me(r,e){var n=r.$c();return n.bZ=e,n}function He(r,e){var n=r.$c();return n.Y=e,n}function Ge(r,e){var n=r.$c();return n.dR=e,n}function Ve(r,e,n){var t=r.$c();return t.dR=e,t.eH=n,t}function Fe(r,e){var n=r.$c();return n.ba=e,n}function Xe(r,e){var n=r.$c();return n.fL=e,n}function We(r,e){var n=r.$c();return n.e9=e,n}function Ye(r,e){var n=r.$c();return n.bJ=e,n}function Ze(r,e){var n=r.$c();return n.bE=e,n}function Je(r,e){var n=r.$c();return n.b8=e,n}function Qe(r,e){var n=r.$c();return n.b9=e,n}function Ke(r,e){var n=r.$c();return n.b2=e,n}function rn(r,e){var n=r.$c();return n.eG=e,n}function en(r,e){var n=r.$c();return n.dC=e,n}function nn(r,e,n){var t=r.$c();return t.bP=e,t.bk=n,t}function tn(r,e){var n=r.$c();return n.e8=e,n}function an(r,e){var n=r.$c();return n.bz=e,n}function un(r,e,n){var t=r.$c();return t.dW=e,t.eq=n,t}function cn(r,e,n){var t=r.$c();return t.U=e,t.ge=n,t}function on(r,e){var n=r.$c();return n.eq=e,n}function sn(r,e){var n=r.$c();return n.fX=e,n}function fn(r,e){var n=r.$c();return n.en=e,n}function ln(r,e){var n=r.$c();return n.bP=e,n}function hn(r,e){var n=r.$c();return n.eO=e,n}function bn(r,e){var n=r.$c();return n.h_=e,n}function dn(r,e){var n=r.$c();return n.ce=e,n}function vn(r,e,n){var t=r.$c();return t.eC=e,t.ge=n,t}function pn(r,e){var n=r.$c();return n.ee=e,n}function gn(r,e,n,t,a){var u=r.$c();return u.fK=e,u.g0=n,u.hV=t,u.ht=a,u}function mn(r,e){var n=r.$c();return n.b6=e,n}function wn(r,e){var n=r.$c();return n.hB=e,n}function $n(r,e){var n=r.$c();return n.fJ=e,n}function yn(r,e){var n=r.$c();return n.hg=e,n}function kn(r,e){var n=r.$c();return n.cb=e,n}function xn(r,e){var n=r.$c();return n.bC=e,n}function _n(r,e){var n=r.$c();return n.gU=e,n}function En(r,e){var n=r.$c();return n.af=e,n}function Sn(r,e){var n=r.$c();return n.eD=e,n}function qn(r,e){var n=r.$c();return n.ct=e,n}function An(r,e){var n=r.$c();return n.fk=e,n}function Tn(r,e){var n=r.$c();return n.b3=e,n}function Ln(r,e,n,t){var a=r.$c();return a.b6=e,a.be=n,a.fI=t,a}function Rn(r,e){var n=r.$c();return n.bh=e,n}function In(r,e){var n=r.$c();return n.cd=e,n}function zn(r,e){var n=r.$c();return n.T=e,n}function Dn(r,e){var n=r.$c();return n.hG=e,n}function Cn(r,e){var n=r.$c();return n.d5=e,n}function On(r,e,n){var t=r.$c();return t.d5=e,t.hi=n,t}function Bn(r,e,n){var t=r.$c();return t.bO=e,t.hl=n,t}function Pn(r,e){var n=r.$c();return n.bO=e,n}function jn(r,e,n){var t=r.$c();return t.b2=e,t.cn=n,t}function Nn(r,e){var n=r.$c();return n.ff=e,n}function Un(r,e,n,t){var a=r.$c();return a.bO=e,a.gZ=n,a.go=t,a}function Mn(r,e){var n=r.$c();return n.g2=e,n}function Hn(r,e,n){var t=r.$c();return t.G=e,t.P=n,t}function Gn(r,e,n,t,a){var u=r.$c();return u.G=e,u.P=n,u.aC=t,u.dS=a,u}function Vn(r,e){var n=r.$c();return n.h3=e,n}function Fn(r,e){var n=r.$c();return n.cf=e,n}function Xn(r,e){var n=r.$c();return n.eI=e,n}function Wn(r,e){var n=r.$c();return n.eH=e,n}function Yn(r,e){var n=r.$c();return n.dr=e,n}function Zn(r,e){var n=r.$c();return n.hh=e,n}function Jn(r){var e=function(e){return function(n){return r(e,n)}};return e.a2=r,e}function Qn(r){var e=function(e){return function(n){return function(t){return r(e,n,t)}}};return e.a3=r,e}function Kn(r){var e=function(e){return function(n){return function(t){return function(a){return r(e,n,t,a)}}}};return e.a4=r,e}function rt(r){var e=function(e){return function(n){return function(t){return function(a){return function(u){return r(e,n,t,a,u)}}}}};return e.a5=r,e}function et(r){var e=function(e){return function(n){return function(t){return function(a){return function(u){return function(i){return r(e,n,t,a,u,i)}}}}}};return e.a6=r,e}function nt(r){var e=function(e){return function(n){return function(t){return function(a){return function(u){return function(i){return function(c){return r(e,n,t,a,u,i,c)}}}}}}};return e.a7=r,e}function tt(r){var e=function(e){return function(n){return function(t){return function(a){return function(u){return function(i){return function(c){return function(o){return r(e,n,t,a,u,i,c,o)}}}}}}}};return e.a8=r,e}function at(r){var e=function(e){return function(n){return function(t){return function(a){return function(u){return function(i){return function(c){return function(o){return function(s){return r(e,n,t,a,u,i,c,o,s)}}}}}}}}};return e.a9=r,e}function ut(r,e,n){return r.a2?r.a2(e,n):r(e)(n)}function it(r,e,n,t){return r.a3?r.a3(e,n,t):r(e)(n)(t)}function ct(r,e,n,t,a){return r.a4?r.a4(e,n,t,a):r(e)(n)(t)(a)}function ot(r,e,n,t,a,u){return r.a5?r.a5(e,n,t,a,u):r(e)(n)(t)(a)(u)}function st(r,e,n,t,a,u,i){return r.a6?r.a6(e,n,t,a,u,i):r(e)(n)(t)(a)(u)(i)}function ft(r,e,n,t,a,u,i,c,o){return r.a8?r.a8(e,n,t,a,u,i,c,o):r(e)(n)(t)(a)(u)(i)(c)(o)}e.prototype.$c=function(){return new e(this.gA,this.aK,this.aJ)},n.prototype.$c=function(){return new n(this.b4,this.gb,this.cf,this.ce,this.hC)},t.prototype.$c=function(){return new t(this.eH,this.eI,this.h3,this.aB)},a.prototype.$c=function(){return new a(this.h3,this.aB)},u.prototype.$c=function(){return new u(this.eD,this.hv,this.hw,this.f2)},i.prototype.$c=function(){return new i(this.hj,this.hs)},c.prototype.$c=function(){return new c(this.g8,this.hs)},o.prototype.$c=function(){return new o(this.a1,this.cY,this.dB,this.dE,this.dJ,this.af)},s.prototype.$c=function(){return new s(this.e8,this.bG,this.c1,this.bO,this.go,this.gZ,this.g2,this.hl,this.hs,this.b6,this.ep)},f.prototype.$c=function(){return new f(this.bN,this.d0,this.hm,this.eD)},l.prototype.$c=function(){return new l(this.gA,this.b0,this.hk,this.hS)},h.prototype.$c=function(){return new h(this.cl,this.cA,this.bh)},b.prototype.$c=function(){return new b(this.c1,this.a9,this.gP,this.hA)},d.prototype.$c=function(){return new d(this.ff,this.gc,this.ge)},v.prototype.$c=function(){return new v(this.eV,this.eW,this.eY,this.cx,this.fm,this.fn,this.fF,this.cP,this.a3,this.gj,this.gq,this.gu,this.dd,this.gD,this.gH,this.gT,this.hc,this.d2,this.hT,this.eA,this.bk)},p.prototype.$c=function(){return new p(this.ge,this.ba)},g.prototype.$c=function(){return new g(this.d6,this.hW)},m.prototype.$c=function(){return new m(this.c5,this.c6,this.dF)},w.prototype.$c=function(){return new w(this.ch,this.ct,this.fj,this.cH,this.cM,this.cW,this.gc,this.gi,this.gp,this.gD,this.d7,this.ed,this.ee,this.el,this.hE,this.hG,this.al,this.eu,this.ey,this.cd)},$.prototype.$c=function(){return new $(this.dC,this.hX)},y.prototype.$c=function(){return new y(this.eM,this.eZ,this.hZ)},k.prototype.$c=function(){return new k(this.g3,this.hz)},x.prototype.$c=function(){return new x(this.e8,this.fh,this.g5,this.hD)},_.prototype.$c=function(){return new _(this.gU,this.b3,this.ek)},E.prototype.$c=function(){return new E(this.fk,this.fI,this.dA,this.be,this.bh,this.b6,this.hE)},S.prototype.$c=function(){return new S(this.T,this.av,this.ax)},q.prototype.$c=function(){return new q(this.cj,this.cn,this.ct,this.fs,this.fI,this.c2,this.c8,this.c9,this.gz,this.dj,this.gX,this.dy,this.dC,this.g7,this.dM,this.dQ,this.d1,this.hi,this.b2,this.d3,this.d5,this.hE,this.hP,this.et,this.hT,this.eD)},A.prototype.$c=function(){return new A(this.cv,this.gr,this.hu)},T.prototype.$c=function(){return new T(this.fL,this.bJ)},L.prototype.$c=function(){return new L(this.aA,this.fC,this.gg,this.ee,this.eG)},R.prototype.$c=function(){return new R(this.fE,this.gW,this.eb)},I.prototype.$c=function(){return new I(this.e$,this.fZ,this.gf)},z.prototype.$c=function(){return new z(this.cn,this.e9,this.cE,this.fr,this.fz,this.bv,this.fB,this.a0,this.cN,this.bE,this.ga,this.c0,this.ge,this.bZ,this.d1,this.d3,this.b8,this.b9,this.cb)},D.prototype.$c=function(){return new D(this.eU,this.cy,this.eG)},C.prototype.$c=function(){return new C(this.cy,this.gH)},O.prototype.$c=function(){return new O(this.fk,this.ge,this.bY)},B.prototype.$c=function(){return new B(this.eO,this.bn,this.fq,this.aO,this.eB,this.h_)},P.prototype.$c=function(){return new P(this.bp,this.cz,this.cG,this.bv,this.ge,this.a6,this.c4,this.dk,this.bV,this.dR,this.dV,this.dW,this.b1,this.ce,this.eC)},j.prototype.$c=function(){return new j(this.e_,this.cy,this.fH,this.f8,this.g1,this.h1)},N.prototype.$c=function(){return new N(this.gW,this.eb)},U.prototype.$c=function(){return new U(this.e8,this.cK,this.gE,this.ep)},M.prototype.$c=function(){return new M(this.eR,this.e0,this.fO,this.f2,this.gB,this.hO,this.ex,this.eD)},H.prototype.$c=function(){return new H(this.e0,this.fO,this.f2,this.gB,this.hO,this.ex,this.eD)},G.prototype.$c=function(){return new G(this.fk,this.f8,this.cc)},V.prototype.$c=function(){return new V(this.fO,this.eD)},F.prototype.$c=function(){return new F(this.e8,this.fz,this.ga,this.hP)},X.prototype.$c=function(){return new X(this.e0,this.e8,this.e9,this.fs,this.fz,this.fB,this.fI,this.bC,this.cN,this.bE,this.f8,this.ga,this.g_,this.dC,this.bZ,this.d3,this.b8,this.b9,this.cb,this.hP,this.eG)},W.prototype.$c=function(){return new W(this.gW,this.b6)},Y.prototype.$c=function(){return new Y(this.ge,this.hh,this.eG)},Z.prototype.$c=function(){return new Z(this.eU,this.bB,this.f8,this.gd,this.eg)},J.prototype.$c=function(){return new J(this.f6,this.f8,this.g5)},Q.prototype.$c=function(){return new Q(this.fK,this.f5,this.gV,this.g0,this.hg,this.ht,this.b6,this.hV)},K.prototype.$c=function(){return new K(this.eH,this.eI)},rr.prototype.$c=function(){return new rr(this.a7,this.dR,this.Y,this.eH)},er.prototype.$c=function(){return new er(this.cw,this.gt,this.dT,this.d5)},nr.prototype.$c=function(){return new nr(this.cw,this.cO,this.dT,this.d5,this.em)},tr.prototype.$c=function(){return new tr(this.de,this.di)},ar.prototype.$c=function(){return new ar(this.fu,this.gm,this.hP,this.h7,this.h8,this.ib,this.ic)},ur.prototype.$c=function(){return new ur(this.eU,this.e8,this.gi,this.$7)},ir.prototype.$c=function(){return new ir(this.a$,this.aF,this.dR)},cr.prototype.$c=function(){return new cr(this.a$,this.au,this.ba,this.aF)},or.prototype.$c=function(){return new or(this.e8,this.fX,this.gi,this.$7,this.eG)},sr.prototype.$c=function(){return new sr(this.eU,this.fM,this.bz,this.cL,this.bP,this.dc,this.hb,this.dW,this.en,this.hF,this.eq,this.bk,this.bl)},fr.prototype.$c=function(){return new fr(this.f8,this.gz)},lr.prototype.$c=function(){return new lr(this.f2,this.gW,this.eb)},hr.prototype.$c=function(){return new hr(this.fJ,this.hg,this.b6,this.hB)},br.prototype.$c=function(){return new br(this.f8,this.hD)},dr.prototype.$c=function(){return new dr(this.e0,this.e6,this.fV,this.f0,this.f8)},vr.prototype.$c=function(){return new vr(this.cv,this.ft,this.fw)},pr.prototype.$c=function(){return new pr(this.f8,this.hJ)},gr.prototype.$c=function(){return new gr(this.hg,this.b6)},mr.prototype.$c=function(){return new mr(this.fc,this.fN,this.bj,this.h_)},wr.prototype.$c=function(){return new wr(this.e7,this.f8)},$r.prototype.$c=function(){return new $r(this.aq,this.U,this.ge)},yr.prototype.$c=function(){return new yr(this.e0,this.fB,this.fI,this.f8)},kr.prototype.$c=function(){return new kr(this.e0,this.e9,this.fB,this.fI,this.bC,this.cN,this.bE,this.f8,this.bZ,this.b8,this.b9,this.cb)},xr.prototype.$c=function(){return new xr(this.cU,this.f$,this.ce)},_r.prototype.$c=function(){return new _r(this.e8,this.g5,this.hD)},Er.prototype.$c=function(){return new Er(this.fa,this.bz,this.f8,this.dI,this.d2,this.b6)},Sr.prototype.$c=function(){return new Sr(this.bY,this.d4)},qr.prototype.$c=function(){return new qr(this.cv,this.dS)},Ar.prototype.$c=function(){return new Ar(this.fa,this.f8,this.gA,this.hY)},Tr.prototype.$c=function(){return new Tr(this.cl,this.cA,this.dA,this.bh)},Lr.prototype.$c=function(){return new Lr(this.hK,this.hP,this.eD)},Rr.prototype.$c=function(){return new Rr(this.aB,this.h3)},Ir.prototype.$c=function(){return new Ir(this.fs,this.gE,this.ad,this.hE)},zr.prototype.$c=function(){return new zr(this.cx,this.fA,this.hP)},Dr.prototype.$c=function(){return new Dr(this.e0,this.f8,this.cc)},Cr.prototype.$c=function(){return new Cr(this.eO,this.f8,this.gk,this.h0)},Or.prototype.$c=function(){return new Or(this.fs,this.hP)},Br.prototype.$c=function(){return new Br(this.eD,this.bk)},Pr.prototype.$c=function(){return new Pr(this.eY,this.gE)},jr.prototype.$c=function(){return new jr(this.eO,this.gQ,this.gW,this.g$,this.b6)},Nr.prototype.$c=function(){return new Nr(this.cP,this.ge,this.gi,this.gp,this.gz,this.dr,this.hh,this.d8,this.ee,this.hE,this.al,this.eu,this.hU,this.cf,this.eG)},Ur.prototype.$c=function(){return new Ur(this.G,this.P,this.aC,this.dS,this.hs)},Mr.prototype.$c=function(){return new Mr(this.aV,this.fy,this.cV,this.gx,this.bk)},Hr.prototype.$c=function(){return new Hr(this.bo,this.cF,this.fY,this.bM,this.gD)},Gr.prototype.$c=function(){return new Gr(this.aE,this.bk)},Vr.prototype.$c=function(){return new Vr(this.fq,this.by,this.gi,this.bQ)},Fr.prototype.$c=function(){return new Fr(this.gi,this.$7,this.ez)},Xr.prototype.$c=function(){return new Xr(this.gi,this.hK,this.h1)},Wr.prototype.$c=function(){return new Wr(this.ah,this.h3)},Yr.prototype.$c=function(){return new Yr(this.a2,this.ad,this.aj,this.hP)},Zr.prototype.$c=function(){return new Zr(this.cP,this.gi,this.gp,this.gz,this.gD,this.hh,this.d8,this.ee,this.hE,this.al,this.eu,this.hU,this.eG)},Jr.prototype.$c=function(){return new Jr(this.ad,this.aj,this.hP)},Qr.prototype.$c=function(){return new Qr(this.ct,this.bI,this.gi,this.aj)},Kr.prototype.$c=function(){return new Kr(this.eO,this.N,this.H,this.ad,this.Q,this.aO,this.h_)},re.prototype.$c=function(){return new re(this.eO,this.H,this.ad,this.h_)},ee.prototype.$c=function(){return new ee(this.gi,this.d6,this.es,this.cd)},ne.prototype.$c=function(){return new ne(this.eN,this.gp,this.gv,this.gD,this.d0,this.d2,this.cf)},te.prototype.$c=function(){return new te(this.eO,this.fe,this.f8,this.g$,this.g5,this.b6)},ae.prototype.$c=function(){return new ae(this.eU,this._,this.ap,this.bz,this.ar,this.bK,this.as,this.at,this.hE,this.al)},ue.prototype.$c=function(){return new ue(this._,this.ap,this.ar,this.as,this.at,this.gi,this.hE,this.al)},ie.prototype.$c=function(){return new ie(this.f8,this.gi,this.dW,this.hE,this.eq,this.bl,this.eE)},ce.prototype.$c=function(){return new ce(this.fe,this.cX,this.ad,this.eb)},oe.prototype.$c=function(){return new oe(this.eO,this.f8,this.d6,this.hP)},se.prototype.$c=function(){return new se(this.e6,this.fe,this.gU,this.g0,this.g5,this.hr,this.b6)},fe.prototype.$c=function(){return new fe(this.eU,this.gi,this.gp)},le.prototype.$c=function(){return new le(this.eL,this.ha,this.h_)},he.prototype.$c=function(){return new he(this.gv,this.eH,this.h8,this.eI,this.ic)},be.prototype.$c=function(){return new be(this.de,this.$7)},de.prototype.$c=function(){return new de(this.e2,this.fk,this.gh)},ve.prototype.$c=function(){return new ve(this.e8,this._,this.gi,this.gE,this.hE,this.al)},pe.prototype.$c=function(){return new pe(this.dz,this.bX,this.ev,this.ew,this.eH,this.eI)},ge.prototype.$c=function(){return new ge(this.gA,this.aJ,this.aK)},me.prototype.$c=function(){return new me(this.eV,this.aW)},we.prototype.$c=function(){return new we(this.e0,this.hP)},$e.prototype.$c=function(){return new $e(this.gb,this.gR,this.gS,this.hC,this.ce,this.cf)},ye.prototype.$c=function(){return new ye(this.br,this.bG,this.O,this.d0,this.b1,this.d3,this.d5,this.hE)};var lt=function(r,e,n){for(var t=new Array(r),a=0;a=0;t--)e=ut(r,n[t],e);return e}),mt=(Qn(gt),function(r,e){for(var n=e.length,t=new Array(n),a=0;an.length&&(a=n.length);for(var u=new Array(t+a),i=0;i100)return t.push(Rt(r,e)),!0;for(var a in r.$<0&&(r=Ec(r),e=Ec(e)),r)if(!_t(r[a],e[a],n+1,t))return!1;return!0}Qn(yt),Jn((function(r,e){return e})),Jn((function(r,e){return console.log(r+": "),e}));var Et=Jn(xt),St=Jn((function(r,e){return!xt(r,e)}));function qt(r,e,n){if("object"!=typeof r)return r===e?0:r0})),Jn((function(r,e){return qt(r,e)>=0})),function(r,e){var n=qt(r,e);return n<0?Lc:n?Tc:Ac});function Rt(r,e){return{a:r,b:e}}function It(r,e,n){return{a:r,b:e,c:n}}Jn(Lt);var zt=Jn(Dt);function Dt(r,e){if("string"==typeof r)return r+e;if(!r.b)return e;var n=Ot(r.a,e);r=r.b;for(var t=n;r.b;r=r.b)t=t.b=Ot(r.a,e);return n}var Ct={$:0,a:null,b:null};function Ot(r,e){return{$:1,a:r,b:e}}var Bt=Jn(Ot);function Pt(r){for(var e=Ct,n=r.length;n--;)e=Ot(r[n],e);return e}function jt(r){for(var e=[];r.b;r=r.b)e.push(r.a);return e}var Nt=function(r,e,n){for(var t=[];e.b&&n.b;e=e.b,n=n.b)t.push(ut(r,e.a,n.a));return Pt(t)},Ut=function(r,e,n){for(var t=[];e.b&&n.b;e=e.b,n=n.b)t.push(r(e.a,n.a));return Pt(t)},Mt=Qn(Nt),Ht=(Kn((function(r,e,n,t){for(var a=[];e.b&&n.b&&t.b;e=e.b,n=n.b,t=t.b)a.push(it(r,e.a,n.a,t.a));return Pt(a)})),rt((function(r,e,n,t,a){for(var u=[];e.b&&n.b&&t.b&&a.b;e=e.b,n=n.b,t=t.b,a=a.b)u.push(ct(r,e.a,n.a,t.a,a.a));return Pt(u)})),et((function(r,e,n,t,a,u){for(var i=[];e.b&&n.b&&t.b&&a.b&&u.b;e=e.b,n=n.b,t=t.b,a=a.b,u=u.b)i.push(ot(r,e.a,n.a,t.a,a.a,u.a));return Pt(i)})),function(r,e){return Pt(jt(e).sort((function(e,n){return qt(r(e),r(n))})))}),Gt=Jn(Ht),Vt=(Jn((function(r,e){return Pt(jt(e).sort((function(e,n){var t=ut(r,e,n);return t===Ac?0:t===Lc?-1:1})))})),Jn((function(r,e){return r+e}))),Ft=Jn((function(r,e){return r-e})),Xt=(Jn((function(r,e){return r*e})),Jn((function(r,e){return r/e})),Jn((function(r,e){return r/e|0})),Math.pow),Wt=(Jn(Xt),Jn((function(r,e){return e%r})),function(r,e){var n=e%r;return 0===r?kt(11):n>0&&r<0||n<0&&r>0?n+r:n});Jn(Wt),Math.PI,Math.E,Math.cos,Math.sin,Math.tan,Math.acos,Math.asin,Math.atan,Jn(Math.atan2);var Yt=Math.ceil,Zt=Math.floor,Jt=Math.round,Qt=(Math.sqrt,Math.log);isNaN,Jn((function(r,e){return r&&e})),Jn((function(r,e){return r||e})),Jn((function(r,e){return r!==e}));var Kt=function(r,e){return r+e};Jn(Kt);var ra=Jn((function(r,e){return r+e}));Jn((function(r,e){for(var n=e.length,t=new Array(n),a=0;a-1}),fa=(Jn(sa),function(r,e){return 0===e.indexOf(r)}),la=Jn(fa),ha=function(r,e){return e.length>=r.length&&e.lastIndexOf(r)===e.length-r.length},ba=(Jn(ha),function(r,e){var n=r.length;if(n<1)return Ct;for(var t=0,a=[];(t=e.indexOf(r,t))>-1;)a.push(t),t+=n;return Pt(a)}),da=Jn(ba);function va(r){return r+""}function pa(r){return{$:2,b:r}}var ga=pa((function(r){return"number"!=typeof r?Ua("an INT",r):-2147483647=e.length?Ua("a LONGER array. Need index "+a+" but only see "+e.length+" entries",e):(t=Ba(r.b,e[a]),Po(t)?t:Rc(Dc(a,t.a))):Ua("an ARRAY",e);case 8:if("object"!=typeof e||null===e||ja(e))return Ua("an OBJECT",e);var u=Ct;for(var i in e)if(e.hasOwnProperty(i)){if(t=Ba(r.b,e[i]),!Po(t))return Rc(zc(i,t.a));u=Ot(Rt(i,t.a),u)}return Cc(so(u));case 9:for(var c=r.f,o=r.g,s=0;s0&&pi(n,1,t,f));case 4:for(var l=r.j,h=e.j,b=!1,d=r.k;4===d.$;)b=!0,"object"!=typeof l?l=[l,d.j]:l.push(d.j),d=d.k;for(var v=e.k;4===v.$;)b=!0,"object"!=typeof h?h=[h,v.j]:h.push(v.j),v=v.k;return b&&l.length!==h.length?void pi(n,0,t,e):((b?function(r,e){for(var n=0;nc?pi(n,6,t,{v:c,i:i-c}):i0||i.length>0||A)&&pi(n,8,t,{w:a,x:i,y:A})}var ki="_elmW6BL";function xi(r,e,n,t,a,u){var i=r[n];if(!i)return i={c:0,z:t,r:a,s:void 0},u.push({r:a,A:i}),void(r[n]=i);if(1===i.c){u.push({r:a,A:i}),i.c=2;var c=[];return gi(i.z,t,c,i.r),i.r=a,void(i.s.s={w:c,A:i})}xi(r,e,n+ki,t,a,u)}function _i(r,e,n,t,a){var u=r[n];if(u){if(0===u.c){u.c=2;var i=[];return gi(t,u.z,i,a),void pi(e,9,a,{w:i,A:u})}_i(r,e,n+ki,t,a)}else{var c=pi(e,9,a,void 0);r[n]={c:1,z:t,r:a,s:c}}}function Ei(r,e,n,t){Si(r,e,n,0,0,e.b,t)}function Si(r,e,n,t,a,u,i){for(var c=n[t],o=c.r;o===a;){var s=c.$;if(1===s)Ei(r,e.k,c.s,i);else if(8===s)c.t=r,c.u=i,(f=c.s.w).length>0&&Si(r,e,f,0,a,u,i);else if(9===s){c.t=r,c.u=i;var f,l=c.s;l&&(l.A.s=r,(f=l.w).length>0&&Si(r,e,f,0,a,u,i))}else c.t=r,c.u=i;if(!(c=n[++t])||(o=c.r)>u)return t}var h=e.$;if(4===h){for(var b=e.k;4===b.$;)b=b.k;return Si(r,b,n,t,a+1,u,r.elm_event_node_ref)}for(var d=e.e,v=r.childNodes,p=0,g=0;pd.length)for(;!v[g].created_by_elm;)console.log("INFO 1: skipping DOM"),g++;if(v.lengthu))return t;a=w}return t}function qi(r,e,n,t){return 0===n.length?r:(Ei(r,e,n,t),Ai(r,n))}function Ai(r,e){for(var n=0;n>r})),Jn((function(r,e){return e>>>r}));var Wi=function(r,e){var n="g";r.dn&&(n+="m"),r.cr&&(n+="i");try{return mc(new RegExp(e,n))}catch(r){return wc}},Yi=Jn(Wi),Zi=function(r,e){return null!==e.match(r)},Ji=(Jn(Zi),function(r,e,n){for(var t,a=[],u=0,i=n,c=e.lastIndex,o=-1;u++0;){var l=t[s];f[--s]=l?mc(l):wc}a.push(mf(t[0],t.index,u,Pt(f))),o=e.lastIndex}return e.lastIndex=c,Pt(a)}),Qi=Qn(Ji),Ki=function(r,e,n,t){var a=0;return t.replace(e,(function(e){if(a++>=r)return e;for(var t=arguments.length-3,u=new Array(t);t>0;){var i=arguments[t];u[--t]=i?mc(i):wc}return n(mf(e,arguments[arguments.length-2],a,Pt(u)))}))},rc=Kn(Ki),ec=(Qn((function(r,e,n){for(var t=n,a=[],u=e.lastIndex,i=e.lastIndex;r--;){var c=e.exec(t);if(!c)break;a.push(t.slice(u,c.index)),u=e.lastIndex}return a.push(t.slice(u)),e.lastIndex=i,Pt(a)})),1/0),nc=function(r,e,n){return Za((function(t){function a(r){t(e(n.fO.a(r)))}var o=new XMLHttpRequest;o.addEventListener("error",(function(){a(t$)})),o.addEventListener("timeout",(function(){a(i$)})),o.addEventListener("load",(function(){a(function(r,e){return ut(200<=e.status&&e.status<300?n$:r$,function(r){return new u(r.responseURL,r.status,r.statusText,function(r){if(!r)return Is;for(var e=Is,n=r.split("\r\n"),t=n.length;t--;){var a=n[t],u=a.indexOf(": ");if(u>0){var i=a.substring(0,u),c=a.substring(u+2);e=v$(i,(function(r){return mc(c$(r)?c+", "+r.a:c)}),e)}}return e}(r.getAllResponseHeaders()))}(e),r(e.response))}(n.fO.b,o))})),c$(n.ex)&&function(r,e,n){e.upload.addEventListener("progress",(function(t){e.c||ru(vu(r,Rt(n,u$(new i(t.loaded,t.total)))))})),e.addEventListener("progress",(function(t){e.c||ru(vu(r,Rt(n,a$(new c(t.loaded,t.lengthComputable?mc(t.total):wc)))))}))}(r,o,n.ex.a);try{o.open(n.gB,n.eD,!0)}catch(r){return a(e$(n.eD))}return function(r,e){for(var n=e.f2;n.b;n=n.b)r.setRequestHeader(n.a.a,n.a.b);r.timeout=e.hO.a||0,r.responseType=e.fO.d,r.withCredentials=e.eR}(o,n),n.e0.a&&o.setRequestHeader("Content-Type",n.e0.a),o.send(n.e0.b),function(){o.c=!0,o.abort()}}))};Qn(nc);var tc=function(r,e,n){return{$:0,d:r,b:e,a:n}},ac=(Qn(tc),function(r,e){return{$:0,d:e.d,b:e.b,a:function(n){return r(e.a(n))}}});Jn(ac),Jn((function(r,e){return{$:0,a:r,b:e}})),Jn((function(r,e){return new Blob([e],{type:r})})),Jn((function(r,e){return Za((function(n){var t=setInterval((function(){ru(e)}),r);return function(){clearInterval(t)}}))})),Jn((function(r,e){return Za((function(n){n(Ya(1===new Uint8Array(new Uint32Array([1]))[0]?r:e))}))}));var uc=function(r,e,n){return r.setInt8(e,n),e+1},ic=(Qn(uc),function(r,e,n,t){return r.setInt16(e,n,t),e+2}),cc=(Kn(ic),function(r,e,n,t){return r.setInt32(e,n,t),e+4}),oc=(Kn(cc),function(r,e,n){return r.setUint8(e,n),e+1}),sc=(Qn(oc),function(r,e,n,t){return r.setUint16(e,n,t),e+2}),fc=(Kn(sc),function(r,e,n,t){return r.setUint32(e,n,t),e+4}),lc=(Kn(fc),function(r,e,n,t){return r.setFloat32(e,n,t),e+4}),hc=(Kn(lc),function(r,e,n,t){return r.setFloat64(e,n,t),e+8}),bc=(Kn(hc),function(r,e,n){for(var t=0,a=n.byteLength,u=a-4;t<=u;t+=4)r.setUint32(e+t,n.getUint32(t));for(;t>>6&31)<<8|63&a),2):a<55296||56319>>12&15)<<8|a>>>6&63),r.setUint8(e+2,128|63&a),3):(a=1024*(a-55296)+n.charCodeAt(++t)-56320+65536,r.setUint32(e,4034953344|(a>>>18&7)<<24|(a>>>12&63)<<16|(a>>>6&63)<<8|63&a),4)}return e},pc=(Qn(vc),function(r,e){try{return mc(ut(r,e,0).b)}catch(r){return wc}}),gc=(Jn(pc),Jn((function(r,e){return Rt(e+1,r.getInt8(e))})),Qn((function(r,e,n){return Rt(n+2,e.getInt16(n,r))})),Qn((function(r,e,n){return Rt(n+4,e.getInt32(n,r))})),Jn((function(r,e){return Rt(e+1,r.getUint8(e))}))),mc=(Qn((function(r,e,n){return Rt(n+2,e.getUint16(n,r))})),Qn((function(r,e,n){return Rt(n+4,e.getUint32(n,r))})),Qn((function(r,e,n){return Rt(n+4,e.getFloat32(n,r))})),Qn((function(r,e,n){return Rt(n+8,e.getFloat64(n,r))})),Qn((function(r,e,n){return Rt(n+r,new DataView(e.buffer,e.byteOffset+n,r))})),Qn((function(r,e,n){for(var t="",a=n+r;n0?r:e},To=Jn(Ao),Lo=function(r){return{$:0,a:r}},Ro=function(r,e){for(;;){var n=ht(vo,r),t=n.a,a=n.b,u=Ot(Lo(t),e);if(!a.b)return so(u);r=a,e=u}},Io=(Jn(Ro),function(r){return r.a}),zo=function(r,e){for(;;){var n=mo(e/vo);if(1===n)return ht(vo,r).a;r=Ro(r,Ct),e=n}},Do=(Jn(zo),function(r,e){if(e.h){var n=e.h*vo,t=So(wo(vo,n-1)),a=r?so(e.k):e.k,u=zo(a,e.h);return po(qo(e.j)+n,Ao(5,t*yo),u,e.j)}return po(qo(e.j),yo,go,e.j)}),Co=(Jn(Do),At),Oo=function(r,e,n,t,a){for(;;){if(e<0)return Do(!1,{k:t,h:n/vo|0,j:a});var u=xo(lt(vo,e,r));e-=vo,t=Ot(u,t)}},Bo=(rt(Oo),function(r,e){if(r<=0)return ko;var n=r%vo,t=lt(n,r-n,e);return Oo(e,r-n-vo,r,Ct,t)}),Po=(Jn(Bo),function(r){return!r.$}),jo=Aa,No=function(r){return{$:0,a:r}},Uo=function(r){switch(r.$){case 0:return 0;case 1:return 1;case 2:return 2;default:return 3}},Mo=function(r){return r},Ho=Mo,Go=function(r,e,n,t,a,u){return new o(u,e,t,n,r,a)},Vo=(et(Go),function(r){return r.length}),Fo=ca,Xo=function(r,e){return r<1?e:ia(r,Vo(e),e)},Wo=(Jn(Xo),da),Yo=function(r){return""===r},Zo=function(r,e){return r<1?"":ia(0,r,e)},Jo=(Jn(Zo),function(r){for(var e=0,n=r.charCodeAt(0),t=43==n||45==n?1:0,a=t;a500?Fc(r,e,so(l)):cs(r,e,n+1,l)))))}return ut(r,a,ut(r,i,ut(r,o,e)))}return ut(r,a,ut(r,i,e))}return ut(r,a,e)}return e},os=(Kn(cs),function(r,e,n){return cs(r,e,0,n)}),ss=(Qn(os),function(r,e){for(var n=Ot(void 0,Ct),t=n;e.b;e=e.b){var a=Ot(r(e.a),Ct);t.b=a,t=a}return n.b}),fs=Jn(ss),ls=function(r,e){return Ja((function(e){return us(r(e))}),e)},hs=(Jn(ls),Qn((function(r,e,n){return Ja((function(e){return Ja((function(n){return us(ut(r,e,n))}),n)}),e)}))),bs=function(r){return os(hs($c),us(Ct),r)},ds=du,vs=Jn((function(r,e){var n=e;return eu(Ja(ds(r),n))})),ps=Qn((function(r,e,n){return ls((function(r){return 0}),bs(ss(vs(r),e)))})),gs=Qn((function(r,e,n){return us(0)})),ms=Jn((function(r,e){return ls(r,e)}));fu.Task=lu(is,ps,gs,ms);var ws,$s,ys=pu("Task"),ks=function(r,e){return ys(ls(r,e))},xs=(Jn(ks),function(r){var e=r.gR,t=r.gS,a=function(){a.a(e(Ci()))};return Ii(new n((function(r){return a.a=r,Ni.addEventListener("popstate",a),Ni.navigator.userAgent.indexOf("Trident")<0||Ni.addEventListener("hashchange",a),Jn((function(e,n){if(!n.ctrlKey&&!n.metaKey&&!n.shiftKey&&n.button<1&&!e.target&&!e.hasAttribute("download")){n.preventDefault();var a=e.href,u=Ci(),i=ts(a).a;r(t(i&&u.dJ===i.dJ&&u.cY===i.cY&&u.dE.a===i.dE.a?function(r){return{$:0,a:r}}(i):function(r){return{$:1,a:r}}(a)))}}))}),(function(e){return it(r.gb,e,Ci(),a)}),r.cf,r.ce,r.hC))}),_s=ma,Es=ka,Ss={$:0},qs={$:1},As=function(r,e,n,t){return new f(e,n,r,t)},Ts=(Kn(As),function(r,e){return e.$?wc:r(e.a)}),Ls=Jn(Ts),Rs={$:-2},Is=Rs,zs=Fa,Ds=Fa,Cs=function(r,e){return Fc(Wa(r),[],e)},Os=Jn(Cs),Bs=function(r){return Xc((function(r,e){var n=r.a,t=r.b;return Xa(n,t,e)}),{},r)},Ps=Fa,js=(ws="event2js",$s=function(r){return Bs(Pt([Rt("message",function(r){return Bs(Pt([Rt("cmd",Ps(r.e7)),Rt("param",r.gY)]))}(r.gA)),Rt("reply",zs(r.b0)),Rt("service",Ps(r.hk)),Rt("track",Os((function(r){var e=r.a,n=r.b;return Cs(Mo,Pt([Ps(e),Ds(n)]))}))(r.hS))]))},_u(ws),fu[ws]={e:Eu,u:$s,a:function(r){var e=[],n=fu[r].u,t=ou(0);return fu[r].b=t,fu[r].c=Qn((function(r,a,u){for(;a.b;a=a.b)for(var i=e,c=n(a.a),o=0;o=0&&e.splice(n,1)}}}},pu(ws)),Ns=function(r,e,n){return e(r(n))},Us=Qn(Ns),Ms=function(r,e,n,t){return new l(t,r,n,e)},Hs=Kn(Ms),Gs=!0,Vs=Ct,Fs=(ut(Hs,Gs,Vs),function(r,e){return Ms(Gs,Vs,"db",{e7:r,gY:e})}),Xs=Jn(Fs),Ws=function(r){return Xs("index_"+r)},Ys=Ps,Zs=Ws("get"),Js=(ut(Us,Ys,Zs),function(r,e){return Rt(e,js(Ns(Ys,Zs,r)))}),Qs=(Jn(Js),function(r,e){return{$:2,a:r,b:e}}),Ks=(Jn(Qs),function(r,e){return{$:1,a:r,b:e}}),rf=(Jn(Ks),{$:0}),ef=Qn((function(r,e,n){return new h(r,e,n)})),nf=function(r,e){if(e.$){var n=e.a;return Rc(n)}return r(e.a)},tf=(Jn(nf),function(r){return Kt(r,"")}),af=function(r){return r<0||1114111>>0,of(255&r>>>8,of(255&r>>>16,e))))}),ff=(Jn(sf),Jn((function(r,e){var n=e.a,t=e.b,a=e.c,u=function(r){switch(r){case"A":default:return 0;case"B":return 1;case"C":return 2;case"D":return 3;case"E":return 4;case"F":return 5;case"G":return 6;case"H":return 7;case"I":return 8;case"J":return 9;case"K":return 10;case"L":return 11;case"M":return 12;case"N":return 13;case"O":return 14;case"P":return 15;case"Q":return 16;case"R":return 17;case"S":return 18;case"T":return 19;case"U":return 20;case"V":return 21;case"W":return 22;case"X":return 23;case"Y":return 24;case"Z":return 25;case"a":return 26;case"b":return 27;case"c":return 28;case"d":return 29;case"e":return 30;case"f":return 31;case"g":return 32;case"h":return 33;case"i":return 34;case"j":return 35;case"k":return 36;case"l":return 37;case"m":return 38;case"n":return 39;case"o":return 40;case"p":return 41;case"q":return 42;case"r":return 43;case"s":return 44;case"t":return 45;case"u":return 46;case"v":return 47;case"w":return 48;case"x":return 49;case"y":return 50;case"z":return 51;case"0":return 52;case"1":return 53;case"2":return 54;case"3":return 55;case"4":return 56;case"5":return 57;case"6":return 58;case"7":return 59;case"8":return 60;case"9":return 61;case"+":return 62;case"/":return 63}}(r);return 3===t?sf(n|u,a):It(u<<6*(3-t)|n,t+1,a)}))),lf=na,hf=It(0,0,It(0,0,"")),bf=function(r,e){if(e.$){var n=e.a;return Rc(n)}var t=e.a;return Cc(r(t))},df=(Jn(bf),function(r){return-r}),vf=function(r,e){return r<1?e:ia(0,-r,e)},pf=Jn(vf),gf=Jn((function(r,e){return ha("==",r)?vf(2,e):ha("=",r)?vf(1,e):e})),mf=function(r,e,n,t){return new b(e,r,n,t)},wf=(Kn(mf),Yi),$f=function(r){return Wi({cr:!1,dn:!1},r)},yf=/.^/,kf=function(r,e){return e.$?r:e.a},xf=Jn(kf),_f=kf(yf,$f("^([A-Za-z0-9\\/+]{4})*([A-Za-z0-9\\/+]{2}[A-Za-z0-9\\/+=]{2})?$")),Ef=function(r){var e=r.c,n=e.b,t=e.c;return n>0?Rc("Invalid UTF-16"):Cc(t)},Sf=ut(Us,(function(r){switch(Vo(r)%4){case 3:return r+"=";case 2:return r+"==";default:return r}}),(function(r){return bf(gf(r),nf(ut(Us,ut(lf,ff,hf),Ef),function(r){return Zi(_f,r)?Cc(r):Rc("Invalid base64")}(r)))})),qf=Sf,Af=Da,Tf=$a,Lf=function(r){if(r.$)return wc;var e=r.a;return mc(e)},Rf=qf,If=ut(Us,Lf,Ls(ut(Us,Af(Ta(ef,ya("backend",Tf),ya("course",Tf),ya("room",Tf))),Lf))),zf=(ut(Us,Rf,If),function(r){var e=r.af;if(e.$)return rf;var n=e.a,t=Ns(Rf,If,n);if(t.$)return Ks(n,r.a1);var a=t.a;return Qs(a,r.a1)}),Df=function(r,e){if(1===r.$)return e;var n=r.a;return e+":"+Nc(n)},Cf=(Jn(Df),function(r,e,n){return 1===e.$?n:Dt(n,Dt(r,e.a))}),Of=(Qn(Cf),function(r){var e=function(){switch(r.dJ){case 0:return"http://";case 1:return"https://";case 2:return"file://";case 3:return"file:///";case 4:return"ipfs://";case 5:return"ipns://";case 6:return"dat://";case 7:return"ftp://";default:return"hyper://"}}();return Cf("#",r.a1,Cf("?",r.af,Dt(Df(r.dE,Dt(e,r.cY)),r.dB)))}),Bf=function(r){return Of(ke(r,wc))},Pf=768,jf=function(r,e,n){return new d(e,n,r)},Nf=(Qn(jf),jf("",Ct,!1)),Uf=function(r){return new v(Ct,"",r,Ct,"",!1,"",Is,Ct,"en",wc,"",Is,wc,"US English Male","",Ct,-1,Is,-1,"0.0.1")},Mf=new p("",Is),Hf=function(r,e){return new w(wc,new g(!1,!1),wc,"dreamweaver",100,mc(r),!1,"default",!0,e,!1,!0,!1,!1,mc(!1),!0,"default",!1,mc(!1),new m(!1,!1,!1))},Gf=(Jn(Hf),{$:2}),Vf={$:0},Ff=function(r){return{$:1,a:r}},Xf=function(r){return{$:2,a:r}},Wf=function(r){return{$:3,a:r}},Yf=function(r){return{$:4,a:r}},Zf=function(r){return{$:5,a:r}},Jf=Is,Qf=Qn((function(r,e,n){var t=r(e);return t.$?n:Ot(t.a,n)})),Kf=function(r,e){return os(Qf(r),Ct,e)},rl=Jn(Kf),el=function(r,e){if(e.b){var n=e.a,t=e.b;return Ot(r(n),t)}return e},nl=(Jn(el),function(r){return r.toLowerCase()}),tl=function(r){var e=el(nl,Hc("|",r));r:for(;e.b;)if(e.b.b)if(e.b.b.b){if(e.b.b.b.b){if("matrix"!==e.a||e.b.b.b.b.b)break r;var n=e.b,t=(l=n.a,n.b),a=t.a,u=t.b.a;return mc(Wf(new y(u,l,a)))}switch(e.a){case"gun":switch(e.b.a){case"f":return h=e.b.b.a,mc(Ff(new $(!1,h)));case"t":return h=e.b.b.a,mc(Ff(new $(!0,h)));default:break r}case"matrix":var i=e.b;return l=i.a,a=i.b.a,mc(Wf(new y("",l,a)));case"pubnub":var c=e.b,o=c.a,s=c.b.a;return mc(Zf(new k(o,s)));default:break r}}else switch(e.a){case"gun":switch(e.b.a){case"f":return e.b,mc(Ff(new $(!1,"")));case"t":return e.b,mc(Ff(new $(!0,"")));default:break r}case"jitsi":var f=e.b.a;return mc(Xf(f));case"matrix":var l=e.b.a;return mc(Wf(new y("",l,"")));case"p2pt":var h=e.b.a;return mc(Yf(h));default:break r}else switch(e.a){case"edrys":return mc(Vf);case"gun":return mc(Ff(new $(!1,"")));case"jitsi":return mc(Xf(""));case"matrix":return mc(Wf(new y("","","")));case"p2pt":return mc(Yf(""));case"pubnub":return mc(Zf(new k("","")));default:break r}return wc},al="https://peer.wallie.io/gun",ul=Jn((function(r,e){for(;;){var n=Rt(r,e);r:for(;;){if(!n.a.b)return Rt(!1,e);switch(n.a.a.$){case 1:if(1===n.b.$)return n.a,Rt(!0,e);break r;case 3:if(3===n.b.$)return n.a,Rt(!0,e);break r;case 5:if(5===n.b.$)return n.a,Rt(!0,e);break r;case 2:if(2===n.b.$)return n.a,Rt(!0,e);break r;case 4:if(4===n.b.$)return n.a,Rt(!0,e);break r;default:break r}}var t=n.a,a=t.a,u=t.b;if(xt(a,e))return Rt(!0,e);r=u}})),il=function(r){return{$:0,a:r}},cl=function(r){return{$:0,a:r}},ol=function(r,e){return qt(r,e)<0?r:e},sl=Jn(ol),fl=function(r,e){return Rt(ol(r,e),Ao(r,e))},ll=(Jn(fl),function(r,e,n){return r(e(n))}),hl=Qn(ll),bl=function(r){var e=r.a,n=r.b;return ut(hl,sl(n),To(e))},dl=function(r,e){var n=r.b;return Rt(ut(bl,n,e),n)},vl=(Jn(dl),function(r,e){return dl(Rt(r,e),r)}),pl=(Jn(vl),function(r,e){var n=function(){if(e.$)return fl(0,1);var r=e.a,n=r.a,t=r.b;return fl(n,t)}();return cl(vl(r,n))}),gl=(Jn(pl),function(r){return!r.b}),ml=function(r){if(r.b){var e=r.a;return r.b,mc(e)}return wc},wl=$f,$l=xf(yf),yl=(ut(Us,wl,$l),function(r,e){var n=ml(Ji(1,Ns(wl,$l,r),e));if(n.$)return wc;var t=n.a;return kf(wc,ml(t.hA))}),kl=(Jn(yl),Jn((function(r,e){r:for(;;){if(r.b){var n=r.a,t=r.b,a=yl(n.V,e);if(a.$){r=t;continue r}var u=a.a;return Rt(!0,ut(n.S,e,u))}return Rt(!1,e)}}))),xl=function(r,e,n){return Uc(e,Hc(r,n))},_l=Qn(xl),El="(?:http(?:s)?://)?(?:www\\.)?",Sl=(Pc(El),"https://api.allorigins.win/raw?url="),ql=xl("?","\\?",xl(".","\\.",Sl)),Al=kl(Pt([{S:Jn((function(r,e){return"https://github.com/"+function(){var r=Hc("/",e);if(r.b&&r.b.b&&r.b.b.b){if("blob"===r.b.b.a&&r.b.b.b.b){var n=r.a,t=r.b;return n+"/"+t.a+"/tree/"+t.b.b.a}n=r.a;var a=r.b;return n+"/"+a.a+"/tree/"+a.b.a}return e}()})),V:Dt(El,"raw.githubusercontent\\.com/(.*)")},{S:Jn((function(r,e){return"https://gitlab.com/"+xl("-/raw/","-/tree/",e)})),V:Dt(El,ql+"https://gitlab\\.com/(.*)")},{S:Jn((function(r,e){var n=ss(Gc("."),Hc("/",e));if(n.b&&n.a.b&&n.a.b.b&&"gitlab"===n.a.b.a&&n.a.b.b.b&&"io"===n.a.b.b.a&&!n.a.b.b.b.b&&n.b.b&&n.b.a.b&&!n.b.a.b.b){var t=n.a,a=t.a;return t.b.b,"https://gitlab.com/"+a+"/"+n.b.a.a}return"https://"+e})),V:Dt(El,"(.*\\.gitlab\\.io/.*)")},{S:Jn((function(r,e){return"https://dropbox.com/s/"+e})),V:Dt(El,"dl\\.dropbox\\.com/s/(.*)")}])),Tl=function(r){var e=r.a,n=r.b;return e?mc(xl(Sl,"",n)):wc},Ll=ut(Us,Al,Tl),Rl=Oa,Il=ga,zl=function(r){return{$:11,g:r}},Dl=function(r){return zl(Pt([Sa(mc,r),No(wc)]))},Cl=function(r){return{$:1,a:r}},Ol=function(r){switch(r){case"Textbook":return No(2);case"Presentation":return No(1);case"Slides":return No(0);default:return Cl("unknown presentation mode")}},Bl=function(r){return Rl(qa(_o,Sa(xf(!0),Dl(ya("browserTTS",_s))),qa(_o,Sa(xf(!1),Dl(ya("tooltips",_s))),za(function(r){return function(e){return function(n){return function(t){return function(a){return function(u){return function(i){return function(c){return function(o){return function(s){return function(f){var l,h=r.cd;return(l=r.$c()).al=t,l.cH=u,l.cM=i,l.cd=xe(h,f),l.ed=c,l.eu=s,l.gD=n,l.gi=o,l.gp=a,l.hG=e,l}}}}}}}}}}}(r),ya("table_of_contents",_s),Ea(Ol,ya("mode",Tf)),ya("theme",Tf),ya("light",_s),ya("editor",Tf),ya("font_size",Il),ya("sound",_s),ya("lang",Tf)))))},Pl=function(r,e){return e.$?r:e.a},jl=Jn(Pl),Nl=function(r,e,n,t,a,u,i,c,o){var s,f,l,h,b=Hf(e,1);return new q(o,Is,Mf,Uf(u),wc,"","en","en",Is,wc,c,(0,new S(il(wc),0,pl(.5,wc))),!1,i,Ns(Al,Tl,i),Ct,Mo,0,ko,r,((h=(l=Pl(b,ut(Bl,b,t))).$c()).hE=gl(a.ek)?wc:l.hE,h.hG=n,h),(s=a.ek,f=Kf(tl,s),new E(new x(Is,Ct,Is,Is),wc,"",Jf,"",Gf,new _(!1,wc,ss(ul(f),Pt([Vf,Ff(new $(!1,al)),Xf("meet.jit.si"),Wf(new y("","","")),Yf("wss://tracker.openwebtorrent.com, wss://tracker.webtorrent.dev, wss://tracker.files.fm:7073/announce, wss://tracker.btorrent.xyz/, wss://tracker.openwebtorrent.com:443/announce, wss://tracker.files.fm:7073/announce"),Zf(new k("",""))]))))),"Lia",Ct,21,u)},Ul=(at(Nl),null),Ml=ut(Ws,"list",Ul),Hl=function(r,e){return _e(e,Ot(Rt(r,-1),e.hS))},Gl=(Jn(Hl),function(r){return Rt(r,js(Hl("index",Ml)))}),Vl=function(r){return r.b},Fl=kl(Pt([{S:Jn((function(r,e){return"https://raw.githubusercontent.com/"+function(){var r=Hc("/",e);r:for(;;){if(r.b&&r.b.b){if(r.b.b.b){if("tree"===r.b.b.a)return r.b.b,xl("/tree/","/",e)+"/README.md";break r}return r.b,e+"/master/README.md"}break r}return xl("/blob/","/",e)}()})),V:Dt(El,"github\\.com/(.*)")},{S:Jn((function(r,e){return"https://dl.dropbox.com/s/"+e})),V:Dt(El,"dropbox\\.com/s/(.*)")}])),Xl=Vl,Wl=ut(Us,Fl,Xl),Yl=function(r,e){for(var n=Ot(void 0,Ct),t=n;r.b;r=r.b){var a=Ot(r.a,Ct);t.b=a,t=a}return t.b=e,n.b},Zl=Jn(Yl),Jl=St,Ql=function(r){return r.trim()},Kl=function(r,e,n){for(;;){if(-2===n.$)return e;var t=n.b,a=n.c,u=n.d,i=n.e,c=r,o=it(r,t,a,Kl(r,e,u));r=c,e=o,n=i}},rh=function(r,e,n){for(;;){if(-2===n.$)return e;var t=n.b,a=n.c,u=n.d,i=n.e,c=r,o=r(t,a,rh(r,e,u));r=c,e=o,n=i}},eh=(Qn(Kl),function(r,e,n,t,a){return{$:-1,a:r,b:e,c:n,d:t,e:a}}),nh=(rt(eh),function(r,e,n,t,a){if(-1!==a.$||a.a){if(-1!==t.$||t.a||-1!==t.d.$||t.d.a)return eh(r,e,n,t,a);t.a,d=t.b,v=t.c;var u=t.d,i=(u.a,u.b),c=u.c,o=u.d,s=u.e;return g=t.e,eh(0,d,v,eh(1,i,c,o,s),eh(1,e,n,g,a))}a.a;var f=a.b,l=a.c,h=a.d,b=a.e;if(-1!==t.$||t.a)return eh(r,f,l,eh(0,e,n,t,h),b);t.a;var d=t.b,v=t.c,p=t.d,g=t.e;return eh(0,e,n,eh(1,d,v,p,g),eh(1,f,l,h,b))}),th=(rt(nh),function(r,e,n){if(-2===n.$)return eh(0,r,e,Rs,Rs);var t=n.a,a=n.b,u=n.c,i=n.d,c=n.e;switch(Lt(r,a)){case 0:return nh(t,a,u,th(r,e,i),c);case 1:return eh(t,a,e,i,c);default:return nh(t,a,u,i,th(r,e,c))}}),ah=(Qn(th),function(r,e,n){var t=th(r,e,n);if(-1!==t.$||t.a)return t;t.a;var a=t.b,u=t.c,i=t.d,c=t.e;return eh(1,a,u,i,c)}),uh=Qn(ah),ih=function(r,e){return Kl(uh,e,r)},ch=(Jn(ih),function(r,e){return(n=r.$c()).cP=ih(r.cP,e.cP),n.dd=ih(r.dd,e.dd),n.eV=Yl(r.eV,e.eV),n.gT=Ql(Dt(r.gT,xt(r.gT,e.gT)?"":"\n"+e.gT)),n.hc=Yl(r.hc,e.hc),n;var n}),oh=(Jn(ch),function(r,e){for(var n=Ot(void 0,Ct),t=n;e.b;e=e.b)if(r(e.a)){var a=Ot(e.a,Ct);t.b=a,t=a}return n.b}),sh=Jn(oh),fh=function(r){return(e=r.$c()).b0=!1,e;var e},lh=function(r,e){return fh(Ms(Gs,Vs,"resource",{e7:r,gY:Ps(e)}))},hh=(Jn(lh),function(r,e){for(;;){if(!e.b)return!1;var n=e.a,t=e.b;if(r(n))return!0;e=t}}),bh=Jn(hh),dh=function(r,e){return hh((function(e){return xt(e,r)}),e)},vh=(Jn(dh),function(r){return!r}),ph=function(r,e){var n=oh((function(e){return!dh(e,r)}),e);return Rt(Yl(r,n),ss((function(r){return 1===r.$?function(r){return lh("script",r)}(r.a):function(r){return lh("link",r)}(r.a)}),n))},gh=(Jn(ph),function(r,e){var n,t=ph(e.dQ,r.hc),a=t.a,u=t.b;return(n=e.$c()).dQ=a,n.et=Yl(e.et,so(u)),n.fs=ch(e.fs,r),n}),mh=(Jn(gh),function(r){return ta($c,Ct,r)}),wh=function(r){var e=mh(nl(Ql(r)));r:for(;e.b;){if(!e.b.b){if("0"===e.a)return!1;break r}if(!e.b.b.b)break r;switch(e.a){case"f":if("a"===e.b.a&&"l"===e.b.b.a&&e.b.b.b.b&&"s"===e.b.b.b.a&&e.b.b.b.b.b&&"e"===e.b.b.b.b.a)return e.b.b.b.b,!1;break r;case"o":if("f"===e.b.a&&"f"===e.b.b.a)return e.b.b,!1;break r;case"d":if("i"===e.b.a&&"s"===e.b.b.a&&e.b.b.b.b&&"a"===e.b.b.b.a&&e.b.b.b.b.b&&"b"===e.b.b.b.b.a&&e.b.b.b.b.b.b&&"l"===e.b.b.b.b.b.a&&e.b.b.b.b.b.b.b&&"e"===e.b.b.b.b.b.b.a)return e.b.b.b.b.b.b,!1;break r;default:break r}}return!0},$h=function(r,e){r:for(;;){if(-2===e.$)return wc;var n=e.b,t=e.c,a=e.d,u=e.e;switch(Lt(r,n)){case 0:e=a;continue r;case 1:return mc(t);default:e=u;continue r}}},yh=Jn($h),kh=function(r,e){if(e.$)return wc;var n=e.a;return mc(r(n))},xh=Jn(kh),_h=yh("persistent"),Eh=ut(Us,xh(wh),xf(!1)),Sh=ut(Us,_h,Eh),qh=function(r){switch(nl(r)){case"am":return mc(0);case"ar":return mc(1);case"bg":return mc(2);case"bn":return mc(3);case"de":return mc(4);case"es":return mc(5);case"fa":return mc(6);case"fr":return mc(7);case"hi":return mc(8);case"hy":return mc(9);case"it":return mc(10);case"ja":return mc(11);case"ko":return mc(12);case"nl":return mc(13);case"pa":return mc(14);case"pt":return mc(15);case"ru":return mc(16);case"sw":return mc(17);case"tw":return mc(18);case"uk":return mc(19);case"zh":return mc(20);case"en":return mc(21);default:return wc}},Ah=function(r,e,n){return new A(n,e,r)},Th=(Qn(Ah),function(r){return it(Qn((function(r,e,n){r:for(;;){if(n.b){var t=n.a,a=n.b,u=Vo(t),i=u+1;if(xt(r,u))return Ah(t,e,r);if(qt(r,u)>0){r-=i,e+=1,n=a;continue r}return Ah(t,e,r)}return Ah("",e,r)}})),r.bY,0,Hc("\n",r.fk))}),Lh=function(r,e,n){return r<=0?n:Lh(r>>1,Dt(e,e),1&r?Dt(n,e):n)},Rh=(Qn(Lh),function(r,e){return Lh(r,e,"")}),Ih=(Jn(Rh),function(r,e,n){return Dt(Rh(r-Vo(n),tf(e)),n)}),zh=(Qn(Ih),function(r,e){var n=Vo("\n "),t=Th(e),a=t.cv+n+2,u="\n * ";return"Parse error around line: "+Nc(t.gr)+"\n "+t.hu+"\n"+Ih(a," ","^")+"\nI expected one of the following:\n"+(u+Uc(u,r))}),Dh=(Jn(zh),Jn((function(r,e){return r}))),Ch=function(r){return r},Oh=function(r,e){return Jn((function(n,t){var a=it(Ch,e,n,t);if(a.c.$){var u=a.a,i=a.b,c=a.c.a;return It(u,i,Rc(c))}var o=a.a,s=a.b,f=a.c.a;return it(Ch,r(f),o,s)}))},Bh=Jn(Oh),Ph=Qn((function(r,e,n){return ut(r,n,e)})),jh=function(r,e,n){return Jn((function(t,a){var u=it(Ch,n,t,a);if(u.c.$){var i=u.a,c=u.b,o=u.c.a;return It(i,c,Rc(e(o)))}var s=u.a,f=u.b,l=u.c.a;return It(s,f,Cc(r(l)))}))},Nh=Qn(jh),Uh=function(r,e){return jh(r,Mo,e)},Mh=Jn(Uh),Hh=function(r,e){return Oh(ut(Ph,Mh,r),e)},Gh=Jn(Hh),Vh=function(r,e){return Hh(r,Uh(Dh,e))},Fh=Jn(Vh),Xh=function(r,e){return new T(r,e)},Wh=(Jn(Xh),Xh(ko,ko)),Yh=function(r,e,n,t,a){return new L(n,e,t,a,r)},Zh=(rt(Yh),Yh(0,0,Is,ko,wc)),Jh=Is,Qh=function(r,e,n){return new R(r,e,n)},Kh=(Qn(Qh),Qh(Ct,ko,ko)),rb=function(r,e,n,t,a){return new z(r,Wh,a,!1,t,0,Zh,Pt([0]),Jh,ko,Ct,!1,new I(Kh,!1,!1),ko,kf(Mo,n),kf(0,e),ko,ko,ko)},eb=(rt(rb),function(r,e){return Hh(r,Uh(Ph(Dh),e))}),nb=(Jn(eb),function(r,e){return Jn((function(n,t){var a=it(Ch,r,n,t);if(a.c.$){var u=a.c.a,i=it(Ch,e,n,t);if(i.c.$){var c=i.c.a;return It(n,t,Rc(Dt(u,c)))}return i}return a}))}),tb=Jn(nb),ab=function(r,e){return Qn((function(n,t,a){for(;;){var u=it(Ch,e,t,a);if(!u.c.$)return It(f=u.a,l=u.b,Cc(so(n)));var i=u.a,c=u.b,o=u.c.a,s=it(Ch,r,t,a);if(s.c.$)return It(i,c,Rc(o));var f=s.a,l=s.b;n=Ot(s.c.a,n),t=f,a=l}}))(Ct)},ub=Jn(ab),ib=function(r){return Jn((function(e,n){if(fa(r,n.ge)){var t=Vo(r);return It(e,Ee(n,n.bY+t,Xo(t,n.ge)),Cc(r))}return It(e,n,Rc(Pt(['expected "'+r+'"'])))}))},cb=Mo,ob=(Nh(cb),function(r,e){return jh(cb,Dh(Pt([r])),e)}),sb=(Jn(ob),rt((function(r,e,n,t,a){var u=fa("^",n)?n:"^"+n,i=Ji(1,kf(yf,r(u)),a.ge);if(i.b&&!i.b.b){var c=i.a,o=Vo(c.a9);return It(t,Ee(a,a.bY+o,Xo(o,a.ge)),Cc(e(c)))}return It(t,a,Rc(Pt(["expected input matching Regexp /"+u+"/"])))}))),fb=ut(sb,$f,(function(r){return r.a9})),lb=Mo,hb=(ut(Us,fb,lb),ob("optional whitespace",Ns(fb,lb,"\\s*"))),bb=function(r){return eb(ab(r,ib("--\x3e")),Vh(hb,ib("\x3c!--")))},db=Jn((function(r,e){return It(r,e,Rc(Ct))})),vb=function(r){return os(tb,db,r)},pb=function(r){return Jn((function(e,n){var t=it(Ch,r,e,n);if(t.c.$)return It(e,n,Cc(wc));var a=t.a,u=t.b,i=t.c.a;return It(a,u,Cc(mc(i)))}))},gb=pb(ib("@")),mb=(gb.f,eb(Ns(fb,lb,"\\w+[\\w\\-.\\d]*"),gb)),wb=function(r,e){return Rt(r,e)},$b=Jn(wb),yb=function(r){return Uc("",r)},kb=function(r,e){if(!e.b)return e;var n=Ot(void 0,Ct),t=n;for(t.b=Ot(e.a,Ct),t=t.b,e=e.b;e.b;e=e.b){var a=Ot(e.a,Ct),u=Ot(r,a);t.b=u,t=a}return n.b},xb=Jn(kb),_b=function(r){return Pt(r.trim().split(/\s+/g))},Eb=_b,Sb=ut(Us,xb(" "),yb),qb=ut(Us,Eb,Sb),Ab=Uh(qb,Ns(fb,lb,"([ \\t].*|[ \\t]*\\n)+")),Tb=Mo,Lb=function(r){return Tb(Jn((function(e,n){var t="could not satisfy predicate",a=fo(n.ge);if(a.$)return It(e,n,Rc(Pt([t])));var u=a.a,i=u.a,c=u.b;return r(i)?It(e,Ee(n,n.bY+1,c),Cc(i)):It(e,n,Rc(Pt([t])))})))},Rb=ob("expected any character",Lb(Dh(!0))),Ib=function(r){return jt(r).join("")},zb=function(r){return Uh(Ib,ab(Rb,r))},Db=zb(ib("\n@end")),Cb=nb(eb(Ab,Ns(fb,lb,"[\\t ]*:")),eb(Db,Ns(fb,lb,"[\\t ]*\\n"))),Ob=(Cb.f,Hh(Cb,Uh($b,mb))),Bb=function(r){return Mh(Dh(r))},Pb=function(r){return ut(Bb,0,r)},jb=function(r){return{$:0,a:r}},Nb=function(r){return{$:1,a:r}},Ub=function(r,e){var n=r.a,t=r.b;return Se(e,ah(n,t,e.dd))},Mb=Jn(Ub),Hb=function(r,e){return function(r){switch(nl(kf("",ml(Hc(":",r))))){case"https":case"http":case"file":case"hyper":case"dat":case"ipfs":case"ipns":case"blob":case"mailto":case"tel":return!0;default:return!1}}(e)||fa("#",e)?e:Dt(r,e)},Gb=Jn(Hb),Vb=function(r,e,n,t){return Yl(t,ss(ut(Us,Gb(e),r),_b(n)))},Fb=(Kn(Vb),Qn((function(r,e,n){return(t=n.$c()).hc=Vb(r,n.eY,e,n.hc),t;var t}))),Xb=Jn((function(r,e){var n,t=Hc(" ",Ql(r));if(t.b){var a=t.a,u=t.b;return(n=e.$c()).cP=ah(fa("\\",a)?a:"\\"+a,Ql(Uc(" ",u)),e.cP),n}return e})),Wb=Jn((function(r,e){return(n=e.$c()).a3=Vb(Wl,e.eY,r,e.a3),n;var n})),Yb=Jn((function(r,e){var n,t=_b(r);if(t.b&&t.b.b&&!t.b.b.b){var a=t.a,u=t.b.a;return(n=e.$c()).hT=ah(a,Hb(e.eY,u),e.hT),n}return e})),Zb=Qn((function(r,e,n){return{$:3,a:r,b:e,c:n}})),Jb=function(r,e){return{$:2,a:r,b:e}},Qb=Jn(Jb),Kb=function(r,e){return{$:11,a:r,b:e}},rd=Jn(Kb),ed=Qn((function(r,e,n){return{$:5,a:r,b:e,c:n}})),nd=Jn((function(r,e){return{$:13,a:r,b:e}})),td=Qn((function(r,e,n){return{$:2,a:r,b:e,c:n}})),ad=function(r,e){return{$:3,a:r,b:e}},ud=Jn(ad),id=function(r,e,n){return{$:0,a:r,b:e,c:n}},cd=Qn(id),od=Qn((function(r,e,n){return{$:1,a:r,b:e,c:n}})),sd=Qn((function(r,e,n){return{$:4,a:r,b:e,c:n}})),fd=function(r){return{$:6,a:r}},ld=function(r){return{$:7,a:r}},hd=Jn((function(r,e){return{$:8,a:r,b:e}})),bd=Jn((function(r,e){return{$:15,a:r,b:e}})),dd=function(r,e){return{$:9,a:r,b:e}},vd=Jn(dd),pd=function(r,e){return{$:12,a:r,b:e}},gd=Jn(pd),md=function(r,e){return{$:4,a:r,b:e}},wd=Jn(md),$d=function(r,e){return{$:6,a:r,b:e}},yd=Jn($d),kd=function(r,e){return{$:5,a:r,b:e}},xd=Jn(kd),_d=va,Ed=function(r){return r.a},Sd=function(r){return Jn((function(e,n){return It(e,n,Cc(r))}))},qd=function(r){return Jn((function(e,n){return it(Ch,Sd(0),r(e),n)}))},Ad=4294967295>>>32-yo,Td=function(r){return[r]},Ld=function(r,e,n,t){var a=Ad&e>>>r;if(qt(a,qo(t))>-1){if(5===r)return vt(xo(n),t);var u=Lo(Ld(r-yo,e,n,go));return vt(u,t)}var i=bt(a,t);if(i.$)return u=Lo(Ld(r-yo,e,n,Td(i))),dt(a,u,t);var c=i.a;u=Lo(Ld(r-yo,e,n,c));return dt(a,u,t)},Rd=(Kn(Ld),function(r,e){var n=e.a,t=e.b,a=e.c,u=e.d,i=qo(u),c=qo(r),o=n+(c-i);if(xt(c,vo)){if(qt(o>>>yo,1<0){var s=t+yo,f=Ld(s,n,r,Td(Lo(a)));return po(o,s,f,go)}return po(o,t,Ld(t,n,r,a),go)}return po(o,t,a,r)}),Id=(Jn(Rd),function(r,e){var n=e.d;return Rd(vt(r,n),e)}),zd=(Jn(Id),function(r,e){var n,t=r.gW,a=r.eb;return(n=e.$c()).eb=Id(a,e.eb),n.gW=Id(t,e.gW),n}),Dd=(Jn(zd),function(r){return Jn((function(e,n){return it(Ch,r(e),e,n)}))}),Cd=function(r){var e=r.a,n=r.b;return Vh(qd((function(r){var e=r.ge;return e.gf||e.fZ?Ae(r,qe(e,zd(n,e.e$))):r})),Dd((function(r){return Sd(Rt(_d(.4*(e+2))+"em",r.ge.gf||r.ge.fZ?Ed(r.ge.e$.gW):-1))})))},Od=function(r,e){return{$:0,a:r,b:e}},Bd=Jn(Od),Pd=function(r,e,n){return new D(e,n,r)},jd=(Qn(Pd),function(r,e){return new C(e,r)}),Nd=(Jn(jd),function(r,e,n){for(;;){var t=ht(vo,r),a=t.a,u=t.b;if(qt(qo(a),vo)<0)return Do(!0,{k:e,h:n,j:a});r=u,e=Ot(xo(a),e),n+=1}}),Ud=(Qn(Nd),function(r){return r.b?Nd(r,Ct,0):ko}),Md=Jn((function(r,e){var n=e.a,t=e.b,a=e.c;return Oh((function(r){return Sd(Rt(n,r))}),eb(function(r){return Dd((function(e){return Sd(function(){var n=$h(r,e.fB.aA);if(n.$)return 0;var t=n.a;return Ed(t.cy)-1}())}))}(n),qd((function(e){var u,i=kf(e.cE.gH,kh(Ql,t));return Re(e,Le(u=e.fB,function(){var e=$h(n,u.aA);if(e.$)return ah(n,jd(i,Ud(Pt([Pd(r,Ct,a)]))),u.aA);var t=e.a;return ah(n,Te(t,Id(Pd(r,Ct,a),t.cy)),u.aA)}()))}))))})),Hd=function(r){return Jn((function(e,n){return It(e,n,Rc(Pt([r])))}))},Gd=function(r){if(r.$)return Hd("impossible state in Combine.Num.unwrap");var e=r.a;return Sd(e)},Vd=ob("expected an int",Oh(Gd,Uh(Jo,Ns(fb,lb,"-?(?:0|[1-9]\\d*)")))),Fd=Oh((function(r){return eb(Sd(r),qd((function(e){return(n=e.$c()).a0=Ot(r,e.a0),n.fB=function(){if(qt(r,e.fB.fC)>0){var n=e.fB;return function(){var e=n.$c();return e.fC=r,e}()}return e.fB}(),n;var n})))}),Vd),Xd=Uh(Vo,Ns(fb,lb,"(`){3,}")),Wd=Jn((function(r,e){return(n=e.$c()).c0=r,n;var n})),Yd=Vh(qd(Wd(!1)),Dd((function(r){return xt(r.ga,Ct)?Sd(0):r.c0?Pb(Sd(0)):Pb(Ns(fb,lb,yb(r.ga)))}))),Zd=function(r){return Pt([r])},Jd=Uh(ut(Us,yb,ut(Us,pf(1),Zd)),ab(eb(Ns(fb,lb,"(.(?!```))*\\n?"),pb(Yd)),eb(Xd,pb(Yd)))),Qd=Jn((function(r,e){return r?"
"+e+"
":e})),Kd=ec,rv=(rc(Kd),Qn((function(r,e,n){var t=$f(r);if(t.$)return n;var a=t.a;return Ki(Kd,a,e,n)}))),ev=function(r,e){var n=fa("@@",r)?It(!0,!0,Xo(2,r)):fa("@-@",r)?It(!0,!1,Xo(3,r)):It(!1,!1,Xo(1,r)),t=n.a,a=n.b,u=n.c;return kh((function(r){return It(t,a,r)}),function(){switch(u){case"author":return mc(e.eW);case"date":return mc(e.fm);case"email":return mc(e.fF);case"version":return mc(e.bk);case"section":return mc(Nc(e.d2));case"uid":return mc(Nc(e.d2)+"_"+Nc(e.eA));default:return $h(u,e.dd)}}())},nv=(Jn(ev),function(r){return Pt(r.split(/\r\n|\r|\n/g))}),tv=function(r){var e=Qn((function(e,n,t){for(;;){var a=it(Ch,r,n,t);if(a.c.$)return It(n,t,so(e));var u=a.a,i=a.b,c=a.c.a;if(xt(t,i))return It(u,i,so(e));e=Ot(c,e),n=u,t=i}}));return Jn((function(r,n){var t=it(e,Ct,r,n),a=t.a,u=t.b,i=t.c;return It(a,u,Cc(i))}))},av=function(r){return Hh(tv(r),Uh($c,r))},uv=function(r,e){return Rt(e.a,r(e.b))},iv=Jn(uv),cv=function(r,e){return nb(e,Sd(r))},ov=Jn(cv),sv=Uh(ut(_l,"\\`","`"),Vh(ib("`"),eb(Ns(fb,lb,"([^`\n\\\\]*|\\\\`|\\\\)+"),ib("`")))),fv=vb(Pt([Vh(Xd,eb(Ns(fb,lb,"(([^`]+|(`[^`]+)|(``[^`]+))|\\n)+"),Xd)),sv,Ns(fb,lb,"[^),]+")])),lv=function(r,e,n){return Vh(e,eb(n,r))},hv=Qn(lv),bv=ib("("),dv=ib(")"),vv=ut(hv,bv,dv),pv=function(r,e){return Hh(tv(eb(e,r)),Uh($c,e))},gv=(Jn(pv),function(r,e){return nb(pv(r,e),Sd(Ct))}),mv=(Jn(gv),cv(Ct,lv(bv,dv,gv(ib(","),fv)))),wv=Ns(fb,lb,"\\w[\\w\\d._]+"),$v=Hh(cv(!1,ut(Bb,!0,ib("'"))),Uh(Qn((function(r,e,n){return Rt(Dt(r,n),e)})),Ns(fb,lb,"@-?@?"))),yv=Hh(wv,$v),kv=function(r){return Jn((function(e,n){return it(Ch,Sd(0),r,n)}))},xv=Hh(Hh(Dd(ut(Us,(function(r){return r.cE}),ut(Us,(function(r){return r.eY}),Sd))),Vh(Ns(fb,lb,"(\\)|[^)]*\\))"),Hh(Ns(fb,lb,"[^) ]*"),Uh(Qn((function(r,e,n){return Yl(r,Pt([Hb(n,e)]))})),Vh(ib("]("),mv))))),Uh($b,Hh(wv,Vh(ib("["),$v)))),_v=function(r,e,n){return new O(r,e,n)},Ev=(Qn(_v),function(r,e,n){var t=it(Ch,r,e,function(r){return _v(r,r,0)}(n));if(t.c.$){u=t.a,i=t.b;var a=t.c.a;return Rc(It(u,i,a))}var u=t.a,i=t.b,c=t.c.a;return Cc(It(u,i,c))}),Sv=(Qn(Ev),Hh(mv,Uh($b,yv))),qv=function(r){return xl("\t","\\t",xl("\n","\\n",xl("`","\\`",xl("'","\\'",xl('"','\\"',xl("\\","\\\\",r))))))},Av=ut(Bb,Rt(Rt("@uid",!1),Ct),eb(qd((function(r){var e,n=r.cE;return Ie(r,((e=n.$c()).eA=n.eA+1,e))})),ib("@uid"))),Tv=Jn((function(r,e){var n=e.a,t=e.b,a=e.c,u=Rv(n,r),i=u.a,c=u.b;return It(i,t+1,xl("@"+Nc(t),c,xl("@'"+Nc(t),qv(c),a)))})),Lv=function(r){var e=r.a,n=e.a,t=e.b,a=r.b;return Dd((function(r){var e=ev(n,r.cE);if(e.$)return Hd("macro definition not found");var u,i,c=e.a,o=c.a,s=c.b,f=c.c,l=xt(r.ga,Ct)?f:Uc("\n"+xl("*","",xl("?","",yb(r.ga))),nv(f)),h=Fc(Tv,It(r,0,l),a),b=h.a,d=h.c,v=(o?(i=s,ut(Us,ut(rv,"[*+`{}#^|$\\[\\]]",ut(Us,(function(r){return r.a9}),Pc("\\"))),ut(Us,ut(_l,"<","\\<"),ut(Us,ut(_l,">","\\>"),ut(Us,ut(_l,"\\\\`","`"),ut(Us,ut(_l,"\n","
"),ut(Us,ut(rv,"@[a-zA-Z]+[\\w\\d._\\-]*",(function(r){return"@input"!==r.a9?"@-"+r.a9:r.a9})),ut(Us,ut(_l,"\\
","
"),Qd(i))))))))):Mo)(t?qv(d):d);return eb(Sd(0),eb(kv(b),eb((u=Bc(-1*Vo(v)),Jn((function(r,e){return it(Ch,Sd(0),r,((n=e.$c()).bY=u(e.bY),n));var n}))),function(r){return Jn((function(e,n){return it(Ch,Sd(0),e,Ae(n,r(n.ge)))}))}(Pc(v)))))}))},Rv=function(r,e){var n=Ev(Uh(yb,av(nb(Ns(fb,lb,"@input[^@]+"),eb(Ns(fb,lb,"[^@]+"),Iv())))),r,e);if(n.$)return Rt(r,e);var t=n.a,a=t.a,u=t.b,i=t.c;return""===u.ge?Rt(a,i):uv(Pc(i),Rv(a,u.ge))};function Iv(){return Pb(pb(av(vb(Pt([Oh(Lv,Av),Oh(Lv,Sv),Oh(Lv,xv),zv()])))))}function zv(){return Oh((function(r){return Oh((function(e){return Oh((function(e){return Lv(Rt(r,e))}),Uh(Zl(e),Jd))}),Vh(Ns(fb,lb,"[\t ]*\\n"),mv))}),eb(yv,eb(Ns(fb,lb,"[\t ]*[a-zA-Z0-9_]*[\t ]*"),Xd)))}Jn(Rv);var Dv=Iv();Iv=function(){return Dv};var Cv=zv();zv=function(){return Cv};var Ov,Bv,Pv,jv=function(r,e){for(;;){if(r<=0)return e;if(!e.b)return e;e.a,r-=1,e=e.b}},Nv=(Jn(jv),qd((function(r){return(e=r.$c()).a0=jv(1,r.a0),e;var e}))),Uv=(Nv.f,Ns(fb,lb,"[\t ]+")),Mv=Pb(Oh(Md(!1),Vh(Nv,Hh(ab(Rb,ib("--\x3e")),Vh(Ns(fb,lb,"}}--[\t ]*"),Hh(pb(eb(Ns(fb,lb,"[A-Za-z0-9 ]+"),eb(Dv,Uv))),Uh(Qn((function(r,e,n){return It(r,e,Pt([Od(Ql(Ib(n)),Ct)]))})),eb(Fd,Ns(fb,lb,"\x3c!--[\t ]*--{{"))))))))),Hv=Pb(tv(nb(Pb(bb(Rb)),Mv))),Gv=Jn((function(r,e){var n=e.a,t=e.b;return Rt(n,"src"===n||"href"===n||"data"===n||"data-src"===n||"formaction"===n||"poster"===n?Hb(r,t):t)})),Vv=function(r){return Xc((function(r,e){var n=r.a,t=r.b;return ah(n,t,e)}),Is,r)},Fv=Vv(Pt([Rt("Aacute","Á"),Rt("aacute","á"),Rt("Abreve","Ă"),Rt("abreve","ă"),Rt("ac","∾"),Rt("acd","∿"),Rt("acE","∾̳"),Rt("Acirc","Â"),Rt("acirc","â"),Rt("acute","´"),Rt("Acy","А"),Rt("acy","а"),Rt("AElig","Æ"),Rt("aelig","æ"),Rt("af","⁡"),Rt("Afr","𝔄"),Rt("afr","𝔞"),Rt("Agrave","À"),Rt("agrave","à"),Rt("alefsym","ℵ"),Rt("aleph","ℵ"),Rt("Alpha","Α"),Rt("alpha","α"),Rt("Amacr","Ā"),Rt("amacr","ā"),Rt("amalg","⨿"),Rt("amp","&"),Rt("AMP","&"),Rt("andand","⩕"),Rt("And","⩓"),Rt("and","∧"),Rt("andd","⩜"),Rt("andslope","⩘"),Rt("andv","⩚"),Rt("ang","∠"),Rt("ange","⦤"),Rt("angle","∠"),Rt("angmsdaa","⦨"),Rt("angmsdab","⦩"),Rt("angmsdac","⦪"),Rt("angmsdad","⦫"),Rt("angmsdae","⦬"),Rt("angmsdaf","⦭"),Rt("angmsdag","⦮"),Rt("angmsdah","⦯"),Rt("angmsd","∡"),Rt("angrt","∟"),Rt("angrtvb","⊾"),Rt("angrtvbd","⦝"),Rt("angsph","∢"),Rt("angst","Å"),Rt("angzarr","⍼"),Rt("Aogon","Ą"),Rt("aogon","ą"),Rt("Aopf","𝔸"),Rt("aopf","𝕒"),Rt("apacir","⩯"),Rt("ap","≈"),Rt("apE","⩰"),Rt("ape","≊"),Rt("apid","≋"),Rt("apos","'"),Rt("ApplyFunction","⁡"),Rt("approx","≈"),Rt("approxeq","≊"),Rt("Aring","Å"),Rt("aring","å"),Rt("Ascr","𝒜"),Rt("ascr","𝒶"),Rt("Assign","≔"),Rt("ast","*"),Rt("asymp","≈"),Rt("asympeq","≍"),Rt("Atilde","Ã"),Rt("atilde","ã"),Rt("Auml","Ä"),Rt("auml","ä"),Rt("awconint","∳"),Rt("awint","⨑"),Rt("backcong","≌"),Rt("backepsilon","϶"),Rt("backprime","‵"),Rt("backsim","∽"),Rt("backsimeq","⋍"),Rt("Backslash","∖"),Rt("Barv","⫧"),Rt("barvee","⊽"),Rt("barwed","⌅"),Rt("Barwed","⌆"),Rt("barwedge","⌅"),Rt("bbrk","⎵"),Rt("bbrktbrk","⎶"),Rt("bcong","≌"),Rt("Bcy","Б"),Rt("bcy","б"),Rt("bdquo","„"),Rt("becaus","∵"),Rt("because","∵"),Rt("Because","∵"),Rt("bemptyv","⦰"),Rt("bepsi","϶"),Rt("bernou","ℬ"),Rt("Bernoullis","ℬ"),Rt("Beta","Β"),Rt("beta","β"),Rt("beth","ℶ"),Rt("between","≬"),Rt("Bfr","𝔅"),Rt("bfr","𝔟"),Rt("bigcap","⋂"),Rt("bigcirc","◯"),Rt("bigcup","⋃"),Rt("bigodot","⨀"),Rt("bigoplus","⨁"),Rt("bigotimes","⨂"),Rt("bigsqcup","⨆"),Rt("bigstar","★"),Rt("bigtriangledown","▽"),Rt("bigtriangleup","△"),Rt("biguplus","⨄"),Rt("bigvee","⋁"),Rt("bigwedge","⋀"),Rt("bkarow","⤍"),Rt("blacklozenge","⧫"),Rt("blacksquare","▪"),Rt("blacktriangle","▴"),Rt("blacktriangledown","▾"),Rt("blacktriangleleft","◂"),Rt("blacktriangleright","▸"),Rt("blank","␣"),Rt("blk12","▒"),Rt("blk14","░"),Rt("blk34","▓"),Rt("block","█"),Rt("bne","=⃥"),Rt("bnequiv","≡⃥"),Rt("bNot","⫭"),Rt("bnot","⌐"),Rt("Bopf","𝔹"),Rt("bopf","𝕓"),Rt("bot","⊥"),Rt("bottom","⊥"),Rt("bowtie","⋈"),Rt("boxbox","⧉"),Rt("boxdl","┐"),Rt("boxdL","╕"),Rt("boxDl","╖"),Rt("boxDL","╗"),Rt("boxdr","┌"),Rt("boxdR","╒"),Rt("boxDr","╓"),Rt("boxDR","╔"),Rt("boxh","─"),Rt("boxH","═"),Rt("boxhd","┬"),Rt("boxHd","╤"),Rt("boxhD","╥"),Rt("boxHD","╦"),Rt("boxhu","┴"),Rt("boxHu","╧"),Rt("boxhU","╨"),Rt("boxHU","╩"),Rt("boxminus","⊟"),Rt("boxplus","⊞"),Rt("boxtimes","⊠"),Rt("boxul","┘"),Rt("boxuL","╛"),Rt("boxUl","╜"),Rt("boxUL","╝"),Rt("boxur","└"),Rt("boxuR","╘"),Rt("boxUr","╙"),Rt("boxUR","╚"),Rt("boxv","│"),Rt("boxV","║"),Rt("boxvh","┼"),Rt("boxvH","╪"),Rt("boxVh","╫"),Rt("boxVH","╬"),Rt("boxvl","┤"),Rt("boxvL","╡"),Rt("boxVl","╢"),Rt("boxVL","╣"),Rt("boxvr","├"),Rt("boxvR","╞"),Rt("boxVr","╟"),Rt("boxVR","╠"),Rt("bprime","‵"),Rt("breve","˘"),Rt("Breve","˘"),Rt("brvbar","¦"),Rt("bscr","𝒷"),Rt("Bscr","ℬ"),Rt("bsemi","⁏"),Rt("bsim","∽"),Rt("bsime","⋍"),Rt("bsolb","⧅"),Rt("bsol","\\"),Rt("bsolhsub","⟈"),Rt("bull","•"),Rt("bullet","•"),Rt("bump","≎"),Rt("bumpE","⪮"),Rt("bumpe","≏"),Rt("Bumpeq","≎"),Rt("bumpeq","≏"),Rt("Cacute","Ć"),Rt("cacute","ć"),Rt("capand","⩄"),Rt("capbrcup","⩉"),Rt("capcap","⩋"),Rt("cap","∩"),Rt("Cap","⋒"),Rt("capcup","⩇"),Rt("capdot","⩀"),Rt("CapitalDifferentialD","ⅅ"),Rt("caps","∩︀"),Rt("caret","⁁"),Rt("caron","ˇ"),Rt("Cayleys","ℭ"),Rt("ccaps","⩍"),Rt("Ccaron","Č"),Rt("ccaron","č"),Rt("Ccedil","Ç"),Rt("ccedil","ç"),Rt("Ccirc","Ĉ"),Rt("ccirc","ĉ"),Rt("Cconint","∰"),Rt("ccups","⩌"),Rt("ccupssm","⩐"),Rt("Cdot","Ċ"),Rt("cdot","ċ"),Rt("cedil","¸"),Rt("Cedilla","¸"),Rt("cemptyv","⦲"),Rt("cent","¢"),Rt("centerdot","·"),Rt("CenterDot","·"),Rt("cfr","𝔠"),Rt("Cfr","ℭ"),Rt("CHcy","Ч"),Rt("chcy","ч"),Rt("check","✓"),Rt("checkmark","✓"),Rt("Chi","Χ"),Rt("chi","χ"),Rt("circ","ˆ"),Rt("circeq","≗"),Rt("circlearrowleft","↺"),Rt("circlearrowright","↻"),Rt("circledast","⊛"),Rt("circledcirc","⊚"),Rt("circleddash","⊝"),Rt("CircleDot","⊙"),Rt("circledR","®"),Rt("circledS","Ⓢ"),Rt("CircleMinus","⊖"),Rt("CirclePlus","⊕"),Rt("CircleTimes","⊗"),Rt("cir","○"),Rt("cirE","⧃"),Rt("cire","≗"),Rt("cirfnint","⨐"),Rt("cirmid","⫯"),Rt("cirscir","⧂"),Rt("ClockwiseContourIntegral","∲"),Rt("CloseCurlyDoubleQuote","”"),Rt("CloseCurlyQuote","’"),Rt("clubs","♣"),Rt("clubsuit","♣"),Rt("colon",":"),Rt("Colon","∷"),Rt("Colone","⩴"),Rt("colone","≔"),Rt("coloneq","≔"),Rt("comma",","),Rt("commat","@"),Rt("comp","∁"),Rt("compfn","∘"),Rt("complement","∁"),Rt("complexes","ℂ"),Rt("cong","≅"),Rt("congdot","⩭"),Rt("Congruent","≡"),Rt("conint","∮"),Rt("Conint","∯"),Rt("ContourIntegral","∮"),Rt("copf","𝕔"),Rt("Copf","ℂ"),Rt("coprod","∐"),Rt("Coproduct","∐"),Rt("copy","©"),Rt("COPY","©"),Rt("copysr","℗"),Rt("CounterClockwiseContourIntegral","∳"),Rt("crarr","↵"),Rt("cross","✗"),Rt("Cross","⨯"),Rt("Cscr","𝒞"),Rt("cscr","𝒸"),Rt("csub","⫏"),Rt("csube","⫑"),Rt("csup","⫐"),Rt("csupe","⫒"),Rt("ctdot","⋯"),Rt("cudarrl","⤸"),Rt("cudarrr","⤵"),Rt("cuepr","⋞"),Rt("cuesc","⋟"),Rt("cularr","↶"),Rt("cularrp","⤽"),Rt("cupbrcap","⩈"),Rt("cupcap","⩆"),Rt("CupCap","≍"),Rt("cup","∪"),Rt("Cup","⋓"),Rt("cupcup","⩊"),Rt("cupdot","⊍"),Rt("cupor","⩅"),Rt("cups","∪︀"),Rt("curarr","↷"),Rt("curarrm","⤼"),Rt("curlyeqprec","⋞"),Rt("curlyeqsucc","⋟"),Rt("curlyvee","⋎"),Rt("curlywedge","⋏"),Rt("curren","¤"),Rt("curvearrowleft","↶"),Rt("curvearrowright","↷"),Rt("cuvee","⋎"),Rt("cuwed","⋏"),Rt("cwconint","∲"),Rt("cwint","∱"),Rt("cylcty","⌭"),Rt("dagger","†"),Rt("Dagger","‡"),Rt("daleth","ℸ"),Rt("darr","↓"),Rt("Darr","↡"),Rt("dArr","⇓"),Rt("dash","‐"),Rt("Dashv","⫤"),Rt("dashv","⊣"),Rt("dbkarow","⤏"),Rt("dblac","˝"),Rt("Dcaron","Ď"),Rt("dcaron","ď"),Rt("Dcy","Д"),Rt("dcy","д"),Rt("ddagger","‡"),Rt("ddarr","⇊"),Rt("DD","ⅅ"),Rt("dd","ⅆ"),Rt("DDotrahd","⤑"),Rt("ddotseq","⩷"),Rt("deg","°"),Rt("Del","∇"),Rt("Delta","Δ"),Rt("delta","δ"),Rt("demptyv","⦱"),Rt("dfisht","⥿"),Rt("Dfr","𝔇"),Rt("dfr","𝔡"),Rt("dHar","⥥"),Rt("dharl","⇃"),Rt("dharr","⇂"),Rt("DiacriticalAcute","´"),Rt("DiacriticalDot","˙"),Rt("DiacriticalDoubleAcute","˝"),Rt("DiacriticalGrave","`"),Rt("DiacriticalTilde","˜"),Rt("diam","⋄"),Rt("diamond","⋄"),Rt("Diamond","⋄"),Rt("diamondsuit","♦"),Rt("diams","♦"),Rt("die","¨"),Rt("DifferentialD","ⅆ"),Rt("digamma","ϝ"),Rt("disin","⋲"),Rt("div","÷"),Rt("divide","÷"),Rt("divideontimes","⋇"),Rt("divonx","⋇"),Rt("DJcy","Ђ"),Rt("djcy","ђ"),Rt("dlcorn","⌞"),Rt("dlcrop","⌍"),Rt("dollar","$"),Rt("Dopf","𝔻"),Rt("dopf","𝕕"),Rt("Dot","¨"),Rt("dot","˙"),Rt("DotDot","⃜"),Rt("doteq","≐"),Rt("doteqdot","≑"),Rt("DotEqual","≐"),Rt("dotminus","∸"),Rt("dotplus","∔"),Rt("dotsquare","⊡"),Rt("doublebarwedge","⌆"),Rt("DoubleContourIntegral","∯"),Rt("DoubleDot","¨"),Rt("DoubleDownArrow","⇓"),Rt("DoubleLeftArrow","⇐"),Rt("DoubleLeftRightArrow","⇔"),Rt("DoubleLeftTee","⫤"),Rt("DoubleLongLeftArrow","⟸"),Rt("DoubleLongLeftRightArrow","⟺"),Rt("DoubleLongRightArrow","⟹"),Rt("DoubleRightArrow","⇒"),Rt("DoubleRightTee","⊨"),Rt("DoubleUpArrow","⇑"),Rt("DoubleUpDownArrow","⇕"),Rt("DoubleVerticalBar","∥"),Rt("DownArrowBar","⤓"),Rt("downarrow","↓"),Rt("DownArrow","↓"),Rt("Downarrow","⇓"),Rt("DownArrowUpArrow","⇵"),Rt("DownBreve","̑"),Rt("downdownarrows","⇊"),Rt("downharpoonleft","⇃"),Rt("downharpoonright","⇂"),Rt("DownLeftRightVector","⥐"),Rt("DownLeftTeeVector","⥞"),Rt("DownLeftVectorBar","⥖"),Rt("DownLeftVector","↽"),Rt("DownRightTeeVector","⥟"),Rt("DownRightVectorBar","⥗"),Rt("DownRightVector","⇁"),Rt("DownTeeArrow","↧"),Rt("DownTee","⊤"),Rt("drbkarow","⤐"),Rt("drcorn","⌟"),Rt("drcrop","⌌"),Rt("Dscr","𝒟"),Rt("dscr","𝒹"),Rt("DScy","Ѕ"),Rt("dscy","ѕ"),Rt("dsol","⧶"),Rt("Dstrok","Đ"),Rt("dstrok","đ"),Rt("dtdot","⋱"),Rt("dtri","▿"),Rt("dtrif","▾"),Rt("duarr","⇵"),Rt("duhar","⥯"),Rt("dwangle","⦦"),Rt("DZcy","Џ"),Rt("dzcy","џ"),Rt("dzigrarr","⟿"),Rt("Eacute","É"),Rt("eacute","é"),Rt("easter","⩮"),Rt("Ecaron","Ě"),Rt("ecaron","ě"),Rt("Ecirc","Ê"),Rt("ecirc","ê"),Rt("ecir","≖"),Rt("ecolon","≕"),Rt("Ecy","Э"),Rt("ecy","э"),Rt("eDDot","⩷"),Rt("Edot","Ė"),Rt("edot","ė"),Rt("eDot","≑"),Rt("ee","ⅇ"),Rt("efDot","≒"),Rt("Efr","𝔈"),Rt("efr","𝔢"),Rt("eg","⪚"),Rt("Egrave","È"),Rt("egrave","è"),Rt("egs","⪖"),Rt("egsdot","⪘"),Rt("el","⪙"),Rt("Element","∈"),Rt("elinters","⏧"),Rt("ell","ℓ"),Rt("els","⪕"),Rt("elsdot","⪗"),Rt("Emacr","Ē"),Rt("emacr","ē"),Rt("empty","∅"),Rt("emptyset","∅"),Rt("EmptySmallSquare","◻"),Rt("emptyv","∅"),Rt("EmptyVerySmallSquare","▫"),Rt("emsp13"," "),Rt("emsp14"," "),Rt("emsp"," "),Rt("ENG","Ŋ"),Rt("eng","ŋ"),Rt("ensp"," "),Rt("Eogon","Ę"),Rt("eogon","ę"),Rt("Eopf","𝔼"),Rt("eopf","𝕖"),Rt("epar","⋕"),Rt("eparsl","⧣"),Rt("eplus","⩱"),Rt("epsi","ε"),Rt("Epsilon","Ε"),Rt("epsilon","ε"),Rt("epsiv","ϵ"),Rt("eqcirc","≖"),Rt("eqcolon","≕"),Rt("eqsim","≂"),Rt("eqslantgtr","⪖"),Rt("eqslantless","⪕"),Rt("Equal","⩵"),Rt("equals","="),Rt("EqualTilde","≂"),Rt("equest","≟"),Rt("Equilibrium","⇌"),Rt("equiv","≡"),Rt("equivDD","⩸"),Rt("eqvparsl","⧥"),Rt("erarr","⥱"),Rt("erDot","≓"),Rt("escr","ℯ"),Rt("Escr","ℰ"),Rt("esdot","≐"),Rt("Esim","⩳"),Rt("esim","≂"),Rt("Eta","Η"),Rt("eta","η"),Rt("ETH","Ð"),Rt("eth","ð"),Rt("Euml","Ë"),Rt("euml","ë"),Rt("euro","€"),Rt("excl","!"),Rt("exist","∃"),Rt("Exists","∃"),Rt("expectation","ℰ"),Rt("exponentiale","ⅇ"),Rt("ExponentialE","ⅇ"),Rt("fallingdotseq","≒"),Rt("Fcy","Ф"),Rt("fcy","ф"),Rt("female","♀"),Rt("ffilig","ffi"),Rt("fflig","ff"),Rt("ffllig","ffl"),Rt("Ffr","𝔉"),Rt("ffr","𝔣"),Rt("filig","fi"),Rt("FilledSmallSquare","◼"),Rt("FilledVerySmallSquare","▪"),Rt("fjlig","fj"),Rt("flat","♭"),Rt("fllig","fl"),Rt("fltns","▱"),Rt("fnof","ƒ"),Rt("Fopf","𝔽"),Rt("fopf","𝕗"),Rt("forall","∀"),Rt("ForAll","∀"),Rt("fork","⋔"),Rt("forkv","⫙"),Rt("Fouriertrf","ℱ"),Rt("fpartint","⨍"),Rt("frac12","½"),Rt("frac13","⅓"),Rt("frac14","¼"),Rt("frac15","⅕"),Rt("frac16","⅙"),Rt("frac18","⅛"),Rt("frac23","⅔"),Rt("frac25","⅖"),Rt("frac34","¾"),Rt("frac35","⅗"),Rt("frac38","⅜"),Rt("frac45","⅘"),Rt("frac56","⅚"),Rt("frac58","⅝"),Rt("frac78","⅞"),Rt("frasl","⁄"),Rt("frown","⌢"),Rt("fscr","𝒻"),Rt("Fscr","ℱ"),Rt("gacute","ǵ"),Rt("Gamma","Γ"),Rt("gamma","γ"),Rt("Gammad","Ϝ"),Rt("gammad","ϝ"),Rt("gap","⪆"),Rt("Gbreve","Ğ"),Rt("gbreve","ğ"),Rt("Gcedil","Ģ"),Rt("Gcirc","Ĝ"),Rt("gcirc","ĝ"),Rt("Gcy","Г"),Rt("gcy","г"),Rt("Gdot","Ġ"),Rt("gdot","ġ"),Rt("ge","≥"),Rt("gE","≧"),Rt("gEl","⪌"),Rt("gel","⋛"),Rt("geq","≥"),Rt("geqq","≧"),Rt("geqslant","⩾"),Rt("gescc","⪩"),Rt("ges","⩾"),Rt("gesdot","⪀"),Rt("gesdoto","⪂"),Rt("gesdotol","⪄"),Rt("gesl","⋛︀"),Rt("gesles","⪔"),Rt("Gfr","𝔊"),Rt("gfr","𝔤"),Rt("gg","≫"),Rt("Gg","⋙"),Rt("ggg","⋙"),Rt("gimel","ℷ"),Rt("GJcy","Ѓ"),Rt("gjcy","ѓ"),Rt("gla","⪥"),Rt("gl","≷"),Rt("glE","⪒"),Rt("glj","⪤"),Rt("gnap","⪊"),Rt("gnapprox","⪊"),Rt("gne","⪈"),Rt("gnE","≩"),Rt("gneq","⪈"),Rt("gneqq","≩"),Rt("gnsim","⋧"),Rt("Gopf","𝔾"),Rt("gopf","𝕘"),Rt("grave","`"),Rt("GreaterEqual","≥"),Rt("GreaterEqualLess","⋛"),Rt("GreaterFullEqual","≧"),Rt("GreaterGreater","⪢"),Rt("GreaterLess","≷"),Rt("GreaterSlantEqual","⩾"),Rt("GreaterTilde","≳"),Rt("Gscr","𝒢"),Rt("gscr","ℊ"),Rt("gsim","≳"),Rt("gsime","⪎"),Rt("gsiml","⪐"),Rt("gtcc","⪧"),Rt("gtcir","⩺"),Rt("gt",">"),Rt("GT",">"),Rt("Gt","≫"),Rt("gtdot","⋗"),Rt("gtlPar","⦕"),Rt("gtquest","⩼"),Rt("gtrapprox","⪆"),Rt("gtrarr","⥸"),Rt("gtrdot","⋗"),Rt("gtreqless","⋛"),Rt("gtreqqless","⪌"),Rt("gtrless","≷"),Rt("gtrsim","≳"),Rt("gvertneqq","≩︀"),Rt("gvnE","≩︀"),Rt("Hacek","ˇ"),Rt("hairsp"," "),Rt("half","½"),Rt("hamilt","ℋ"),Rt("HARDcy","Ъ"),Rt("hardcy","ъ"),Rt("harrcir","⥈"),Rt("harr","↔"),Rt("hArr","⇔"),Rt("harrw","↭"),Rt("Hat","^"),Rt("hbar","ℏ"),Rt("Hcirc","Ĥ"),Rt("hcirc","ĥ"),Rt("hearts","♥"),Rt("heartsuit","♥"),Rt("hellip","…"),Rt("hercon","⊹"),Rt("hfr","𝔥"),Rt("Hfr","ℌ"),Rt("HilbertSpace","ℋ"),Rt("hksearow","⤥"),Rt("hkswarow","⤦"),Rt("hoarr","⇿"),Rt("homtht","∻"),Rt("hookleftarrow","↩"),Rt("hookrightarrow","↪"),Rt("hopf","𝕙"),Rt("Hopf","ℍ"),Rt("horbar","―"),Rt("HorizontalLine","─"),Rt("hscr","𝒽"),Rt("Hscr","ℋ"),Rt("hslash","ℏ"),Rt("Hstrok","Ħ"),Rt("hstrok","ħ"),Rt("HumpDownHump","≎"),Rt("HumpEqual","≏"),Rt("hybull","⁃"),Rt("hyphen","‐"),Rt("Iacute","Í"),Rt("iacute","í"),Rt("ic","⁣"),Rt("Icirc","Î"),Rt("icirc","î"),Rt("Icy","И"),Rt("icy","и"),Rt("Idot","İ"),Rt("IEcy","Е"),Rt("iecy","е"),Rt("iexcl","¡"),Rt("iff","⇔"),Rt("ifr","𝔦"),Rt("Ifr","ℑ"),Rt("Igrave","Ì"),Rt("igrave","ì"),Rt("ii","ⅈ"),Rt("iiiint","⨌"),Rt("iiint","∭"),Rt("iinfin","⧜"),Rt("iiota","℩"),Rt("IJlig","IJ"),Rt("ijlig","ij"),Rt("Imacr","Ī"),Rt("imacr","ī"),Rt("image","ℑ"),Rt("ImaginaryI","ⅈ"),Rt("imagline","ℐ"),Rt("imagpart","ℑ"),Rt("imath","ı"),Rt("Im","ℑ"),Rt("imof","⊷"),Rt("imped","Ƶ"),Rt("Implies","⇒"),Rt("incare","℅"),Rt("in","∈"),Rt("infin","∞"),Rt("infintie","⧝"),Rt("inodot","ı"),Rt("intcal","⊺"),Rt("int","∫"),Rt("Int","∬"),Rt("integers","ℤ"),Rt("Integral","∫"),Rt("intercal","⊺"),Rt("Intersection","⋂"),Rt("intlarhk","⨗"),Rt("intprod","⨼"),Rt("InvisibleComma","⁣"),Rt("InvisibleTimes","⁢"),Rt("IOcy","Ё"),Rt("iocy","ё"),Rt("Iogon","Į"),Rt("iogon","į"),Rt("Iopf","𝕀"),Rt("iopf","𝕚"),Rt("Iota","Ι"),Rt("iota","ι"),Rt("iprod","⨼"),Rt("iquest","¿"),Rt("iscr","𝒾"),Rt("Iscr","ℐ"),Rt("isin","∈"),Rt("isindot","⋵"),Rt("isinE","⋹"),Rt("isins","⋴"),Rt("isinsv","⋳"),Rt("isinv","∈"),Rt("it","⁢"),Rt("Itilde","Ĩ"),Rt("itilde","ĩ"),Rt("Iukcy","І"),Rt("iukcy","і"),Rt("Iuml","Ï"),Rt("iuml","ï"),Rt("Jcirc","Ĵ"),Rt("jcirc","ĵ"),Rt("Jcy","Й"),Rt("jcy","й"),Rt("Jfr","𝔍"),Rt("jfr","𝔧"),Rt("jmath","ȷ"),Rt("Jopf","𝕁"),Rt("jopf","𝕛"),Rt("Jscr","𝒥"),Rt("jscr","𝒿"),Rt("Jsercy","Ј"),Rt("jsercy","ј"),Rt("Jukcy","Є"),Rt("jukcy","є"),Rt("Kappa","Κ"),Rt("kappa","κ"),Rt("kappav","ϰ"),Rt("Kcedil","Ķ"),Rt("kcedil","ķ"),Rt("Kcy","К"),Rt("kcy","к"),Rt("Kfr","𝔎"),Rt("kfr","𝔨"),Rt("kgreen","ĸ"),Rt("KHcy","Х"),Rt("khcy","х"),Rt("KJcy","Ќ"),Rt("kjcy","ќ"),Rt("Kopf","𝕂"),Rt("kopf","𝕜"),Rt("Kscr","𝒦"),Rt("kscr","𝓀"),Rt("lAarr","⇚"),Rt("Lacute","Ĺ"),Rt("lacute","ĺ"),Rt("laemptyv","⦴"),Rt("lagran","ℒ"),Rt("Lambda","Λ"),Rt("lambda","λ"),Rt("lang","⟨"),Rt("Lang","⟪"),Rt("langd","⦑"),Rt("langle","⟨"),Rt("lap","⪅"),Rt("Laplacetrf","ℒ"),Rt("laquo","«"),Rt("larrb","⇤"),Rt("larrbfs","⤟"),Rt("larr","←"),Rt("Larr","↞"),Rt("lArr","⇐"),Rt("larrfs","⤝"),Rt("larrhk","↩"),Rt("larrlp","↫"),Rt("larrpl","⤹"),Rt("larrsim","⥳"),Rt("larrtl","↢"),Rt("latail","⤙"),Rt("lAtail","⤛"),Rt("lat","⪫"),Rt("late","⪭"),Rt("lates","⪭︀"),Rt("lbarr","⤌"),Rt("lBarr","⤎"),Rt("lbbrk","❲"),Rt("lbrace","{"),Rt("lbrack","["),Rt("lbrke","⦋"),Rt("lbrksld","⦏"),Rt("lbrkslu","⦍"),Rt("Lcaron","Ľ"),Rt("lcaron","ľ"),Rt("Lcedil","Ļ"),Rt("lcedil","ļ"),Rt("lceil","⌈"),Rt("lcub","{"),Rt("Lcy","Л"),Rt("lcy","л"),Rt("ldca","⤶"),Rt("ldquo","“"),Rt("ldquor","„"),Rt("ldrdhar","⥧"),Rt("ldrushar","⥋"),Rt("ldsh","↲"),Rt("le","≤"),Rt("lE","≦"),Rt("LeftAngleBracket","⟨"),Rt("LeftArrowBar","⇤"),Rt("leftarrow","←"),Rt("LeftArrow","←"),Rt("Leftarrow","⇐"),Rt("LeftArrowRightArrow","⇆"),Rt("leftarrowtail","↢"),Rt("LeftCeiling","⌈"),Rt("LeftDoubleBracket","⟦"),Rt("LeftDownTeeVector","⥡"),Rt("LeftDownVectorBar","⥙"),Rt("LeftDownVector","⇃"),Rt("LeftFloor","⌊"),Rt("leftharpoondown","↽"),Rt("leftharpoonup","↼"),Rt("leftleftarrows","⇇"),Rt("leftrightarrow","↔"),Rt("LeftRightArrow","↔"),Rt("Leftrightarrow","⇔"),Rt("leftrightarrows","⇆"),Rt("leftrightharpoons","⇋"),Rt("leftrightsquigarrow","↭"),Rt("LeftRightVector","⥎"),Rt("LeftTeeArrow","↤"),Rt("LeftTee","⊣"),Rt("LeftTeeVector","⥚"),Rt("leftthreetimes","⋋"),Rt("LeftTriangleBar","⧏"),Rt("LeftTriangle","⊲"),Rt("LeftTriangleEqual","⊴"),Rt("LeftUpDownVector","⥑"),Rt("LeftUpTeeVector","⥠"),Rt("LeftUpVectorBar","⥘"),Rt("LeftUpVector","↿"),Rt("LeftVectorBar","⥒"),Rt("LeftVector","↼"),Rt("lEg","⪋"),Rt("leg","⋚"),Rt("leq","≤"),Rt("leqq","≦"),Rt("leqslant","⩽"),Rt("lescc","⪨"),Rt("les","⩽"),Rt("lesdot","⩿"),Rt("lesdoto","⪁"),Rt("lesdotor","⪃"),Rt("lesg","⋚︀"),Rt("lesges","⪓"),Rt("lessapprox","⪅"),Rt("lessdot","⋖"),Rt("lesseqgtr","⋚"),Rt("lesseqqgtr","⪋"),Rt("LessEqualGreater","⋚"),Rt("LessFullEqual","≦"),Rt("LessGreater","≶"),Rt("lessgtr","≶"),Rt("LessLess","⪡"),Rt("lesssim","≲"),Rt("LessSlantEqual","⩽"),Rt("LessTilde","≲"),Rt("lfisht","⥼"),Rt("lfloor","⌊"),Rt("Lfr","𝔏"),Rt("lfr","𝔩"),Rt("lg","≶"),Rt("lgE","⪑"),Rt("lHar","⥢"),Rt("lhard","↽"),Rt("lharu","↼"),Rt("lharul","⥪"),Rt("lhblk","▄"),Rt("LJcy","Љ"),Rt("ljcy","љ"),Rt("llarr","⇇"),Rt("ll","≪"),Rt("Ll","⋘"),Rt("llcorner","⌞"),Rt("Lleftarrow","⇚"),Rt("llhard","⥫"),Rt("lltri","◺"),Rt("Lmidot","Ŀ"),Rt("lmidot","ŀ"),Rt("lmoustache","⎰"),Rt("lmoust","⎰"),Rt("lnap","⪉"),Rt("lnapprox","⪉"),Rt("lne","⪇"),Rt("lnE","≨"),Rt("lneq","⪇"),Rt("lneqq","≨"),Rt("lnsim","⋦"),Rt("loang","⟬"),Rt("loarr","⇽"),Rt("lobrk","⟦"),Rt("longleftarrow","⟵"),Rt("LongLeftArrow","⟵"),Rt("Longleftarrow","⟸"),Rt("longleftrightarrow","⟷"),Rt("LongLeftRightArrow","⟷"),Rt("Longleftrightarrow","⟺"),Rt("longmapsto","⟼"),Rt("longrightarrow","⟶"),Rt("LongRightArrow","⟶"),Rt("Longrightarrow","⟹"),Rt("looparrowleft","↫"),Rt("looparrowright","↬"),Rt("lopar","⦅"),Rt("Lopf","𝕃"),Rt("lopf","𝕝"),Rt("loplus","⨭"),Rt("lotimes","⨴"),Rt("lowast","∗"),Rt("lowbar","_"),Rt("LowerLeftArrow","↙"),Rt("LowerRightArrow","↘"),Rt("loz","◊"),Rt("lozenge","◊"),Rt("lozf","⧫"),Rt("lpar","("),Rt("lparlt","⦓"),Rt("lrarr","⇆"),Rt("lrcorner","⌟"),Rt("lrhar","⇋"),Rt("lrhard","⥭"),Rt("lrm","‎"),Rt("lrtri","⊿"),Rt("lsaquo","‹"),Rt("lscr","𝓁"),Rt("Lscr","ℒ"),Rt("lsh","↰"),Rt("Lsh","↰"),Rt("lsim","≲"),Rt("lsime","⪍"),Rt("lsimg","⪏"),Rt("lsqb","["),Rt("lsquo","‘"),Rt("lsquor","‚"),Rt("Lstrok","Ł"),Rt("lstrok","ł"),Rt("ltcc","⪦"),Rt("ltcir","⩹"),Rt("lt","<"),Rt("LT","<"),Rt("Lt","≪"),Rt("ltdot","⋖"),Rt("lthree","⋋"),Rt("ltimes","⋉"),Rt("ltlarr","⥶"),Rt("ltquest","⩻"),Rt("ltri","◃"),Rt("ltrie","⊴"),Rt("ltrif","◂"),Rt("ltrPar","⦖"),Rt("lurdshar","⥊"),Rt("luruhar","⥦"),Rt("lvertneqq","≨︀"),Rt("lvnE","≨︀"),Rt("macr","¯"),Rt("male","♂"),Rt("malt","✠"),Rt("maltese","✠"),Rt("Map","⤅"),Rt("map","↦"),Rt("mapsto","↦"),Rt("mapstodown","↧"),Rt("mapstoleft","↤"),Rt("mapstoup","↥"),Rt("marker","▮"),Rt("mcomma","⨩"),Rt("Mcy","М"),Rt("mcy","м"),Rt("mdash","—"),Rt("mDDot","∺"),Rt("measuredangle","∡"),Rt("MediumSpace"," "),Rt("Mellintrf","ℳ"),Rt("Mfr","𝔐"),Rt("mfr","𝔪"),Rt("mho","℧"),Rt("micro","µ"),Rt("midast","*"),Rt("midcir","⫰"),Rt("mid","∣"),Rt("middot","·"),Rt("minusb","⊟"),Rt("minus","−"),Rt("minusd","∸"),Rt("minusdu","⨪"),Rt("MinusPlus","∓"),Rt("mlcp","⫛"),Rt("mldr","…"),Rt("mnplus","∓"),Rt("models","⊧"),Rt("Mopf","𝕄"),Rt("mopf","𝕞"),Rt("mp","∓"),Rt("mscr","𝓂"),Rt("Mscr","ℳ"),Rt("mstpos","∾"),Rt("Mu","Μ"),Rt("mu","μ"),Rt("multimap","⊸"),Rt("mumap","⊸"),Rt("nabla","∇"),Rt("Nacute","Ń"),Rt("nacute","ń"),Rt("nang","∠⃒"),Rt("nap","≉"),Rt("napE","⩰̸"),Rt("napid","≋̸"),Rt("napos","ʼn"),Rt("napprox","≉"),Rt("natural","♮"),Rt("naturals","ℕ"),Rt("natur","♮"),Rt("nbsp"," "),Rt("nbump","≎̸"),Rt("nbumpe","≏̸"),Rt("ncap","⩃"),Rt("Ncaron","Ň"),Rt("ncaron","ň"),Rt("Ncedil","Ņ"),Rt("ncedil","ņ"),Rt("ncong","≇"),Rt("ncongdot","⩭̸"),Rt("ncup","⩂"),Rt("Ncy","Н"),Rt("ncy","н"),Rt("ndash","–"),Rt("nearhk","⤤"),Rt("nearr","↗"),Rt("neArr","⇗"),Rt("nearrow","↗"),Rt("ne","≠"),Rt("nedot","≐̸"),Rt("NegativeMediumSpace","​"),Rt("NegativeThickSpace","​"),Rt("NegativeThinSpace","​"),Rt("NegativeVeryThinSpace","​"),Rt("nequiv","≢"),Rt("nesear","⤨"),Rt("nesim","≂̸"),Rt("NestedGreaterGreater","≫"),Rt("NestedLessLess","≪"),Rt("NewLine","\n"),Rt("nexist","∄"),Rt("nexists","∄"),Rt("Nfr","𝔑"),Rt("nfr","𝔫"),Rt("ngE","≧̸"),Rt("nge","≱"),Rt("ngeq","≱"),Rt("ngeqq","≧̸"),Rt("ngeqslant","⩾̸"),Rt("nges","⩾̸"),Rt("nGg","⋙̸"),Rt("ngsim","≵"),Rt("nGt","≫⃒"),Rt("ngt","≯"),Rt("ngtr","≯"),Rt("nGtv","≫̸"),Rt("nharr","↮"),Rt("nhArr","⇎"),Rt("nhpar","⫲"),Rt("ni","∋"),Rt("nis","⋼"),Rt("nisd","⋺"),Rt("niv","∋"),Rt("NJcy","Њ"),Rt("njcy","њ"),Rt("nlarr","↚"),Rt("nlArr","⇍"),Rt("nldr","‥"),Rt("nlE","≦̸"),Rt("nle","≰"),Rt("nleftarrow","↚"),Rt("nLeftarrow","⇍"),Rt("nleftrightarrow","↮"),Rt("nLeftrightarrow","⇎"),Rt("nleq","≰"),Rt("nleqq","≦̸"),Rt("nleqslant","⩽̸"),Rt("nles","⩽̸"),Rt("nless","≮"),Rt("nLl","⋘̸"),Rt("nlsim","≴"),Rt("nLt","≪⃒"),Rt("nlt","≮"),Rt("nltri","⋪"),Rt("nltrie","⋬"),Rt("nLtv","≪̸"),Rt("nmid","∤"),Rt("NoBreak","⁠"),Rt("NonBreakingSpace"," "),Rt("nopf","𝕟"),Rt("Nopf","ℕ"),Rt("Not","⫬"),Rt("not","¬"),Rt("NotCongruent","≢"),Rt("NotCupCap","≭"),Rt("NotDoubleVerticalBar","∦"),Rt("NotElement","∉"),Rt("NotEqual","≠"),Rt("NotEqualTilde","≂̸"),Rt("NotExists","∄"),Rt("NotGreater","≯"),Rt("NotGreaterEqual","≱"),Rt("NotGreaterFullEqual","≧̸"),Rt("NotGreaterGreater","≫̸"),Rt("NotGreaterLess","≹"),Rt("NotGreaterSlantEqual","⩾̸"),Rt("NotGreaterTilde","≵"),Rt("NotHumpDownHump","≎̸"),Rt("NotHumpEqual","≏̸"),Rt("notin","∉"),Rt("notindot","⋵̸"),Rt("notinE","⋹̸"),Rt("notinva","∉"),Rt("notinvb","⋷"),Rt("notinvc","⋶"),Rt("NotLeftTriangleBar","⧏̸"),Rt("NotLeftTriangle","⋪"),Rt("NotLeftTriangleEqual","⋬"),Rt("NotLess","≮"),Rt("NotLessEqual","≰"),Rt("NotLessGreater","≸"),Rt("NotLessLess","≪̸"),Rt("NotLessSlantEqual","⩽̸"),Rt("NotLessTilde","≴"),Rt("NotNestedGreaterGreater","⪢̸"),Rt("NotNestedLessLess","⪡̸"),Rt("notni","∌"),Rt("notniva","∌"),Rt("notnivb","⋾"),Rt("notnivc","⋽"),Rt("NotPrecedes","⊀"),Rt("NotPrecedesEqual","⪯̸"),Rt("NotPrecedesSlantEqual","⋠"),Rt("NotReverseElement","∌"),Rt("NotRightTriangleBar","⧐̸"),Rt("NotRightTriangle","⋫"),Rt("NotRightTriangleEqual","⋭"),Rt("NotSquareSubset","⊏̸"),Rt("NotSquareSubsetEqual","⋢"),Rt("NotSquareSuperset","⊐̸"),Rt("NotSquareSupersetEqual","⋣"),Rt("NotSubset","⊂⃒"),Rt("NotSubsetEqual","⊈"),Rt("NotSucceeds","⊁"),Rt("NotSucceedsEqual","⪰̸"),Rt("NotSucceedsSlantEqual","⋡"),Rt("NotSucceedsTilde","≿̸"),Rt("NotSuperset","⊃⃒"),Rt("NotSupersetEqual","⊉"),Rt("NotTilde","≁"),Rt("NotTildeEqual","≄"),Rt("NotTildeFullEqual","≇"),Rt("NotTildeTilde","≉"),Rt("NotVerticalBar","∤"),Rt("nparallel","∦"),Rt("npar","∦"),Rt("nparsl","⫽⃥"),Rt("npart","∂̸"),Rt("npolint","⨔"),Rt("npr","⊀"),Rt("nprcue","⋠"),Rt("nprec","⊀"),Rt("npreceq","⪯̸"),Rt("npre","⪯̸"),Rt("nrarrc","⤳̸"),Rt("nrarr","↛"),Rt("nrArr","⇏"),Rt("nrarrw","↝̸"),Rt("nrightarrow","↛"),Rt("nRightarrow","⇏"),Rt("nrtri","⋫"),Rt("nrtrie","⋭"),Rt("nsc","⊁"),Rt("nsccue","⋡"),Rt("nsce","⪰̸"),Rt("Nscr","𝒩"),Rt("nscr","𝓃"),Rt("nshortmid","∤"),Rt("nshortparallel","∦"),Rt("nsim","≁"),Rt("nsime","≄"),Rt("nsimeq","≄"),Rt("nsmid","∤"),Rt("nspar","∦"),Rt("nsqsube","⋢"),Rt("nsqsupe","⋣"),Rt("nsub","⊄"),Rt("nsubE","⫅̸"),Rt("nsube","⊈"),Rt("nsubset","⊂⃒"),Rt("nsubseteq","⊈"),Rt("nsubseteqq","⫅̸"),Rt("nsucc","⊁"),Rt("nsucceq","⪰̸"),Rt("nsup","⊅"),Rt("nsupE","⫆̸"),Rt("nsupe","⊉"),Rt("nsupset","⊃⃒"),Rt("nsupseteq","⊉"),Rt("nsupseteqq","⫆̸"),Rt("ntgl","≹"),Rt("Ntilde","Ñ"),Rt("ntilde","ñ"),Rt("ntlg","≸"),Rt("ntriangleleft","⋪"),Rt("ntrianglelefteq","⋬"),Rt("ntriangleright","⋫"),Rt("ntrianglerighteq","⋭"),Rt("Nu","Ν"),Rt("nu","ν"),Rt("num","#"),Rt("numero","№"),Rt("numsp"," "),Rt("nvap","≍⃒"),Rt("nvdash","⊬"),Rt("nvDash","⊭"),Rt("nVdash","⊮"),Rt("nVDash","⊯"),Rt("nvge","≥⃒"),Rt("nvgt",">⃒"),Rt("nvHarr","⤄"),Rt("nvinfin","⧞"),Rt("nvlArr","⤂"),Rt("nvle","≤⃒"),Rt("nvlt","<⃒"),Rt("nvltrie","⊴⃒"),Rt("nvrArr","⤃"),Rt("nvrtrie","⊵⃒"),Rt("nvsim","∼⃒"),Rt("nwarhk","⤣"),Rt("nwarr","↖"),Rt("nwArr","⇖"),Rt("nwarrow","↖"),Rt("nwnear","⤧"),Rt("Oacute","Ó"),Rt("oacute","ó"),Rt("oast","⊛"),Rt("Ocirc","Ô"),Rt("ocirc","ô"),Rt("ocir","⊚"),Rt("Ocy","О"),Rt("ocy","о"),Rt("odash","⊝"),Rt("Odblac","Ő"),Rt("odblac","ő"),Rt("odiv","⨸"),Rt("odot","⊙"),Rt("odsold","⦼"),Rt("OElig","Œ"),Rt("oelig","œ"),Rt("ofcir","⦿"),Rt("Ofr","𝔒"),Rt("ofr","𝔬"),Rt("ogon","˛"),Rt("Ograve","Ò"),Rt("ograve","ò"),Rt("ogt","⧁"),Rt("ohbar","⦵"),Rt("ohm","Ω"),Rt("oint","∮"),Rt("olarr","↺"),Rt("olcir","⦾"),Rt("olcross","⦻"),Rt("oline","‾"),Rt("olt","⧀"),Rt("Omacr","Ō"),Rt("omacr","ō"),Rt("Omega","Ω"),Rt("omega","ω"),Rt("Omicron","Ο"),Rt("omicron","ο"),Rt("omid","⦶"),Rt("ominus","⊖"),Rt("Oopf","𝕆"),Rt("oopf","𝕠"),Rt("opar","⦷"),Rt("OpenCurlyDoubleQuote","“"),Rt("OpenCurlyQuote","‘"),Rt("operp","⦹"),Rt("oplus","⊕"),Rt("orarr","↻"),Rt("Or","⩔"),Rt("or","∨"),Rt("ord","⩝"),Rt("order","ℴ"),Rt("orderof","ℴ"),Rt("ordf","ª"),Rt("ordm","º"),Rt("origof","⊶"),Rt("oror","⩖"),Rt("orslope","⩗"),Rt("orv","⩛"),Rt("oS","Ⓢ"),Rt("Oscr","𝒪"),Rt("oscr","ℴ"),Rt("Oslash","Ø"),Rt("oslash","ø"),Rt("osol","⊘"),Rt("Otilde","Õ"),Rt("otilde","õ"),Rt("otimesas","⨶"),Rt("Otimes","⨷"),Rt("otimes","⊗"),Rt("Ouml","Ö"),Rt("ouml","ö"),Rt("ovbar","⌽"),Rt("OverBar","‾"),Rt("OverBrace","⏞"),Rt("OverBracket","⎴"),Rt("OverParenthesis","⏜"),Rt("para","¶"),Rt("parallel","∥"),Rt("par","∥"),Rt("parsim","⫳"),Rt("parsl","⫽"),Rt("part","∂"),Rt("PartialD","∂"),Rt("Pcy","П"),Rt("pcy","п"),Rt("percnt","%"),Rt("period","."),Rt("permil","‰"),Rt("perp","⊥"),Rt("pertenk","‱"),Rt("Pfr","𝔓"),Rt("pfr","𝔭"),Rt("Phi","Φ"),Rt("phi","φ"),Rt("phiv","ϕ"),Rt("phmmat","ℳ"),Rt("phone","☎"),Rt("Pi","Π"),Rt("pi","π"),Rt("pitchfork","⋔"),Rt("piv","ϖ"),Rt("planck","ℏ"),Rt("planckh","ℎ"),Rt("plankv","ℏ"),Rt("plusacir","⨣"),Rt("plusb","⊞"),Rt("pluscir","⨢"),Rt("plus","+"),Rt("plusdo","∔"),Rt("plusdu","⨥"),Rt("pluse","⩲"),Rt("PlusMinus","±"),Rt("plusmn","±"),Rt("plussim","⨦"),Rt("plustwo","⨧"),Rt("pm","±"),Rt("Poincareplane","ℌ"),Rt("pointint","⨕"),Rt("popf","𝕡"),Rt("Popf","ℙ"),Rt("pound","£"),Rt("prap","⪷"),Rt("Pr","⪻"),Rt("pr","≺"),Rt("prcue","≼"),Rt("precapprox","⪷"),Rt("prec","≺"),Rt("preccurlyeq","≼"),Rt("Precedes","≺"),Rt("PrecedesEqual","⪯"),Rt("PrecedesSlantEqual","≼"),Rt("PrecedesTilde","≾"),Rt("preceq","⪯"),Rt("precnapprox","⪹"),Rt("precneqq","⪵"),Rt("precnsim","⋨"),Rt("pre","⪯"),Rt("prE","⪳"),Rt("precsim","≾"),Rt("prime","′"),Rt("Prime","″"),Rt("primes","ℙ"),Rt("prnap","⪹"),Rt("prnE","⪵"),Rt("prnsim","⋨"),Rt("prod","∏"),Rt("Product","∏"),Rt("profalar","⌮"),Rt("profline","⌒"),Rt("profsurf","⌓"),Rt("prop","∝"),Rt("Proportional","∝"),Rt("Proportion","∷"),Rt("propto","∝"),Rt("prsim","≾"),Rt("prurel","⊰"),Rt("Pscr","𝒫"),Rt("pscr","𝓅"),Rt("Psi","Ψ"),Rt("psi","ψ"),Rt("puncsp"," "),Rt("Qfr","𝔔"),Rt("qfr","𝔮"),Rt("qint","⨌"),Rt("qopf","𝕢"),Rt("Qopf","ℚ"),Rt("qprime","⁗"),Rt("Qscr","𝒬"),Rt("qscr","𝓆"),Rt("quaternions","ℍ"),Rt("quatint","⨖"),Rt("quest","?"),Rt("questeq","≟"),Rt("quot",'"'),Rt("QUOT",'"'),Rt("rAarr","⇛"),Rt("race","∽̱"),Rt("Racute","Ŕ"),Rt("racute","ŕ"),Rt("radic","√"),Rt("raemptyv","⦳"),Rt("rang","⟩"),Rt("Rang","⟫"),Rt("rangd","⦒"),Rt("range","⦥"),Rt("rangle","⟩"),Rt("raquo","»"),Rt("rarrap","⥵"),Rt("rarrb","⇥"),Rt("rarrbfs","⤠"),Rt("rarrc","⤳"),Rt("rarr","→"),Rt("Rarr","↠"),Rt("rArr","⇒"),Rt("rarrfs","⤞"),Rt("rarrhk","↪"),Rt("rarrlp","↬"),Rt("rarrpl","⥅"),Rt("rarrsim","⥴"),Rt("Rarrtl","⤖"),Rt("rarrtl","↣"),Rt("rarrw","↝"),Rt("ratail","⤚"),Rt("rAtail","⤜"),Rt("ratio","∶"),Rt("rationals","ℚ"),Rt("rbarr","⤍"),Rt("rBarr","⤏"),Rt("RBarr","⤐"),Rt("rbbrk","❳"),Rt("rbrace","}"),Rt("rbrack","]"),Rt("rbrke","⦌"),Rt("rbrksld","⦎"),Rt("rbrkslu","⦐"),Rt("Rcaron","Ř"),Rt("rcaron","ř"),Rt("Rcedil","Ŗ"),Rt("rcedil","ŗ"),Rt("rceil","⌉"),Rt("rcub","}"),Rt("Rcy","Р"),Rt("rcy","р"),Rt("rdca","⤷"),Rt("rdldhar","⥩"),Rt("rdquo","”"),Rt("rdquor","”"),Rt("rdsh","↳"),Rt("real","ℜ"),Rt("realine","ℛ"),Rt("realpart","ℜ"),Rt("reals","ℝ"),Rt("Re","ℜ"),Rt("rect","▭"),Rt("reg","®"),Rt("REG","®"),Rt("ReverseElement","∋"),Rt("ReverseEquilibrium","⇋"),Rt("ReverseUpEquilibrium","⥯"),Rt("rfisht","⥽"),Rt("rfloor","⌋"),Rt("rfr","𝔯"),Rt("Rfr","ℜ"),Rt("rHar","⥤"),Rt("rhard","⇁"),Rt("rharu","⇀"),Rt("rharul","⥬"),Rt("Rho","Ρ"),Rt("rho","ρ"),Rt("rhov","ϱ"),Rt("RightAngleBracket","⟩"),Rt("RightArrowBar","⇥"),Rt("rightarrow","→"),Rt("RightArrow","→"),Rt("Rightarrow","⇒"),Rt("RightArrowLeftArrow","⇄"),Rt("rightarrowtail","↣"),Rt("RightCeiling","⌉"),Rt("RightDoubleBracket","⟧"),Rt("RightDownTeeVector","⥝"),Rt("RightDownVectorBar","⥕"),Rt("RightDownVector","⇂"),Rt("RightFloor","⌋"),Rt("rightharpoondown","⇁"),Rt("rightharpoonup","⇀"),Rt("rightleftarrows","⇄"),Rt("rightleftharpoons","⇌"),Rt("rightrightarrows","⇉"),Rt("rightsquigarrow","↝"),Rt("RightTeeArrow","↦"),Rt("RightTee","⊢"),Rt("RightTeeVector","⥛"),Rt("rightthreetimes","⋌"),Rt("RightTriangleBar","⧐"),Rt("RightTriangle","⊳"),Rt("RightTriangleEqual","⊵"),Rt("RightUpDownVector","⥏"),Rt("RightUpTeeVector","⥜"),Rt("RightUpVectorBar","⥔"),Rt("RightUpVector","↾"),Rt("RightVectorBar","⥓"),Rt("RightVector","⇀"),Rt("ring","˚"),Rt("risingdotseq","≓"),Rt("rlarr","⇄"),Rt("rlhar","⇌"),Rt("rlm","‏"),Rt("rmoustache","⎱"),Rt("rmoust","⎱"),Rt("rnmid","⫮"),Rt("roang","⟭"),Rt("roarr","⇾"),Rt("robrk","⟧"),Rt("ropar","⦆"),Rt("ropf","𝕣"),Rt("Ropf","ℝ"),Rt("roplus","⨮"),Rt("rotimes","⨵"),Rt("RoundImplies","⥰"),Rt("rpar",")"),Rt("rpargt","⦔"),Rt("rppolint","⨒"),Rt("rrarr","⇉"),Rt("Rrightarrow","⇛"),Rt("rsaquo","›"),Rt("rscr","𝓇"),Rt("Rscr","ℛ"),Rt("rsh","↱"),Rt("Rsh","↱"),Rt("rsqb","]"),Rt("rsquo","’"),Rt("rsquor","’"),Rt("rthree","⋌"),Rt("rtimes","⋊"),Rt("rtri","▹"),Rt("rtrie","⊵"),Rt("rtrif","▸"),Rt("rtriltri","⧎"),Rt("RuleDelayed","⧴"),Rt("ruluhar","⥨"),Rt("rx","℞"),Rt("Sacute","Ś"),Rt("sacute","ś"),Rt("sbquo","‚"),Rt("scap","⪸"),Rt("Scaron","Š"),Rt("scaron","š"),Rt("Sc","⪼"),Rt("sc","≻"),Rt("sccue","≽"),Rt("sce","⪰"),Rt("scE","⪴"),Rt("Scedil","Ş"),Rt("scedil","ş"),Rt("Scirc","Ŝ"),Rt("scirc","ŝ"),Rt("scnap","⪺"),Rt("scnE","⪶"),Rt("scnsim","⋩"),Rt("scpolint","⨓"),Rt("scsim","≿"),Rt("Scy","С"),Rt("scy","с"),Rt("sdotb","⊡"),Rt("sdot","⋅"),Rt("sdote","⩦"),Rt("searhk","⤥"),Rt("searr","↘"),Rt("seArr","⇘"),Rt("searrow","↘"),Rt("sect","§"),Rt("semi",";"),Rt("seswar","⤩"),Rt("setminus","∖"),Rt("setmn","∖"),Rt("sext","✶"),Rt("Sfr","𝔖"),Rt("sfr","𝔰"),Rt("sfrown","⌢"),Rt("sharp","♯"),Rt("SHCHcy","Щ"),Rt("shchcy","щ"),Rt("SHcy","Ш"),Rt("shcy","ш"),Rt("ShortDownArrow","↓"),Rt("ShortLeftArrow","←"),Rt("shortmid","∣"),Rt("shortparallel","∥"),Rt("ShortRightArrow","→"),Rt("ShortUpArrow","↑"),Rt("shy","­"),Rt("Sigma","Σ"),Rt("sigma","σ"),Rt("sigmaf","ς"),Rt("sigmav","ς"),Rt("sim","∼"),Rt("simdot","⩪"),Rt("sime","≃"),Rt("simeq","≃"),Rt("simg","⪞"),Rt("simgE","⪠"),Rt("siml","⪝"),Rt("simlE","⪟"),Rt("simne","≆"),Rt("simplus","⨤"),Rt("simrarr","⥲"),Rt("slarr","←"),Rt("SmallCircle","∘"),Rt("smallsetminus","∖"),Rt("smashp","⨳"),Rt("smeparsl","⧤"),Rt("smid","∣"),Rt("smile","⌣"),Rt("smt","⪪"),Rt("smte","⪬"),Rt("smtes","⪬︀"),Rt("SOFTcy","Ь"),Rt("softcy","ь"),Rt("solbar","⌿"),Rt("solb","⧄"),Rt("sol","/"),Rt("Sopf","𝕊"),Rt("sopf","𝕤"),Rt("spades","♠"),Rt("spadesuit","♠"),Rt("spar","∥"),Rt("sqcap","⊓"),Rt("sqcaps","⊓︀"),Rt("sqcup","⊔"),Rt("sqcups","⊔︀"),Rt("Sqrt","√"),Rt("sqsub","⊏"),Rt("sqsube","⊑"),Rt("sqsubset","⊏"),Rt("sqsubseteq","⊑"),Rt("sqsup","⊐"),Rt("sqsupe","⊒"),Rt("sqsupset","⊐"),Rt("sqsupseteq","⊒"),Rt("square","□"),Rt("Square","□"),Rt("SquareIntersection","⊓"),Rt("SquareSubset","⊏"),Rt("SquareSubsetEqual","⊑"),Rt("SquareSuperset","⊐"),Rt("SquareSupersetEqual","⊒"),Rt("SquareUnion","⊔"),Rt("squarf","▪"),Rt("squ","□"),Rt("squf","▪"),Rt("srarr","→"),Rt("Sscr","𝒮"),Rt("sscr","𝓈"),Rt("ssetmn","∖"),Rt("ssmile","⌣"),Rt("sstarf","⋆"),Rt("Star","⋆"),Rt("star","☆"),Rt("starf","★"),Rt("straightepsilon","ϵ"),Rt("straightphi","ϕ"),Rt("strns","¯"),Rt("sub","⊂"),Rt("Sub","⋐"),Rt("subdot","⪽"),Rt("subE","⫅"),Rt("sube","⊆"),Rt("subedot","⫃"),Rt("submult","⫁"),Rt("subnE","⫋"),Rt("subne","⊊"),Rt("subplus","⪿"),Rt("subrarr","⥹"),Rt("subset","⊂"),Rt("Subset","⋐"),Rt("subseteq","⊆"),Rt("subseteqq","⫅"),Rt("SubsetEqual","⊆"),Rt("subsetneq","⊊"),Rt("subsetneqq","⫋"),Rt("subsim","⫇"),Rt("subsub","⫕"),Rt("subsup","⫓"),Rt("succapprox","⪸"),Rt("succ","≻"),Rt("succcurlyeq","≽"),Rt("Succeeds","≻"),Rt("SucceedsEqual","⪰"),Rt("SucceedsSlantEqual","≽"),Rt("SucceedsTilde","≿"),Rt("succeq","⪰"),Rt("succnapprox","⪺"),Rt("succneqq","⪶"),Rt("succnsim","⋩"),Rt("succsim","≿"),Rt("SuchThat","∋"),Rt("sum","∑"),Rt("Sum","∑"),Rt("sung","♪"),Rt("sup1","¹"),Rt("sup2","²"),Rt("sup3","³"),Rt("sup","⊃"),Rt("Sup","⋑"),Rt("supdot","⪾"),Rt("supdsub","⫘"),Rt("supE","⫆"),Rt("supe","⊇"),Rt("supedot","⫄"),Rt("Superset","⊃"),Rt("SupersetEqual","⊇"),Rt("suphsol","⟉"),Rt("suphsub","⫗"),Rt("suplarr","⥻"),Rt("supmult","⫂"),Rt("supnE","⫌"),Rt("supne","⊋"),Rt("supplus","⫀"),Rt("supset","⊃"),Rt("Supset","⋑"),Rt("supseteq","⊇"),Rt("supseteqq","⫆"),Rt("supsetneq","⊋"),Rt("supsetneqq","⫌"),Rt("supsim","⫈"),Rt("supsub","⫔"),Rt("supsup","⫖"),Rt("swarhk","⤦"),Rt("swarr","↙"),Rt("swArr","⇙"),Rt("swarrow","↙"),Rt("swnwar","⤪"),Rt("szlig","ß"),Rt("Tab","\t"),Rt("target","⌖"),Rt("Tau","Τ"),Rt("tau","τ"),Rt("tbrk","⎴"),Rt("Tcaron","Ť"),Rt("tcaron","ť"),Rt("Tcedil","Ţ"),Rt("tcedil","ţ"),Rt("Tcy","Т"),Rt("tcy","т"),Rt("tdot","⃛"),Rt("telrec","⌕"),Rt("Tfr","𝔗"),Rt("tfr","𝔱"),Rt("there4","∴"),Rt("therefore","∴"),Rt("Therefore","∴"),Rt("Theta","Θ"),Rt("theta","θ"),Rt("thetasym","ϑ"),Rt("thetav","ϑ"),Rt("thickapprox","≈"),Rt("thicksim","∼"),Rt("ThickSpace","  "),Rt("ThinSpace"," "),Rt("thinsp"," "),Rt("thkap","≈"),Rt("thksim","∼"),Rt("THORN","Þ"),Rt("thorn","þ"),Rt("tilde","˜"),Rt("Tilde","∼"),Rt("TildeEqual","≃"),Rt("TildeFullEqual","≅"),Rt("TildeTilde","≈"),Rt("timesbar","⨱"),Rt("timesb","⊠"),Rt("times","×"),Rt("timesd","⨰"),Rt("tint","∭"),Rt("toea","⤨"),Rt("topbot","⌶"),Rt("topcir","⫱"),Rt("top","⊤"),Rt("Topf","𝕋"),Rt("topf","𝕥"),Rt("topfork","⫚"),Rt("tosa","⤩"),Rt("tprime","‴"),Rt("trade","™"),Rt("TRADE","™"),Rt("triangle","▵"),Rt("triangledown","▿"),Rt("triangleleft","◃"),Rt("trianglelefteq","⊴"),Rt("triangleq","≜"),Rt("triangleright","▹"),Rt("trianglerighteq","⊵"),Rt("tridot","◬"),Rt("trie","≜"),Rt("triminus","⨺"),Rt("TripleDot","⃛"),Rt("triplus","⨹"),Rt("trisb","⧍"),Rt("tritime","⨻"),Rt("trpezium","⏢"),Rt("Tscr","𝒯"),Rt("tscr","𝓉"),Rt("TScy","Ц"),Rt("tscy","ц"),Rt("TSHcy","Ћ"),Rt("tshcy","ћ"),Rt("Tstrok","Ŧ"),Rt("tstrok","ŧ"),Rt("twixt","≬"),Rt("twoheadleftarrow","↞"),Rt("twoheadrightarrow","↠"),Rt("Uacute","Ú"),Rt("uacute","ú"),Rt("uarr","↑"),Rt("Uarr","↟"),Rt("uArr","⇑"),Rt("Uarrocir","⥉"),Rt("Ubrcy","Ў"),Rt("ubrcy","ў"),Rt("Ubreve","Ŭ"),Rt("ubreve","ŭ"),Rt("Ucirc","Û"),Rt("ucirc","û"),Rt("Ucy","У"),Rt("ucy","у"),Rt("udarr","⇅"),Rt("Udblac","Ű"),Rt("udblac","ű"),Rt("udhar","⥮"),Rt("ufisht","⥾"),Rt("Ufr","𝔘"),Rt("ufr","𝔲"),Rt("Ugrave","Ù"),Rt("ugrave","ù"),Rt("uHar","⥣"),Rt("uharl","↿"),Rt("uharr","↾"),Rt("uhblk","▀"),Rt("ulcorn","⌜"),Rt("ulcorner","⌜"),Rt("ulcrop","⌏"),Rt("ultri","◸"),Rt("Umacr","Ū"),Rt("umacr","ū"),Rt("uml","¨"),Rt("UnderBar","_"),Rt("UnderBrace","⏟"),Rt("UnderBracket","⎵"),Rt("UnderParenthesis","⏝"),Rt("Union","⋃"),Rt("UnionPlus","⊎"),Rt("Uogon","Ų"),Rt("uogon","ų"),Rt("Uopf","𝕌"),Rt("uopf","𝕦"),Rt("UpArrowBar","⤒"),Rt("uparrow","↑"),Rt("UpArrow","↑"),Rt("Uparrow","⇑"),Rt("UpArrowDownArrow","⇅"),Rt("updownarrow","↕"),Rt("UpDownArrow","↕"),Rt("Updownarrow","⇕"),Rt("UpEquilibrium","⥮"),Rt("upharpoonleft","↿"),Rt("upharpoonright","↾"),Rt("uplus","⊎"),Rt("UpperLeftArrow","↖"),Rt("UpperRightArrow","↗"),Rt("upsi","υ"),Rt("Upsi","ϒ"),Rt("upsih","ϒ"),Rt("Upsilon","Υ"),Rt("upsilon","υ"),Rt("UpTeeArrow","↥"),Rt("UpTee","⊥"),Rt("upuparrows","⇈"),Rt("urcorn","⌝"),Rt("urcorner","⌝"),Rt("urcrop","⌎"),Rt("Uring","Ů"),Rt("uring","ů"),Rt("urtri","◹"),Rt("Uscr","𝒰"),Rt("uscr","𝓊"),Rt("utdot","⋰"),Rt("Utilde","Ũ"),Rt("utilde","ũ"),Rt("utri","▵"),Rt("utrif","▴"),Rt("uuarr","⇈"),Rt("Uuml","Ü"),Rt("uuml","ü"),Rt("uwangle","⦧"),Rt("vangrt","⦜"),Rt("varepsilon","ϵ"),Rt("varkappa","ϰ"),Rt("varnothing","∅"),Rt("varphi","ϕ"),Rt("varpi","ϖ"),Rt("varpropto","∝"),Rt("varr","↕"),Rt("vArr","⇕"),Rt("varrho","ϱ"),Rt("varsigma","ς"),Rt("varsubsetneq","⊊︀"),Rt("varsubsetneqq","⫋︀"),Rt("varsupsetneq","⊋︀"),Rt("varsupsetneqq","⫌︀"),Rt("vartheta","ϑ"),Rt("vartriangleleft","⊲"),Rt("vartriangleright","⊳"),Rt("vBar","⫨"),Rt("Vbar","⫫"),Rt("vBarv","⫩"),Rt("Vcy","В"),Rt("vcy","в"),Rt("vdash","⊢"),Rt("vDash","⊨"),Rt("Vdash","⊩"),Rt("VDash","⊫"),Rt("Vdashl","⫦"),Rt("veebar","⊻"),Rt("vee","∨"),Rt("Vee","⋁"),Rt("veeeq","≚"),Rt("vellip","⋮"),Rt("verbar","|"),Rt("Verbar","‖"),Rt("vert","|"),Rt("Vert","‖"),Rt("VerticalBar","∣"),Rt("VerticalLine","|"),Rt("VerticalSeparator","❘"),Rt("VerticalTilde","≀"),Rt("VeryThinSpace"," "),Rt("Vfr","𝔙"),Rt("vfr","𝔳"),Rt("vltri","⊲"),Rt("vnsub","⊂⃒"),Rt("vnsup","⊃⃒"),Rt("Vopf","𝕍"),Rt("vopf","𝕧"),Rt("vprop","∝"),Rt("vrtri","⊳"),Rt("Vscr","𝒱"),Rt("vscr","𝓋"),Rt("vsubnE","⫋︀"),Rt("vsubne","⊊︀"),Rt("vsupnE","⫌︀"),Rt("vsupne","⊋︀"),Rt("Vvdash","⊪"),Rt("vzigzag","⦚"),Rt("Wcirc","Ŵ"),Rt("wcirc","ŵ"),Rt("wedbar","⩟"),Rt("wedge","∧"),Rt("Wedge","⋀"),Rt("wedgeq","≙"),Rt("weierp","℘"),Rt("Wfr","𝔚"),Rt("wfr","𝔴"),Rt("Wopf","𝕎"),Rt("wopf","𝕨"),Rt("wp","℘"),Rt("wr","≀"),Rt("wreath","≀"),Rt("Wscr","𝒲"),Rt("wscr","𝓌"),Rt("xcap","⋂"),Rt("xcirc","◯"),Rt("xcup","⋃"),Rt("xdtri","▽"),Rt("Xfr","𝔛"),Rt("xfr","𝔵"),Rt("xharr","⟷"),Rt("xhArr","⟺"),Rt("Xi","Ξ"),Rt("xi","ξ"),Rt("xlarr","⟵"),Rt("xlArr","⟸"),Rt("xmap","⟼"),Rt("xnis","⋻"),Rt("xodot","⨀"),Rt("Xopf","𝕏"),Rt("xopf","𝕩"),Rt("xoplus","⨁"),Rt("xotime","⨂"),Rt("xrarr","⟶"),Rt("xrArr","⟹"),Rt("Xscr","𝒳"),Rt("xscr","𝓍"),Rt("xsqcup","⨆"),Rt("xuplus","⨄"),Rt("xutri","△"),Rt("xvee","⋁"),Rt("xwedge","⋀"),Rt("Yacute","Ý"),Rt("yacute","ý"),Rt("YAcy","Я"),Rt("yacy","я"),Rt("Ycirc","Ŷ"),Rt("ycirc","ŷ"),Rt("Ycy","Ы"),Rt("ycy","ы"),Rt("yen","¥"),Rt("Yfr","𝔜"),Rt("yfr","𝔶"),Rt("YIcy","Ї"),Rt("yicy","ї"),Rt("Yopf","𝕐"),Rt("yopf","𝕪"),Rt("Yscr","𝒴"),Rt("yscr","𝓎"),Rt("YUcy","Ю"),Rt("yucy","ю"),Rt("yuml","ÿ"),Rt("Yuml","Ÿ"),Rt("Zacute","Ź"),Rt("zacute","ź"),Rt("Zcaron","Ž"),Rt("zcaron","ž"),Rt("Zcy","З"),Rt("zcy","з"),Rt("Zdot","Ż"),Rt("zdot","ż"),Rt("zeetrf","ℨ"),Rt("ZeroWidthSpace","​"),Rt("Zeta","Ζ"),Rt("zeta","ζ"),Rt("zfr","𝔷"),Rt("Zfr","ℨ"),Rt("ZHcy","Ж"),Rt("zhcy","ж"),Rt("zigrarr","⇝"),Rt("zopf","𝕫"),Rt("Zopf","ℤ"),Rt("Zscr","𝒵"),Rt("zscr","𝓏"),Rt("zwj","‍"),Rt("zwnj","‌")])),Xv=Uh((function(r){return kf("&"+r+";",$h(r,Fv))}),Ns(fb,lb,"[a-zA-Z]+")),Wv=function(r,e,n){r:for(;;){if(!e.b)return Cc(n);var t=e.a,a=e.b;switch(t){case"0":r=u=r-1,e=i=a,n=c=n;continue r;case"1":var u=r-1,i=a,c=n+Xt(16,r);r=u,e=i,n=c;continue r;case"2":u=r-1,i=a,c=n+2*Xt(16,r),r=u,e=i,n=c;continue r;case"3":u=r-1,i=a,c=n+3*Xt(16,r),r=u,e=i,n=c;continue r;case"4":u=r-1,i=a,c=n+4*Xt(16,r),r=u,e=i,n=c;continue r;case"5":u=r-1,i=a,c=n+5*Xt(16,r),r=u,e=i,n=c;continue r;case"6":u=r-1,i=a,c=n+6*Xt(16,r),r=u,e=i,n=c;continue r;case"7":u=r-1,i=a,c=n+7*Xt(16,r),r=u,e=i,n=c;continue r;case"8":u=r-1,i=a,c=n+8*Xt(16,r),r=u,e=i,n=c;continue r;case"9":u=r-1,i=a,c=n+9*Xt(16,r),r=u,e=i,n=c;continue r;case"a":u=r-1,i=a,c=n+10*Xt(16,r),r=u,e=i,n=c;continue r;case"b":u=r-1,i=a,c=n+11*Xt(16,r),r=u,e=i,n=c;continue r;case"c":u=r-1,i=a,c=n+12*Xt(16,r),r=u,e=i,n=c;continue r;case"d":u=r-1,i=a,c=n+13*Xt(16,r),r=u,e=i,n=c;continue r;case"e":u=r-1,i=a,c=n+14*Xt(16,r),r=u,e=i,n=c;continue r;case"f":u=r-1,i=a,c=n+15*Xt(16,r),r=u,e=i,n=c;continue r;default:return Rc(tf(t)+" is not a valid hexadecimal character.")}}},Yv=(Qn(Wv),function(r,e){if(e.$){var n=e.a;return Rc(r(n))}var t=e.a;return Cc(t)}),Zv=(Jn(Yv),function(r){if(r.b){r.a;var e=r.b;return mc(e)}return wc}),Jv=Oh((function(r){var e=function(r){if(Yo(r))return Rc("Empty strings are not valid hexadecimal strings.");var e=function(){if(fa("-",r)){var e=kf(Ct,Zv(mh(r)));return bf(df,Wv(Yc(e)-1,e,0))}return Wv(Vo(r)-1,mh(r),0)}();return Yv((function(e){return Uc(" ",Pt(['"'+r+'"',"is not a valid hexadecimal string because",e]))}),e)}(nl(r));if(e.$){var n=e.a;return Hd(n)}var t=e.a;return Sd(t)}),Ns(fb,lb,"[0-9a-fA-F]+")),Qv=(Jv.f,Ov=vb(Pt([eb(Jv,Ns(fb,lb,"(x|X)")),eb(Vd,Ns(fb,lb,"0*"))])),eb(Uh(ut(Us,af,tf),Ov),ib("#"))),Kv=eb(vb(Pt([Vh(ib(";"),Xv),Vh(ib(";"),Qv),Sd("&")])),ib("&")),rp=function(r){return Vh(ib(r),eb(Uh(yb,tv(vb(Pt([Uh(ut(_l,"\\"+r,r),Ns(fb,lb,"([^"+r+"]*|\\\\"+r+"|\\\\)*")),Kv])))),ib(r)))},ep=Uh(yb,av(vb(Pt([Ns(fb,lb,"[^\\s\"'=<>`&]+"),Kv])))),np=nb(eb(vb(Pt([ep,rp('"'),rp("'")])),Vh(hb,ib("="))),Sd("")),tp=(np.f,function(r){return Uh(Gv(r),Vh(hb,Hh(np,Vh(hb,Uh(ut(Us,nl,$b),Ns(fb,lb,"[A-Za-z0-9_\\-:]+"))))))}),ap=Ns(fb,lb,"[\t ]*"),up=(Bv=Oh(tp,Dd(ut(Us,(function(r){return r.cE}),ut(Us,(function(r){return r.eY}),Sd)))),Vh(Hv,Uh(xf(Ct),pb(eb(bb(Bv),ap))))),ip=function(r,e){return{$:1,a:r,b:e}},cp=Jn(ip),op=Uh(cp,vb(Pt([ut(Bb,"⟷",ib("<--\x3e")),ut(Bb,"⟵",ib("<--")),ut(Bb,"⟶",ib("--\x3e")),ut(Bb,"↞",ib("<<-")),ut(Bb,"↠",ib("->>")),ut(Bb,"↔",ib("<->")),ut(Bb,"↣",ib(">->")),ut(Bb,"↢",ib("<-<")),ut(Bb,"→",ib("->")),ut(Bb,"←",ib("<-")),ut(Bb,"↜",ib("<~")),ut(Bb,"↝",ib("~>")),ut(Bb,"⟺",ib("<==>")),ut(Bb,"⟹",ib("==>")),ut(Bb,"⟸",ib("<==")),ut(Bb,"⇔",ib("<=>")),ut(Bb,"⇒",ib("=>")),ut(Bb,"⇐",ib("<="))]))),sp=Jn((function(r,e){return Dt(e,kf("",kh(Pc("#"),Ts(ml,Zv(Hc("#",r))))))})),fp=function(r){var e=kf(Ct,kh(Gc("&"),Ts(ml,kh(Gc("#"),Ts(ml,Zv(Hc("?",r)))))));return ut(Us,rl((function(r){var n=oh(ns(r),e);if(n.b){var t=n.a;return mc(t)}return wc})),ut(Us,xb("&"),ut(Us,yb,ut(Us,Pc("?"),ut(Us,sp(r),(function(r){return"?"===r?"":r}))))))},lp=Pt(["autoplay","cc_lang_pref","color","disablekb","enablejsapi","end","fs","hl","iv_load_policy","list","listType","loop","modestbranding","mute","origin","playlist","playsinline","rel","start","widget_referrer"]),hp=kl(Pt([{S:Jn((function(r,e){return"https://w.soundcloud.com/player/?url=https://soundcloud.com/"+e})),V:"https?:\\/\\/(?:w\\.|www\\.|)(?:soundcloud\\.com\\/)(?:(?:player\\/\\?url=https\\%3A\\/\\/api.soundcloud.com\\/tracks\\/)|)(((\\w|-)[^A-z]{7})|([A-Za-z0-9]+(?:[-_][A-Za-z0-9]+)*(?!\\/sets(?:\\/|$))(?:\\/[A-Za-z0-9]+(?:[-_][A-Za-z0-9]+)*){1,2}))"},{S:Jn((function(r,e){return"https://www.youtube.com/embed/"+(e+ut(fp,r,lp))})),V:Dt(El,"music\\.(?:youtu\\.be/|youtube\\.com/(?:(?:watch)?\\?(?:.*&)?v(?:i)?=|(?:v|vi|user)/))([^\\?&\"'<> #]+)")}])),bp=function(r,e){return{$:7,a:r,b:e}},dp=Jn(bp),vp=Uh(dp,sv),pp=function(r,e){for(;;){var n=Rt(r,e);if(!n.a.b)return so(e);if(n.a.a.$||!n.b.b||n.b.a.$){var t=n.a,a=t.a;r=s=t.b,e=Ot(a,e)}else{var u=n.a,i=u.a,c=i.a,o=i.b,s=u.b,f=n.b,l=f.a,h=l.a,b=l.b,d=f.b;xt(o,b)?(r=s,e=Ot(Od(Dt(h,c),o),d)):(r=s,e=Ot(Od(c,o),e))}}},gp=(Jn(pp),function(r){return pp(r,Ct)}),mp=Jn((function(r,e){return ut(Us,ut(sb,wf({cr:r,dn:e}),(function(r){return r.a9})),Mo)})),wp=Uh(yb,ab(vb(Pt([Ns(fb,lb,"[^@\"'`"))),$p=function(){var r=Oh(tp,Dd(ut(Us,(function(r){return r.cE}),ut(Us,(function(r){return r.eY}),Sd))));return Hh(wp,Uh($b,Vh(ib(">"),eb(tv(eb(r,hb)),it(mp,!0,!1,""),ib("|>")));var e},Dg=function(r){return Uh((function(e){return(n=r.$c()).h1=Ql(e),n;var n}),eb(Ns(fb,lb,"([A-Za-z][A-Za-z0-9]+[ \t]*)+"),Dv))},Cg=function(r){return cv(r,eb(vb(Pt([Ig(r),Rg(r),zg(r),Dg(r)])),hb))},Og=Oh((function(r){return function(r){return!r.g1&&r.e_<0}(r)?Hd("no effect definition"):Sd(r)}),Oh(Cg,Oh(Cg,Oh(Cg,Oh(Cg,Uh((function(r){return new j(-1,Ct,wc,-1,!1,r)}),Dd(ut(Us,(function(r){return r.cE}),ut(Us,(function(r){return r.gH}),Sd))))))))),Bg=(Og.f,Vh(qd((function(r){return(e=r.$c()).bv=r.bv+1,e;var e})),Dd(ut(Us,(function(r){return r.bv}),Sd)))),Pg=function(r){return Hh(Bg,Vh(Nv,Hh(ab(r,ib("}")),Vh(ib("}{"),Uh(Qn((function(r,e,n){return De(r,e,n)})),eb(Og,ib("{")))))))},jg=function(r,e){return{$:2,a:r,b:e}},Ng=(Jn(jg),function(r,e,n){return ah(r,e,n)}),Ug=(Qn(Ng),function(r){var e=r.a,n=r.b;return qd((function(r){return(t=r.$c()).cN=Ng(e,n,r.cN),t;var t}))}),Mg=function(r){var e=r.a,n=r.b;if(n.$)return Sd(Ag(e));var t=n.a;return eb(Sd(Ag(e)),Ug(Rt(e,Pt([jg(Ct,t)]))))},Hg=function(r){return Oh(Mg,Hh(pb(Hh(Dd(Sd),Uh(Jn((function(e,n){return ut(r,n,e)})),eb(zb(ib(")")),ib("("))))),Uh($b,eb(zb(ib("]")),ib("[^")))))},Gg=function(r){return Uh((function(e){return Hb(e,r)}),Dd(ut(Us,(function(r){return r.cE}),ut(Us,(function(r){return r.eY}),Sd))))},Vg=Oh(Gg,Ns(fb,lb,'[a-zA-Z]+://(/)?[a-zA-Z0-9\\.\\-\\_]+\\.([a-z\\.]{2,6})[^ \\]\\)\t\n"]*')),Fg=(Vg.f,Uh((function(r){return vd(id(Pt([Od(r,Ct)]),r,wc))}),Vg)),Xg=function(r){return Oh(r,Sd(0))},Wg=function(r){return ut(Us,ub(r),Bh((function(r){return r.b?Sd(r):Hd("not enough results")})))},Yg=Pt(["key","width","height","autoplay","autolightsoff","loop","chapters","related","responsive","t"]),Zg=Pt(["autopause","autoplay","background","byline","color","controls","dnt","keyboard","loop","muted","pip","playsinline","portrait","quality","speed","texttrack","title","transparent"]),Jg="https://www.youtube.com/embed/",Qg=kl(Pt([{S:Jn((function(r,e){return Dt(Jg,Dt(e,ut(fp,r,lp)))})),V:Dt(El,"(?:youtu\\.be/|youtube\\.com/(?:(?:watch)?\\?(?:.*&)?v(?:i)?=|(?:v|vi|user)/))([^\\?&\"'<> #]+)")},{S:Jn((function(r,e){return"https://player.vimeo.com/video/"+(e+ut(fp,r,Zg))})),V:Dt(El,"(?:player.)?(?:vimeo\\.com).*?(\\d+)")},{S:Jn((function(r,e){return"https://www.dailymotion.com/embed/video/"+e})),V:Dt(El,"(?:dailymotion\\.com(?:/embed)?/video/)(.+)")},{S:Jn((function(r,e){return"https://peertube.tv/videos/embed/"+e})),V:Dt(El,"(?:peertube\\.tv/videos/watch/)(.+)")},{S:Jn((function(r,e){return"https://www.teachertube.com/embed/video/"+e})),V:Dt(El,"(?:teachertube\\.com).*?(\\d+.*)")},{S:Jn((function(r,e){return"https://video.tu-freiberg.de/media/embed?key="+(e+ut(fp,r,Yg))})),V:Dt(El,"(?:video\\.tu\\-freiberg\\.de/video/[^/]+/)(.+)")}])),Kg=Kn((function(r,e,n,t){return it(r,e,n,t)})),rm=Oh(tp,Dd(ut(Us,(function(r){return r.cE}),ut(Us,(function(r){return r.eY}),Sd)))),em=(rm.f,function(r){return{$:1,a:r}}),nm=function(r,e,n){return{$:0,a:r,b:e,c:n}},tm=Qn(nm),am=Qn((function(r,e,n){return{$:2,a:r,b:e,c:n}})),um=function(r){var e=Oh((function(e){return xt(nl(e),r)?Sd(0):Hd("closing tag does not match opening tag: "+r)}),Ns(fb,lb,"\\w+(\\-\\w+)*"));return Vh(Ns(fb,lb,"[ \\t\\n]*>"),eb(e,Ns(fb,lb,"[ \\t\\n]*"+n+""}))),sm=Jn((function(r,e){var n=e.a,t=e.b;switch(n.$){case 1:var a=n.a;return Hh(ab(Vh(Ns(fb,lb,"[\\n]*"),r),um(a)),Vh(Ns(fb,lb,"[ \\t]*>[ \\t]*\\n*"),Sd(ut(tm,a,t))));case 2:return a=n.a,Vh(ib(">"),Vh(hb,Vh(pb(ib("/")),Vh(hb,Sd(nm(a,t,Ct))))));case 0:return a=n.a,Hh(zb(um(a)),Vh(Ns(fb,lb,"[ \\t]*>"),Sd(ut(am,a,t))));case 3:return Uh(em,eb(zb(um("lia-keep")),Vh(ib(">"),hb)));default:return Uh(ut(Us,ut(om,"svg",t),em),eb(zb(um("svg")),Vh(ib(">"),hb)))}})),fm={$:3},lm={$:4},hm=Pt(["area","base","br","col","embed","hr","img","input","link","meta","param","source","track","wbr"]),bm=Oh((function(r){switch(r){case"script":return Hd("");case"lia-keep":return Sd(fm);case"svg":return Sd(lm);default:return Sd(sa("-",r)?{$:0,a:r}:function(r){return dh(r,hm)}(r)?function(r){return{$:2,a:r}}(r):function(r){return{$:1,a:r}}(r))}}),Uh(nl,Ns(fb,lb,"\\w+(\\-\\w+)*"))),dm=(bm.f,function(r){return Oh(sm(r),Hh(tv(rm),Vh(hb,Uh($b,eb(bm,Ns(fb,lb,"[ \\t]*<[ \\t]*"))))))}),vm=function(r,e){return new N(r,e)},pm=Jn(vm),gm=function(r){return{$:0,a:r}},mm=Kn((function(r,e,n,t){var a=Ql(t),u=r(e);return fa("(",a)&&ha(")",a)?Rt(n,u(Ql(ia(1,-1,a)))):Rt(-1,u(a))})),wm=function(r,e){return{$:1,a:r,b:e}},$m=Jn(wm),ym=function(r,e,n){var t=Hc("|",e);if(t.b&&!t.b.b){var a=t.a,u=Ql(xl("_"," ",a));return"?"===u||"!"===u||""===u?Hd(""):Sd(vm(Ct,gm(Ql(a))))}var i,c=t;return i=eo(ut(mm,r,n),c),Sd(vm(ss(Vl,i),wm(!1,ss(Io,oh(ut(Us,Io,Jc(0)),i)))))},km=(Qn(ym),function(r){return Oh(Dd,Uh(Jn((function(e,n){return Uh($b(Vo(e)),ym(r,e,n))})),eb((e=ib("]]"),Uh(Ib,ut(Wg,Rb,e))),ib("[["))));var e}),xm=Dd(ut(Us,(function(r){return r.d1}),Sd)),_m=(xm.f,vb(Pt([Vg,Hh(Ns(fb,lb,"#[^ \t\\)]+"),xm),Oh(Gg,Ns(fb,lb,'[^\\)\n "]*'))]))),Em=nb(Vg,Hh(Ns(fb,lb,'[^\\)\n "]*'),Uh(Pc,Dd((function(r){return Sd(r.cE.eY)}))))),Sm=(Em.f,Uh(cp,vb(Pt([ut(Bb,"🙂",ib(":-)")),ut(Bb,"😉",ib(";-)")),ut(Bb,"😀",ib(":-D")),ut(Bb,"😮",ib(":-O")),ut(Bb,"🙁",ib(":-(")),ut(Bb,"😐",ib(":-|")),ut(Bb,"😕",ib(":-/")),ut(Bb,"😕",ib(":-\\")),ut(Bb,"😛",ib(":-P")),ut(Bb,"😛",ib(":-p")),ut(Bb,"😜",ib(";-P")),ut(Bb,"😜",ib(";-p")),ut(Bb,"😗",ib(":-*")),ut(Bb,"😘",ib(";-*")),ut(Bb,"😂",ib(":')")),ut(Bb,"😢",ib(":'(")),ut(Bb,"😭",ib(":'[")),ut(Bb,"😠",ib(":-[")),ut(Bb,"😷",ib(":-#")),ut(Bb,"😷",ib(":-X")),ut(Bb,"😖",ib(":-§"))])))),qm=Uh(Bd,Ns(fb,lb,'[^\\[\\]\\(\\)@*+_~:;`\\^{}\\\\\\n<>=$ "\\-|]+')),Am=Uh(Bd,Ns(fb,lb,"[^\n*+\\-]+")),Tm=Uh(Bd,Ns(fb,lb,'[\\[\\]\\(\\)~:_;=${}\\-+"*<>|]')),Lm=Uh(Bd,eb(Ns(fb,lb,"[@\\^*_+~`\\\\${}\\[\\]|#\\-<>]"),ib("\\"))),Rm=Uh(Bd,Ns(fb,lb,"[ \t]+")),Im=function(r,e){return{$:14,a:r,b:e}},zm=Jn(Im),Dm=function(r){var e=gp(r);return e.b&&!e.b.b?e.a:Im(e,Ct)},Cm=function(r){return Uh(ut(Us,gp,Dm),eb(ut(Wg,tw(),ib(r)),ib(r)))},Om=Jn((function(r,e){var n=Ev(nw(),r,xl("\n"," ",e));return n.$?Ct:n.a.c})),Bm=function(r,e,n){return Vh(ib(")"),Hh(Zm(),Hh(n,Vh(ib("("),Uh(Kg(r),e)))))};function Pm(){return Uh(xd,Cm("~~"))}function jm(){return Uh(yd,Cm("^"))}function Nm(){return Uh(wd,Cm("~"))}function Um(){return Uh(ud,nb(Cm("*"),Cm("_")))}function Mm(){return Uh(Qb,nb(Cm("**"),Cm("__")))}function Hm(){return Uh(vd,vb(Pt([rw(),Gm(),Fm(),Km(),Jm(),Ym(),Wm(),Qm()])))}function Gm(){return eb(Vm(),ib("!?"))}function Vm(){return Vh(ib(")"),Hh(Zm(),Hh(Uh(Qg,Em),Vh(ib("("),Uh(sd,ew())))))}function Fm(){return eb(Xm(),ib("?"))}function Xm(){return Vh(ib(")"),Hh(Zm(),Hh(Uh(hp,Em),Vh(ib("("),Uh(Zb,ew())))))}function Wm(){return Vh(ib(")"),Hh(Zm(),Hh(_m,Vh(ib("("),ut(Bb,hd,it(mp,!0,!1,"\\[\\w*qr-code\\w*]"))))))}function Ym(){return Vh(ib(")"),Vh(Zm(),Hh(_m,Vh(ib("("),Vh(Ns(fb,lb,"\\w*]"),eb(vb(Pt([ut(Bb,fd,it(mp,!0,!1,"lia")),ut(Bb,ld,it(mp,!0,!1,"link"))])),it(mp,!0,!1,"\\[\\w*preview-")))))))}function Zm(){return pb(Uh(gp,Vh(ap,eb(ab(tw(),ib('"')),Vh(ib('"'),ap)))))}function Jm(){return Bm(od,ew(),gg)}function Qm(){return Bm(cd,ew(),_m)}function Km(){return eb(Bm(td,ew(),Em),ib("!"))}function rw(){return eb(Bm(ed,ew(),_m),ib("??"))}function ew(){return Uh(gp,eb(ab(tw(),ib("]")),ib("[")))}function nw(){return Uh(gp,av(Hh(Eg,Uh(Lg,tw()))))}function tw(){return Xg((function(r){return Hh(Eg,Uh(Lg,eb(nb(Uh((function(r){var e=r.a,n=r.b;return pd(n,e)}),pg(Ct)),Hh(eb(up,Dv),vb(Pt([vp,Hg(Om),Hm(),kg,Uh(rd,Pg(tw())),aw(),uw()])))),Dv)))}))}function aw(){return Oh((function(r){return r?Uh(bd,Oh(Cd,km(Om))):Hd("no inputs allowed")}),Sg)}function uw(){return Xg((function(r){return vb(Pt([Fg,qm,op,Sm,Lm,Mm(),Um(),Pm(),Nm(),jm(),Rm,Uh(nd,dm(tw())),Tm,Am]))}))}Qn(Bm);var iw=Pm();Pm=function(){return iw};var cw=jm();jm=function(){return cw};var ow=Nm();Nm=function(){return ow};var sw=Um();Um=function(){return sw};var fw=Mm();Mm=function(){return fw};var lw=Hm();Hm=function(){return lw};var hw=Gm();Gm=function(){return hw};var bw=Vm();Vm=function(){return bw};var dw=Fm();Fm=function(){return dw};var vw=Xm();Xm=function(){return vw};var pw=Wm();Wm=function(){return pw};var gw=Ym();Ym=function(){return gw};var mw=Zm();Zm=function(){return mw};var ww=Jm();Jm=function(){return ww};var $w=Qm();Qm=function(){return $w};var yw=Km();Km=function(){return yw};var kw=rw();rw=function(){return kw};var xw=ew();ew=function(){return xw};var _w=nw();nw=function(){return _w};var Ew=tw();tw=function(){return Ew};var Sw=aw();aw=function(){return Sw};var qw=uw();uw=function(){return qw};var Aw=function(r,e){var n=Ev(_w,rb(Is,wc,wc,0,r),xl("\n"," ",e));return n.$?Ct:n.a.c},Tw=(Jn(Aw),function(r){return qd((function(e){return Ie(e,r(e.cE))}))}),Lw=vb(Pt([Pb(Vh(Db,Ns(fb,lb,"@@@.*\n"))),Pb(Vh(Ab,Ns(fb,lb,"@@.*\n"))),Oh((function(r){var e=r.a,n=r.b;switch(e){case"attribute":return Tw((function(r){return Ce(r,Yl(r.eV,Pt([Aw(r,n)])))}));case"author":return Tw((function(r){return(e=r.$c()).eW=n,e;var e}));case"base":return Tw((function(r){return(e=r.$c()).eY=n,e;var e}));case"comment":return Tw((function(r){var e,t=Ns(Eb,Sb,n);return Ub(Rt("comment",t),((e=r.$c()).cx=Aw(r,t),e))}));case"dark":return Tw((function(r){return(e=r.$c()).gq=function(){switch(nl(n)){case"true":return mc(!1);case"false":return mc(!0);default:return wc}}(),e;var e}));case"date":return Tw((function(r){return(e=r.$c()).fm=n,e;var e}));case"email":return Tw((function(r){return(e=r.$c()).fF=n,e;var e}));case"import":return Tw(Wb(n));case"language":return Tw((function(r){return(e=r.$c()).gj=n,e;var e}));case"link":return Tw(ut(Fb,jb,n));case"logo":return Tw((function(r){return(e=r.$c()).gu=Hb(r.eY,n),e;var e}));case"narrator":return Tw((function(r){return(e=r.$c()).gH=n,e;var e}));case"script":return Tw(ut(Fb,Nb,n));case"translation":return Tw(Yb(n));case"formula":return Tw(Xb(n));case"version":return Tw((function(r){return(e=r.$c()).bk=n,e;var e}));case"mode":return Tw((function(r){return Oe(r,function(){switch(nl(n)){case"textbook":return mc(2);case"presentation":return mc(1);case"slides":return mc(0);default:return wc}}())}));case"debug":return Tw((function(r){return(e=r.$c()).fn="true"===n,e;var e}));case"onload":return Tw((function(r){return(e=r.$c()).gT=n,e;var e}));case"icon":return Tw((function(r){return Se(r,ah("icon",Hb(r.eY,n),r.dd))}));default:return Tw(Mb(Rt(e,n)))}}),Ob)])),Rw=Xg((function(r){return Pb(bb(Vh(hb,av(eb(Lw,hb)))))})),Iw=eb(Eg,Vh(hb,pb(eb(qd((function(r){return(e=r.$c()).fr=!0,e;var e})),Rw)))),zw=function(r,e,n){for(;;){if(r<=0)return n;if(!e.b)return n;var t=e.a;r-=1,e=e.b,n=Ot(t,n)}},Dw=(Qn(zw),function(r,e){return so(zw(r,e,Ct))}),Cw=(Jn(Dw),function(r,e,n){if(e<=0)return Ct;var t=Rt(e,n);r:for(;;){e:for(;;){if(!t.b.b)return n;if(!t.b.b.b){if(1===t.a)break r;break e}switch(t.a){case 1:break r;case 2:var a=t.b;return Pt([i=a.a,f=a.b.a]);case 3:if(t.b.b.b.b){var u=t.b,i=u.a,c=u.b;return Pt([i,f=c.a,h=c.b.a])}break e;default:if(t.b.b.b.b&&t.b.b.b.b.b){var o=t.b,s=(i=o.a,o.b),f=s.a,l=s.b,h=l.a,b=l.b,d=b.a,v=b.b;return Ot(i,Ot(f,Ot(h,Ot(d,r>1e3?Dw(e-4,v):Cw(r+1,e-4,v)))))}break e}}return n}return Pt([i=t.b.a])}),Ow=(Qn(Cw),function(r,e){for(var n=Ot(void 0,Ct),t=n,a=0;a I was trying to parse the **first** part of the course, which is either an\n> HTML-comment or something else, until I reach the header (which is marked by\n> an `#`). But, everything I got was the following:\n\n```\n"+yb(kb("\n",Ow(15,nv(r))))+"\n...\n```\n\n> I might be wrong, but in most cases this refers to a falsely loaded HTML page!\n>\n> Please make sure, that the course you try to load is a Markdown file, which\n> is served as a plain text file...\n\n---\n\n**Error Message:**\n\n```\n"+e+"\n```\n\n---\n\nIf it should work, and you think you have detected bug, please contact us. For\nmore information see the [last Section](#get-help?).\n"}),Pw=(Jn(Bw),function(r,e){var n=Ev(Vh(nb(ib("#"),zb(Ns(fb,lb,"\n#"))),eb(Iw,Ns(fb,lb,"[\n\t ]*"))),rb(Is,wc,wc,0,Uf(r)),e+"\n");if(n.$){var t=n.a,a=t.b,u=t.c;return Rc(""===Ql(e)?'> The file you want me to load does not contain any content. Everything I see is only an empty string...\n \nIf you see this in message in an editor, try to copy and paste the following code:\n\n```` md\n\x3c!--\nauthor: Your Name\n\nemail: your@mail.org\n\nversion: 0.0.1\n\nlanguage: en\n\nnarrator: US English Female\n\ncomment: Try to write a short comment about\n your course, multiline is also okay.\n--\x3e\n\n# Course Main Title\n\nThis is your **course** initialization stub.\n\nPlease see the [Docs](https://LiaScript.github.io/course/?https://raw.githubusercontent.com/liaScript/docs/master/README.md)\nto find out what is possible in [LiaScript](https://LiaScript.github.io).\n\nIf you want to use instant help in your Atom IDE, please type **lia** to see all available shortcuts.\n\n## Markdown\n\nYou can use common [Markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) syntax to create your course, such as:\n\n1. Lists\n2. ordered or\n\n * unordered\n * ones ...\n\n\n| Header 1 | Header 2 |\n| :--------- | :--------- |\n| Item 1 | Item 2 |\n\n\nImages:\n\n![images](https://farm2.static.flickr.com/1618/26701766821_7bea494826.jpg)\n\n\n### Extensions\n\n --{{0}}--\nBut you can also include other features such as spoken text.\n\n --{{1}}--\nInsert any kind of audio file:\n\n {{1}}\n?[audio](https://bigsoundbank.com/UPLOAD/mp3/1068.mp3)\n\n\n --{{2}}--\nEven videos or change the language completely.\n\n {{2-3}}\n!?[video](https://www.youtube.com/watch?v=bICfKRyKTwE)\n\n\n --{{3 Russian Female}}--\nПервоначально создан в 2004 году Джоном Грубером (англ. John Gruber) и Аароном\nШварцем. Многие идеи языка были позаимствованы из существующих соглашений по\nразметке текста в электронных письмах...\n\n\n {{3}}\nType "voice" to see a list of all available languages.\n\n\n### Styling\n\n\x3c!-- class = "animated rollIn" style = "animation-delay: 2s; color: purple" --\x3e\nThe whole text-block should appear in purple color and with a wobbling effect.\nWhich is a **bad** example, please use it with caution ...\n~~ only this is red ;-) ~~ \x3c!-- class = "animated infinite bounce" style = "color: red;" --\x3e\n\n## Charts\n\nUse ASCII-Art to draw diagrams:\n\n Multiline\n 1.9 | DOTS\n | ***\n y | * *\n - | r r r r r r r*r r r r*r r r r r r r\n a | * *\n x | * *\n i | B B B B B * B B B B B B * B B B B B\n s | * *\n | * * * * * *\n -1 +------------------------------------\n 0 x-axis 1\n\n## Quizzes\n\n### A Textquiz\n\nWhat did the **fish** say when he hit a **concrete wall**?\n\n [[dam]]\n\n### Multiple Choice\n\nJust add as many points as you wish:\n\n [[X]] Only the **X** marks the correct point.\n [[ ]] Empty ones are wrong.\n [[X]] ...\n\n### Single Choice\n\nJust add as many points as you wish:\n\n [( )] ...\n [(X)] <-- Only the **X** is allowed.\n [( )] ...\n\n\n## Executable Code\n\nYou can make your code executable and define projects:\n\n``` js -EvalScript.js\nlet who = data.first_name + " " + data.last_name;\n\nif(data.online) {\n who + " is online"; }\nelse {\n who + " is NOT online"; }\n```\n``` json +Data.json\n{\n "first_name" : "Sammy",\n "last_name" : "Shark",\n "online" : true\n}\n```\n \ No newline at end of file +Lia \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 5ab73bf..85dea08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "liascript-preview-web", - "version": "0.2.25", + "version": "0.2.26", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "liascript-preview-web", - "version": "0.2.25", + "version": "0.2.26", "dependencies": { "mathjs": "^11.3.2", "tex-math-parser": "^2.0.3" diff --git a/package.json b/package.json index e355e01..9a21c1c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/andre-dietrich/liascript-preview-vscode-web.git" }, "icon": "icon.png", - "version": "0.2.25", + "version": "0.2.26", "engines": { "vscode": "^1.72.0" },