@marp-team/marp-core 3.2.1 → 3.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/browser.cjs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const e={h1:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"1"},style:"display: block; font-size: 2em; margin-block-start: 0.67em; margin-block-end: 0.67em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h2:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"2"},style:"display: block; font-size: 1.5em; margin-block-start: 0.83em; margin-block-end: 0.83em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h3:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"3"},style:"display: block; font-size: 1.17em; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h4:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"4"},style:"display: block; margin-block-start: 1.33em; margin-block-end: 1.33em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h5:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"5"},style:"display: block; font-size: 0.83em; margin-block-start: 1.67em; margin-block-end: 1.67em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h6:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"6"},style:"display: block; font-size: 0.67em; margin-block-start: 2.33em; margin-block-end: 2.33em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},span:{proto:()=>HTMLSpanElement},pre:{proto:()=>HTMLElement,style:"display: block; font-family: monospace; white-space: pre; margin: 1em 0; --marp-auto-scaling-white-space: pre;"}},t="data-marp-auto-scaling-svg",i="data-marp-auto-scaling-container";class n extends HTMLElement{constructor(){super(),this.svgPreserveAspectRatio="xMinYMid meet";const e=e=>([t])=>{const{width:i,height:n}=t.contentRect;this[e]={width:i,height:n},this.updateSVGRect()};this.attachShadow({mode:"open"}),this.containerObserver=new ResizeObserver(e("containerSize")),this.wrapperObserver=new ResizeObserver(e("wrapperSize"))}static get observedAttributes(){return["data-downscale-only"]}connectedCallback(){var e,n,s,r,o;this.shadowRoot.innerHTML=`\n<style>\n svg[${t}] { display: block; width: 100%; height: auto; vertical-align: top; }\n span[${i}] { display: table; white-space: var(--marp-auto-scaling-white-space, nowrap); width: max-content; }\n</style>\n<div data-marp-auto-scaling-wrapper>\n <svg part="svg" ${t}>\n <foreignObject><span ${i}><slot></slot></span></foreignObject>\n </svg>\n</div>\n `.split(/\n\s*/).join(""),this.wrapper=null!==(e=this.shadowRoot.querySelector("div[data-marp-auto-scaling-wrapper]"))&&void 0!==e?e:void 0;const a=this.svg;this.svg=null!==(s=null===(n=this.wrapper)||void 0===n?void 0:n.querySelector(`svg[${t}]`))&&void 0!==s?s:void 0,this.svg!==a&&(this.svgComputedStyle=this.svg?window.getComputedStyle(this.svg):void 0),this.container=null!==(o=null===(r=this.svg)||void 0===r?void 0:r.querySelector(`span[${i}]`))&&void 0!==o?o:void 0,this.observe()}disconnectedCallback(){this.svg=void 0,this.svgComputedStyle=void 0,this.wrapper=void 0,this.container=void 0,this.observe()}attributeChangedCallback(){this.observe()}observe(){this.containerObserver.disconnect(),this.wrapperObserver.disconnect(),this.wrapper&&this.wrapperObserver.observe(this.wrapper),this.container&&this.containerObserver.observe(this.container),this.svgComputedStyle&&this.observeSVGStyle(this.svgComputedStyle)}observeSVGStyle(e){const t=()=>{const i=(()=>{const t=e.getPropertyValue("--preserve-aspect-ratio");if(t)return t.trim();return`x${(({textAlign:e,direction:t})=>{if(e.endsWith("left"))return"Min";if(e.endsWith("right"))return"Max";if("start"===e||"end"===e){let i="rtl"===t;return"end"===e&&(i=!i),i?"Max":"Min"}return"Mid"})(e)}YMid meet`})();i!==this.svgPreserveAspectRatio&&(this.svgPreserveAspectRatio=i,this.updateSVGRect()),e===this.svgComputedStyle&&requestAnimationFrame(t)};t()}updateSVGRect(){var e,t,i,n,s,r,o;let a=Math.ceil(null!==(t=null===(e=this.containerSize)||void 0===e?void 0:e.width)&&void 0!==t?t:0);const l=Math.ceil(null!==(n=null===(i=this.containerSize)||void 0===i?void 0:i.height)&&void 0!==n?n:0);void 0!==this.dataset.downscaleOnly&&(a=Math.max(a,null!==(r=null===(s=this.wrapperSize)||void 0===s?void 0:s.width)&&void 0!==r?r:0));const c=null===(o=this.svg)||void 0===o?void 0:o.querySelector(":scope > foreignObject");if(null==c||c.setAttribute("width",`${a}`),null==c||c.setAttribute("height",`${l}`),this.svg&&(this.svg.setAttribute("viewBox",`0 0 ${a} ${l}`),this.svg.setAttribute("preserveAspectRatio",this.svgPreserveAspectRatio),this.svg.style.height=a<=0||l<=0?"0":""),this.container){const e=this.svgPreserveAspectRatio.toLowerCase();this.container.style.marginLeft=e.startsWith("xmid")||e.startsWith("xmax")?"auto":"0",this.container.style.marginRight=e.startsWith("xmi")?"auto":"0"}}}const s=(e,{attrs:t={},style:i})=>class extends e{constructor(...e){super(...e);for(const[e,i]of Object.entries(t))this.hasAttribute(e)||this.setAttribute(e,i);this.attachShadow({mode:"open"})}static get observedAttributes(){return["data-auto-scaling"]}connectedCallback(){this._update()}attributeChangedCallback(){this._update()}_update(){const e=i?`<style>:host { ${i} }</style>`:"";let t="<slot></slot>";const{autoScaling:n}=this.dataset;if(void 0!==n){t=`<marp-auto-scaling exportparts="svg:auto-scaling" ${"downscale-only"===n?"data-downscale-only":""}>${t}</marp-auto-scaling>`}this.shadowRoot.innerHTML=e+t}};let r;const o=Symbol(),a="marpitSVGPolyfill:setZoomFactor,",l=Symbol();let c,d;function p(e){const t="object"==typeof e&&e.target||document,i="object"==typeof e?e.zoom:e;window[l]||(Object.defineProperty(window,l,{configurable:!0,value:!0}),window.addEventListener("message",(({data:e,origin:t})=>{if(t===window.origin)try{if(e&&"string"==typeof e&&e.startsWith(a)){const[,t]=e.split(","),i=Number.parseFloat(t);Number.isNaN(i)||(d=i)}}catch(e){console.error(e)}})));let n=!1;Array.from(t.querySelectorAll("svg[data-marpit-svg]"),(e=>{var t,s,r,o;e.style.transform||(e.style.transform="translateZ(0)");const a=i||d||e.currentScale||1;c!==a&&(c=a,n=a);const l=e.getBoundingClientRect(),{length:p}=e.children;for(let i=0;i<p;i+=1){const n=e.children[i];if(n.getScreenCTM){const e=n.getScreenCTM();if(e){const i=null!==(s=null===(t=n.x)||void 0===t?void 0:t.baseVal.value)&&void 0!==s?s:0,c=null!==(o=null===(r=n.y)||void 0===r?void 0:r.baseVal.value)&&void 0!==o?o:0,d=n.children.length;for(let t=0;t<d;t+=1){const s=n.children[t];if("SECTION"===s.tagName){const{style:t}=s;t.transformOrigin||(t.transformOrigin=`${-i}px ${-c}px`),t.transform=`scale(${a}) matrix(${e.a}, ${e.b}, ${e.c}, ${e.d}, ${e.e-l.left}, ${e.f-l.top}) translateZ(0.0001px)`;break}}}}}})),!1!==n&&Array.from(t.querySelectorAll("iframe"),(({contentWindow:e})=>{null==e||e.postMessage(`${a}${n}`,"null"===window.origin?"*":window.origin)}))}function
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const e={h1:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"1"},style:"display: block; font-size: 2em; margin-block-start: 0.67em; margin-block-end: 0.67em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h2:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"2"},style:"display: block; font-size: 1.5em; margin-block-start: 0.83em; margin-block-end: 0.83em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h3:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"3"},style:"display: block; font-size: 1.17em; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h4:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"4"},style:"display: block; margin-block-start: 1.33em; margin-block-end: 1.33em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h5:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"5"},style:"display: block; font-size: 0.83em; margin-block-start: 1.67em; margin-block-end: 1.67em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h6:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"6"},style:"display: block; font-size: 0.67em; margin-block-start: 2.33em; margin-block-end: 2.33em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},span:{proto:()=>HTMLSpanElement},pre:{proto:()=>HTMLElement,style:"display: block; font-family: monospace; white-space: pre; margin: 1em 0; --marp-auto-scaling-white-space: pre;"}},t="data-marp-auto-scaling-svg",i="data-marp-auto-scaling-container";class n extends HTMLElement{constructor(){super(),this.svgPreserveAspectRatio="xMinYMid meet";const e=e=>([t])=>{const{width:i,height:n}=t.contentRect;this[e]={width:i,height:n},this.updateSVGRect()};this.attachShadow({mode:"open"}),this.containerObserver=new ResizeObserver(e("containerSize")),this.wrapperObserver=new ResizeObserver(((...t)=>{e("wrapperSize")(...t),this.flushSvgDisplay()}))}static get observedAttributes(){return["data-downscale-only"]}connectedCallback(){var e,n,s,r,o;this.shadowRoot.innerHTML=`\n<style>\n svg[${t}] { display: block; width: 100%; height: auto; vertical-align: top; }\n span[${i}] { display: table; white-space: var(--marp-auto-scaling-white-space, nowrap); width: max-content; }\n</style>\n<div data-marp-auto-scaling-wrapper>\n <svg part="svg" ${t}>\n <foreignObject><span ${i}><slot></slot></span></foreignObject>\n </svg>\n</div>\n `.split(/\n\s*/).join(""),this.wrapper=null!==(e=this.shadowRoot.querySelector("div[data-marp-auto-scaling-wrapper]"))&&void 0!==e?e:void 0;const a=this.svg;this.svg=null!==(s=null===(n=this.wrapper)||void 0===n?void 0:n.querySelector(`svg[${t}]`))&&void 0!==s?s:void 0,this.svg!==a&&(this.svgComputedStyle=this.svg?window.getComputedStyle(this.svg):void 0),this.container=null!==(o=null===(r=this.svg)||void 0===r?void 0:r.querySelector(`span[${i}]`))&&void 0!==o?o:void 0,this.observe()}disconnectedCallback(){this.svg=void 0,this.svgComputedStyle=void 0,this.wrapper=void 0,this.container=void 0,this.observe()}attributeChangedCallback(){this.observe()}flushSvgDisplay(){const{svg:e}=this;e&&(e.style.display="inline",requestAnimationFrame((()=>{e.style.display=""})))}observe(){this.containerObserver.disconnect(),this.wrapperObserver.disconnect(),this.wrapper&&this.wrapperObserver.observe(this.wrapper),this.container&&this.containerObserver.observe(this.container),this.svgComputedStyle&&this.observeSVGStyle(this.svgComputedStyle)}observeSVGStyle(e){const t=()=>{const i=(()=>{const t=e.getPropertyValue("--preserve-aspect-ratio");if(t)return t.trim();return`x${(({textAlign:e,direction:t})=>{if(e.endsWith("left"))return"Min";if(e.endsWith("right"))return"Max";if("start"===e||"end"===e){let i="rtl"===t;return"end"===e&&(i=!i),i?"Max":"Min"}return"Mid"})(e)}YMid meet`})();i!==this.svgPreserveAspectRatio&&(this.svgPreserveAspectRatio=i,this.updateSVGRect()),e===this.svgComputedStyle&&requestAnimationFrame(t)};t()}updateSVGRect(){var e,t,i,n,s,r,o;let a=Math.ceil(null!==(t=null===(e=this.containerSize)||void 0===e?void 0:e.width)&&void 0!==t?t:0);const l=Math.ceil(null!==(n=null===(i=this.containerSize)||void 0===i?void 0:i.height)&&void 0!==n?n:0);void 0!==this.dataset.downscaleOnly&&(a=Math.max(a,null!==(r=null===(s=this.wrapperSize)||void 0===s?void 0:s.width)&&void 0!==r?r:0));const c=null===(o=this.svg)||void 0===o?void 0:o.querySelector(":scope > foreignObject");if(null==c||c.setAttribute("width",`${a}`),null==c||c.setAttribute("height",`${l}`),this.svg&&(this.svg.setAttribute("viewBox",`0 0 ${a} ${l}`),this.svg.setAttribute("preserveAspectRatio",this.svgPreserveAspectRatio),this.svg.style.height=a<=0||l<=0?"0":""),this.container){const e=this.svgPreserveAspectRatio.toLowerCase();this.container.style.marginLeft=e.startsWith("xmid")||e.startsWith("xmax")?"auto":"0",this.container.style.marginRight=e.startsWith("xmi")?"auto":"0"}}}const s=(e,{attrs:t={},style:i})=>class extends e{constructor(...e){super(...e);for(const[e,i]of Object.entries(t))this.hasAttribute(e)||this.setAttribute(e,i);this.attachShadow({mode:"open"})}static get observedAttributes(){return["data-auto-scaling"]}connectedCallback(){this._update()}attributeChangedCallback(){this._update()}_update(){const e=i?`<style>:host { ${i} }</style>`:"";let t="<slot></slot>";const{autoScaling:n}=this.dataset;if(void 0!==n){t=`<marp-auto-scaling exportparts="svg:auto-scaling" ${"downscale-only"===n?"data-downscale-only":""}>${t}</marp-auto-scaling>`}this.shadowRoot.innerHTML=e+t}};let r;const o=Symbol(),a="marpitSVGPolyfill:setZoomFactor,",l=Symbol();let c,d;function p(e){const t="object"==typeof e&&e.target||document,i="object"==typeof e?e.zoom:e;window[l]||(Object.defineProperty(window,l,{configurable:!0,value:!0}),window.addEventListener("message",(({data:e,origin:t})=>{if(t===window.origin)try{if(e&&"string"==typeof e&&e.startsWith(a)){const[,t]=e.split(","),i=Number.parseFloat(t);Number.isNaN(i)||(d=i)}}catch(e){console.error(e)}})));let n=!1;Array.from(t.querySelectorAll("svg[data-marpit-svg]"),(e=>{var t,s,r,o;e.style.transform||(e.style.transform="translateZ(0)");const a=i||d||e.currentScale||1;c!==a&&(c=a,n=a);const l=e.getBoundingClientRect(),{length:p}=e.children;for(let i=0;i<p;i+=1){const n=e.children[i];if(n.getScreenCTM){const e=n.getScreenCTM();if(e){const i=null!==(s=null===(t=n.x)||void 0===t?void 0:t.baseVal.value)&&void 0!==s?s:0,c=null!==(o=null===(r=n.y)||void 0===r?void 0:r.baseVal.value)&&void 0!==o?o:0,d=n.children.length;for(let t=0;t<d;t+=1){const s=n.children[t];if("SECTION"===s.tagName){const{style:t}=s;t.transformOrigin||(t.transformOrigin=`${-i}px ${-c}px`),t.transform=`scale(${a}) matrix(${e.a}, ${e.b}, ${e.c}, ${e.d}, ${e.e-l.left}, ${e.f-l.top}) translateZ(0.0001px)`;break}}}}}})),!1!==n&&Array.from(t.querySelectorAll("iframe"),(({contentWindow:e})=>{null==e||e.postMessage(`${a}${n}`,"null"===window.origin?"*":window.origin)}))}function h({once:e=!1,target:t=document}={}){const i="Apple Computer, Inc."===navigator.vendor?[p]:[];let n=!e;const s=()=>{for(const e of i)e({target:t});n&&window.requestAnimationFrame(s)};return s(),()=>{n=!1}}c=1,d=void 0;const g=Symbol(),m=(t=document)=>{if("undefined"==typeof window)throw new Error("Marp Core's browser script is valid only in browser context.");if(((t=document)=>{const i=window[o];i||customElements.define("marp-auto-scaling",n);for(const n of Object.keys(e)){const o=`marp-${n}`,a=e[n].proto();null!=r||(r=!!document.createElement("div",{is:"marp-auto-scaling"}).outerHTML.startsWith("<div is")),r&&a!==HTMLElement?i||customElements.define(o,s(a,{style:e[n].style}),{extends:n}):(i||customElements.define(o,s(HTMLElement,e[n])),t.querySelectorAll(`${n}[is="${o}"]`).forEach((e=>{e.outerHTML=e.outerHTML.replace(new RegExp(`^<${n}`,"i"),`<${o}`).replace(new RegExp(`</${n}>$`,"i"),`</${o}>`)})))}window[o]=!0})(t),t[g])return t[g];const i=h({target:t}),a=()=>{i(),delete t[g]},l=Object.assign(a,{cleanup:a,update:()=>m(t)});return Object.defineProperty(t,g,{configurable:!0,value:l}),l};exports.browser=m,exports.default=m,exports.observer=h;
|
package/lib/browser.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(){"use strict";const t={h1:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"1"},style:"display: block; font-size: 2em; margin-block-start: 0.67em; margin-block-end: 0.67em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h2:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"2"},style:"display: block; font-size: 1.5em; margin-block-start: 0.83em; margin-block-end: 0.83em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h3:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"3"},style:"display: block; font-size: 1.17em; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h4:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"4"},style:"display: block; margin-block-start: 1.33em; margin-block-end: 1.33em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h5:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"5"},style:"display: block; font-size: 0.83em; margin-block-start: 1.67em; margin-block-end: 1.67em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h6:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"6"},style:"display: block; font-size: 0.67em; margin-block-start: 2.33em; margin-block-end: 2.33em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},span:{proto:()=>HTMLSpanElement},pre:{proto:()=>HTMLElement,style:"display: block; font-family: monospace; white-space: pre; margin: 1em 0; --marp-auto-scaling-white-space: pre;"}},e="data-marp-auto-scaling-wrapper",i="data-marp-auto-scaling-svg",n="data-marp-auto-scaling-container";class
|
|
1
|
+
!function(){"use strict";const t={h1:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"1"},style:"display: block; font-size: 2em; margin-block-start: 0.67em; margin-block-end: 0.67em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h2:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"2"},style:"display: block; font-size: 1.5em; margin-block-start: 0.83em; margin-block-end: 0.83em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h3:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"3"},style:"display: block; font-size: 1.17em; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h4:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"4"},style:"display: block; margin-block-start: 1.33em; margin-block-end: 1.33em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h5:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"5"},style:"display: block; font-size: 0.83em; margin-block-start: 1.67em; margin-block-end: 1.67em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h6:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"6"},style:"display: block; font-size: 0.67em; margin-block-start: 2.33em; margin-block-end: 2.33em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},span:{proto:()=>HTMLSpanElement},pre:{proto:()=>HTMLElement,style:"display: block; font-family: monospace; white-space: pre; margin: 1em 0; --marp-auto-scaling-white-space: pre;"}},e="data-marp-auto-scaling-wrapper",i="data-marp-auto-scaling-svg",n="data-marp-auto-scaling-container";class s extends HTMLElement{constructor(){super(),this.svgPreserveAspectRatio="xMinYMid meet";const t=t=>([e])=>{const{width:i,height:n}=e.contentRect;this[t]={width:i,height:n},this.updateSVGRect()};this.attachShadow({mode:"open"}),this.containerObserver=new ResizeObserver(t("containerSize")),this.wrapperObserver=new ResizeObserver(((...e)=>{t("wrapperSize")(...e),this.flushSvgDisplay()}))}static get observedAttributes(){return["data-downscale-only"]}connectedCallback(){var t,s,o,r,a;this.shadowRoot.innerHTML=`\n<style>\n svg[${i}] { display: block; width: 100%; height: auto; vertical-align: top; }\n span[${n}] { display: table; white-space: var(--marp-auto-scaling-white-space, nowrap); width: max-content; }\n</style>\n<div ${e}>\n <svg part="svg" ${i}>\n <foreignObject><span ${n}><slot></slot></span></foreignObject>\n </svg>\n</div>\n `.split(/\n\s*/).join(""),this.wrapper=null!==(t=this.shadowRoot.querySelector(`div[${e}]`))&&void 0!==t?t:void 0;const l=this.svg;this.svg=null!==(o=null===(s=this.wrapper)||void 0===s?void 0:s.querySelector(`svg[${i}]`))&&void 0!==o?o:void 0,this.svg!==l&&(this.svgComputedStyle=this.svg?window.getComputedStyle(this.svg):void 0),this.container=null!==(a=null===(r=this.svg)||void 0===r?void 0:r.querySelector(`span[${n}]`))&&void 0!==a?a:void 0,this.observe()}disconnectedCallback(){this.svg=void 0,this.svgComputedStyle=void 0,this.wrapper=void 0,this.container=void 0,this.observe()}attributeChangedCallback(){this.observe()}flushSvgDisplay(){const{svg:t}=this;t&&(t.style.display="inline",requestAnimationFrame((()=>{t.style.display=""})))}observe(){this.containerObserver.disconnect(),this.wrapperObserver.disconnect(),this.wrapper&&this.wrapperObserver.observe(this.wrapper),this.container&&this.containerObserver.observe(this.container),this.svgComputedStyle&&this.observeSVGStyle(this.svgComputedStyle)}observeSVGStyle(t){const e=()=>{const i=(()=>{const e=t.getPropertyValue("--preserve-aspect-ratio");if(e)return e.trim();return`x${(({textAlign:t,direction:e})=>{if(t.endsWith("left"))return"Min";if(t.endsWith("right"))return"Max";if("start"===t||"end"===t){let i="rtl"===e;return"end"===t&&(i=!i),i?"Max":"Min"}return"Mid"})(t)}YMid meet`})();i!==this.svgPreserveAspectRatio&&(this.svgPreserveAspectRatio=i,this.updateSVGRect()),t===this.svgComputedStyle&&requestAnimationFrame(e)};e()}updateSVGRect(){var t,e,i,n,s,o,r;let a=Math.ceil(null!==(e=null===(t=this.containerSize)||void 0===t?void 0:t.width)&&void 0!==e?e:0);const l=Math.ceil(null!==(n=null===(i=this.containerSize)||void 0===i?void 0:i.height)&&void 0!==n?n:0);void 0!==this.dataset.downscaleOnly&&(a=Math.max(a,null!==(o=null===(s=this.wrapperSize)||void 0===s?void 0:s.width)&&void 0!==o?o:0));const c=null===(r=this.svg)||void 0===r?void 0:r.querySelector(":scope > foreignObject");if(null==c||c.setAttribute("width",`${a}`),null==c||c.setAttribute("height",`${l}`),this.svg&&(this.svg.setAttribute("viewBox",`0 0 ${a} ${l}`),this.svg.setAttribute("preserveAspectRatio",this.svgPreserveAspectRatio),this.svg.style.height=a<=0||l<=0?"0":""),this.container){const t=this.svgPreserveAspectRatio.toLowerCase();this.container.style.marginLeft=t.startsWith("xmid")||t.startsWith("xmax")?"auto":"0",this.container.style.marginRight=t.startsWith("xmi")?"auto":"0"}}}const o=(t,{attrs:e={},style:i})=>class extends t{constructor(...t){super(...t);for(const[t,i]of Object.entries(e))this.hasAttribute(t)||this.setAttribute(t,i);this.attachShadow({mode:"open"})}static get observedAttributes(){return["data-auto-scaling"]}connectedCallback(){this._update()}attributeChangedCallback(){this._update()}_update(){const t=i?`<style>:host { ${i} }</style>`:"";let e="<slot></slot>";const{autoScaling:n}=this.dataset;if(void 0!==n){e=`<marp-auto-scaling exportparts="svg:auto-scaling" ${"downscale-only"===n?"data-downscale-only":""}>${e}</marp-auto-scaling>`}this.shadowRoot.innerHTML=t+e}};let r;const a=Symbol(),l="marpitSVGPolyfill:setZoomFactor,",c=Symbol();let d,p;function h(t){const e="object"==typeof t&&t.target||document,i="object"==typeof t?t.zoom:t;window[c]||(Object.defineProperty(window,c,{configurable:!0,value:!0}),window.addEventListener("message",(({data:t,origin:e})=>{if(e===window.origin)try{if(t&&"string"==typeof t&&t.startsWith(l)){const[,e]=t.split(","),i=Number.parseFloat(e);Number.isNaN(i)||(p=i)}}catch(t){console.error(t)}})));let n=!1;Array.from(e.querySelectorAll("svg[data-marpit-svg]"),(t=>{var e,s,o,r;t.style.transform||(t.style.transform="translateZ(0)");const a=i||p||t.currentScale||1;d!==a&&(d=a,n=a);const l=t.getBoundingClientRect(),{length:c}=t.children;for(let i=0;i<c;i+=1){const n=t.children[i];if(n.getScreenCTM){const t=n.getScreenCTM();if(t){const i=null!==(s=null===(e=n.x)||void 0===e?void 0:e.baseVal.value)&&void 0!==s?s:0,c=null!==(r=null===(o=n.y)||void 0===o?void 0:o.baseVal.value)&&void 0!==r?r:0,d=n.children.length;for(let e=0;e<d;e+=1){const s=n.children[e];if("SECTION"===s.tagName){const{style:e}=s;e.transformOrigin||(e.transformOrigin=`${-i}px ${-c}px`),e.transform=`scale(${a}) matrix(${t.a}, ${t.b}, ${t.c}, ${t.d}, ${t.e-l.left}, ${t.f-l.top}) translateZ(0.0001px)`;break}}}}}})),!1!==n&&Array.from(e.querySelectorAll("iframe"),(({contentWindow:t})=>{null==t||t.postMessage(`${l}${n}`,"null"===window.origin?"*":window.origin)}))}function g({once:t=!1,target:e=document}={}){const i="Apple Computer, Inc."===navigator.vendor?[h]:[];let n=!t;const s=()=>{for(const t of i)t({target:e});n&&window.requestAnimationFrame(s)};return s(),()=>{n=!1}}d=1,p=void 0;const m=Symbol(),v=(e=document)=>{if("undefined"==typeof window)throw new Error("Marp Core's browser script is valid only in browser context.");if(((e=document)=>{const i=window[a];i||customElements.define("marp-auto-scaling",s);for(const n of Object.keys(t)){const s=`marp-${n}`,a=t[n].proto();null!=r||(r=!!document.createElement("div",{is:"marp-auto-scaling"}).outerHTML.startsWith("<div is")),r&&a!==HTMLElement?i||customElements.define(s,o(a,{style:t[n].style}),{extends:n}):(i||customElements.define(s,o(HTMLElement,t[n])),e.querySelectorAll(`${n}[is="${s}"]`).forEach((t=>{t.outerHTML=t.outerHTML.replace(new RegExp(`^<${n}`,"i"),`<${s}`).replace(new RegExp(`</${n}>$`,"i"),`</${s}>`)})))}window[a]=!0})(e),e[m])return e[m];const i=g({target:e}),n=()=>{i(),delete e[m]},l=Object.assign(n,{cleanup:n,update:()=>v(e)});return Object.defineProperty(e,m,{configurable:!0,value:l}),l},u=document.currentScript;v(u?u.getRootNode():document)}();
|
package/lib/marp.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@marp-team/marpit"),n=require("highlight.js"),t=require("postcss"),i=require("postcss-minify-params"),o=require("postcss-minify-selectors"),r=require("postcss-normalize-whitespace"),s=require("@marp-team/marpit/plugin"),a=require("postcss-selector-parser"),l=require("emoji-regex"),c=require("markdown-it-emoji"),f=require("twemoji"),h=require("xss"),d=require("xss/lib/default"),p=require("katex"),g=require("katex/package.json"),m=require("mathjax-full/js/adaptors/liteAdaptor"),u=require("mathjax-full/js/handlers/html"),z=require("mathjax-full/js/input/tex"),x=require("mathjax-full/js/input/tex/AllPackages"),k=require("mathjax-full/js/mathjax"),b=require("mathjax-full/js/output/svg");function y(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var w=y(n),v=y(t),j=y(i),_=y(o),S=y(r),T=y(s),M=y(a),X=y(l),K=y(c),O=y(f),$=y(p);const q=(e,n)=>{const t=e.lastGlobalDirectives,i=e.themeSet.get((t||{}).theme,!0),o=i&&e.themeSet.getThemeMeta(i,"auto-scaling");return!!("true"===o||n&&(o||"").includes(n))},C=/^(<pre[^>]*?><code[^>]*?>)([\s\S]*)(<\/code><\/pre>\n*)$/,A=T.default((e=>{const{code_block:n,fence:t}=e.renderer.rules,i=n=>(...t)=>{const i=n(...t);return e.marpit.options.inlineSVG&&q(e.marpit,"code")?i.replace(C,((e,n,t,i)=>'<pre is="marp-pre" data-auto-scaling="downscale-only"'+n.slice(4)+t+i)):i};e.renderer.rules.code_block=i(n),e.renderer.rules.fence=i(t)})),R=T.default((e=>{const{heading_open:n}=e.renderer.rules;e.core.ruler.after("inline","marp_fitting_header",(({tokens:n})=>{if(!e.marpit.options.inlineSVG)return;let t;for(const e of n)if(t||"heading_open"!==e.type||(t=e),t)if("inline"===e.type){let n=!1;for(const t of e.children)"marpit_comment"===t.type&&"fit"===t.content&&(n=!0,t.meta=t.meta||{},t.meta.marpitCommentParsed="marp-fitting-header");n&&(t.meta=t.meta||{},t.meta.marpAutoScaling=!0)}else"heading_close"===e.type&&(t=void 0)})),e.renderer.rules.heading_open=function(t,i,o,r,s){const a=n?n.call(this,t,i,o,r,s):s.renderToken(t,i,o),{tag:l,meta:c}=t[i];return(null==c?void 0:c.marpAutoScaling)&&q(e.marpit,"fittingHeader")?a.replace(new RegExp(`<${l}`,"i"),`<${l} is="marp-${l}" data-auto-scaling`):a}})),L=T.default((e=>e.use(R).use(A))),H={h1:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"1"},style:"display: block; font-size: 2em; margin-block-start: 0.67em; margin-block-end: 0.67em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h2:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"2"},style:"display: block; font-size: 1.5em; margin-block-start: 0.83em; margin-block-end: 0.83em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h3:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"3"},style:"display: block; font-size: 1.17em; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h4:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"4"},style:"display: block; margin-block-start: 1.33em; margin-block-end: 1.33em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h5:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"5"},style:"display: block; font-size: 0.83em; margin-block-start: 1.67em; margin-block-end: 1.67em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h6:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"6"},style:"display: block; font-size: 0.67em; margin-block-start: 2.33em; margin-block-end: 2.33em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},span:{proto:()=>HTMLSpanElement},pre:{proto:()=>HTMLElement,style:"display: block; font-family: monospace; white-space: pre; margin: 1em 0; --marp-auto-scaling-white-space: pre;"}},E=e=>{const n=Object.keys(H);e.walkRules(new RegExp(n.join("|"),"i"),(e=>{M.default((e=>{e.walkTags((e=>{const t=e.value.toLowerCase();if(n.includes(t)){const n=((e,n)=>{let t=e;for(;t;){if(n(t))return t;t=t.parent}})(e.parent,(({type:e})=>"pseudo"===e));if("::part"===(null==n?void 0:n.value))return;e.value=`:is(${t}, marp-${t})`}}))})).processSync(e,{updateSelector:!0})}))};const N=new RegExp(`(${X.default().source})(?!︎)`,"g"),I=T.default((e=>{const n=e.marpit.options.emoji,t=n.twemoji||{},i=t.ext||"svg",o=e=>O.default.parse(e,{attributes:()=>({"data-marp-twemoji":""}),base:t.base||void 0,ext:`.${i}`,size:"svg"===i?"svg":void 0}),r=(e,n)=>o(e[n].content);if(n.shortcode){const t={core:{ruler:{push:(e,n)=>t.rule=n,after:(e,n,i)=>t.rule=i}},renderer:{rules:{emoji:()=>{}}},rule:()=>{},utils:e.utils};K.default(t,{shortcuts:{}}),e.core.ruler.push("marp_emoji",(e=>{const{Token:n}=e;e.Token=function(e,...t){return new n("emoji"===e?"marp_emoji":e,...t)},t.rule(e),e.Token=n})),e.renderer.rules.marp_emoji="twemoji"===n.shortcode?r:t.renderer.rules.emoji}if(n.unicode){e.core.ruler.after("inline","marp_unicode_emoji",(({tokens:e,Token:n})=>{for(const t of e)if("inline"===t.type){const e=[];for(const i of t.children)if("text"===i.type){const t=i.content.split(N);e.push(...t.reduce(((e,t,o)=>0===t.length?e:[...e,Object.assign(new n,Object.assign(Object.assign({},i),{content:t,type:o%2?"marp_unicode_emoji":"text"}))]),[]))}else e.push(i);t.children=e}})),e.renderer.rules.marp_unicode_emoji=(e,n)=>e[n].content;const{code_block:t,code_inline:i,fence:s}=e.renderer.rules;if("twemoji"===n.unicode){const n=e=>e.split(/(<[^>]*>)/g).reduce(((e,n,t)=>`${e}${t%2?n:n.replace(N,(([e])=>o(e)))}`),"");e.renderer.rules.marp_unicode_emoji=r,e.renderer.rules.code_inline=(...e)=>n(i(...e)),e.renderer.rules.code_block=(...e)=>n(t(...e)),e.renderer.rules.fence=(...e)=>n(s(...e))}}}));var B={exports:{}},F=["circle","ellipse","line","path","polygon","polyline","rect","stop","use"],P=["area","base","br","col","command","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"];B.exports=P.concat(F),B.exports.voidElements=P,B.exports.svgElements=F;const V=/\s*\/?>$/,D=new h.FilterXSS({onIgnoreTag:(e,n,{isClosing:t})=>{if(B.exports.includes(e)){return`<${e} ${n.slice(e.length+(t?2:1),-1).trim()}>`.replace(V," />")}return n},whiteList:{}});function G(e){const{html_inline:n,html_block:t}=e.renderer.rules,i=n=>(...t)=>{const i=n(...t),o=[];let r=0;for(;r<i.length;){const e=i.indexOf("\x3c!--",r);let n=-1!==e?i.indexOf("--\x3e",e+4):-1;if(-1===n){o.push(i.slice(r));break}n+=3,o.push(i.slice(r,e),i.slice(e,n)),r=n}const s={},a=e.options.html;if("object"==typeof a)for(const e of Object.keys(a)){const n=a[e];Array.isArray(n)?s[e]=n:"object"==typeof n&&(s[e]=Object.keys(n).filter((e=>!1!==n[e])))}const l=new h.FilterXSS({whiteList:s,onIgnoreTag:(e,n)=>!0===a?n:void 0,safeAttrValue:(e,n,t)=>{let i=d.friendlyAttrValue(t);return"object"==typeof a&&a[e]&&!Array.isArray(a[e])&&"function"==typeof a[e][n]&&(i=a[e][n](i)),d.escapeAttrValue(i)}});return o.map(((n,t)=>{if(t%2==1)return n;const i=l.process(n);return e.options.xhtmlOut?D.process(i):i})).join("")};e.renderer.rules.html_inline=i(n),e.renderer.rules.html_block=i(t)}const W=Symbol("marp-math-context"),U=(e,n)=>{Object.prototype.hasOwnProperty.call(e,W)||Object.defineProperty(e,W,{writable:!0}),e[W]=n(e[W])},Y=e=>Object.assign({},e[W]);var Q='@font-face{\n font-family:KaTeX_AMS;\n font-style:normal;\n font-weight:400;\n src:url(fonts/KaTeX_AMS-Regular.woff2) format("woff2"), url(fonts/KaTeX_AMS-Regular.woff) format("woff"), url(fonts/KaTeX_AMS-Regular.ttf) format("truetype");\n}\n@font-face{\n font-family:KaTeX_Caligraphic;\n font-style:normal;\n font-weight:700;\n src:url(fonts/KaTeX_Caligraphic-Bold.woff2) format("woff2"), url(fonts/KaTeX_Caligraphic-Bold.woff) format("woff"), url(fonts/KaTeX_Caligraphic-Bold.ttf) format("truetype");\n}\n@font-face{\n font-family:KaTeX_Caligraphic;\n font-style:normal;\n font-weight:400;\n src:url(fonts/KaTeX_Caligraphic-Regular.woff2) format("woff2"), url(fonts/KaTeX_Caligraphic-Regular.woff) format("woff"), url(fonts/KaTeX_Caligraphic-Regular.ttf) format("truetype");\n}\n@font-face{\n font-family:KaTeX_Fraktur;\n font-style:normal;\n font-weight:700;\n src:url(fonts/KaTeX_Fraktur-Bold.woff2) format("woff2"), url(fonts/KaTeX_Fraktur-Bold.woff) format("woff"), url(fonts/KaTeX_Fraktur-Bold.ttf) format("truetype");\n}\n@font-face{\n font-family:KaTeX_Fraktur;\n font-style:normal;\n font-weight:400;\n src:url(fonts/KaTeX_Fraktur-Regular.woff2) format("woff2"), url(fonts/KaTeX_Fraktur-Regular.woff) format("woff"), url(fonts/KaTeX_Fraktur-Regular.ttf) format("truetype");\n}\n@font-face{\n font-family:KaTeX_Main;\n font-style:normal;\n font-weight:700;\n src:url(fonts/KaTeX_Main-Bold.woff2) format("woff2"), url(fonts/KaTeX_Main-Bold.woff) format("woff"), url(fonts/KaTeX_Main-Bold.ttf) format("truetype");\n}\n@font-face{\n font-family:KaTeX_Main;\n font-style:italic;\n font-weight:700;\n src:url(fonts/KaTeX_Main-BoldItalic.woff2) format("woff2"), url(fonts/KaTeX_Main-BoldItalic.woff) format("woff"), url(fonts/KaTeX_Main-BoldItalic.ttf) format("truetype");\n}\n@font-face{\n font-family:KaTeX_Main;\n font-style:italic;\n font-weight:400;\n src:url(fonts/KaTeX_Main-Italic.woff2) format("woff2"), url(fonts/KaTeX_Main-Italic.woff) format("woff"), url(fonts/KaTeX_Main-Italic.ttf) format("truetype");\n}\n@font-face{\n font-family:KaTeX_Main;\n font-style:normal;\n font-weight:400;\n src:url(fonts/KaTeX_Main-Regular.woff2) format("woff2"), url(fonts/KaTeX_Main-Regular.woff) format("woff"), url(fonts/KaTeX_Main-Regular.ttf) format("truetype");\n}\n@font-face{\n font-family:KaTeX_Math;\n font-style:italic;\n font-weight:700;\n src:url(fonts/KaTeX_Math-BoldItalic.woff2) format("woff2"), url(fonts/KaTeX_Math-BoldItalic.woff) format("woff"), url(fonts/KaTeX_Math-BoldItalic.ttf) format("truetype");\n}\n@font-face{\n font-family:KaTeX_Math;\n font-style:italic;\n font-weight:400;\n src:url(fonts/KaTeX_Math-Italic.woff2) format("woff2"), url(fonts/KaTeX_Math-Italic.woff) format("woff"), url(fonts/KaTeX_Math-Italic.ttf) format("truetype");\n}\n@font-face{\n font-family:"KaTeX_SansSerif";\n font-style:normal;\n font-weight:700;\n src:url(fonts/KaTeX_SansSerif-Bold.woff2) format("woff2"), url(fonts/KaTeX_SansSerif-Bold.woff) format("woff"), url(fonts/KaTeX_SansSerif-Bold.ttf) format("truetype");\n}\n@font-face{\n font-family:"KaTeX_SansSerif";\n font-style:italic;\n font-weight:400;\n src:url(fonts/KaTeX_SansSerif-Italic.woff2) format("woff2"), url(fonts/KaTeX_SansSerif-Italic.woff) format("woff"), url(fonts/KaTeX_SansSerif-Italic.ttf) format("truetype");\n}\n@font-face{\n font-family:"KaTeX_SansSerif";\n font-style:normal;\n font-weight:400;\n src:url(fonts/KaTeX_SansSerif-Regular.woff2) format("woff2"), url(fonts/KaTeX_SansSerif-Regular.woff) format("woff"), url(fonts/KaTeX_SansSerif-Regular.ttf) format("truetype");\n}\n@font-face{\n font-family:KaTeX_Script;\n font-style:normal;\n font-weight:400;\n src:url(fonts/KaTeX_Script-Regular.woff2) format("woff2"), url(fonts/KaTeX_Script-Regular.woff) format("woff"), url(fonts/KaTeX_Script-Regular.ttf) format("truetype");\n}\n@font-face{\n font-family:KaTeX_Size1;\n font-style:normal;\n font-weight:400;\n src:url(fonts/KaTeX_Size1-Regular.woff2) format("woff2"), url(fonts/KaTeX_Size1-Regular.woff) format("woff"), url(fonts/KaTeX_Size1-Regular.ttf) format("truetype");\n}\n@font-face{\n font-family:KaTeX_Size2;\n font-style:normal;\n font-weight:400;\n src:url(fonts/KaTeX_Size2-Regular.woff2) format("woff2"), url(fonts/KaTeX_Size2-Regular.woff) format("woff"), url(fonts/KaTeX_Size2-Regular.ttf) format("truetype");\n}\n@font-face{\n font-family:KaTeX_Size3;\n font-style:normal;\n font-weight:400;\n src:url(fonts/KaTeX_Size3-Regular.woff2) format("woff2"), url(fonts/KaTeX_Size3-Regular.woff) format("woff"), url(fonts/KaTeX_Size3-Regular.ttf) format("truetype");\n}\n@font-face{\n font-family:KaTeX_Size4;\n font-style:normal;\n font-weight:400;\n src:url(fonts/KaTeX_Size4-Regular.woff2) format("woff2"), url(fonts/KaTeX_Size4-Regular.woff) format("woff"), url(fonts/KaTeX_Size4-Regular.ttf) format("truetype");\n}\n@font-face{\n font-family:KaTeX_Typewriter;\n font-style:normal;\n font-weight:400;\n src:url(fonts/KaTeX_Typewriter-Regular.woff2) format("woff2"), url(fonts/KaTeX_Typewriter-Regular.woff) format("woff"), url(fonts/KaTeX_Typewriter-Regular.ttf) format("truetype");\n}\n.katex{\n text-rendering:auto;\n font:normal 1.21em KaTeX_Main,Times New Roman,serif;\n line-height:1.2;\n text-indent:0;\n}\n\n.katex *{\n -ms-high-contrast-adjust:none !important;\n border-color:currentColor;\n}\n\n.katex .katex-version:after{\n content:"0.15.6";\n}\n\n.katex .katex-mathml{\n clip:rect(1px, 1px, 1px, 1px);\n border:0;\n height:1px;\n overflow:hidden;\n padding:0;\n position:absolute;\n width:1px;\n}\n\n.katex .katex-html > .newline{\n display:block;\n}\n\n.katex .base{\n position:relative;\n white-space:nowrap;\n width:-webkit-min-content;\n width:-moz-min-content;\n width:min-content;\n}\n\n.katex .base,.katex .strut{\n display:inline-block;\n}\n\n.katex .textbf{\n font-weight:700;\n}\n\n.katex .textit{\n font-style:italic;\n}\n\n.katex .textrm{\n font-family:KaTeX_Main;\n}\n\n.katex .textsf{\n font-family:KaTeX_SansSerif;\n}\n\n.katex .texttt{\n font-family:KaTeX_Typewriter;\n}\n\n.katex .mathnormal{\n font-family:KaTeX_Math;\n font-style:italic;\n}\n\n.katex .mathit{\n font-family:KaTeX_Main;\n font-style:italic;\n}\n\n.katex .mathrm{\n font-style:normal;\n}\n\n.katex .mathbf{\n font-family:KaTeX_Main;\n font-weight:700;\n}\n\n.katex .boldsymbol{\n font-family:KaTeX_Math;\n font-style:italic;\n font-weight:700;\n}\n\n.katex .amsrm,.katex .mathbb,.katex .textbb{\n font-family:KaTeX_AMS;\n}\n\n.katex .mathcal{\n font-family:KaTeX_Caligraphic;\n}\n\n.katex .mathfrak,.katex .textfrak{\n font-family:KaTeX_Fraktur;\n}\n\n.katex .mathtt{\n font-family:KaTeX_Typewriter;\n}\n\n.katex .mathscr,.katex .textscr{\n font-family:KaTeX_Script;\n}\n\n.katex .mathsf,.katex .textsf{\n font-family:KaTeX_SansSerif;\n}\n\n.katex .mathboldsf,.katex .textboldsf{\n font-family:KaTeX_SansSerif;\n font-weight:700;\n}\n\n.katex .mathitsf,.katex .textitsf{\n font-family:KaTeX_SansSerif;\n font-style:italic;\n}\n\n.katex .mainrm{\n font-family:KaTeX_Main;\n font-style:normal;\n}\n\n.katex .vlist-t{\n border-collapse:collapse;\n display:inline-table;\n table-layout:fixed;\n}\n\n.katex .vlist-r{\n display:table-row;\n}\n\n.katex .vlist{\n display:table-cell;\n position:relative;\n vertical-align:bottom;\n}\n\n.katex .vlist > span{\n display:block;\n height:0;\n position:relative;\n}\n\n.katex .vlist > span > span{\n display:inline-block;\n}\n\n.katex .vlist > span > .pstrut{\n overflow:hidden;\n width:0;\n}\n\n.katex .vlist-t2{\n margin-right:-2px;\n}\n\n.katex .vlist-s{\n display:table-cell;\n font-size:1px;\n min-width:2px;\n vertical-align:bottom;\n width:2px;\n}\n\n.katex .vbox{\n align-items:baseline;\n display:inline-flex;\n flex-direction:column;\n}\n\n.katex .hbox{\n width:100%;\n}\n\n.katex .hbox,.katex .thinbox{\n display:inline-flex;\n flex-direction:row;\n}\n\n.katex .thinbox{\n max-width:0;\n width:0;\n}\n\n.katex .msupsub{\n text-align:left;\n}\n\n.katex .mfrac > span > span{\n text-align:center;\n}\n\n.katex .mfrac .frac-line{\n border-bottom-style:solid;\n display:inline-block;\n width:100%;\n}\n\n.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{\n min-height:1px;\n}\n\n.katex .mspace{\n display:inline-block;\n}\n\n.katex .clap,.katex .llap,.katex .rlap{\n position:relative;\n width:0;\n}\n\n.katex .clap > .inner,.katex .llap > .inner,.katex .rlap > .inner{\n position:absolute;\n}\n\n.katex .clap > .fix,.katex .llap > .fix,.katex .rlap > .fix{\n display:inline-block;\n}\n\n.katex .llap > .inner{\n right:0;\n}\n\n.katex .clap > .inner,.katex .rlap > .inner{\n left:0;\n}\n\n.katex .clap > .inner > span{\n margin-left:-50%;\n margin-right:50%;\n}\n\n.katex .rule{\n border:0 solid;\n display:inline-block;\n position:relative;\n}\n\n.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{\n border-bottom-style:solid;\n display:inline-block;\n width:100%;\n}\n\n.katex .hdashline{\n border-bottom-style:dashed;\n display:inline-block;\n width:100%;\n}\n\n.katex .sqrt > .root{\n margin-left:.27777778em;\n margin-right:-.55555556em;\n}\n\n.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{\n font-size:1em;\n}\n\n.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{\n font-size:1.2em;\n}\n\n.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{\n font-size:1.4em;\n}\n\n.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{\n font-size:1.6em;\n}\n\n.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{\n font-size:1.8em;\n}\n\n.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{\n font-size:2em;\n}\n\n.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{\n font-size:2.4em;\n}\n\n.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{\n font-size:2.88em;\n}\n\n.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{\n font-size:3.456em;\n}\n\n.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{\n font-size:4.148em;\n}\n\n.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{\n font-size:4.976em;\n}\n\n.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{\n font-size:.83333333em;\n}\n\n.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{\n font-size:1em;\n}\n\n.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{\n font-size:1.16666667em;\n}\n\n.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{\n font-size:1.33333333em;\n}\n\n.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{\n font-size:1.5em;\n}\n\n.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{\n font-size:1.66666667em;\n}\n\n.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{\n font-size:2em;\n}\n\n.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{\n font-size:2.4em;\n}\n\n.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{\n font-size:2.88em;\n}\n\n.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{\n font-size:3.45666667em;\n}\n\n.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{\n font-size:4.14666667em;\n}\n\n.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{\n font-size:.71428571em;\n}\n\n.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{\n font-size:.85714286em;\n}\n\n.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{\n font-size:1em;\n}\n\n.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{\n font-size:1.14285714em;\n}\n\n.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{\n font-size:1.28571429em;\n}\n\n.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{\n font-size:1.42857143em;\n}\n\n.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{\n font-size:1.71428571em;\n}\n\n.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{\n font-size:2.05714286em;\n}\n\n.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{\n font-size:2.46857143em;\n}\n\n.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{\n font-size:2.96285714em;\n}\n\n.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{\n font-size:3.55428571em;\n}\n\n.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{\n font-size:.625em;\n}\n\n.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{\n font-size:.75em;\n}\n\n.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{\n font-size:.875em;\n}\n\n.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{\n font-size:1em;\n}\n\n.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{\n font-size:1.125em;\n}\n\n.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{\n font-size:1.25em;\n}\n\n.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{\n font-size:1.5em;\n}\n\n.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{\n font-size:1.8em;\n}\n\n.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{\n font-size:2.16em;\n}\n\n.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{\n font-size:2.5925em;\n}\n\n.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{\n font-size:3.11em;\n}\n\n.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{\n font-size:.55555556em;\n}\n\n.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{\n font-size:.66666667em;\n}\n\n.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{\n font-size:.77777778em;\n}\n\n.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{\n font-size:.88888889em;\n}\n\n.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{\n font-size:1em;\n}\n\n.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{\n font-size:1.11111111em;\n}\n\n.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{\n font-size:1.33333333em;\n}\n\n.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{\n font-size:1.6em;\n}\n\n.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{\n font-size:1.92em;\n}\n\n.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{\n font-size:2.30444444em;\n}\n\n.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{\n font-size:2.76444444em;\n}\n\n.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{\n font-size:.5em;\n}\n\n.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{\n font-size:.6em;\n}\n\n.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{\n font-size:.7em;\n}\n\n.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{\n font-size:.8em;\n}\n\n.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{\n font-size:.9em;\n}\n\n.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{\n font-size:1em;\n}\n\n.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{\n font-size:1.2em;\n}\n\n.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{\n font-size:1.44em;\n}\n\n.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{\n font-size:1.728em;\n}\n\n.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{\n font-size:2.074em;\n}\n\n.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{\n font-size:2.488em;\n}\n\n.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{\n font-size:.41666667em;\n}\n\n.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{\n font-size:.5em;\n}\n\n.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{\n font-size:.58333333em;\n}\n\n.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{\n font-size:.66666667em;\n}\n\n.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{\n font-size:.75em;\n}\n\n.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{\n font-size:.83333333em;\n}\n\n.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{\n font-size:1em;\n}\n\n.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{\n font-size:1.2em;\n}\n\n.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{\n font-size:1.44em;\n}\n\n.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{\n font-size:1.72833333em;\n}\n\n.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{\n font-size:2.07333333em;\n}\n\n.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{\n font-size:.34722222em;\n}\n\n.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{\n font-size:.41666667em;\n}\n\n.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{\n font-size:.48611111em;\n}\n\n.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{\n font-size:.55555556em;\n}\n\n.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{\n font-size:.625em;\n}\n\n.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{\n font-size:.69444444em;\n}\n\n.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{\n font-size:.83333333em;\n}\n\n.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{\n font-size:1em;\n}\n\n.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{\n font-size:1.2em;\n}\n\n.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{\n font-size:1.44027778em;\n}\n\n.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{\n font-size:1.72777778em;\n}\n\n.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{\n font-size:.28935185em;\n}\n\n.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{\n font-size:.34722222em;\n}\n\n.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{\n font-size:.40509259em;\n}\n\n.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{\n font-size:.46296296em;\n}\n\n.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{\n font-size:.52083333em;\n}\n\n.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{\n font-size:.5787037em;\n}\n\n.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{\n font-size:.69444444em;\n}\n\n.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{\n font-size:.83333333em;\n}\n\n.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{\n font-size:1em;\n}\n\n.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{\n font-size:1.20023148em;\n}\n\n.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{\n font-size:1.43981481em;\n}\n\n.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{\n font-size:.24108004em;\n}\n\n.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{\n font-size:.28929605em;\n}\n\n.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{\n font-size:.33751205em;\n}\n\n.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{\n font-size:.38572806em;\n}\n\n.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{\n font-size:.43394407em;\n}\n\n.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{\n font-size:.48216008em;\n}\n\n.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{\n font-size:.57859209em;\n}\n\n.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{\n font-size:.69431051em;\n}\n\n.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{\n font-size:.83317261em;\n}\n\n.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{\n font-size:1em;\n}\n\n.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{\n font-size:1.19961427em;\n}\n\n.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{\n font-size:.20096463em;\n}\n\n.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{\n font-size:.24115756em;\n}\n\n.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{\n font-size:.28135048em;\n}\n\n.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{\n font-size:.32154341em;\n}\n\n.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{\n font-size:.36173633em;\n}\n\n.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{\n font-size:.40192926em;\n}\n\n.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{\n font-size:.48231511em;\n}\n\n.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{\n font-size:.57877814em;\n}\n\n.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{\n font-size:.69453376em;\n}\n\n.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{\n font-size:.83360129em;\n}\n\n.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{\n font-size:1em;\n}\n\n.katex .delimsizing.size1{\n font-family:KaTeX_Size1;\n}\n\n.katex .delimsizing.size2{\n font-family:KaTeX_Size2;\n}\n\n.katex .delimsizing.size3{\n font-family:KaTeX_Size3;\n}\n\n.katex .delimsizing.size4{\n font-family:KaTeX_Size4;\n}\n\n.katex .delimsizing.mult .delim-size1 > span{\n font-family:KaTeX_Size1;\n}\n\n.katex .delimsizing.mult .delim-size4 > span{\n font-family:KaTeX_Size4;\n}\n\n.katex .nulldelimiter{\n display:inline-block;\n width:.12em;\n}\n\n.katex .delimcenter,.katex .op-symbol{\n position:relative;\n}\n\n.katex .op-symbol.small-op{\n font-family:KaTeX_Size1;\n}\n\n.katex .op-symbol.large-op{\n font-family:KaTeX_Size2;\n}\n\n.katex .accent > .vlist-t,.katex .op-limits > .vlist-t{\n text-align:center;\n}\n\n.katex .accent .accent-body{\n position:relative;\n}\n\n.katex .accent .accent-body:not(.accent-full){\n width:0;\n}\n\n.katex .overlay{\n display:block;\n}\n\n.katex .mtable .vertical-separator{\n display:inline-block;\n min-width:1px;\n}\n\n.katex .mtable .arraycolsep{\n display:inline-block;\n}\n\n.katex .mtable .col-align-c > .vlist-t{\n text-align:center;\n}\n\n.katex .mtable .col-align-l > .vlist-t{\n text-align:left;\n}\n\n.katex .mtable .col-align-r > .vlist-t{\n text-align:right;\n}\n\n.katex .svg-align{\n text-align:left;\n}\n\n.katex svg{\n fill:currentColor;\n stroke:currentColor;\n fill-rule:nonzero;\n fill-opacity:1;\n stroke-width:1;\n stroke-linecap:butt;\n stroke-linejoin:miter;\n stroke-miterlimit:4;\n stroke-dasharray:none;\n stroke-dashoffset:0;\n stroke-opacity:1;\n display:block;\n height:inherit;\n position:absolute;\n width:100%;\n}\n\n.katex svg path{\n stroke:none;\n}\n\n.katex img{\n border-style:none;\n max-height:none;\n max-width:none;\n min-height:0;\n min-width:0;\n}\n\n.katex .stretchy{\n display:block;\n overflow:hidden;\n position:relative;\n width:100%;\n}\n\n.katex .stretchy:after,.katex .stretchy:before{\n content:"";\n}\n\n.katex .hide-tail{\n overflow:hidden;\n position:relative;\n width:100%;\n}\n\n.katex .halfarrow-left{\n left:0;\n}\n\n.katex .halfarrow-left,.katex .halfarrow-right{\n overflow:hidden;\n position:absolute;\n width:50.2%;\n}\n\n.katex .halfarrow-right{\n right:0;\n}\n\n.katex .brace-left{\n left:0;\n overflow:hidden;\n position:absolute;\n width:25.1%;\n}\n\n.katex .brace-center{\n left:25%;\n overflow:hidden;\n position:absolute;\n width:50%;\n}\n\n.katex .brace-right{\n overflow:hidden;\n position:absolute;\n right:0;\n width:25.1%;\n}\n\n.katex .x-arrow-pad{\n padding:0 .5em;\n}\n\n.katex .cd-arrow-pad{\n padding:0 .55556em 0 .27778em;\n}\n\n.katex .mover,.katex .munder,.katex .x-arrow{\n text-align:center;\n}\n\n.katex .boxpad{\n padding:0 .3em;\n}\n\n.katex .fbox,.katex .fcolorbox{\n border:.04em solid;\n box-sizing:border-box;\n}\n\n.katex .cancel-pad{\n padding:0 .2em;\n}\n\n.katex .cancel-lap{\n margin-left:-.2em;\n margin-right:-.2em;\n}\n\n.katex .sout{\n border-bottom-style:solid;\n border-bottom-width:.08em;\n}\n\n.katex .angl{\n border-right:.049em solid;\n border-top:.049em solid;\n box-sizing:border-box;\n margin-right:.03889em;\n}\n\n.katex .anglpad{\n padding:0 .03889em;\n}\n\n.katex .eqn-num:before{\n content:"(" counter(katexEqnNo) ")";\n counter-increment:katexEqnNo;\n}\n\n.katex .mml-eqn-num:before{\n content:"(" counter(mmlEqnNo) ")";\n counter-increment:mmlEqnNo;\n}\n\n.katex .mtr-glue{\n width:50%;\n}\n\n.katex .cd-vert-arrow{\n display:inline-block;\n position:relative;\n}\n\n.katex .cd-label-left{\n display:inline-block;\n position:absolute;\n right:calc(50% + .3em);\n text-align:left;\n}\n\n.katex .cd-label-right{\n display:inline-block;\n left:calc(50% + .3em);\n position:absolute;\n text-align:right;\n}\n\n.katex-display{\n display:block;\n margin:1em 0;\n text-align:center;\n}\n\n.katex-display > .katex{\n display:block;\n text-align:center;\n white-space:nowrap;\n}\n\n.katex-display > .katex > .katex-html{\n display:block;\n position:relative;\n}\n\n.katex-display > .katex > .katex-html > .tag{\n position:absolute;\n right:0;\n}\n\n.katex-display.leqno > .katex > .katex-html > .tag{\n left:0;\n right:auto;\n}\n\n.katex-display.fleqn > .katex{\n padding-left:2em;\n text-align:left;\n}\n\nbody{\n counter-reset:katexEqnNo mmlEqnNo;\n}\n\n.katex-display{\n margin:0;\n}';const Z=Object.create(null),J=/url\(['"]?fonts\/(.*?)['"]?\)/g,ee=e=>{if(!1===e)return Q;const n=e||`https://cdn.jsdelivr.net/npm/katex@${g.version}/dist/fonts/`;return Z[n]=Z[n]||Q.replace(J,((e,t)=>`url('${n}${t}')`))};var ne=Object.freeze({__proto__:null,inline:e=>(n,t)=>{const{content:i}=n[t],{options:{katexOption:o},katexMacroContext:r}=Y(e);try{return $.default.renderToString(i,Object.assign(Object.assign({throwOnError:!1},o||{}),{macros:r,displayMode:!1}))}catch(e){return console.warn(e),i}},block:e=>(n,t)=>{const{content:i}=n[t],{options:{katexOption:o},katexMacroContext:r}=Y(e);try{let n=$.default.renderToString(i,Object.assign(Object.assign({throwOnError:!1},o||{}),{macros:r,displayMode:!0}));return e.options.inlineSVG&&(n=n.replace(/^<span/i,'<span is="marp-span" data-auto-scaling="downscale-only"')),`<p>${n}</p>`}catch(e){return console.warn(e),`<p>${i}</p>`}},css:ee});const te=e=>{let{mathjaxContext:n}=Y(e);if(!n){const t=m.liteAdaptor();u.RegisterHTMLHandler(t);const i=new z.TeX({packages:x.AllPackages}),o=new b.SVG({fontCache:"none"}),r=k.mathjax.document("",{InputJax:i,OutputJax:o}),s=t.textContent(o.styleSheet(r));n={adaptor:t,css:s,document:r},U(e,(e=>Object.assign(Object.assign({},e),{mathjaxContext:n})))}return n},ie=e=>te(e).css+"\n@media print{\n mjx-container[jax=SVG] path[data-c],mjx-container[jax=SVG] use[data-c]{\n stroke-width:0;\n }\n}";var oe=Object.freeze({__proto__:null,inline:e=>(n,t)=>{const{adaptor:i,document:o}=te(e),{content:r}=n[t];try{return i.outerHTML(o.convert(r,{display:!1}))}catch(e){return console.warn(e),r}},block:e=>Object.assign(((n,t)=>{const{adaptor:i,document:o}=te(e),{content:r}=n[t];try{const e=o.convert(r,{display:!0}),n=i.firstChild(e),t=i.getAttribute(n,"height");return i.setStyle(e,"margin","0"),i.setStyle(n,"display","block"),i.setStyle(n,"width","100%"),i.setStyle(n,"height","auto"),i.setStyle(n,"max-height",t),`<p>${i.outerHTML(e)}</p>`}catch(e){return console.warn(e),`<p>${r}</p>`}}),{scaled:!0}),css:ie});const re=e=>{var n;return null!==(n=e.lib)&&void 0!==n?n:"mathjax"},se=T.default((e=>{const n=e.marpit,t=n.options.math;if(!t)return;const i="object"!=typeof t?{lib:"string"==typeof t?t:void 0}:t;Object.defineProperty(n.customDirectives.global,"math",{value:e=>"katex"===e||"mathjax"===e?{math:e}:{}});const{parse:o,parseInline:r}=e,s=e=>function(...t){const o=!Y(n).processing&&(U(n,(()=>{var e;return{enabled:!1,options:i,processing:!0,katexMacroContext:Object.assign({},(null===(e=i.katexOption)||void 0===e?void 0:e.macros)||{}),mathjaxContext:null}})),!0);try{return e.apply(this,t)}finally{o&&U(n,(e=>Object.assign(Object.assign({},e),{processing:!1})))}};e.parse=s(o),e.parseInline=s(r);const a=()=>U(n,(e=>Object.assign(Object.assign({},e),{enabled:!0})));e.inline.ruler.after("escape","marp_math_inline",((e,n)=>{const t=function(e,n){const{src:t,pos:i}=e;if("$"!==t[i])return!1;const o=n=>e.pending+=n,r=(t,i)=>(n||t(),e.pos=i,!0),s=i+1;if(!ae(e).openable)return r((()=>o("$")),s);let a=s;for(;-1!==(a=t.indexOf("$",a));){let e=a-1;for(;"\\"===t[e];)e-=1;if((a-e)%2==1)break;a+=1}if(-1===a)return r((()=>o("$")),s);if(a-s==0)return r((()=>o("$$")),s+1);if(!ae(e,a).closable)return r((()=>o("$")),s);return r((()=>{const n=e.push("marp_math_inline","math",0);n.markup="$",n.content=t.slice(s,a)}),a+1)}(e,n);return t&&a(),t})),e.block.ruler.after("blockquote","marp_math_block",((e,n,t,i)=>{const o=function(e,n,t,i){const{blkIndent:o,bMarks:r,eMarks:s,src:a,tShift:l}=e;let c=r[n]+l[n],f=s[n];if(c+2>f||"$$"!==a.slice(c,c+2))return!1;if(i)return!0;c+=2;let h,d=a.slice(c,f),p="$$"===d.trim().slice(-2);p&&(d=d.trim().slice(0,-2));let g=n;for(;!p&&(g+=1,!(g>=t))&&(c=r[g]+l[g],f=s[g],!(c<f&&l[g]<o));){"$$"===a.slice(c,f).trim().slice(-2)&&(p=!0,h=a.slice(c,a.slice(0,f).lastIndexOf("$$")))}e.line=g+1;const m=e.push("marp_math_block","math",0);m.block=!0,m.content="",m.map=[n,e.line],m.markup="$$",(null==d?void 0:d.trim())&&(m.content+=`${d}\n`);m.content+=e.getLines(n+1,g,l[n],!0),(null==h?void 0:h.trim())&&(m.content+=h);return!0}(e,n,t,i);return o&&a(),o}),{alt:["paragraph","reference","blockquote","list"]}),e.core.ruler.after("marpit_directives_global_parse","marp_math_directive",(()=>{const{enabled:e}=Y(n);if(!e)return;const t=n.lastGlobalDirectives.math;U(n,(e=>{var n;return Object.assign(Object.assign({},e),{options:Object.assign(Object.assign({},e.options),{lib:null!==(n=null!=t?t:i.lib)&&void 0!==n?n:"mathjax"})})}))}));const l=e=>(t,i)=>(()=>{const{options:e}=Y(n);return"mathjax"===re(e)?oe:ne})()[e](n)(t,i);e.renderer.rules.marp_math_inline=l("inline"),e.renderer.rules.marp_math_block=l("block")}));function ae(e,n=e.pos){const t={openable:!0,closable:!0},{posMax:i,src:o}=e,r=n>0?o.charCodeAt(n-1):-1,s=n+1<=i?o.charCodeAt(n+1):-1;return 32!==s&&9!==s||(t.openable=!1),(32===r||9===r||s>=48&&s<=57)&&(t.closable=!1),t}const le={source:"inline"};function ce(e){const n=e.marpit,t=!1!==n.options.script&&(!0===n.options.script?le:Object.assign(Object.assign({},le),n.options.script));e.core.ruler.before("marpit_collect","marp_core_script",(e=>{if(!1===t)return;const n=[...e.tokens].reverse().findIndex((e=>"marpit_slide_close"===e.type));if(n<0)return;const i=e.tokens[e.tokens.length-n-1],{Token:o}=e,r=new o("marp_core_script","script",0);r.block=!0,r.nesting=0,"inline"===t.source?r.content='!function(){"use strict";const t={h1:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"1"},style:"display: block; font-size: 2em; margin-block-start: 0.67em; margin-block-end: 0.67em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h2:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"2"},style:"display: block; font-size: 1.5em; margin-block-start: 0.83em; margin-block-end: 0.83em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h3:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"3"},style:"display: block; font-size: 1.17em; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h4:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"4"},style:"display: block; margin-block-start: 1.33em; margin-block-end: 1.33em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h5:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"5"},style:"display: block; font-size: 0.83em; margin-block-start: 1.67em; margin-block-end: 1.67em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h6:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"6"},style:"display: block; font-size: 0.67em; margin-block-start: 2.33em; margin-block-end: 2.33em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},span:{proto:()=>HTMLSpanElement},pre:{proto:()=>HTMLElement,style:"display: block; font-family: monospace; white-space: pre; margin: 1em 0; --marp-auto-scaling-white-space: pre;"}},e="data-marp-auto-scaling-wrapper",i="data-marp-auto-scaling-svg",n="data-marp-auto-scaling-container";class o extends HTMLElement{constructor(){super(),this.svgPreserveAspectRatio="xMinYMid meet";const t=t=>([e])=>{const{width:i,height:n}=e.contentRect;this[t]={width:i,height:n},this.updateSVGRect()};this.attachShadow({mode:"open"}),this.containerObserver=new ResizeObserver(t("containerSize")),this.wrapperObserver=new ResizeObserver(t("wrapperSize"))}static get observedAttributes(){return["data-downscale-only"]}connectedCallback(){var t,o,s,r,a;this.shadowRoot.innerHTML=`\\n<style>\\n svg[${i}] { display: block; width: 100%; height: auto; vertical-align: top; }\\n span[${n}] { display: table; white-space: var(--marp-auto-scaling-white-space, nowrap); width: max-content; }\\n</style>\\n<div ${e}>\\n <svg part="svg" ${i}>\\n <foreignObject><span ${n}><slot></slot></span></foreignObject>\\n </svg>\\n</div>\\n `.split(/\\n\\s*/).join(""),this.wrapper=null!==(t=this.shadowRoot.querySelector(`div[${e}]`))&&void 0!==t?t:void 0;const l=this.svg;this.svg=null!==(s=null===(o=this.wrapper)||void 0===o?void 0:o.querySelector(`svg[${i}]`))&&void 0!==s?s:void 0,this.svg!==l&&(this.svgComputedStyle=this.svg?window.getComputedStyle(this.svg):void 0),this.container=null!==(a=null===(r=this.svg)||void 0===r?void 0:r.querySelector(`span[${n}]`))&&void 0!==a?a:void 0,this.observe()}disconnectedCallback(){this.svg=void 0,this.svgComputedStyle=void 0,this.wrapper=void 0,this.container=void 0,this.observe()}attributeChangedCallback(){this.observe()}observe(){this.containerObserver.disconnect(),this.wrapperObserver.disconnect(),this.wrapper&&this.wrapperObserver.observe(this.wrapper),this.container&&this.containerObserver.observe(this.container),this.svgComputedStyle&&this.observeSVGStyle(this.svgComputedStyle)}observeSVGStyle(t){const e=()=>{const i=(()=>{const e=t.getPropertyValue("--preserve-aspect-ratio");if(e)return e.trim();return`x${(({textAlign:t,direction:e})=>{if(t.endsWith("left"))return"Min";if(t.endsWith("right"))return"Max";if("start"===t||"end"===t){let i="rtl"===e;return"end"===t&&(i=!i),i?"Max":"Min"}return"Mid"})(t)}YMid meet`})();i!==this.svgPreserveAspectRatio&&(this.svgPreserveAspectRatio=i,this.updateSVGRect()),t===this.svgComputedStyle&&requestAnimationFrame(e)};e()}updateSVGRect(){var t,e,i,n,o,s,r;let a=Math.ceil(null!==(e=null===(t=this.containerSize)||void 0===t?void 0:t.width)&&void 0!==e?e:0);const l=Math.ceil(null!==(n=null===(i=this.containerSize)||void 0===i?void 0:i.height)&&void 0!==n?n:0);void 0!==this.dataset.downscaleOnly&&(a=Math.max(a,null!==(s=null===(o=this.wrapperSize)||void 0===o?void 0:o.width)&&void 0!==s?s:0));const c=null===(r=this.svg)||void 0===r?void 0:r.querySelector(":scope > foreignObject");if(null==c||c.setAttribute("width",`${a}`),null==c||c.setAttribute("height",`${l}`),this.svg&&(this.svg.setAttribute("viewBox",`0 0 ${a} ${l}`),this.svg.setAttribute("preserveAspectRatio",this.svgPreserveAspectRatio),this.svg.style.height=a<=0||l<=0?"0":""),this.container){const t=this.svgPreserveAspectRatio.toLowerCase();this.container.style.marginLeft=t.startsWith("xmid")||t.startsWith("xmax")?"auto":"0",this.container.style.marginRight=t.startsWith("xmi")?"auto":"0"}}}const s=(t,{attrs:e={},style:i})=>class extends t{constructor(...t){super(...t);for(const[t,i]of Object.entries(e))this.hasAttribute(t)||this.setAttribute(t,i);this.attachShadow({mode:"open"})}static get observedAttributes(){return["data-auto-scaling"]}connectedCallback(){this._update()}attributeChangedCallback(){this._update()}_update(){const t=i?`<style>:host { ${i} }</style>`:"";let e="<slot></slot>";const{autoScaling:n}=this.dataset;if(void 0!==n){e=`<marp-auto-scaling exportparts="svg:auto-scaling" ${"downscale-only"===n?"data-downscale-only":""}>${e}</marp-auto-scaling>`}this.shadowRoot.innerHTML=t+e}};let r;const a=Symbol(),l="marpitSVGPolyfill:setZoomFactor,",c=Symbol();let d,p;function g(t){const e="object"==typeof t&&t.target||document,i="object"==typeof t?t.zoom:t;window[c]||(Object.defineProperty(window,c,{configurable:!0,value:!0}),window.addEventListener("message",(({data:t,origin:e})=>{if(e===window.origin)try{if(t&&"string"==typeof t&&t.startsWith(l)){const[,e]=t.split(","),i=Number.parseFloat(e);Number.isNaN(i)||(p=i)}}catch(t){console.error(t)}})));let n=!1;Array.from(e.querySelectorAll("svg[data-marpit-svg]"),(t=>{var e,o,s,r;t.style.transform||(t.style.transform="translateZ(0)");const a=i||p||t.currentScale||1;d!==a&&(d=a,n=a);const l=t.getBoundingClientRect(),{length:c}=t.children;for(let i=0;i<c;i+=1){const n=t.children[i];if(n.getScreenCTM){const t=n.getScreenCTM();if(t){const i=null!==(o=null===(e=n.x)||void 0===e?void 0:e.baseVal.value)&&void 0!==o?o:0,c=null!==(r=null===(s=n.y)||void 0===s?void 0:s.baseVal.value)&&void 0!==r?r:0,d=n.children.length;for(let e=0;e<d;e+=1){const o=n.children[e];if("SECTION"===o.tagName){const{style:e}=o;e.transformOrigin||(e.transformOrigin=`${-i}px ${-c}px`),e.transform=`scale(${a}) matrix(${t.a}, ${t.b}, ${t.c}, ${t.d}, ${t.e-l.left}, ${t.f-l.top}) translateZ(0.0001px)`;break}}}}}})),!1!==n&&Array.from(e.querySelectorAll("iframe"),(({contentWindow:t})=>{null==t||t.postMessage(`${l}${n}`,"null"===window.origin?"*":window.origin)}))}function h({once:t=!1,target:e=document}={}){const i="Apple Computer, Inc."===navigator.vendor?[g]:[];let n=!t;const o=()=>{for(const t of i)t({target:e});n&&window.requestAnimationFrame(o)};return o(),()=>{n=!1}}d=1,p=void 0;const m=Symbol(),v=(e=document)=>{if("undefined"==typeof window)throw new Error("Marp Core\'s browser script is valid only in browser context.");if(((e=document)=>{const i=window[a];i||customElements.define("marp-auto-scaling",o);for(const n of Object.keys(t)){const o=`marp-${n}`,a=t[n].proto();null!=r||(r=!!document.createElement("div",{is:"marp-auto-scaling"}).outerHTML.startsWith("<div is")),r&&a!==HTMLElement?i||customElements.define(o,s(a,{style:t[n].style}),{extends:n}):(i||customElements.define(o,s(HTMLElement,t[n])),e.querySelectorAll(`${n}[is="${o}"]`).forEach((t=>{t.outerHTML=t.outerHTML.replace(new RegExp(`^<${n}`,"i"),`<${o}`).replace(new RegExp(`</${n}>$`,"i"),`</${o}>`)})))}window[a]=!0})(e),e[m])return e[m];const i=h({target:e}),n=()=>{i(),delete e[m]},l=Object.assign(n,{cleanup:n,update:()=>v(e)});return Object.defineProperty(e,m,{configurable:!0,value:l}),l},u=document.currentScript;v(u?u.getRootNode():document)}();\n':"cdn"===t.source&&(r.attrSet("src","https://cdn.jsdelivr.net/npm/@marp-team/marp-core@3.2.1/lib/browser.js"),r.attrSet("defer","")),t.nonce&&r.attrSet("nonce",t.nonce),i.meta=i.meta||{},i.meta.marpCoreScriptTokens=i.meta.marpCoreScriptTokens||[],i.meta.marpCoreScriptTokens.push(r)}));const{marpit_slide_close:i}=e.renderer.rules;e.renderer.rules.marpit_slide_close=(e,n,t,o,r)=>{var s;const a=(i||r.renderToken).call(r,e,n,t,o,r),l=e[n];return(null===(s=null==l?void 0:l.meta)||void 0===s?void 0:s.marpCoreScriptTokens)?`${a}${l.meta.marpCoreScriptTokens.filter((e=>"marp_core_script"===e.type)).map((e=>`<script${r.renderAttrs(e)}>${e.content||""}<\/script>`)).join("")}`:a}}const fe=Symbol("marp-size-plugin"),he=T.default((n=>{const t=n.marpit,{render:i}=t,o={themes:new Set,default:void 0};Object.defineProperty(t.customDirectives.global,"size",{value:e=>"string"==typeof e?{size:e}:{}}),t.render=(...e)=>{try{return i.apply(t,e)}finally{o.themes.forEach((e=>t.themeSet.addTheme(e))),o.default&&(t.themeSet.default=o.default)}},n.core.ruler.after("marpit_directives_global_parse","marp_size",(n=>{if(n.inlineMode)return;o.themes.clear(),o.default=void 0;const{theme:i,size:r}=t.lastGlobalDirectives;if(!r)return;const s=t.themeSet.get(i,!0),a=(e=>{const n=t.themeSet.getThemeMeta(e,"size")||[],i=new Map;for(const e of n){const n=e.split(/\s+/);3===n.length?i.set(n[0],{width:n[1],height:n[2]}):2===n.length&&"false"===n[1]&&i.delete(n[0])}return i})(s).get(r);if(a){n[fe]=r;const{width:i,height:l}=a,c=`${s.css}\nsection{width:${i};height:${l};}`,f=Object.assign(new e.Theme,Object.assign(Object.assign(Object.assign({},s),a),{css:c}));o.themes.add(s),s===t.themeSet.default&&(o.default=s,t.themeSet.default=f),t.themeSet.has(f.name)&&t.themeSet.addTheme(f)}})),n.core.ruler.after("marpit_directives_apply","marp_size_apply",(e=>{if(!e.inlineMode&&e[fe])for(const n of e.tokens){const{marpitDirectives:t}=n.meta||{};t&&n.attrSet("data-size",e[fe])}})),n.core.ruler.after("marpit_advanced_background","marp_size_apply_advanced_background",(e=>{if(!e.inlineMode&&e[fe])for(const n of e.tokens)"marpit_advanced_pseudo_section_open"===n.type&&n.attrSet("data-size",e[fe])}))}));class de extends e.Marpit{constructor(e={}){var n;const t=Object.assign({breaks:!0,linkify:!0,highlight:(e,n,t)=>this.highlighter(e,n,t),html:null!==(n=e.html)&&void 0!==n?n:de.html},"object"==typeof e.markdown?e.markdown:{});super(Object.assign(Object.assign({inlineSVG:!0,looseYAML:!0,math:!0,minifyCSS:!0,script:!0},e),{emoji:Object.assign({shortcode:"twemoji",unicode:"twemoji"},e.emoji||{}),markdown:["commonmark",t]})),this.markdown.enable(["table","linkify","strikethrough"]),this.markdown.linkify.set({fuzzyLink:!1}),t.typographer&&this.markdown.enable(["replacements","smartquotes"]),this.themeSet.metaType=Object.freeze({"auto-scaling":String,size:Array}),this.themeSet.default=this.themeSet.add('/*!\n * Marp default theme.\n *\n * @theme default\n * @author Yuki Hattori\n *\n * @auto-scaling true\n * @size 16:9 1280px 720px\n * @size 4:3 960px 720px\n */\nsection{\n --color-prettylights-syntax-comment:#6e7781;\n --color-prettylights-syntax-constant:#0550ae;\n --color-prettylights-syntax-entity:#8250df;\n --color-prettylights-syntax-storage-modifier-import:#24292f;\n --color-prettylights-syntax-entity-tag:#116329;\n --color-prettylights-syntax-keyword:#cf222e;\n --color-prettylights-syntax-string:#0a3069;\n --color-prettylights-syntax-variable:#953800;\n --color-prettylights-syntax-brackethighlighter-unmatched:#82071e;\n --color-prettylights-syntax-invalid-illegal-text:#f6f8fa;\n --color-prettylights-syntax-invalid-illegal-bg:#82071e;\n --color-prettylights-syntax-carriage-return-text:#f6f8fa;\n --color-prettylights-syntax-carriage-return-bg:#cf222e;\n --color-prettylights-syntax-string-regexp:#116329;\n --color-prettylights-syntax-markup-list:#3b2300;\n --color-prettylights-syntax-markup-heading:#0550ae;\n --color-prettylights-syntax-markup-italic:#24292f;\n --color-prettylights-syntax-markup-bold:#24292f;\n --color-prettylights-syntax-markup-deleted-text:#82071e;\n --color-prettylights-syntax-markup-deleted-bg:#ffebe9;\n --color-prettylights-syntax-markup-inserted-text:#116329;\n --color-prettylights-syntax-markup-inserted-bg:#dafbe1;\n --color-prettylights-syntax-markup-changed-text:#953800;\n --color-prettylights-syntax-markup-changed-bg:#ffd8b5;\n --color-prettylights-syntax-markup-ignored-text:#eaeef2;\n --color-prettylights-syntax-markup-ignored-bg:#0550ae;\n --color-prettylights-syntax-meta-diff-range:#8250df;\n --color-prettylights-syntax-brackethighlighter-angle:#57606a;\n --color-prettylights-syntax-sublimelinter-gutter-mark:#8c959f;\n --color-prettylights-syntax-constant-other-reference-link:#0a3069;\n --color-fg-default:#24292f;\n --color-fg-muted:#57606a;\n --color-fg-subtle:#6e7781;\n --color-canvas-default:#fff;\n --color-canvas-subtle:#f6f8fa;\n --color-border-default:#d0d7de;\n --color-border-muted:#d8dee4;\n --color-neutral-muted:rgba(175,184,193,.2);\n --color-accent-fg:#0969da;\n --color-accent-emphasis:#0969da;\n --color-attention-subtle:#fff8c5;\n --color-danger-fg:#cf222e;\n color-scheme:light;\n }\nsection:where(.invert){\n --color-prettylights-syntax-comment:#8b949e;\n --color-prettylights-syntax-constant:#79c0ff;\n --color-prettylights-syntax-entity:#d2a8ff;\n --color-prettylights-syntax-storage-modifier-import:#c9d1d9;\n --color-prettylights-syntax-entity-tag:#7ee787;\n --color-prettylights-syntax-keyword:#ff7b72;\n --color-prettylights-syntax-string:#a5d6ff;\n --color-prettylights-syntax-variable:#ffa657;\n --color-prettylights-syntax-brackethighlighter-unmatched:#f85149;\n --color-prettylights-syntax-invalid-illegal-text:#f0f6fc;\n --color-prettylights-syntax-invalid-illegal-bg:#8e1519;\n --color-prettylights-syntax-carriage-return-text:#f0f6fc;\n --color-prettylights-syntax-carriage-return-bg:#b62324;\n --color-prettylights-syntax-string-regexp:#7ee787;\n --color-prettylights-syntax-markup-list:#f2cc60;\n --color-prettylights-syntax-markup-heading:#1f6feb;\n --color-prettylights-syntax-markup-italic:#c9d1d9;\n --color-prettylights-syntax-markup-bold:#c9d1d9;\n --color-prettylights-syntax-markup-deleted-text:#ffdcd7;\n --color-prettylights-syntax-markup-deleted-bg:#67060c;\n --color-prettylights-syntax-markup-inserted-text:#aff5b4;\n --color-prettylights-syntax-markup-inserted-bg:#033a16;\n --color-prettylights-syntax-markup-changed-text:#ffdfb6;\n --color-prettylights-syntax-markup-changed-bg:#5a1e02;\n --color-prettylights-syntax-markup-ignored-text:#c9d1d9;\n --color-prettylights-syntax-markup-ignored-bg:#1158c7;\n --color-prettylights-syntax-meta-diff-range:#d2a8ff;\n --color-prettylights-syntax-brackethighlighter-angle:#8b949e;\n --color-prettylights-syntax-sublimelinter-gutter-mark:#484f58;\n --color-prettylights-syntax-constant-other-reference-link:#a5d6ff;\n --color-fg-default:#c9d1d9;\n --color-fg-muted:#8b949e;\n --color-fg-subtle:#484f58;\n --color-canvas-default:#0d1117;\n --color-canvas-subtle:#161b22;\n --color-border-default:#30363d;\n --color-border-muted:#21262d;\n --color-neutral-muted:hsla(215,8%,47%,.4);\n --color-accent-fg:#58a6ff;\n --color-accent-emphasis:#1f6feb;\n --color-attention-subtle:rgba(187,128,9,.15);\n --color-danger-fg:#f85149;\n color-scheme:dark;\n }\nsection{\n -ms-text-size-adjust:100%;\n -webkit-text-size-adjust:100%;\n word-wrap:break-word;\n background-color:var(--color-canvas-default);\n color:var(--color-fg-default);\n font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;\n font-size:16px;\n line-height:1.5;\n margin:0;\n}\n\nsection h1:hover .anchor .octicon-link:before,section h2:hover .anchor .octicon-link:before,section h3:hover .anchor .octicon-link:before,section h4:hover .anchor .octicon-link:before,section h5:hover .anchor .octicon-link:before,section h6:hover .anchor .octicon-link:before{\n background-color:currentColor;\n content:" ";\n display:inline-block;\n height:16px;\n -webkit-mask-image:url(\'data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 0 0 1.06 1.06l1.25-1.25a2 2 0 1 1 2.83 2.83l-2.5 2.5a2 2 0 0 1-2.83 0 .75.75 0 0 0-1.06 1.06 3.5 3.5 0 0 0 4.95 0l2.5-2.5a3.5 3.5 0 0 0-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 0 1 0-2.83l2.5-2.5a2 2 0 0 1 2.83 0 .75.75 0 0 0 1.06-1.06 3.5 3.5 0 0 0-4.95 0l-2.5 2.5a3.5 3.5 0 0 0 4.95 4.95l1.25-1.25a.75.75 0 0 0-1.06-1.06l-1.25 1.25a2 2 0 0 1-2.83 0z"/></svg>\');\n mask-image:url(\'data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 0 0 1.06 1.06l1.25-1.25a2 2 0 1 1 2.83 2.83l-2.5 2.5a2 2 0 0 1-2.83 0 .75.75 0 0 0-1.06 1.06 3.5 3.5 0 0 0 4.95 0l2.5-2.5a3.5 3.5 0 0 0-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 0 1 0-2.83l2.5-2.5a2 2 0 0 1 2.83 0 .75.75 0 0 0 1.06-1.06 3.5 3.5 0 0 0-4.95 0l-2.5 2.5a3.5 3.5 0 0 0 4.95 4.95l1.25-1.25a.75.75 0 0 0-1.06-1.06l-1.25 1.25a2 2 0 0 1-2.83 0z"/></svg>\');\n width:16px;\n}\n\nsection details,section figcaption,section figure{\n display:block;\n}\n\nsection summary{\n display:list-item;\n}\n\nsection [hidden]{\n display:none !important;\n}\n\nsection a{\n background-color:transparent;\n color:var(--color-accent-fg);\n text-decoration:none;\n}\n\nsection a:active,section a:hover{\n outline-width:0;\n}\n\nsection abbr[title]{\n border-bottom:none;\n -webkit-text-decoration:underline dotted;\n text-decoration:underline dotted;\n}\n\nsection b,section strong{\n font-weight:600;\n}\n\nsection dfn{\n font-style:italic;\n}\n\nsection h1{\n border-bottom:1px solid var(--color-border-muted);\n font-size:2em;\n font-weight:600;\n margin:.67em 0;\n padding-bottom:.3em;\n}\n\nsection mark{\n background-color:var(--color-attention-subtle);\n color:var(--color-text-primary);\n}\n\nsection small{\n font-size:90%;\n}\n\nsection sub,section sup{\n font-size:75%;\n line-height:0;\n position:relative;\n vertical-align:baseline;\n}\n\nsection sub{\n bottom:-.25em;\n}\n\nsection sup{\n top:-.5em;\n}\n\nsection img{\n background-color:var(--color-canvas-default);\n border-style:none;\n box-sizing:content-box;\n max-width:100%;\n}\n\nsection code,section kbd,section pre,section samp{\n font-family:monospace,monospace;\n font-size:1em;\n}\n\nsection figure{\n margin:1em 40px;\n}\n\nsection hr{\n background:transparent;\n background-color:var(--color-border-default);\n border:0;\n box-sizing:content-box;\n height:.25em;\n margin:24px 0;\n overflow:hidden;\n padding:0;\n}\n\nsection input{\n font:inherit;\n font-family:inherit;\n font-size:inherit;\n line-height:inherit;\n margin:0;\n overflow:visible;\n}\n\nsection [type=button],section [type=reset],section [type=submit]{\n -webkit-appearance:button;\n}\n\nsection [type=button]::-moz-focus-inner,section [type=reset]::-moz-focus-inner,section [type=submit]::-moz-focus-inner{\n border-style:none;\n padding:0;\n}\n\nsection [type=button]:-moz-focusring,section [type=reset]:-moz-focusring,section [type=submit]:-moz-focusring{\n outline:1px dotted ButtonText;\n}\n\nsection [type=checkbox],section [type=radio]{\n box-sizing:border-box;\n padding:0;\n}\n\nsection [type=number]::-webkit-inner-spin-button,section [type=number]::-webkit-outer-spin-button{\n height:auto;\n}\n\nsection [type=search]{\n -webkit-appearance:textfield;\n outline-offset:-2px;\n}\n\nsection [type=search]::-webkit-search-cancel-button,section [type=search]::-webkit-search-decoration{\n -webkit-appearance:none;\n}\n\nsection ::-webkit-input-placeholder{\n color:inherit;\n opacity:.54;\n}\n\nsection ::-webkit-file-upload-button{\n -webkit-appearance:button;\n font:inherit;\n}\n\nsection a:hover{\n text-decoration:underline;\n}\n\nsection hr::after,section hr::before{\n content:"";\n display:table;\n}\n\nsection hr::after{\n clear:both;\n}\n\nsection table{\n border-collapse:collapse;\n border-spacing:0;\n display:block;\n max-width:100%;\n overflow:auto;\n width:-webkit-max-content;\n width:-moz-max-content;\n width:max-content;\n}\n\nsection td,section th{\n padding:0;\n}\n\nsection details summary{\n cursor:pointer;\n}\n\nsection details:not([open]) > *:not(summary){\n display:none !important;\n}\n\nsection kbd{\n background-color:var(--color-canvas-subtle);\n border-bottom-color:var(--color-neutral-muted);\n border:1px solid var(--color-neutral-muted);\n border-radius:6px;\n box-shadow:inset 0 -1px 0 var(--color-neutral-muted);\n color:var(--color-fg-default);\n display:inline-block;\n font:11px ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;\n line-height:10px;\n padding:3px 5px;\n vertical-align:middle;\n}\n\nsection h1,section h2,section h3,section h4,section h5,section h6{\n font-weight:600;\n line-height:1.25;\n margin-bottom:16px;\n margin-top:24px;\n}\n\nsection h2{\n border-bottom:1px solid var(--color-border-muted);\n font-size:1.5em;\n font-weight:600;\n padding-bottom:.3em;\n}\n\nsection h3{\n font-size:1.25em;\n font-weight:600;\n}\n\nsection h4{\n font-size:1em;\n font-weight:600;\n}\n\nsection h5{\n font-size:.875em;\n font-weight:600;\n}\n\nsection h6{\n color:var(--color-fg-muted);\n font-size:.85em;\n font-weight:600;\n}\n\nsection p{\n margin-bottom:10px;\n margin-top:0;\n}\n\nsection blockquote{\n border-left:.25em solid var(--color-border-default);\n color:var(--color-fg-muted);\n margin:0;\n padding:0 1em;\n}\n\nsection ol,section ul{\n margin-bottom:0;\n margin-top:0;\n padding-left:2em;\n}\n\nsection ol ol,section ul ol{\n list-style-type:lower-roman;\n}\n\nsection ol ol ol,section ol ul ol,section ul ol ol,section ul ul ol{\n list-style-type:lower-alpha;\n}\n\nsection dd{\n margin-left:0;\n}\n\nsection code,section pre,section tt{\n font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;\n font-size:12px;\n}\n\nsection pre{\n word-wrap:normal;\n margin-bottom:0;\n margin-top:0;\n}\n\nsection .octicon{\n fill:currentColor;\n display:inline-block;\n overflow:visible !important;\n vertical-align:text-bottom;\n}\n\nsection ::-moz-placeholder{\n color:var(--color-fg-subtle);\n opacity:1;\n}\n\nsection :-ms-input-placeholder{\n color:var(--color-fg-subtle);\n opacity:1;\n}\n\nsection ::placeholder{\n color:var(--color-fg-subtle);\n opacity:1;\n}\n\nsection input::-webkit-inner-spin-button,section input::-webkit-outer-spin-button{\n -webkit-appearance:none;\n appearance:none;\n margin:0;\n}\n\nsection .pl-c{\n color:var(--color-prettylights-syntax-comment);\n}\n\nsection .pl-c1,section .pl-s .pl-v{\n color:var(--color-prettylights-syntax-constant);\n}\n\nsection .pl-e,section .pl-en{\n color:var(--color-prettylights-syntax-entity);\n}\n\nsection .pl-s .pl-s1,section .pl-smi{\n color:var(--color-prettylights-syntax-storage-modifier-import);\n}\n\nsection .pl-ent{\n color:var(--color-prettylights-syntax-entity-tag);\n}\n\nsection .pl-k{\n color:var(--color-prettylights-syntax-keyword);\n}\n\nsection .pl-pds,section .pl-s,section .pl-s .pl-pse .pl-s1,section .pl-sr,section .pl-sr .pl-cce,section .pl-sr .pl-sra,section .pl-sr .pl-sre{\n color:var(--color-prettylights-syntax-string);\n}\n\nsection .pl-smw,section .pl-v{\n color:var(--color-prettylights-syntax-variable);\n}\n\nsection .pl-bu{\n color:var(--color-prettylights-syntax-brackethighlighter-unmatched);\n}\n\nsection .pl-ii{\n background-color:var(--color-prettylights-syntax-invalid-illegal-bg);\n color:var(--color-prettylights-syntax-invalid-illegal-text);\n}\n\nsection .pl-c2{\n background-color:var(--color-prettylights-syntax-carriage-return-bg);\n color:var(--color-prettylights-syntax-carriage-return-text);\n}\n\nsection .pl-sr .pl-cce{\n color:var(--color-prettylights-syntax-string-regexp);\n font-weight:700;\n}\n\nsection .pl-ml{\n color:var(--color-prettylights-syntax-markup-list);\n}\n\nsection .pl-mh,section .pl-mh .pl-en,section .pl-ms{\n color:var(--color-prettylights-syntax-markup-heading);\n font-weight:700;\n}\n\nsection .pl-mi{\n color:var(--color-prettylights-syntax-markup-italic);\n font-style:italic;\n}\n\nsection .pl-mb{\n color:var(--color-prettylights-syntax-markup-bold);\n font-weight:700;\n}\n\nsection .pl-md{\n background-color:var(--color-prettylights-syntax-markup-deleted-bg);\n color:var(--color-prettylights-syntax-markup-deleted-text);\n}\n\nsection .pl-mi1{\n background-color:var(--color-prettylights-syntax-markup-inserted-bg);\n color:var(--color-prettylights-syntax-markup-inserted-text);\n}\n\nsection .pl-mc{\n background-color:var(--color-prettylights-syntax-markup-changed-bg);\n color:var(--color-prettylights-syntax-markup-changed-text);\n}\n\nsection .pl-mi2{\n background-color:var(--color-prettylights-syntax-markup-ignored-bg);\n color:var(--color-prettylights-syntax-markup-ignored-text);\n}\n\nsection .pl-mdr{\n color:var(--color-prettylights-syntax-meta-diff-range);\n font-weight:700;\n}\n\nsection .pl-ba{\n color:var(--color-prettylights-syntax-brackethighlighter-angle);\n}\n\nsection .pl-sg{\n color:var(--color-prettylights-syntax-sublimelinter-gutter-mark);\n}\n\nsection .pl-corl{\n color:var(--color-prettylights-syntax-constant-other-reference-link);\n text-decoration:underline;\n}\n\nsection [data-catalyst]{\n display:block;\n}\n\nsection g-emoji{\n font-family:Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;\n font-size:1em;\n font-style:normal !important;\n font-weight:400;\n line-height:1;\n vertical-align:-.075em;\n}\n\nsection g-emoji img{\n height:1em;\n width:1em;\n}\n\nsection::after,section::before{\n content:"";\n display:table;\n}\n\nsection::after{\n clear:both;\n}\n\nsection > *:first-child{\n margin-top:0 !important;\n}\n\nsection > *:last-child{\n margin-bottom:0 !important;\n}\n\nsection a:not([href]){\n color:inherit;\n text-decoration:none;\n}\n\nsection .absent{\n color:var(--color-danger-fg);\n}\n\nsection .anchor{\n float:left;\n line-height:1;\n margin-left:-20px;\n padding-right:4px;\n}\n\nsection .anchor:focus{\n outline:none;\n}\n\nsection blockquote,section details,section dl,section ol,section p,section pre,section table,section ul{\n margin-bottom:16px;\n margin-top:0;\n}\n\nsection blockquote > :first-child{\n margin-top:0;\n}\n\nsection blockquote > :last-child{\n margin-bottom:0;\n}\n\nsection sup > a::before{\n content:"[";\n}\n\nsection sup > a::after{\n content:"]";\n}\n\nsection h1 .octicon-link,section h2 .octicon-link,section h3 .octicon-link,section h4 .octicon-link,section h5 .octicon-link,section h6 .octicon-link{\n color:var(--color-fg-default);\n vertical-align:middle;\n visibility:hidden;\n}\n\nsection h1:hover .anchor,section h2:hover .anchor,section h3:hover .anchor,section h4:hover .anchor,section h5:hover .anchor,section h6:hover .anchor{\n text-decoration:none;\n}\n\nsection h1:hover .anchor .octicon-link,section h2:hover .anchor .octicon-link,section h3:hover .anchor .octicon-link,section h4:hover .anchor .octicon-link,section h5:hover .anchor .octicon-link,section h6:hover .anchor .octicon-link{\n visibility:visible;\n}\n\nsection h1 code,section h1 tt,section h2 code,section h2 tt,section h3 code,section h3 tt,section h4 code,section h4 tt,section h5 code,section h5 tt,section h6 code,section h6 tt{\n font-size:inherit;\n padding:0 .2em;\n}\n\nsection ol.no-list,section ul.no-list{\n list-style-type:none;\n padding:0;\n}\n\nsection ol[type="1"]{\n list-style-type:decimal;\n}\n\nsection ol[type=a]{\n list-style-type:lower-alpha;\n}\n\nsection ol[type=i]{\n list-style-type:lower-roman;\n}\n\nsection div > ol:not([type]){\n list-style-type:decimal;\n}\n\nsection ol ol,section ol ul,section ul ol,section ul ul{\n margin-bottom:0;\n margin-top:0;\n}\n\nsection li > p{\n margin-top:16px;\n}\n\nsection li + li{\n margin-top:.25em;\n}\n\nsection dl{\n padding:0;\n}\n\nsection dl dt{\n font-size:1em;\n font-style:italic;\n font-weight:600;\n margin-top:16px;\n padding:0;\n}\n\nsection dl dd{\n margin-bottom:16px;\n padding:0 16px;\n}\n\nsection table th{\n font-weight:600;\n}\n\nsection table td,section table th{\n border:1px solid var(--color-border-default);\n padding:6px 13px;\n}\n\nsection table tr{\n background-color:var(--color-canvas-default);\n border-top:1px solid var(--color-border-muted);\n}\n\nsection table tr:nth-child(2n){\n background-color:var(--color-canvas-subtle);\n}\n\nsection table img{\n background-color:transparent;\n}\n\nsection img[align=right]{\n padding-left:20px;\n}\n\nsection img[align=left]{\n padding-right:20px;\n}\n\nsection .emoji{\n background-color:transparent;\n max-width:none;\n vertical-align:text-top;\n}\n\nsection span.frame,section span.frame > span{\n display:block;\n overflow:hidden;\n}\n\nsection span.frame > span{\n border:1px solid var(--color-border-default);\n float:left;\n margin:13px 0 0;\n padding:7px;\n width:auto;\n}\n\nsection span.frame span img{\n display:block;\n float:left;\n}\n\nsection span.frame span span{\n clear:both;\n color:var(--color-fg-default);\n display:block;\n padding:5px 0 0;\n}\n\nsection span.align-center{\n clear:both;\n display:block;\n overflow:hidden;\n}\n\nsection span.align-center > span{\n display:block;\n margin:13px auto 0;\n overflow:hidden;\n text-align:center;\n}\n\nsection span.align-center span img{\n margin:0 auto;\n text-align:center;\n}\n\nsection span.align-right{\n clear:both;\n display:block;\n overflow:hidden;\n}\n\nsection span.align-right > span{\n display:block;\n margin:13px 0 0;\n overflow:hidden;\n text-align:right;\n}\n\nsection span.align-right span img{\n margin:0;\n text-align:right;\n}\n\nsection span.float-left{\n display:block;\n float:left;\n margin-right:13px;\n overflow:hidden;\n}\n\nsection span.float-left span{\n margin:13px 0 0;\n}\n\nsection span.float-right{\n display:block;\n float:right;\n margin-left:13px;\n overflow:hidden;\n}\n\nsection span.float-right > span{\n display:block;\n margin:13px auto 0;\n overflow:hidden;\n text-align:right;\n}\n\nsection code,section tt{\n background-color:var(--color-neutral-muted);\n border-radius:6px;\n font-size:85%;\n margin:0;\n padding:.2em .4em;\n}\n\nsection code br,section tt br{\n display:none;\n}\n\nsection del code{\n text-decoration:inherit;\n}\n\nsection pre code{\n font-size:100%;\n}\n\nsection pre > code{\n background:transparent;\n border:0;\n margin:0;\n padding:0;\n white-space:pre;\n word-break:normal;\n}\n\nsection .highlight{\n margin-bottom:16px;\n}\n\nsection .highlight pre{\n margin-bottom:0;\n word-break:normal;\n}\n\nsection pre{\n background-color:var(--color-canvas-subtle);\n border-radius:6px;\n font-size:85%;\n line-height:1.45;\n overflow:auto;\n padding:16px;\n}\n\nsection pre code,section pre tt{\n word-wrap:normal;\n background-color:transparent;\n border:0;\n display:inline;\n line-height:inherit;\n margin:0;\n max-width:auto;\n overflow:visible;\n padding:0;\n}\n\nsection .csv-data td,section .csv-data th{\n font-size:12px;\n line-height:1;\n overflow:hidden;\n padding:5px;\n text-align:left;\n white-space:nowrap;\n}\n\nsection .csv-data .blob-num{\n background:var(--color-canvas-default);\n border:0;\n padding:10px 8px 9px;\n text-align:right;\n}\n\nsection .csv-data tr{\n border-top:0;\n}\n\nsection .csv-data th{\n background:var(--color-canvas-subtle);\n border-top:0;\n font-weight:600;\n}\n\nsection .footnotes{\n border-top:1px solid var(--color-border-default);\n color:var(--color-fg-muted);\n font-size:12px;\n}\n\nsection .footnotes ol{\n padding-left:16px;\n}\n\nsection .footnotes li{\n position:relative;\n}\n\nsection .footnotes li:target::before{\n border:2px solid var(--color-accent-emphasis);\n border-radius:6px;\n bottom:-8px;\n content:"";\n left:-24px;\n pointer-events:none;\n position:absolute;\n right:-8px;\n top:-8px;\n}\n\nsection .footnotes li:target{\n color:var(--color-fg-default);\n}\n\nsection .footnotes .data-footnote-backref g-emoji{\n font-family:monospace;\n}\n\nsection .task-list-item{\n list-style-type:none;\n}\n\nsection .task-list-item label{\n font-weight:400;\n}\n\nsection .task-list-item.enabled label{\n cursor:pointer;\n}\n\nsection .task-list-item + .task-list-item{\n margin-top:3px;\n}\n\nsection .task-list-item .handle{\n display:none;\n}\n\nsection .task-list-item-checkbox{\n margin:0 .2em .25em -1.6em;\n vertical-align:middle;\n}\n\nsection .contains-task-list:dir(rtl) .task-list-item-checkbox{\n margin:0 -1.6em .25em .2em;\n}\n\nsection ::-webkit-calendar-picker-indicator{\n filter:invert(50%);\n}\n\nh1{\n color:var(--h1-color);\n font-size:1.6em;\n}\n\nh1,h2{\n border-bottom:none;\n}\n\nh2{\n font-size:1.3em;\n}\n\nh3{\n font-size:1.1em;\n}\n\nh4{\n font-size:1.05em;\n}\n\nh5{\n font-size:1em;\n}\n\nh6{\n font-size:.9em;\n}\n\nh1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong{\n color:var(--heading-strong-color);\n font-weight:inherit;\n}\nh1::part(auto-scaling),h2::part(auto-scaling),h3::part(auto-scaling),h4::part(auto-scaling),h5::part(auto-scaling),h6::part(auto-scaling){\n max-height:563px;\n}\n\nhr{\n height:0;\n padding-top:.25em;\n}\n\npre{\n border:1px solid var(--color-border-default);\n line-height:1.15;\n overflow:visible;\n}\npre::part(auto-scaling){\n max-height:529px;\n}\npre :where(.hljs){\n color:var(--color-prettylights-syntax-storage-modifier-import);\n}\npre :where(.hljs-doctag),pre :where(.hljs-keyword),pre :where(.hljs-meta .hljs-keyword),pre :where(.hljs-template-tag),pre :where(.hljs-template-variable),pre :where(.hljs-type),pre :where(.hljs-variable.language_){\n color:var(--color-prettylights-syntax-keyword);\n}\npre :where(.hljs-title),pre :where(.hljs-title.class_),pre :where(.hljs-title.class_.inherited__),pre :where(.hljs-title.function_){\n color:var(--color-prettylights-syntax-entity);\n}\npre :where(.hljs-attr),pre :where(.hljs-attribute),pre :where(.hljs-literal),pre :where(.hljs-meta),pre :where(.hljs-number),pre :where(.hljs-operator),pre :where(.hljs-selector-attr),pre :where(.hljs-selector-class),pre :where(.hljs-selector-id),pre :where(.hljs-variable){\n color:var(--color-prettylights-syntax-constant);\n}\npre :where(.hljs-meta .hljs-string),pre :where(.hljs-regexp),pre :where(.hljs-string){\n color:var(--color-prettylights-syntax-string);\n}\npre :where(.hljs-built_in),pre :where(.hljs-symbol){\n color:var(--color-prettylights-syntax-variable);\n}\npre :where(.hljs-code),pre :where(.hljs-comment),pre :where(.hljs-formula){\n color:var(--color-prettylights-syntax-comment);\n}\npre :where(.hljs-name),pre :where(.hljs-quote),pre :where(.hljs-selector-pseudo),pre :where(.hljs-selector-tag){\n color:var(--color-prettylights-syntax-entity-tag);\n}\npre :where(.hljs-subst){\n color:var(--color-prettylights-syntax-storage-modifier-import);\n}\npre :where(.hljs-section){\n color:var(--color-prettylights-syntax-markup-heading);\n font-weight:700;\n}\npre :where(.hljs-bullet){\n color:var(--color-prettylights-syntax-markup-list);\n}\npre :where(.hljs-emphasis){\n color:var(--color-prettylights-syntax-markup-italic);\n font-style:italic;\n}\npre :where(.hljs-strong){\n color:var(--color-prettylights-syntax-markup-bold);\n font-weight:700;\n}\npre :where(.hljs-addition){\n background-color:var(--color-prettylights-syntax-markup-inserted-bg);\n color:var(--color-prettylights-syntax-markup-inserted-text);\n}\npre :where(.hljs-deletion){\n background-color:var(--color-prettylights-syntax-markup-deleted-bg);\n color:var(--color-prettylights-syntax-markup-deleted-text);\n}\n\nfooter,header{\n color:var(--header-footer-color);\n font-size:18px;\n left:30px;\n margin:0;\n position:absolute;\n}\n\nheader{\n top:21px;\n}\n\nfooter{\n bottom:21px;\n}\n\nsection{\n --h1-color:#246;\n --header-footer-color:hsla(0,0%,40%,.75);\n --heading-strong-color:#48c;\n --paginate-color:#777;\n align-items:stretch;\n display:flex;\n flex-flow:column nowrap;\n font-size:29px;\n height:720px;\n justify-content:center;\n padding:78.5px;\n width:1280px;\n}\nsection:where(.invert){\n --h1-color:#cee7ff;\n --header-footer-color:hsla(0,0%,60%,.75);\n --heading-strong-color:#7bf;\n --paginate-color:#999;\n}\nsection > *:last-child,section[data-footer] > :nth-last-child(2){\n margin-bottom:0;\n}\nsection > *:first-child,section > header:first-child + *{\n margin-top:0;\n}\nsection::after{\n bottom:21px;\n color:var(--paginate-color);\n font-size:24px;\n padding:0;\n position:absolute;\n right:30px;\n}\nsection[data-color] h1,section[data-color] h2,section[data-color] h3,section[data-color] h4,section[data-color] h5,section[data-color] h6{\n color:currentcolor;\n}'),this.themeSet.add('@charset "UTF-8";\n/*!\n * Marp / Marpit Gaia theme.\n *\n * @theme gaia\n * @author Yuki Hattori\n *\n * @auto-scaling true\n * @size 16:9 1280px 720px\n * @size 4:3 960px 720px\n */\n@import url("https://fonts.googleapis.com/css?family=Lato:400,900|Roboto+Mono:400,700&display=swap");\npre code.hljs{\n display:block;\n overflow-x:auto;\n padding:1em;\n}\n\ncode.hljs{\n padding:3px 5px;\n}\n\n.hljs{\n background:#000;\n color:#f8f8f8;\n}\n\n.hljs-comment,.hljs-quote{\n color:#aeaeae;\n font-style:italic;\n}\n\n.hljs-keyword,.hljs-selector-tag,.hljs-type{\n color:#e28964;\n}\n\n.hljs-string{\n color:#65b042;\n}\n\n.hljs-subst{\n color:#daefa3;\n}\n\n.hljs-link,.hljs-regexp{\n color:#e9c062;\n}\n\n.hljs-name,.hljs-section,.hljs-tag,.hljs-title{\n color:#89bdff;\n}\n\n.hljs-class .hljs-title,.hljs-doctag,.hljs-title.class_{\n text-decoration:underline;\n}\n\n.hljs-bullet,.hljs-number,.hljs-symbol{\n color:#3387cc;\n}\n\n.hljs-params,.hljs-template-variable,.hljs-variable{\n color:#3e87e3;\n}\n\n.hljs-attribute{\n color:#cda869;\n}\n\n.hljs-meta{\n color:#8996a8;\n}\n\n.hljs-formula{\n background-color:#0e2231;\n color:#f8f8f8;\n font-style:italic;\n}\n\n.hljs-addition{\n background-color:#253b22;\n color:#f8f8f8;\n}\n\n.hljs-deletion{\n background-color:#420e09;\n color:#f8f8f8;\n}\n\n.hljs-selector-class{\n color:#9b703f;\n}\n\n.hljs-selector-id{\n color:#8b98ab;\n}\n\n.hljs-emphasis{\n font-style:italic;\n}\n\n.hljs-strong{\n font-weight:700;\n}\n\nh1,h2,h3,h4,h5,h6{\n margin:.5em 0 0;\n}\nh1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong{\n font-weight:inherit;\n}\nh1::part(auto-scaling),h2::part(auto-scaling),h3::part(auto-scaling),h4::part(auto-scaling),h5::part(auto-scaling),h6::part(auto-scaling){\n max-height:580px;\n}\n\nh1{\n font-size:1.8em;\n}\n\nh2{\n font-size:1.5em;\n}\n\nh3{\n font-size:1.3em;\n}\n\nh4{\n font-size:1.1em;\n}\n\nh5{\n font-size:1em;\n}\n\nh6{\n font-size:.9em;\n}\n\nblockquote,p{\n margin:1em 0 0;\n}\n\nol > li,ul > li{\n margin:.3em 0 0;\n}\nol > li > p,ul > li > p{\n margin:.6em 0 0;\n}\n\ncode{\n display:inline-block;\n font-family:Roboto Mono,monospace;\n font-size:.8em;\n letter-spacing:0;\n margin:-.1em .15em;\n padding:.1em .2em;\n vertical-align:baseline;\n}\n\npre{\n display:block;\n margin:1em 0 0;\n overflow:visible;\n}\npre code{\n box-sizing:border-box;\n font-size:.7em;\n margin:0;\n min-width:100%;\n padding:.5em;\n}\npre::part(auto-scaling){\n max-height:calc(580px - 1em);\n}\n\nblockquote{\n margin:1em 0 0;\n padding:0 1em;\n position:relative;\n}\nblockquote::after,blockquote::before{\n content:"“";\n display:block;\n font-family:Times New Roman,serif;\n font-weight:700;\n position:absolute;\n}\nblockquote::before{\n left:0;\n top:0;\n}\nblockquote::after{\n bottom:0;\n right:0;\n transform:rotate(180deg);\n}\nblockquote > *:first-child{\n margin-top:0;\n}\n\nmark{\n background:transparent;\n}\n\ntable{\n border-collapse:collapse;\n border-spacing:0;\n margin:1em 0 0;\n}\ntable td,table th{\n border-style:solid;\n border-width:1px;\n padding:.2em .4em;\n}\n\nfooter,header,section::after{\n box-sizing:border-box;\n font-size:66%;\n height:70px;\n line-height:50px;\n overflow:hidden;\n padding:10px 25px;\n position:absolute;\n}\n\nheader{\n top:0;\n}\n\nfooter,header{\n left:0;\n right:0;\n}\n\nfooter{\n bottom:0;\n}\n\nsection{\n word-wrap:break-word;\n --color-background:#fff8e1;\n --color-background-stripe:rgba(69,90,100,.1);\n --color-foreground:#455a64;\n --color-dimmed:#6a7a7d;\n --color-highlight:#0288d1;\n background-color:var(--color-background);\n background-image:linear-gradient(135deg, hsla(0,0%,53%,0), hsla(0,0%,53%,.02) 50%, hsla(0,0%,100%,0) 0, hsla(0,0%,100%,.05));\n color:var(--color-foreground);\n font-family:Lato,Avenir Next,Avenir,Trebuchet MS,Segoe UI,sans-serif;\n font-size:35px;\n height:720px;\n letter-spacing:1.25px;\n line-height:1.35;\n padding:70px;\n width:1280px;\n}\nsection::after{\n bottom:0;\n font-size:80%;\n right:0;\n}\nsection a,section mark{\n color:var(--color-highlight);\n}\nsection code{\n background:var(--color-dimmed);\n color:var(--color-background);\n}\nsection h1 strong,section h2 strong,section h3 strong,section h4 strong,section h5 strong,section h6 strong{\n color:var(--color-highlight);\n}\nsection pre{\n background:var(--color-foreground);\n}\nsection pre > code{\n background:transparent;\n}\nsection blockquote::after,section blockquote::before,section footer,section header,section section::after{\n color:var(--color-dimmed);\n}\nsection table td,section table th{\n border-color:var(--color-foreground);\n}\nsection table thead th{\n background:var(--color-foreground);\n color:var(--color-background);\n}\nsection table tbody > tr:nth-child(odd) td,section table tbody > tr:nth-child(odd) th{\n background:var(--color-background-stripe, transparent);\n}\nsection > *:first-child,section > header:first-child + *{\n margin-top:0;\n}\nsection:where(.invert){\n --color-background:#455a64;\n --color-background-stripe:rgba(255,248,225,.1);\n --color-foreground:#fff8e1;\n --color-dimmed:#dad8c8;\n --color-highlight:#81d4fa;\n}\nsection:where(.gaia){\n --color-background:#0288d1;\n --color-background-stripe:rgba(255,248,225,.1);\n --color-foreground:#fff8e1;\n --color-dimmed:#cce2de;\n --color-highlight:#81d4fa;\n}\nsection:where(.lead){\n display:flex;\n flex-flow:column nowrap;\n justify-content:center;\n}\nsection:where(.lead) h1,section:where(.lead) h2,section:where(.lead) h3,section:where(.lead) h4,section:where(.lead) h5,section:where(.lead) h6{\n text-align:center;\n}\nsection:where(.lead) p{\n text-align:center;\n}\nsection:where(.lead) blockquote > h1,section:where(.lead) blockquote > h2,section:where(.lead) blockquote > h3,section:where(.lead) blockquote > h4,section:where(.lead) blockquote > h5,section:where(.lead) blockquote > h6,section:where(.lead) blockquote > p{\n text-align:left;\n}\nsection:where(.lead) ol > li > p,section:where(.lead) ul > li > p{\n text-align:left;\n}\nsection:where(.lead) table{\n margin-left:auto;\n margin-right:auto;\n}'),this.themeSet.add('/*!\n * Marp / Marpit Uncover theme\n *\n * @theme uncover\n * @author Yuki Hattori\n *\n * @auto-scaling true\n * @size 16:9 1280px 720px\n * @size 4:3 960px 720px\n */\nsection{\n word-wrap:break-word;\n --color-background:#fdfcff;\n --color-background-code:#f2f1f4;\n --color-background-paginate:rgba(32,34,40,.05);\n --color-foreground:#202228;\n --color-highlight:#009dd5;\n --color-highlight-hover:#087eaa;\n --color-highlight-heading:#33b1dd;\n --color-header:rgba(32,34,40,.4);\n --color-header-shadow:rgba(253,252,255,.8);\n background:var(--color-background);\n flex-flow:column nowrap;\n font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;\n font-size:40px;\n height:720px;\n justify-content:center;\n letter-spacing:3px;\n line-height:1.4;\n padding:30px 70px;\n position:relative;\n text-align:center;\n width:1280px;\n z-index:0;\n}\nsection,section::after{\n color:var(--color-foreground);\n display:flex;\n}\nsection::after{\n align-items:flex-end;\n background:linear-gradient(-45deg, var(--color-background-paginate) 50%, transparent 50%);\n background-size:cover;\n font-size:.6em;\n height:80px;\n justify-content:flex-end;\n padding:30px;\n text-align:right;\n text-shadow:0 0 5px var(--color-background);\n width:80px;\n}\nsection:where(:not(.invert)) pre code.hljs{\n display:block;\n overflow-x:auto;\n padding:1em;\n}\nsection:where(:not(.invert)) code.hljs{\n padding:3px 5px;\n}\nsection:where(:not(.invert)) .hljs{\n background:#fff;\n color:#000;\n}\nsection:where(:not(.invert)) .hljs-addition,section:where(:not(.invert)) .hljs-meta,section:where(:not(.invert)) .hljs-string,section:where(:not(.invert)) .hljs-symbol,section:where(:not(.invert)) .hljs-template-tag,section:where(:not(.invert)) .hljs-template-variable{\n color:#756bb1;\n}\nsection:where(:not(.invert)) .hljs-comment,section:where(:not(.invert)) .hljs-quote{\n color:#636363;\n}\nsection:where(:not(.invert)) .hljs-bullet,section:where(:not(.invert)) .hljs-link,section:where(:not(.invert)) .hljs-literal,section:where(:not(.invert)) .hljs-number,section:where(:not(.invert)) .hljs-regexp{\n color:#31a354;\n}\nsection:where(:not(.invert)) .hljs-deletion,section:where(:not(.invert)) .hljs-variable{\n color:#88f;\n}\nsection:where(:not(.invert)) .hljs-built_in,section:where(:not(.invert)) .hljs-doctag,section:where(:not(.invert)) .hljs-keyword,section:where(:not(.invert)) .hljs-name,section:where(:not(.invert)) .hljs-section,section:where(:not(.invert)) .hljs-selector-class,section:where(:not(.invert)) .hljs-selector-id,section:where(:not(.invert)) .hljs-selector-tag,section:where(:not(.invert)) .hljs-strong,section:where(:not(.invert)) .hljs-tag,section:where(:not(.invert)) .hljs-title,section:where(:not(.invert)) .hljs-type{\n color:#3182bd;\n}\nsection:where(:not(.invert)) .hljs-emphasis{\n font-style:italic;\n}\nsection:where(:not(.invert)) .hljs-attribute{\n color:#e6550d;\n}\nsection:where(.invert){\n --color-background:#202228;\n --color-background-code:#2b2d33;\n --color-background-paginate:hsla(0,0%,100%,.05);\n --color-foreground:#fff;\n --color-highlight:#60d0f0;\n --color-highlight-hover:#88dcf4;\n --color-highlight-heading:#80d9f3;\n --color-header:hsla(0,0%,100%,.4);\n --color-header-shadow:rgba(32,34,40,.8);\n}\nsection:where(.invert) pre code.hljs{\n display:block;\n overflow-x:auto;\n padding:1em;\n}\nsection:where(.invert) code.hljs{\n padding:3px 5px;\n}\nsection:where(.invert) .hljs{\n background:#222;\n color:#fff;\n}\nsection:where(.invert) .hljs-comment,section:where(.invert) .hljs-quote{\n color:#777;\n}\nsection:where(.invert) .hljs-built_in,section:where(.invert) .hljs-bullet,section:where(.invert) .hljs-deletion,section:where(.invert) .hljs-link,section:where(.invert) .hljs-literal,section:where(.invert) .hljs-meta,section:where(.invert) .hljs-number,section:where(.invert) .hljs-params,section:where(.invert) .hljs-regexp,section:where(.invert) .hljs-symbol,section:where(.invert) .hljs-tag,section:where(.invert) .hljs-template-variable,section:where(.invert) .hljs-variable{\n color:#ab875d;\n}\nsection:where(.invert) .hljs-attribute,section:where(.invert) .hljs-name,section:where(.invert) .hljs-section,section:where(.invert) .hljs-selector-class,section:where(.invert) .hljs-selector-id,section:where(.invert) .hljs-title,section:where(.invert) .hljs-type{\n color:#9b869b;\n}\nsection:where(.invert) .hljs-addition,section:where(.invert) .hljs-keyword,section:where(.invert) .hljs-selector-tag,section:where(.invert) .hljs-string{\n color:#8f9c6c;\n}\nsection:where(.invert) .hljs-emphasis{\n font-style:italic;\n}\nsection:where(.invert) .hljs-strong{\n font-weight:700;\n}\nsection > *:first-child,section[data-header] > :nth-child(2){\n margin-top:0;\n}\nsection > *:last-child,section[data-footer] > :nth-last-child(2){\n margin-bottom:0;\n}\nsection blockquote,section p{\n margin:0 0 15px;\n}\nsection h1,section h2,section h3,section h4,section h5,section h6{\n margin:15px 0 30px;\n}\nsection h1 strong,section h2 strong,section h3 strong,section h4 strong,section h5 strong,section h6 strong{\n color:var(--color-highlight-heading);\n font-weight:inherit;\n}\nsection h1::part(auto-scaling),section h2::part(auto-scaling),section h3::part(auto-scaling),section h4::part(auto-scaling),section h5::part(auto-scaling),section h6::part(auto-scaling){\n max-height:660px;\n}\nsection h1{\n font-size:2em;\n}\nsection h2{\n font-size:1.7em;\n}\nsection h3{\n font-size:1.4em;\n letter-spacing:2px;\n}\nsection h4{\n font-size:1.2em;\n letter-spacing:2px;\n}\nsection h5{\n font-size:1em;\n letter-spacing:1px;\n}\nsection h6{\n font-size:.8em;\n letter-spacing:1px;\n}\nsection footer,section header{\n color:var(--color-header);\n font-size:.45em;\n left:70px;\n letter-spacing:1px;\n position:absolute;\n right:70px;\n text-shadow:0 1px 0 var(--color-header-shadow);\n z-index:1;\n}\nsection header{\n top:30px;\n}\nsection footer{\n bottom:30px;\n}\nsection a{\n color:var(--color-highlight);\n text-decoration:none;\n}\nsection a:hover{\n color:var(--color-highlight-hover);\n text-decoration:underline;\n}\nsection ol,section ul{\n margin:0 auto;\n text-align:left;\n}\nsection > ol,section > ul{\n margin-bottom:15px;\n}\nsection code{\n font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;\n letter-spacing:0;\n}\nsection *:not(pre) > code,section > code{\n background:var(--color-background-code);\n color:var(--color-foreground);\n margin:-.2em .2em .2em;\n padding:.2em;\n}\nsection pre{\n --preserve-aspect-ratio:xMidYMid meet;\n filter:drop-shadow(0 4px 4px rgba(0, 0, 0, .2));\n font-size:70%;\n line-height:1.15;\n margin:15px 0 30px;\n text-align:left;\n}\nsection pre::part(auto-scaling){\n max-height:570px;\n}\nsection pre > code{\n background:var(--color-background-code);\n box-sizing:content-box;\n color:var(--color-foreground);\n display:block;\n margin:0 auto;\n min-width:456px;\n padding:.4em .6em;\n}\nsection[data-size="4:3"] pre > code{\n min-width:328px;\n}\nsection table{\n border-collapse:collapse;\n margin:0 auto 15px;\n}\nsection table > tbody > tr > td,section table > tbody > tr > th,section table > thead > tr > td,section table > thead > tr > th{\n padding:.15em .5em;\n}\nsection table > thead > tr > td,section table > thead > tr > th{\n border-bottom:3px solid;\n}\nsection table > tbody > tr:not(:last-child) > td,section table > tbody > tr:not(:last-child) > th{\n border-bottom:1px solid;\n}\nsection blockquote{\n font-size:90%;\n line-height:1.3;\n padding:0 2em;\n position:relative;\n z-index:0;\n}\nsection blockquote::after,section blockquote::before{\n content:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNNDQgMTkuMyAzOC45NCAwQzguMTQgOS41OSAwIDQwLjA1IDAgNTQuODNWMTAwaDQxLjQ3VjU0LjgzaC0yM2MtLjA0LS4yOC4yNS0yNy42NiAyNS41My0zNS41M3ptNTYgMEw5NC45NCAwQzY0LjE0IDkuNTkgNTYgNDAuMDUgNTYgNTQuODNWMTAwaDQxLjQ3VjU0LjgzaC0yM2MtLjA0LS4yOC4yNS0yNy42NiAyNS41My0zNS41M3oiIHN0eWxlPSJmaWxsOiM4ODg7b3BhY2l0eTouMzMiLz48L3N2Zz4=");\n height:auto;\n pointer-events:none;\n position:absolute;\n width:1em;\n z-index:-1;\n}\nsection blockquote::before{\n left:0;\n top:0;\n}\nsection blockquote::after{\n bottom:0;\n right:0;\n transform:rotate(180deg);\n}\nsection blockquote > *:last-child{\n margin-bottom:0;\n}\nsection mark{\n background:transparent;\n color:var(--color-highlight);\n}')}applyMarkdownItPlugins(e){super.applyMarkdownItPlugins(e),e.use(G).use(I).use(se).use(L).use(he).use(ce)}highlighter(e,n,t){return n&&w.default.getLanguage(n)?w.default.highlight(e,{language:n,ignoreIllegals:!0}).value:""}renderStyle(e){const n=super.renderStyle(e),t=[E,...this.options.minifyCSS?[S.default,j.default,_.default]:[]];return v.default(t).process(n).css}themeSetPackOptions(){const e=Object.assign({},super.themeSetPackOptions()),n=n=>n&&(e.before=`${n}\n${e.before||""}`),{emoji:t}=this.options;var i;n("twemoji"===(i=t).shortcode||"twemoji"===i.unicode?"img[data-marp-twemoji]{\n background:transparent;\n height:1em;\n margin:0 .05em 0 .1em;\n vertical-align:-.1em;\n width:1em;\n}":void 0);const o=(e=>{const{enabled:n,options:t}=Y(e);if(!n)return null;switch(re(t)){case"mathjax":return ie(e);case"katex":return ee(t.katexFontPath)}})(this);return o&&n(o),e}}de.html={br:[]},exports.Marp=de,exports.default=de;
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@marp-team/marpit"),n=require("highlight.js"),t=require("postcss"),i=require("postcss-minify-params"),o=require("postcss-minify-selectors"),r=require("postcss-normalize-whitespace"),s=require("@marp-team/marpit/plugin"),a=require("postcss-selector-parser"),l=require("emoji-regex"),c=require("markdown-it-emoji"),f=require("twemoji"),h=require("xss"),d=require("xss/lib/default"),p=require("katex"),g=require("katex/package.json"),m=require("mathjax-full/js/adaptors/liteAdaptor"),u=require("mathjax-full/js/handlers/html"),z=require("mathjax-full/js/input/tex"),x=require("mathjax-full/js/input/tex/AllPackages"),k=require("mathjax-full/js/mathjax"),b=require("mathjax-full/js/output/svg");function y(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var w=y(n),v=y(t),j=y(i),_=y(o),S=y(r),T=y(s),M=y(a),X=y(l),K=y(c),O=y(f),$=y(p);const q=(e,n)=>{const t=e.lastGlobalDirectives,i=e.themeSet.get((t||{}).theme,!0),o=i&&e.themeSet.getThemeMeta(i,"auto-scaling");return!!("true"===o||n&&(o||"").includes(n))},C=/^(<pre[^>]*?><code[^>]*?>)([\s\S]*)(<\/code><\/pre>\n*)$/,A=T.default((e=>{const{code_block:n,fence:t}=e.renderer.rules,i=n=>(...t)=>{const i=n(...t);return e.marpit.options.inlineSVG&&q(e.marpit,"code")?i.replace(C,((e,n,t,i)=>'<pre is="marp-pre" data-auto-scaling="downscale-only"'+n.slice(4)+t+i)):i};e.renderer.rules.code_block=i(n),e.renderer.rules.fence=i(t)})),R=T.default((e=>{const{heading_open:n}=e.renderer.rules;e.core.ruler.after("inline","marp_fitting_header",(({tokens:n})=>{if(!e.marpit.options.inlineSVG)return;let t;for(const e of n)if(t||"heading_open"!==e.type||(t=e),t)if("inline"===e.type){let n=!1;for(const t of e.children)"marpit_comment"===t.type&&"fit"===t.content&&(n=!0,t.meta=t.meta||{},t.meta.marpitCommentParsed="marp-fitting-header");n&&(t.meta=t.meta||{},t.meta.marpAutoScaling=!0)}else"heading_close"===e.type&&(t=void 0)})),e.renderer.rules.heading_open=function(t,i,o,r,s){const a=n?n.call(this,t,i,o,r,s):s.renderToken(t,i,o),{tag:l,meta:c}=t[i];return(null==c?void 0:c.marpAutoScaling)&&q(e.marpit,"fittingHeader")?a.replace(new RegExp(`<${l}`,"i"),`<${l} is="marp-${l}" data-auto-scaling`):a}})),L=T.default((e=>e.use(R).use(A))),H={h1:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"1"},style:"display: block; font-size: 2em; margin-block-start: 0.67em; margin-block-end: 0.67em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h2:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"2"},style:"display: block; font-size: 1.5em; margin-block-start: 0.83em; margin-block-end: 0.83em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h3:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"3"},style:"display: block; font-size: 1.17em; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h4:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"4"},style:"display: block; margin-block-start: 1.33em; margin-block-end: 1.33em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h5:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"5"},style:"display: block; font-size: 0.83em; margin-block-start: 1.67em; margin-block-end: 1.67em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h6:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"6"},style:"display: block; font-size: 0.67em; margin-block-start: 2.33em; margin-block-end: 2.33em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},span:{proto:()=>HTMLSpanElement},pre:{proto:()=>HTMLElement,style:"display: block; font-family: monospace; white-space: pre; margin: 1em 0; --marp-auto-scaling-white-space: pre;"}},E=e=>{const n=Object.keys(H);e.walkRules(new RegExp(n.join("|"),"i"),(e=>{M.default((e=>{e.walkTags((e=>{const t=e.value.toLowerCase();if(n.includes(t)){const n=((e,n)=>{let t=e;for(;t;){if(n(t))return t;t=t.parent}})(e.parent,(({type:e})=>"pseudo"===e));if("::part"===(null==n?void 0:n.value))return;e.value=`:is(${t}, marp-${t})`}}))})).processSync(e,{updateSelector:!0})}))};const N=new RegExp(`(${X.default().source})(?!︎)`,"g"),I=T.default((e=>{const n=e.marpit.options.emoji,t=n.twemoji||{},i=t.ext||"svg",o=e=>O.default.parse(e,{attributes:()=>({"data-marp-twemoji":""}),base:t.base||void 0,ext:`.${i}`,size:"svg"===i?"svg":void 0}),r=(e,n)=>o(e[n].content);if(n.shortcode){const t={core:{ruler:{push:(e,n)=>t.rule=n,after:(e,n,i)=>t.rule=i}},renderer:{rules:{emoji:()=>{}}},rule:()=>{},utils:e.utils};K.default(t,{shortcuts:{}}),e.core.ruler.push("marp_emoji",(e=>{const{Token:n}=e;e.Token=function(e,...t){return new n("emoji"===e?"marp_emoji":e,...t)},t.rule(e),e.Token=n})),e.renderer.rules.marp_emoji="twemoji"===n.shortcode?r:t.renderer.rules.emoji}if(n.unicode){e.core.ruler.after("inline","marp_unicode_emoji",(({tokens:e,Token:n})=>{for(const t of e)if("inline"===t.type){const e=[];for(const i of t.children)if("text"===i.type){const t=i.content.split(N);e.push(...t.reduce(((e,t,o)=>0===t.length?e:[...e,Object.assign(new n,Object.assign(Object.assign({},i),{content:t,type:o%2?"marp_unicode_emoji":"text"}))]),[]))}else e.push(i);t.children=e}})),e.renderer.rules.marp_unicode_emoji=(e,n)=>e[n].content;const{code_block:t,code_inline:i,fence:s}=e.renderer.rules;if("twemoji"===n.unicode){const n=e=>e.split(/(<[^>]*>)/g).reduce(((e,n,t)=>`${e}${t%2?n:n.replace(N,(([e])=>o(e)))}`),"");e.renderer.rules.marp_unicode_emoji=r,e.renderer.rules.code_inline=(...e)=>n(i(...e)),e.renderer.rules.code_block=(...e)=>n(t(...e)),e.renderer.rules.fence=(...e)=>n(s(...e))}}}));var B={exports:{}},F=["circle","ellipse","line","path","polygon","polyline","rect","stop","use"],P=["area","base","br","col","command","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"];B.exports=P.concat(F),B.exports.voidElements=P,B.exports.svgElements=F;const D=/\s*\/?>$/,V=new h.FilterXSS({onIgnoreTag:(e,n,{isClosing:t})=>{if(B.exports.includes(e)){return`<${e} ${n.slice(e.length+(t?2:1),-1).trim()}>`.replace(D," />")}return n},whiteList:{}});function G(e){const{html_inline:n,html_block:t}=e.renderer.rules,i=n=>(...t)=>{const i=n(...t),o=[];let r=0;for(;r<i.length;){const e=i.indexOf("\x3c!--",r);let n=-1!==e?i.indexOf("--\x3e",e+4):-1;if(-1===n){o.push(i.slice(r));break}n+=3,o.push(i.slice(r,e),i.slice(e,n)),r=n}const s={},a=e.options.html;if("object"==typeof a)for(const e of Object.keys(a)){const n=a[e];Array.isArray(n)?s[e]=n:"object"==typeof n&&(s[e]=Object.keys(n).filter((e=>!1!==n[e])))}const l=new h.FilterXSS({whiteList:s,onIgnoreTag:(e,n)=>!0===a?n:void 0,safeAttrValue:(e,n,t)=>{let i=d.friendlyAttrValue(t);return"object"==typeof a&&a[e]&&!Array.isArray(a[e])&&"function"==typeof a[e][n]&&(i=a[e][n](i)),d.escapeAttrValue(i)}});return o.map(((n,t)=>{if(t%2==1)return n;const i=l.process(n);return e.options.xhtmlOut?V.process(i):i})).join("")};e.renderer.rules.html_inline=i(n),e.renderer.rules.html_block=i(t)}const W=Symbol("marp-math-context"),U=(e,n)=>{Object.prototype.hasOwnProperty.call(e,W)||Object.defineProperty(e,W,{writable:!0}),e[W]=n(e[W])},Y=e=>Object.assign({},e[W]);var Q='@font-face{\n font-family:KaTeX_AMS;\n font-style:normal;\n font-weight:400;\n src:url(fonts/KaTeX_AMS-Regular.woff2) format("woff2"), url(fonts/KaTeX_AMS-Regular.woff) format("woff"), url(fonts/KaTeX_AMS-Regular.ttf) format("truetype");\n}\n@font-face{\n font-family:KaTeX_Caligraphic;\n font-style:normal;\n font-weight:700;\n src:url(fonts/KaTeX_Caligraphic-Bold.woff2) format("woff2"), url(fonts/KaTeX_Caligraphic-Bold.woff) format("woff"), url(fonts/KaTeX_Caligraphic-Bold.ttf) format("truetype");\n}\n@font-face{\n font-family:KaTeX_Caligraphic;\n font-style:normal;\n font-weight:400;\n src:url(fonts/KaTeX_Caligraphic-Regular.woff2) format("woff2"), url(fonts/KaTeX_Caligraphic-Regular.woff) format("woff"), url(fonts/KaTeX_Caligraphic-Regular.ttf) format("truetype");\n}\n@font-face{\n font-family:KaTeX_Fraktur;\n font-style:normal;\n font-weight:700;\n src:url(fonts/KaTeX_Fraktur-Bold.woff2) format("woff2"), url(fonts/KaTeX_Fraktur-Bold.woff) format("woff"), url(fonts/KaTeX_Fraktur-Bold.ttf) format("truetype");\n}\n@font-face{\n font-family:KaTeX_Fraktur;\n font-style:normal;\n font-weight:400;\n src:url(fonts/KaTeX_Fraktur-Regular.woff2) format("woff2"), url(fonts/KaTeX_Fraktur-Regular.woff) format("woff"), url(fonts/KaTeX_Fraktur-Regular.ttf) format("truetype");\n}\n@font-face{\n font-family:KaTeX_Main;\n font-style:normal;\n font-weight:700;\n src:url(fonts/KaTeX_Main-Bold.woff2) format("woff2"), url(fonts/KaTeX_Main-Bold.woff) format("woff"), url(fonts/KaTeX_Main-Bold.ttf) format("truetype");\n}\n@font-face{\n font-family:KaTeX_Main;\n font-style:italic;\n font-weight:700;\n src:url(fonts/KaTeX_Main-BoldItalic.woff2) format("woff2"), url(fonts/KaTeX_Main-BoldItalic.woff) format("woff"), url(fonts/KaTeX_Main-BoldItalic.ttf) format("truetype");\n}\n@font-face{\n font-family:KaTeX_Main;\n font-style:italic;\n font-weight:400;\n src:url(fonts/KaTeX_Main-Italic.woff2) format("woff2"), url(fonts/KaTeX_Main-Italic.woff) format("woff"), url(fonts/KaTeX_Main-Italic.ttf) format("truetype");\n}\n@font-face{\n font-family:KaTeX_Main;\n font-style:normal;\n font-weight:400;\n src:url(fonts/KaTeX_Main-Regular.woff2) format("woff2"), url(fonts/KaTeX_Main-Regular.woff) format("woff"), url(fonts/KaTeX_Main-Regular.ttf) format("truetype");\n}\n@font-face{\n font-family:KaTeX_Math;\n font-style:italic;\n font-weight:700;\n src:url(fonts/KaTeX_Math-BoldItalic.woff2) format("woff2"), url(fonts/KaTeX_Math-BoldItalic.woff) format("woff"), url(fonts/KaTeX_Math-BoldItalic.ttf) format("truetype");\n}\n@font-face{\n font-family:KaTeX_Math;\n font-style:italic;\n font-weight:400;\n src:url(fonts/KaTeX_Math-Italic.woff2) format("woff2"), url(fonts/KaTeX_Math-Italic.woff) format("woff"), url(fonts/KaTeX_Math-Italic.ttf) format("truetype");\n}\n@font-face{\n font-family:"KaTeX_SansSerif";\n font-style:normal;\n font-weight:700;\n src:url(fonts/KaTeX_SansSerif-Bold.woff2) format("woff2"), url(fonts/KaTeX_SansSerif-Bold.woff) format("woff"), url(fonts/KaTeX_SansSerif-Bold.ttf) format("truetype");\n}\n@font-face{\n font-family:"KaTeX_SansSerif";\n font-style:italic;\n font-weight:400;\n src:url(fonts/KaTeX_SansSerif-Italic.woff2) format("woff2"), url(fonts/KaTeX_SansSerif-Italic.woff) format("woff"), url(fonts/KaTeX_SansSerif-Italic.ttf) format("truetype");\n}\n@font-face{\n font-family:"KaTeX_SansSerif";\n font-style:normal;\n font-weight:400;\n src:url(fonts/KaTeX_SansSerif-Regular.woff2) format("woff2"), url(fonts/KaTeX_SansSerif-Regular.woff) format("woff"), url(fonts/KaTeX_SansSerif-Regular.ttf) format("truetype");\n}\n@font-face{\n font-family:KaTeX_Script;\n font-style:normal;\n font-weight:400;\n src:url(fonts/KaTeX_Script-Regular.woff2) format("woff2"), url(fonts/KaTeX_Script-Regular.woff) format("woff"), url(fonts/KaTeX_Script-Regular.ttf) format("truetype");\n}\n@font-face{\n font-family:KaTeX_Size1;\n font-style:normal;\n font-weight:400;\n src:url(fonts/KaTeX_Size1-Regular.woff2) format("woff2"), url(fonts/KaTeX_Size1-Regular.woff) format("woff"), url(fonts/KaTeX_Size1-Regular.ttf) format("truetype");\n}\n@font-face{\n font-family:KaTeX_Size2;\n font-style:normal;\n font-weight:400;\n src:url(fonts/KaTeX_Size2-Regular.woff2) format("woff2"), url(fonts/KaTeX_Size2-Regular.woff) format("woff"), url(fonts/KaTeX_Size2-Regular.ttf) format("truetype");\n}\n@font-face{\n font-family:KaTeX_Size3;\n font-style:normal;\n font-weight:400;\n src:url(fonts/KaTeX_Size3-Regular.woff2) format("woff2"), url(fonts/KaTeX_Size3-Regular.woff) format("woff"), url(fonts/KaTeX_Size3-Regular.ttf) format("truetype");\n}\n@font-face{\n font-family:KaTeX_Size4;\n font-style:normal;\n font-weight:400;\n src:url(fonts/KaTeX_Size4-Regular.woff2) format("woff2"), url(fonts/KaTeX_Size4-Regular.woff) format("woff"), url(fonts/KaTeX_Size4-Regular.ttf) format("truetype");\n}\n@font-face{\n font-family:KaTeX_Typewriter;\n font-style:normal;\n font-weight:400;\n src:url(fonts/KaTeX_Typewriter-Regular.woff2) format("woff2"), url(fonts/KaTeX_Typewriter-Regular.woff) format("woff"), url(fonts/KaTeX_Typewriter-Regular.ttf) format("truetype");\n}\n.katex{\n text-rendering:auto;\n font:normal 1.21em KaTeX_Main,Times New Roman,serif;\n line-height:1.2;\n text-indent:0;\n}\n\n.katex *{\n -ms-high-contrast-adjust:none !important;\n border-color:currentColor;\n}\n\n.katex .katex-version:after{\n content:"0.16.0";\n}\n\n.katex .katex-mathml{\n clip:rect(1px, 1px, 1px, 1px);\n border:0;\n height:1px;\n overflow:hidden;\n padding:0;\n position:absolute;\n width:1px;\n}\n\n.katex .katex-html > .newline{\n display:block;\n}\n\n.katex .base{\n position:relative;\n white-space:nowrap;\n width:-webkit-min-content;\n width:-moz-min-content;\n width:min-content;\n}\n\n.katex .base,.katex .strut{\n display:inline-block;\n}\n\n.katex .textbf{\n font-weight:700;\n}\n\n.katex .textit{\n font-style:italic;\n}\n\n.katex .textrm{\n font-family:KaTeX_Main;\n}\n\n.katex .textsf{\n font-family:KaTeX_SansSerif;\n}\n\n.katex .texttt{\n font-family:KaTeX_Typewriter;\n}\n\n.katex .mathnormal{\n font-family:KaTeX_Math;\n font-style:italic;\n}\n\n.katex .mathit{\n font-family:KaTeX_Main;\n font-style:italic;\n}\n\n.katex .mathrm{\n font-style:normal;\n}\n\n.katex .mathbf{\n font-family:KaTeX_Main;\n font-weight:700;\n}\n\n.katex .boldsymbol{\n font-family:KaTeX_Math;\n font-style:italic;\n font-weight:700;\n}\n\n.katex .amsrm,.katex .mathbb,.katex .textbb{\n font-family:KaTeX_AMS;\n}\n\n.katex .mathcal{\n font-family:KaTeX_Caligraphic;\n}\n\n.katex .mathfrak,.katex .textfrak{\n font-family:KaTeX_Fraktur;\n}\n\n.katex .mathtt{\n font-family:KaTeX_Typewriter;\n}\n\n.katex .mathscr,.katex .textscr{\n font-family:KaTeX_Script;\n}\n\n.katex .mathsf,.katex .textsf{\n font-family:KaTeX_SansSerif;\n}\n\n.katex .mathboldsf,.katex .textboldsf{\n font-family:KaTeX_SansSerif;\n font-weight:700;\n}\n\n.katex .mathitsf,.katex .textitsf{\n font-family:KaTeX_SansSerif;\n font-style:italic;\n}\n\n.katex .mainrm{\n font-family:KaTeX_Main;\n font-style:normal;\n}\n\n.katex .vlist-t{\n border-collapse:collapse;\n display:inline-table;\n table-layout:fixed;\n}\n\n.katex .vlist-r{\n display:table-row;\n}\n\n.katex .vlist{\n display:table-cell;\n position:relative;\n vertical-align:bottom;\n}\n\n.katex .vlist > span{\n display:block;\n height:0;\n position:relative;\n}\n\n.katex .vlist > span > span{\n display:inline-block;\n}\n\n.katex .vlist > span > .pstrut{\n overflow:hidden;\n width:0;\n}\n\n.katex .vlist-t2{\n margin-right:-2px;\n}\n\n.katex .vlist-s{\n display:table-cell;\n font-size:1px;\n min-width:2px;\n vertical-align:bottom;\n width:2px;\n}\n\n.katex .vbox{\n align-items:baseline;\n display:inline-flex;\n flex-direction:column;\n}\n\n.katex .hbox{\n width:100%;\n}\n\n.katex .hbox,.katex .thinbox{\n display:inline-flex;\n flex-direction:row;\n}\n\n.katex .thinbox{\n max-width:0;\n width:0;\n}\n\n.katex .msupsub{\n text-align:left;\n}\n\n.katex .mfrac > span > span{\n text-align:center;\n}\n\n.katex .mfrac .frac-line{\n border-bottom-style:solid;\n display:inline-block;\n width:100%;\n}\n\n.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{\n min-height:1px;\n}\n\n.katex .mspace{\n display:inline-block;\n}\n\n.katex .clap,.katex .llap,.katex .rlap{\n position:relative;\n width:0;\n}\n\n.katex .clap > .inner,.katex .llap > .inner,.katex .rlap > .inner{\n position:absolute;\n}\n\n.katex .clap > .fix,.katex .llap > .fix,.katex .rlap > .fix{\n display:inline-block;\n}\n\n.katex .llap > .inner{\n right:0;\n}\n\n.katex .clap > .inner,.katex .rlap > .inner{\n left:0;\n}\n\n.katex .clap > .inner > span{\n margin-left:-50%;\n margin-right:50%;\n}\n\n.katex .rule{\n border:0 solid;\n display:inline-block;\n position:relative;\n}\n\n.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{\n border-bottom-style:solid;\n display:inline-block;\n width:100%;\n}\n\n.katex .hdashline{\n border-bottom-style:dashed;\n display:inline-block;\n width:100%;\n}\n\n.katex .sqrt > .root{\n margin-left:.27777778em;\n margin-right:-.55555556em;\n}\n\n.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{\n font-size:1em;\n}\n\n.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{\n font-size:1.2em;\n}\n\n.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{\n font-size:1.4em;\n}\n\n.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{\n font-size:1.6em;\n}\n\n.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{\n font-size:1.8em;\n}\n\n.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{\n font-size:2em;\n}\n\n.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{\n font-size:2.4em;\n}\n\n.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{\n font-size:2.88em;\n}\n\n.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{\n font-size:3.456em;\n}\n\n.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{\n font-size:4.148em;\n}\n\n.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{\n font-size:4.976em;\n}\n\n.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{\n font-size:.83333333em;\n}\n\n.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{\n font-size:1em;\n}\n\n.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{\n font-size:1.16666667em;\n}\n\n.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{\n font-size:1.33333333em;\n}\n\n.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{\n font-size:1.5em;\n}\n\n.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{\n font-size:1.66666667em;\n}\n\n.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{\n font-size:2em;\n}\n\n.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{\n font-size:2.4em;\n}\n\n.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{\n font-size:2.88em;\n}\n\n.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{\n font-size:3.45666667em;\n}\n\n.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{\n font-size:4.14666667em;\n}\n\n.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{\n font-size:.71428571em;\n}\n\n.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{\n font-size:.85714286em;\n}\n\n.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{\n font-size:1em;\n}\n\n.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{\n font-size:1.14285714em;\n}\n\n.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{\n font-size:1.28571429em;\n}\n\n.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{\n font-size:1.42857143em;\n}\n\n.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{\n font-size:1.71428571em;\n}\n\n.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{\n font-size:2.05714286em;\n}\n\n.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{\n font-size:2.46857143em;\n}\n\n.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{\n font-size:2.96285714em;\n}\n\n.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{\n font-size:3.55428571em;\n}\n\n.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{\n font-size:.625em;\n}\n\n.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{\n font-size:.75em;\n}\n\n.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{\n font-size:.875em;\n}\n\n.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{\n font-size:1em;\n}\n\n.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{\n font-size:1.125em;\n}\n\n.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{\n font-size:1.25em;\n}\n\n.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{\n font-size:1.5em;\n}\n\n.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{\n font-size:1.8em;\n}\n\n.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{\n font-size:2.16em;\n}\n\n.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{\n font-size:2.5925em;\n}\n\n.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{\n font-size:3.11em;\n}\n\n.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{\n font-size:.55555556em;\n}\n\n.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{\n font-size:.66666667em;\n}\n\n.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{\n font-size:.77777778em;\n}\n\n.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{\n font-size:.88888889em;\n}\n\n.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{\n font-size:1em;\n}\n\n.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{\n font-size:1.11111111em;\n}\n\n.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{\n font-size:1.33333333em;\n}\n\n.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{\n font-size:1.6em;\n}\n\n.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{\n font-size:1.92em;\n}\n\n.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{\n font-size:2.30444444em;\n}\n\n.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{\n font-size:2.76444444em;\n}\n\n.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{\n font-size:.5em;\n}\n\n.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{\n font-size:.6em;\n}\n\n.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{\n font-size:.7em;\n}\n\n.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{\n font-size:.8em;\n}\n\n.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{\n font-size:.9em;\n}\n\n.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{\n font-size:1em;\n}\n\n.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{\n font-size:1.2em;\n}\n\n.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{\n font-size:1.44em;\n}\n\n.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{\n font-size:1.728em;\n}\n\n.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{\n font-size:2.074em;\n}\n\n.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{\n font-size:2.488em;\n}\n\n.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{\n font-size:.41666667em;\n}\n\n.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{\n font-size:.5em;\n}\n\n.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{\n font-size:.58333333em;\n}\n\n.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{\n font-size:.66666667em;\n}\n\n.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{\n font-size:.75em;\n}\n\n.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{\n font-size:.83333333em;\n}\n\n.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{\n font-size:1em;\n}\n\n.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{\n font-size:1.2em;\n}\n\n.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{\n font-size:1.44em;\n}\n\n.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{\n font-size:1.72833333em;\n}\n\n.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{\n font-size:2.07333333em;\n}\n\n.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{\n font-size:.34722222em;\n}\n\n.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{\n font-size:.41666667em;\n}\n\n.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{\n font-size:.48611111em;\n}\n\n.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{\n font-size:.55555556em;\n}\n\n.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{\n font-size:.625em;\n}\n\n.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{\n font-size:.69444444em;\n}\n\n.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{\n font-size:.83333333em;\n}\n\n.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{\n font-size:1em;\n}\n\n.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{\n font-size:1.2em;\n}\n\n.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{\n font-size:1.44027778em;\n}\n\n.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{\n font-size:1.72777778em;\n}\n\n.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{\n font-size:.28935185em;\n}\n\n.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{\n font-size:.34722222em;\n}\n\n.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{\n font-size:.40509259em;\n}\n\n.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{\n font-size:.46296296em;\n}\n\n.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{\n font-size:.52083333em;\n}\n\n.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{\n font-size:.5787037em;\n}\n\n.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{\n font-size:.69444444em;\n}\n\n.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{\n font-size:.83333333em;\n}\n\n.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{\n font-size:1em;\n}\n\n.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{\n font-size:1.20023148em;\n}\n\n.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{\n font-size:1.43981481em;\n}\n\n.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{\n font-size:.24108004em;\n}\n\n.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{\n font-size:.28929605em;\n}\n\n.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{\n font-size:.33751205em;\n}\n\n.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{\n font-size:.38572806em;\n}\n\n.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{\n font-size:.43394407em;\n}\n\n.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{\n font-size:.48216008em;\n}\n\n.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{\n font-size:.57859209em;\n}\n\n.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{\n font-size:.69431051em;\n}\n\n.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{\n font-size:.83317261em;\n}\n\n.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{\n font-size:1em;\n}\n\n.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{\n font-size:1.19961427em;\n}\n\n.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{\n font-size:.20096463em;\n}\n\n.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{\n font-size:.24115756em;\n}\n\n.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{\n font-size:.28135048em;\n}\n\n.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{\n font-size:.32154341em;\n}\n\n.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{\n font-size:.36173633em;\n}\n\n.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{\n font-size:.40192926em;\n}\n\n.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{\n font-size:.48231511em;\n}\n\n.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{\n font-size:.57877814em;\n}\n\n.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{\n font-size:.69453376em;\n}\n\n.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{\n font-size:.83360129em;\n}\n\n.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{\n font-size:1em;\n}\n\n.katex .delimsizing.size1{\n font-family:KaTeX_Size1;\n}\n\n.katex .delimsizing.size2{\n font-family:KaTeX_Size2;\n}\n\n.katex .delimsizing.size3{\n font-family:KaTeX_Size3;\n}\n\n.katex .delimsizing.size4{\n font-family:KaTeX_Size4;\n}\n\n.katex .delimsizing.mult .delim-size1 > span{\n font-family:KaTeX_Size1;\n}\n\n.katex .delimsizing.mult .delim-size4 > span{\n font-family:KaTeX_Size4;\n}\n\n.katex .nulldelimiter{\n display:inline-block;\n width:.12em;\n}\n\n.katex .delimcenter,.katex .op-symbol{\n position:relative;\n}\n\n.katex .op-symbol.small-op{\n font-family:KaTeX_Size1;\n}\n\n.katex .op-symbol.large-op{\n font-family:KaTeX_Size2;\n}\n\n.katex .accent > .vlist-t,.katex .op-limits > .vlist-t{\n text-align:center;\n}\n\n.katex .accent .accent-body{\n position:relative;\n}\n\n.katex .accent .accent-body:not(.accent-full){\n width:0;\n}\n\n.katex .overlay{\n display:block;\n}\n\n.katex .mtable .vertical-separator{\n display:inline-block;\n min-width:1px;\n}\n\n.katex .mtable .arraycolsep{\n display:inline-block;\n}\n\n.katex .mtable .col-align-c > .vlist-t{\n text-align:center;\n}\n\n.katex .mtable .col-align-l > .vlist-t{\n text-align:left;\n}\n\n.katex .mtable .col-align-r > .vlist-t{\n text-align:right;\n}\n\n.katex .svg-align{\n text-align:left;\n}\n\n.katex svg{\n fill:currentColor;\n stroke:currentColor;\n fill-rule:nonzero;\n fill-opacity:1;\n stroke-width:1;\n stroke-linecap:butt;\n stroke-linejoin:miter;\n stroke-miterlimit:4;\n stroke-dasharray:none;\n stroke-dashoffset:0;\n stroke-opacity:1;\n display:block;\n height:inherit;\n position:absolute;\n width:100%;\n}\n\n.katex svg path{\n stroke:none;\n}\n\n.katex img{\n border-style:none;\n max-height:none;\n max-width:none;\n min-height:0;\n min-width:0;\n}\n\n.katex .stretchy{\n display:block;\n overflow:hidden;\n position:relative;\n width:100%;\n}\n\n.katex .stretchy:after,.katex .stretchy:before{\n content:"";\n}\n\n.katex .hide-tail{\n overflow:hidden;\n position:relative;\n width:100%;\n}\n\n.katex .halfarrow-left{\n left:0;\n}\n\n.katex .halfarrow-left,.katex .halfarrow-right{\n overflow:hidden;\n position:absolute;\n width:50.2%;\n}\n\n.katex .halfarrow-right{\n right:0;\n}\n\n.katex .brace-left{\n left:0;\n overflow:hidden;\n position:absolute;\n width:25.1%;\n}\n\n.katex .brace-center{\n left:25%;\n overflow:hidden;\n position:absolute;\n width:50%;\n}\n\n.katex .brace-right{\n overflow:hidden;\n position:absolute;\n right:0;\n width:25.1%;\n}\n\n.katex .x-arrow-pad{\n padding:0 .5em;\n}\n\n.katex .cd-arrow-pad{\n padding:0 .55556em 0 .27778em;\n}\n\n.katex .mover,.katex .munder,.katex .x-arrow{\n text-align:center;\n}\n\n.katex .boxpad{\n padding:0 .3em;\n}\n\n.katex .fbox,.katex .fcolorbox{\n border:.04em solid;\n box-sizing:border-box;\n}\n\n.katex .cancel-pad{\n padding:0 .2em;\n}\n\n.katex .cancel-lap{\n margin-left:-.2em;\n margin-right:-.2em;\n}\n\n.katex .sout{\n border-bottom-style:solid;\n border-bottom-width:.08em;\n}\n\n.katex .angl{\n border-right:.049em solid;\n border-top:.049em solid;\n box-sizing:border-box;\n margin-right:.03889em;\n}\n\n.katex .anglpad{\n padding:0 .03889em;\n}\n\n.katex .eqn-num:before{\n content:"(" counter(katexEqnNo) ")";\n counter-increment:katexEqnNo;\n}\n\n.katex .mml-eqn-num:before{\n content:"(" counter(mmlEqnNo) ")";\n counter-increment:mmlEqnNo;\n}\n\n.katex .mtr-glue{\n width:50%;\n}\n\n.katex .cd-vert-arrow{\n display:inline-block;\n position:relative;\n}\n\n.katex .cd-label-left{\n display:inline-block;\n position:absolute;\n right:calc(50% + .3em);\n text-align:left;\n}\n\n.katex .cd-label-right{\n display:inline-block;\n left:calc(50% + .3em);\n position:absolute;\n text-align:right;\n}\n\n.katex-display{\n display:block;\n margin:1em 0;\n text-align:center;\n}\n\n.katex-display > .katex{\n display:block;\n text-align:center;\n white-space:nowrap;\n}\n\n.katex-display > .katex > .katex-html{\n display:block;\n position:relative;\n}\n\n.katex-display > .katex > .katex-html > .tag{\n position:absolute;\n right:0;\n}\n\n.katex-display.leqno > .katex > .katex-html > .tag{\n left:0;\n right:auto;\n}\n\n.katex-display.fleqn > .katex{\n padding-left:2em;\n text-align:left;\n}\n\nbody{\n counter-reset:katexEqnNo mmlEqnNo;\n}\n\n.katex-display{\n margin:0;\n}';const Z=Object.create(null),J=/url\(['"]?fonts\/(.*?)['"]?\)/g,ee=e=>{if(!1===e)return Q;const n=e||`https://cdn.jsdelivr.net/npm/katex@${g.version}/dist/fonts/`;return Z[n]=Z[n]||Q.replace(J,((e,t)=>`url('${n}${t}')`))};var ne=Object.freeze({__proto__:null,inline:e=>(n,t)=>{const{content:i}=n[t],{options:{katexOption:o},katexMacroContext:r}=Y(e);try{return $.default.renderToString(i,Object.assign(Object.assign({throwOnError:!1},o||{}),{macros:r,displayMode:!1}))}catch(e){return console.warn(e),i}},block:e=>(n,t)=>{const{content:i}=n[t],{options:{katexOption:o},katexMacroContext:r}=Y(e);try{let n=$.default.renderToString(i,Object.assign(Object.assign({throwOnError:!1},o||{}),{macros:r,displayMode:!0}));return e.options.inlineSVG&&(n=n.replace(/^<span/i,'<span is="marp-span" data-auto-scaling="downscale-only"')),`<p>${n}</p>`}catch(e){return console.warn(e),`<p>${i}</p>`}},css:ee});const te=e=>{let{mathjaxContext:n}=Y(e);if(!n){const t=m.liteAdaptor();u.RegisterHTMLHandler(t);const i=new z.TeX({packages:x.AllPackages}),o=new b.SVG({fontCache:"none"}),r=k.mathjax.document("",{InputJax:i,OutputJax:o}),s=t.textContent(o.styleSheet(r));n={adaptor:t,css:s,document:r},U(e,(e=>Object.assign(Object.assign({},e),{mathjaxContext:n})))}return n},ie=e=>te(e).css+"\n@media print{\n mjx-container[jax=SVG] path[data-c],mjx-container[jax=SVG] use[data-c]{\n stroke-width:0;\n }\n}";var oe=Object.freeze({__proto__:null,inline:e=>(n,t)=>{const{adaptor:i,document:o}=te(e),{content:r}=n[t];try{return i.outerHTML(o.convert(r,{display:!1}))}catch(e){return console.warn(e),r}},block:e=>Object.assign(((n,t)=>{const{adaptor:i,document:o}=te(e),{content:r}=n[t];try{const e=o.convert(r,{display:!0}),n=i.firstChild(e),t=i.getAttribute(n,"height");return i.setStyle(e,"margin","0"),i.setStyle(n,"display","block"),i.setStyle(n,"width","100%"),i.setStyle(n,"height","auto"),i.setStyle(n,"max-height",t),`<p>${i.outerHTML(e)}</p>`}catch(e){return console.warn(e),`<p>${r}</p>`}}),{scaled:!0}),css:ie});const re=e=>{var n;return null!==(n=e.lib)&&void 0!==n?n:"mathjax"},se=T.default((e=>{const n=e.marpit,t=n.options.math;if(!t)return;const i="object"!=typeof t?{lib:"string"==typeof t?t:void 0}:t;Object.defineProperty(n.customDirectives.global,"math",{value:e=>"katex"===e||"mathjax"===e?{math:e}:{}});const{parse:o,parseInline:r}=e,s=e=>function(...t){const o=!Y(n).processing&&(U(n,(()=>{var e;return{enabled:!1,options:i,processing:!0,katexMacroContext:Object.assign({},(null===(e=i.katexOption)||void 0===e?void 0:e.macros)||{}),mathjaxContext:null}})),!0);try{return e.apply(this,t)}finally{o&&U(n,(e=>Object.assign(Object.assign({},e),{processing:!1})))}};e.parse=s(o),e.parseInline=s(r);const a=()=>U(n,(e=>Object.assign(Object.assign({},e),{enabled:!0})));e.inline.ruler.after("escape","marp_math_inline",((e,n)=>{const t=function(e,n){const{src:t,pos:i}=e;if("$"!==t[i])return!1;const o=n=>e.pending+=n,r=(t,i)=>(n||t(),e.pos=i,!0),s=i+1;if(!ae(e).openable)return r((()=>o("$")),s);let a=s;for(;-1!==(a=t.indexOf("$",a));){let e=a-1;for(;"\\"===t[e];)e-=1;if((a-e)%2==1)break;a+=1}if(-1===a)return r((()=>o("$")),s);if(a-s==0)return r((()=>o("$$")),s+1);if(!ae(e,a).closable)return r((()=>o("$")),s);return r((()=>{const n=e.push("marp_math_inline","math",0);n.markup="$",n.content=t.slice(s,a)}),a+1)}(e,n);return t&&a(),t})),e.block.ruler.after("blockquote","marp_math_block",((e,n,t,i)=>{const o=function(e,n,t,i){const{blkIndent:o,bMarks:r,eMarks:s,src:a,tShift:l}=e;let c=r[n]+l[n],f=s[n];if(c+2>f||"$$"!==a.slice(c,c+2))return!1;if(i)return!0;c+=2;let h,d=a.slice(c,f),p="$$"===d.trim().slice(-2);p&&(d=d.trim().slice(0,-2));let g=n;for(;!p&&(g+=1,!(g>=t))&&(c=r[g]+l[g],f=s[g],!(c<f&&l[g]<o));){"$$"===a.slice(c,f).trim().slice(-2)&&(p=!0,h=a.slice(c,a.slice(0,f).lastIndexOf("$$")))}e.line=g+1;const m=e.push("marp_math_block","math",0);m.block=!0,m.content="",m.map=[n,e.line],m.markup="$$",(null==d?void 0:d.trim())&&(m.content+=`${d}\n`);m.content+=e.getLines(n+1,g,l[n],!0),(null==h?void 0:h.trim())&&(m.content+=h);return!0}(e,n,t,i);return o&&a(),o}),{alt:["paragraph","reference","blockquote","list"]}),e.core.ruler.after("marpit_directives_global_parse","marp_math_directive",(()=>{const{enabled:e}=Y(n);if(!e)return;const t=n.lastGlobalDirectives.math;U(n,(e=>{var n;return Object.assign(Object.assign({},e),{options:Object.assign(Object.assign({},e.options),{lib:null!==(n=null!=t?t:i.lib)&&void 0!==n?n:"mathjax"})})}))}));const l=e=>(t,i)=>(()=>{const{options:e}=Y(n);return"mathjax"===re(e)?oe:ne})()[e](n)(t,i);e.renderer.rules.marp_math_inline=l("inline"),e.renderer.rules.marp_math_block=l("block")}));function ae(e,n=e.pos){const t={openable:!0,closable:!0},{posMax:i,src:o}=e,r=n>0?o.charCodeAt(n-1):-1,s=n+1<=i?o.charCodeAt(n+1):-1;return 32!==s&&9!==s||(t.openable=!1),(32===r||9===r||s>=48&&s<=57)&&(t.closable=!1),t}const le={source:"inline"};function ce(e){const n=e.marpit,t=!1!==n.options.script&&(!0===n.options.script?le:Object.assign(Object.assign({},le),n.options.script));e.core.ruler.before("marpit_collect","marp_core_script",(e=>{if(!1===t)return;const n=[...e.tokens].reverse().findIndex((e=>"marpit_slide_close"===e.type));if(n<0)return;const i=e.tokens[e.tokens.length-n-1],{Token:o}=e,r=new o("marp_core_script","script",0);r.block=!0,r.nesting=0,"inline"===t.source?r.content='!function(){"use strict";const t={h1:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"1"},style:"display: block; font-size: 2em; margin-block-start: 0.67em; margin-block-end: 0.67em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h2:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"2"},style:"display: block; font-size: 1.5em; margin-block-start: 0.83em; margin-block-end: 0.83em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h3:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"3"},style:"display: block; font-size: 1.17em; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h4:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"4"},style:"display: block; margin-block-start: 1.33em; margin-block-end: 1.33em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h5:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"5"},style:"display: block; font-size: 0.83em; margin-block-start: 1.67em; margin-block-end: 1.67em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h6:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"6"},style:"display: block; font-size: 0.67em; margin-block-start: 2.33em; margin-block-end: 2.33em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},span:{proto:()=>HTMLSpanElement},pre:{proto:()=>HTMLElement,style:"display: block; font-family: monospace; white-space: pre; margin: 1em 0; --marp-auto-scaling-white-space: pre;"}},e="data-marp-auto-scaling-wrapper",i="data-marp-auto-scaling-svg",n="data-marp-auto-scaling-container";class s extends HTMLElement{constructor(){super(),this.svgPreserveAspectRatio="xMinYMid meet";const t=t=>([e])=>{const{width:i,height:n}=e.contentRect;this[t]={width:i,height:n},this.updateSVGRect()};this.attachShadow({mode:"open"}),this.containerObserver=new ResizeObserver(t("containerSize")),this.wrapperObserver=new ResizeObserver(((...e)=>{t("wrapperSize")(...e),this.flushSvgDisplay()}))}static get observedAttributes(){return["data-downscale-only"]}connectedCallback(){var t,s,o,r,a;this.shadowRoot.innerHTML=`\\n<style>\\n svg[${i}] { display: block; width: 100%; height: auto; vertical-align: top; }\\n span[${n}] { display: table; white-space: var(--marp-auto-scaling-white-space, nowrap); width: max-content; }\\n</style>\\n<div ${e}>\\n <svg part="svg" ${i}>\\n <foreignObject><span ${n}><slot></slot></span></foreignObject>\\n </svg>\\n</div>\\n `.split(/\\n\\s*/).join(""),this.wrapper=null!==(t=this.shadowRoot.querySelector(`div[${e}]`))&&void 0!==t?t:void 0;const l=this.svg;this.svg=null!==(o=null===(s=this.wrapper)||void 0===s?void 0:s.querySelector(`svg[${i}]`))&&void 0!==o?o:void 0,this.svg!==l&&(this.svgComputedStyle=this.svg?window.getComputedStyle(this.svg):void 0),this.container=null!==(a=null===(r=this.svg)||void 0===r?void 0:r.querySelector(`span[${n}]`))&&void 0!==a?a:void 0,this.observe()}disconnectedCallback(){this.svg=void 0,this.svgComputedStyle=void 0,this.wrapper=void 0,this.container=void 0,this.observe()}attributeChangedCallback(){this.observe()}flushSvgDisplay(){const{svg:t}=this;t&&(t.style.display="inline",requestAnimationFrame((()=>{t.style.display=""})))}observe(){this.containerObserver.disconnect(),this.wrapperObserver.disconnect(),this.wrapper&&this.wrapperObserver.observe(this.wrapper),this.container&&this.containerObserver.observe(this.container),this.svgComputedStyle&&this.observeSVGStyle(this.svgComputedStyle)}observeSVGStyle(t){const e=()=>{const i=(()=>{const e=t.getPropertyValue("--preserve-aspect-ratio");if(e)return e.trim();return`x${(({textAlign:t,direction:e})=>{if(t.endsWith("left"))return"Min";if(t.endsWith("right"))return"Max";if("start"===t||"end"===t){let i="rtl"===e;return"end"===t&&(i=!i),i?"Max":"Min"}return"Mid"})(t)}YMid meet`})();i!==this.svgPreserveAspectRatio&&(this.svgPreserveAspectRatio=i,this.updateSVGRect()),t===this.svgComputedStyle&&requestAnimationFrame(e)};e()}updateSVGRect(){var t,e,i,n,s,o,r;let a=Math.ceil(null!==(e=null===(t=this.containerSize)||void 0===t?void 0:t.width)&&void 0!==e?e:0);const l=Math.ceil(null!==(n=null===(i=this.containerSize)||void 0===i?void 0:i.height)&&void 0!==n?n:0);void 0!==this.dataset.downscaleOnly&&(a=Math.max(a,null!==(o=null===(s=this.wrapperSize)||void 0===s?void 0:s.width)&&void 0!==o?o:0));const c=null===(r=this.svg)||void 0===r?void 0:r.querySelector(":scope > foreignObject");if(null==c||c.setAttribute("width",`${a}`),null==c||c.setAttribute("height",`${l}`),this.svg&&(this.svg.setAttribute("viewBox",`0 0 ${a} ${l}`),this.svg.setAttribute("preserveAspectRatio",this.svgPreserveAspectRatio),this.svg.style.height=a<=0||l<=0?"0":""),this.container){const t=this.svgPreserveAspectRatio.toLowerCase();this.container.style.marginLeft=t.startsWith("xmid")||t.startsWith("xmax")?"auto":"0",this.container.style.marginRight=t.startsWith("xmi")?"auto":"0"}}}const o=(t,{attrs:e={},style:i})=>class extends t{constructor(...t){super(...t);for(const[t,i]of Object.entries(e))this.hasAttribute(t)||this.setAttribute(t,i);this.attachShadow({mode:"open"})}static get observedAttributes(){return["data-auto-scaling"]}connectedCallback(){this._update()}attributeChangedCallback(){this._update()}_update(){const t=i?`<style>:host { ${i} }</style>`:"";let e="<slot></slot>";const{autoScaling:n}=this.dataset;if(void 0!==n){e=`<marp-auto-scaling exportparts="svg:auto-scaling" ${"downscale-only"===n?"data-downscale-only":""}>${e}</marp-auto-scaling>`}this.shadowRoot.innerHTML=t+e}};let r;const a=Symbol(),l="marpitSVGPolyfill:setZoomFactor,",c=Symbol();let d,p;function h(t){const e="object"==typeof t&&t.target||document,i="object"==typeof t?t.zoom:t;window[c]||(Object.defineProperty(window,c,{configurable:!0,value:!0}),window.addEventListener("message",(({data:t,origin:e})=>{if(e===window.origin)try{if(t&&"string"==typeof t&&t.startsWith(l)){const[,e]=t.split(","),i=Number.parseFloat(e);Number.isNaN(i)||(p=i)}}catch(t){console.error(t)}})));let n=!1;Array.from(e.querySelectorAll("svg[data-marpit-svg]"),(t=>{var e,s,o,r;t.style.transform||(t.style.transform="translateZ(0)");const a=i||p||t.currentScale||1;d!==a&&(d=a,n=a);const l=t.getBoundingClientRect(),{length:c}=t.children;for(let i=0;i<c;i+=1){const n=t.children[i];if(n.getScreenCTM){const t=n.getScreenCTM();if(t){const i=null!==(s=null===(e=n.x)||void 0===e?void 0:e.baseVal.value)&&void 0!==s?s:0,c=null!==(r=null===(o=n.y)||void 0===o?void 0:o.baseVal.value)&&void 0!==r?r:0,d=n.children.length;for(let e=0;e<d;e+=1){const s=n.children[e];if("SECTION"===s.tagName){const{style:e}=s;e.transformOrigin||(e.transformOrigin=`${-i}px ${-c}px`),e.transform=`scale(${a}) matrix(${t.a}, ${t.b}, ${t.c}, ${t.d}, ${t.e-l.left}, ${t.f-l.top}) translateZ(0.0001px)`;break}}}}}})),!1!==n&&Array.from(e.querySelectorAll("iframe"),(({contentWindow:t})=>{null==t||t.postMessage(`${l}${n}`,"null"===window.origin?"*":window.origin)}))}function g({once:t=!1,target:e=document}={}){const i="Apple Computer, Inc."===navigator.vendor?[h]:[];let n=!t;const s=()=>{for(const t of i)t({target:e});n&&window.requestAnimationFrame(s)};return s(),()=>{n=!1}}d=1,p=void 0;const m=Symbol(),v=(e=document)=>{if("undefined"==typeof window)throw new Error("Marp Core\'s browser script is valid only in browser context.");if(((e=document)=>{const i=window[a];i||customElements.define("marp-auto-scaling",s);for(const n of Object.keys(t)){const s=`marp-${n}`,a=t[n].proto();null!=r||(r=!!document.createElement("div",{is:"marp-auto-scaling"}).outerHTML.startsWith("<div is")),r&&a!==HTMLElement?i||customElements.define(s,o(a,{style:t[n].style}),{extends:n}):(i||customElements.define(s,o(HTMLElement,t[n])),e.querySelectorAll(`${n}[is="${s}"]`).forEach((t=>{t.outerHTML=t.outerHTML.replace(new RegExp(`^<${n}`,"i"),`<${s}`).replace(new RegExp(`</${n}>$`,"i"),`</${s}>`)})))}window[a]=!0})(e),e[m])return e[m];const i=g({target:e}),n=()=>{i(),delete e[m]},l=Object.assign(n,{cleanup:n,update:()=>v(e)});return Object.defineProperty(e,m,{configurable:!0,value:l}),l},u=document.currentScript;v(u?u.getRootNode():document)}();\n':"cdn"===t.source&&(r.attrSet("src","https://cdn.jsdelivr.net/npm/@marp-team/marp-core@3.3.2/lib/browser.js"),r.attrSet("defer","")),t.nonce&&r.attrSet("nonce",t.nonce),i.meta=i.meta||{},i.meta.marpCoreScriptTokens=i.meta.marpCoreScriptTokens||[],i.meta.marpCoreScriptTokens.push(r)}));const{marpit_slide_close:i}=e.renderer.rules;e.renderer.rules.marpit_slide_close=(e,n,t,o,r)=>{var s;const a=(i||r.renderToken).call(r,e,n,t,o,r),l=e[n];return(null===(s=null==l?void 0:l.meta)||void 0===s?void 0:s.marpCoreScriptTokens)?`${a}${l.meta.marpCoreScriptTokens.filter((e=>"marp_core_script"===e.type)).map((e=>`<script${r.renderAttrs(e)}>${e.content||""}<\/script>`)).join("")}`:a}}const fe=Symbol("marp-size-plugin"),he=T.default((n=>{const t=n.marpit,{render:i}=t,o={themes:new Set,default:void 0};Object.defineProperty(t.customDirectives.global,"size",{value:e=>"string"==typeof e?{size:e}:{}}),t.render=(...e)=>{try{return i.apply(t,e)}finally{o.themes.forEach((e=>t.themeSet.addTheme(e))),o.default&&(t.themeSet.default=o.default)}},n.core.ruler.after("marpit_directives_global_parse","marp_size",(n=>{if(n.inlineMode)return;o.themes.clear(),o.default=void 0;const{theme:i,size:r}=t.lastGlobalDirectives;if(!r)return;const s=t.themeSet.get(i,!0),a=(e=>{const n=t.themeSet.getThemeMeta(e,"size")||[],i=new Map;for(const e of n){const n=e.split(/\s+/);3===n.length?i.set(n[0],{width:n[1],height:n[2]}):2===n.length&&"false"===n[1]&&i.delete(n[0])}return i})(s).get(r);if(a){n[fe]=r;const{width:i,height:l}=a,c=`${s.css}\nsection{width:${i};height:${l};}`,f=Object.assign(new e.Theme,Object.assign(Object.assign(Object.assign({},s),a),{css:c}));o.themes.add(s),s===t.themeSet.default&&(o.default=s,t.themeSet.default=f),t.themeSet.has(f.name)&&t.themeSet.addTheme(f)}})),n.core.ruler.after("marpit_directives_apply","marp_size_apply",(e=>{if(!e.inlineMode&&e[fe])for(const n of e.tokens){const{marpitDirectives:t}=n.meta||{};t&&n.attrSet("data-size",e[fe])}})),n.core.ruler.after("marpit_advanced_background","marp_size_apply_advanced_background",(e=>{if(!e.inlineMode&&e[fe])for(const n of e.tokens)"marpit_advanced_pseudo_section_open"===n.type&&n.attrSet("data-size",e[fe])}))}));class de extends e.Marpit{constructor(e={}){var n;const t=Object.assign({breaks:!0,linkify:!0,highlight:(e,n,t)=>this.highlighter(e,n,t),html:null!==(n=e.html)&&void 0!==n?n:de.html},"object"==typeof e.markdown?e.markdown:{});super(Object.assign(Object.assign({inlineSVG:!0,looseYAML:!0,math:!0,minifyCSS:!0,script:!0},e),{emoji:Object.assign({shortcode:"twemoji",unicode:"twemoji"},e.emoji||{}),markdown:["commonmark",t]})),this.markdown.enable(["table","linkify","strikethrough"]),this.markdown.linkify.set({fuzzyLink:!1}),t.typographer&&this.markdown.enable(["replacements","smartquotes"]),this.themeSet.metaType=Object.freeze({"auto-scaling":String,size:Array}),this.themeSet.default=this.themeSet.add('/*!\n * Marp default theme.\n *\n * @theme default\n * @author Yuki Hattori\n *\n * @auto-scaling true\n * @size 16:9 1280px 720px\n * @size 4:3 960px 720px\n */\nsection{\n --color-prettylights-syntax-comment:#6e7781;\n --color-prettylights-syntax-constant:#0550ae;\n --color-prettylights-syntax-entity:#8250df;\n --color-prettylights-syntax-storage-modifier-import:#24292f;\n --color-prettylights-syntax-entity-tag:#116329;\n --color-prettylights-syntax-keyword:#cf222e;\n --color-prettylights-syntax-string:#0a3069;\n --color-prettylights-syntax-variable:#953800;\n --color-prettylights-syntax-brackethighlighter-unmatched:#82071e;\n --color-prettylights-syntax-invalid-illegal-text:#f6f8fa;\n --color-prettylights-syntax-invalid-illegal-bg:#82071e;\n --color-prettylights-syntax-carriage-return-text:#f6f8fa;\n --color-prettylights-syntax-carriage-return-bg:#cf222e;\n --color-prettylights-syntax-string-regexp:#116329;\n --color-prettylights-syntax-markup-list:#3b2300;\n --color-prettylights-syntax-markup-heading:#0550ae;\n --color-prettylights-syntax-markup-italic:#24292f;\n --color-prettylights-syntax-markup-bold:#24292f;\n --color-prettylights-syntax-markup-deleted-text:#82071e;\n --color-prettylights-syntax-markup-deleted-bg:#ffebe9;\n --color-prettylights-syntax-markup-inserted-text:#116329;\n --color-prettylights-syntax-markup-inserted-bg:#dafbe1;\n --color-prettylights-syntax-markup-changed-text:#953800;\n --color-prettylights-syntax-markup-changed-bg:#ffd8b5;\n --color-prettylights-syntax-markup-ignored-text:#eaeef2;\n --color-prettylights-syntax-markup-ignored-bg:#0550ae;\n --color-prettylights-syntax-meta-diff-range:#8250df;\n --color-prettylights-syntax-brackethighlighter-angle:#57606a;\n --color-prettylights-syntax-sublimelinter-gutter-mark:#8c959f;\n --color-prettylights-syntax-constant-other-reference-link:#0a3069;\n --color-fg-default:#24292f;\n --color-fg-muted:#57606a;\n --color-fg-subtle:#6e7781;\n --color-canvas-default:#fff;\n --color-canvas-subtle:#f6f8fa;\n --color-border-default:#d0d7de;\n --color-border-muted:#d8dee4;\n --color-neutral-muted:rgba(175,184,193,.2);\n --color-accent-fg:#0969da;\n --color-accent-emphasis:#0969da;\n --color-attention-subtle:#fff8c5;\n --color-danger-fg:#cf222e;\n color-scheme:light;\n }\nsection:where(.invert){\n --color-prettylights-syntax-comment:#8b949e;\n --color-prettylights-syntax-constant:#79c0ff;\n --color-prettylights-syntax-entity:#d2a8ff;\n --color-prettylights-syntax-storage-modifier-import:#c9d1d9;\n --color-prettylights-syntax-entity-tag:#7ee787;\n --color-prettylights-syntax-keyword:#ff7b72;\n --color-prettylights-syntax-string:#a5d6ff;\n --color-prettylights-syntax-variable:#ffa657;\n --color-prettylights-syntax-brackethighlighter-unmatched:#f85149;\n --color-prettylights-syntax-invalid-illegal-text:#f0f6fc;\n --color-prettylights-syntax-invalid-illegal-bg:#8e1519;\n --color-prettylights-syntax-carriage-return-text:#f0f6fc;\n --color-prettylights-syntax-carriage-return-bg:#b62324;\n --color-prettylights-syntax-string-regexp:#7ee787;\n --color-prettylights-syntax-markup-list:#f2cc60;\n --color-prettylights-syntax-markup-heading:#1f6feb;\n --color-prettylights-syntax-markup-italic:#c9d1d9;\n --color-prettylights-syntax-markup-bold:#c9d1d9;\n --color-prettylights-syntax-markup-deleted-text:#ffdcd7;\n --color-prettylights-syntax-markup-deleted-bg:#67060c;\n --color-prettylights-syntax-markup-inserted-text:#aff5b4;\n --color-prettylights-syntax-markup-inserted-bg:#033a16;\n --color-prettylights-syntax-markup-changed-text:#ffdfb6;\n --color-prettylights-syntax-markup-changed-bg:#5a1e02;\n --color-prettylights-syntax-markup-ignored-text:#c9d1d9;\n --color-prettylights-syntax-markup-ignored-bg:#1158c7;\n --color-prettylights-syntax-meta-diff-range:#d2a8ff;\n --color-prettylights-syntax-brackethighlighter-angle:#8b949e;\n --color-prettylights-syntax-sublimelinter-gutter-mark:#484f58;\n --color-prettylights-syntax-constant-other-reference-link:#a5d6ff;\n --color-fg-default:#c9d1d9;\n --color-fg-muted:#8b949e;\n --color-fg-subtle:#484f58;\n --color-canvas-default:#0d1117;\n --color-canvas-subtle:#161b22;\n --color-border-default:#30363d;\n --color-border-muted:#21262d;\n --color-neutral-muted:hsla(215,8%,47%,.4);\n --color-accent-fg:#58a6ff;\n --color-accent-emphasis:#1f6feb;\n --color-attention-subtle:rgba(187,128,9,.15);\n --color-danger-fg:#f85149;\n color-scheme:dark;\n }\nsection{\n -ms-text-size-adjust:100%;\n -webkit-text-size-adjust:100%;\n word-wrap:break-word;\n background-color:var(--color-canvas-default);\n color:var(--color-fg-default);\n font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;\n font-size:16px;\n line-height:1.5;\n margin:0;\n}\n\nsection h1:hover .anchor .octicon-link:before,section h2:hover .anchor .octicon-link:before,section h3:hover .anchor .octicon-link:before,section h4:hover .anchor .octicon-link:before,section h5:hover .anchor .octicon-link:before,section h6:hover .anchor .octicon-link:before{\n background-color:currentColor;\n content:" ";\n display:inline-block;\n height:16px;\n -webkit-mask-image:url(\'data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 0 0 1.06 1.06l1.25-1.25a2 2 0 1 1 2.83 2.83l-2.5 2.5a2 2 0 0 1-2.83 0 .75.75 0 0 0-1.06 1.06 3.5 3.5 0 0 0 4.95 0l2.5-2.5a3.5 3.5 0 0 0-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 0 1 0-2.83l2.5-2.5a2 2 0 0 1 2.83 0 .75.75 0 0 0 1.06-1.06 3.5 3.5 0 0 0-4.95 0l-2.5 2.5a3.5 3.5 0 0 0 4.95 4.95l1.25-1.25a.75.75 0 0 0-1.06-1.06l-1.25 1.25a2 2 0 0 1-2.83 0z"/></svg>\');\n mask-image:url(\'data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 0 0 1.06 1.06l1.25-1.25a2 2 0 1 1 2.83 2.83l-2.5 2.5a2 2 0 0 1-2.83 0 .75.75 0 0 0-1.06 1.06 3.5 3.5 0 0 0 4.95 0l2.5-2.5a3.5 3.5 0 0 0-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 0 1 0-2.83l2.5-2.5a2 2 0 0 1 2.83 0 .75.75 0 0 0 1.06-1.06 3.5 3.5 0 0 0-4.95 0l-2.5 2.5a3.5 3.5 0 0 0 4.95 4.95l1.25-1.25a.75.75 0 0 0-1.06-1.06l-1.25 1.25a2 2 0 0 1-2.83 0z"/></svg>\');\n width:16px;\n}\n\nsection details,section figcaption,section figure{\n display:block;\n}\n\nsection summary{\n display:list-item;\n}\n\nsection [hidden]{\n display:none !important;\n}\n\nsection a{\n background-color:transparent;\n color:var(--color-accent-fg);\n text-decoration:none;\n}\n\nsection a:active,section a:hover{\n outline-width:0;\n}\n\nsection abbr[title]{\n border-bottom:none;\n -webkit-text-decoration:underline dotted;\n text-decoration:underline dotted;\n}\n\nsection b,section strong{\n font-weight:600;\n}\n\nsection dfn{\n font-style:italic;\n}\n\nsection h1{\n border-bottom:1px solid var(--color-border-muted);\n font-size:2em;\n font-weight:600;\n margin:.67em 0;\n padding-bottom:.3em;\n}\n\nsection mark{\n background-color:var(--color-attention-subtle);\n color:var(--color-text-primary);\n}\n\nsection small{\n font-size:90%;\n}\n\nsection sub,section sup{\n font-size:75%;\n line-height:0;\n position:relative;\n vertical-align:baseline;\n}\n\nsection sub{\n bottom:-.25em;\n}\n\nsection sup{\n top:-.5em;\n}\n\nsection img{\n background-color:var(--color-canvas-default);\n border-style:none;\n box-sizing:content-box;\n max-width:100%;\n}\n\nsection code,section kbd,section pre,section samp{\n font-family:monospace,monospace;\n font-size:1em;\n}\n\nsection figure{\n margin:1em 40px;\n}\n\nsection hr{\n background:transparent;\n background-color:var(--color-border-default);\n border:0;\n box-sizing:content-box;\n height:.25em;\n margin:24px 0;\n overflow:hidden;\n padding:0;\n}\n\nsection input{\n font:inherit;\n font-family:inherit;\n font-size:inherit;\n line-height:inherit;\n margin:0;\n overflow:visible;\n}\n\nsection [type=button],section [type=reset],section [type=submit]{\n -webkit-appearance:button;\n}\n\nsection [type=button]::-moz-focus-inner,section [type=reset]::-moz-focus-inner,section [type=submit]::-moz-focus-inner{\n border-style:none;\n padding:0;\n}\n\nsection [type=button]:-moz-focusring,section [type=reset]:-moz-focusring,section [type=submit]:-moz-focusring{\n outline:1px dotted ButtonText;\n}\n\nsection [type=checkbox],section [type=radio]{\n box-sizing:border-box;\n padding:0;\n}\n\nsection [type=number]::-webkit-inner-spin-button,section [type=number]::-webkit-outer-spin-button{\n height:auto;\n}\n\nsection [type=search]{\n -webkit-appearance:textfield;\n outline-offset:-2px;\n}\n\nsection [type=search]::-webkit-search-cancel-button,section [type=search]::-webkit-search-decoration{\n -webkit-appearance:none;\n}\n\nsection ::-webkit-input-placeholder{\n color:inherit;\n opacity:.54;\n}\n\nsection ::-webkit-file-upload-button{\n -webkit-appearance:button;\n font:inherit;\n}\n\nsection a:hover{\n text-decoration:underline;\n}\n\nsection hr::after,section hr::before{\n content:"";\n display:table;\n}\n\nsection hr::after{\n clear:both;\n}\n\nsection table{\n border-collapse:collapse;\n border-spacing:0;\n display:block;\n max-width:100%;\n overflow:auto;\n width:-webkit-max-content;\n width:-moz-max-content;\n width:max-content;\n}\n\nsection td,section th{\n padding:0;\n}\n\nsection details summary{\n cursor:pointer;\n}\n\nsection details:not([open]) > *:not(summary){\n display:none !important;\n}\n\nsection kbd{\n background-color:var(--color-canvas-subtle);\n border-bottom-color:var(--color-neutral-muted);\n border:1px solid var(--color-neutral-muted);\n border-radius:6px;\n box-shadow:inset 0 -1px 0 var(--color-neutral-muted);\n color:var(--color-fg-default);\n display:inline-block;\n font:11px ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;\n line-height:10px;\n padding:3px 5px;\n vertical-align:middle;\n}\n\nsection h1,section h2,section h3,section h4,section h5,section h6{\n font-weight:600;\n line-height:1.25;\n margin-bottom:16px;\n margin-top:24px;\n}\n\nsection h2{\n border-bottom:1px solid var(--color-border-muted);\n font-size:1.5em;\n font-weight:600;\n padding-bottom:.3em;\n}\n\nsection h3{\n font-size:1.25em;\n font-weight:600;\n}\n\nsection h4{\n font-size:1em;\n font-weight:600;\n}\n\nsection h5{\n font-size:.875em;\n font-weight:600;\n}\n\nsection h6{\n color:var(--color-fg-muted);\n font-size:.85em;\n font-weight:600;\n}\n\nsection p{\n margin-bottom:10px;\n margin-top:0;\n}\n\nsection blockquote{\n border-left:.25em solid var(--color-border-default);\n color:var(--color-fg-muted);\n margin:0;\n padding:0 1em;\n}\n\nsection ol,section ul{\n margin-bottom:0;\n margin-top:0;\n padding-left:2em;\n}\n\nsection ol ol,section ul ol{\n list-style-type:lower-roman;\n}\n\nsection ol ol ol,section ol ul ol,section ul ol ol,section ul ul ol{\n list-style-type:lower-alpha;\n}\n\nsection dd{\n margin-left:0;\n}\n\nsection code,section pre,section tt{\n font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;\n font-size:12px;\n}\n\nsection pre{\n word-wrap:normal;\n margin-bottom:0;\n margin-top:0;\n}\n\nsection .octicon{\n fill:currentColor;\n display:inline-block;\n overflow:visible !important;\n vertical-align:text-bottom;\n}\n\nsection ::-moz-placeholder{\n color:var(--color-fg-subtle);\n opacity:1;\n}\n\nsection ::placeholder{\n color:var(--color-fg-subtle);\n opacity:1;\n}\n\nsection input::-webkit-inner-spin-button,section input::-webkit-outer-spin-button{\n -webkit-appearance:none;\n appearance:none;\n margin:0;\n}\n\nsection .pl-c{\n color:var(--color-prettylights-syntax-comment);\n}\n\nsection .pl-c1,section .pl-s .pl-v{\n color:var(--color-prettylights-syntax-constant);\n}\n\nsection .pl-e,section .pl-en{\n color:var(--color-prettylights-syntax-entity);\n}\n\nsection .pl-s .pl-s1,section .pl-smi{\n color:var(--color-prettylights-syntax-storage-modifier-import);\n}\n\nsection .pl-ent{\n color:var(--color-prettylights-syntax-entity-tag);\n}\n\nsection .pl-k{\n color:var(--color-prettylights-syntax-keyword);\n}\n\nsection .pl-pds,section .pl-s,section .pl-s .pl-pse .pl-s1,section .pl-sr,section .pl-sr .pl-cce,section .pl-sr .pl-sra,section .pl-sr .pl-sre{\n color:var(--color-prettylights-syntax-string);\n}\n\nsection .pl-smw,section .pl-v{\n color:var(--color-prettylights-syntax-variable);\n}\n\nsection .pl-bu{\n color:var(--color-prettylights-syntax-brackethighlighter-unmatched);\n}\n\nsection .pl-ii{\n background-color:var(--color-prettylights-syntax-invalid-illegal-bg);\n color:var(--color-prettylights-syntax-invalid-illegal-text);\n}\n\nsection .pl-c2{\n background-color:var(--color-prettylights-syntax-carriage-return-bg);\n color:var(--color-prettylights-syntax-carriage-return-text);\n}\n\nsection .pl-sr .pl-cce{\n color:var(--color-prettylights-syntax-string-regexp);\n font-weight:700;\n}\n\nsection .pl-ml{\n color:var(--color-prettylights-syntax-markup-list);\n}\n\nsection .pl-mh,section .pl-mh .pl-en,section .pl-ms{\n color:var(--color-prettylights-syntax-markup-heading);\n font-weight:700;\n}\n\nsection .pl-mi{\n color:var(--color-prettylights-syntax-markup-italic);\n font-style:italic;\n}\n\nsection .pl-mb{\n color:var(--color-prettylights-syntax-markup-bold);\n font-weight:700;\n}\n\nsection .pl-md{\n background-color:var(--color-prettylights-syntax-markup-deleted-bg);\n color:var(--color-prettylights-syntax-markup-deleted-text);\n}\n\nsection .pl-mi1{\n background-color:var(--color-prettylights-syntax-markup-inserted-bg);\n color:var(--color-prettylights-syntax-markup-inserted-text);\n}\n\nsection .pl-mc{\n background-color:var(--color-prettylights-syntax-markup-changed-bg);\n color:var(--color-prettylights-syntax-markup-changed-text);\n}\n\nsection .pl-mi2{\n background-color:var(--color-prettylights-syntax-markup-ignored-bg);\n color:var(--color-prettylights-syntax-markup-ignored-text);\n}\n\nsection .pl-mdr{\n color:var(--color-prettylights-syntax-meta-diff-range);\n font-weight:700;\n}\n\nsection .pl-ba{\n color:var(--color-prettylights-syntax-brackethighlighter-angle);\n}\n\nsection .pl-sg{\n color:var(--color-prettylights-syntax-sublimelinter-gutter-mark);\n}\n\nsection .pl-corl{\n color:var(--color-prettylights-syntax-constant-other-reference-link);\n text-decoration:underline;\n}\n\nsection [data-catalyst]{\n display:block;\n}\n\nsection g-emoji{\n font-family:Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;\n font-size:1em;\n font-style:normal !important;\n font-weight:400;\n line-height:1;\n vertical-align:-.075em;\n}\n\nsection g-emoji img{\n height:1em;\n width:1em;\n}\n\nsection::after,section::before{\n content:"";\n display:table;\n}\n\nsection::after{\n clear:both;\n}\n\nsection > *:first-child{\n margin-top:0 !important;\n}\n\nsection > *:last-child{\n margin-bottom:0 !important;\n}\n\nsection a:not([href]){\n color:inherit;\n text-decoration:none;\n}\n\nsection .absent{\n color:var(--color-danger-fg);\n}\n\nsection .anchor{\n float:left;\n line-height:1;\n margin-left:-20px;\n padding-right:4px;\n}\n\nsection .anchor:focus{\n outline:none;\n}\n\nsection blockquote,section details,section dl,section ol,section p,section pre,section table,section ul{\n margin-bottom:16px;\n margin-top:0;\n}\n\nsection blockquote > :first-child{\n margin-top:0;\n}\n\nsection blockquote > :last-child{\n margin-bottom:0;\n}\n\nsection sup > a::before{\n content:"[";\n}\n\nsection sup > a::after{\n content:"]";\n}\n\nsection h1 .octicon-link,section h2 .octicon-link,section h3 .octicon-link,section h4 .octicon-link,section h5 .octicon-link,section h6 .octicon-link{\n color:var(--color-fg-default);\n vertical-align:middle;\n visibility:hidden;\n}\n\nsection h1:hover .anchor,section h2:hover .anchor,section h3:hover .anchor,section h4:hover .anchor,section h5:hover .anchor,section h6:hover .anchor{\n text-decoration:none;\n}\n\nsection h1:hover .anchor .octicon-link,section h2:hover .anchor .octicon-link,section h3:hover .anchor .octicon-link,section h4:hover .anchor .octicon-link,section h5:hover .anchor .octicon-link,section h6:hover .anchor .octicon-link{\n visibility:visible;\n}\n\nsection h1 code,section h1 tt,section h2 code,section h2 tt,section h3 code,section h3 tt,section h4 code,section h4 tt,section h5 code,section h5 tt,section h6 code,section h6 tt{\n font-size:inherit;\n padding:0 .2em;\n}\n\nsection ol.no-list,section ul.no-list{\n list-style-type:none;\n padding:0;\n}\n\nsection ol[type="1"]{\n list-style-type:decimal;\n}\n\nsection ol[type=a]{\n list-style-type:lower-alpha;\n}\n\nsection ol[type=i]{\n list-style-type:lower-roman;\n}\n\nsection div > ol:not([type]){\n list-style-type:decimal;\n}\n\nsection ol ol,section ol ul,section ul ol,section ul ul{\n margin-bottom:0;\n margin-top:0;\n}\n\nsection li > p{\n margin-top:16px;\n}\n\nsection li + li{\n margin-top:.25em;\n}\n\nsection dl{\n padding:0;\n}\n\nsection dl dt{\n font-size:1em;\n font-style:italic;\n font-weight:600;\n margin-top:16px;\n padding:0;\n}\n\nsection dl dd{\n margin-bottom:16px;\n padding:0 16px;\n}\n\nsection table th{\n font-weight:600;\n}\n\nsection table td,section table th{\n border:1px solid var(--color-border-default);\n padding:6px 13px;\n}\n\nsection table tr{\n background-color:var(--color-canvas-default);\n border-top:1px solid var(--color-border-muted);\n}\n\nsection table tr:nth-child(2n){\n background-color:var(--color-canvas-subtle);\n}\n\nsection table img{\n background-color:transparent;\n}\n\nsection img[align=right]{\n padding-left:20px;\n}\n\nsection img[align=left]{\n padding-right:20px;\n}\n\nsection .emoji{\n background-color:transparent;\n max-width:none;\n vertical-align:text-top;\n}\n\nsection span.frame,section span.frame > span{\n display:block;\n overflow:hidden;\n}\n\nsection span.frame > span{\n border:1px solid var(--color-border-default);\n float:left;\n margin:13px 0 0;\n padding:7px;\n width:auto;\n}\n\nsection span.frame span img{\n display:block;\n float:left;\n}\n\nsection span.frame span span{\n clear:both;\n color:var(--color-fg-default);\n display:block;\n padding:5px 0 0;\n}\n\nsection span.align-center{\n clear:both;\n display:block;\n overflow:hidden;\n}\n\nsection span.align-center > span{\n display:block;\n margin:13px auto 0;\n overflow:hidden;\n text-align:center;\n}\n\nsection span.align-center span img{\n margin:0 auto;\n text-align:center;\n}\n\nsection span.align-right{\n clear:both;\n display:block;\n overflow:hidden;\n}\n\nsection span.align-right > span{\n display:block;\n margin:13px 0 0;\n overflow:hidden;\n text-align:right;\n}\n\nsection span.align-right span img{\n margin:0;\n text-align:right;\n}\n\nsection span.float-left{\n display:block;\n float:left;\n margin-right:13px;\n overflow:hidden;\n}\n\nsection span.float-left span{\n margin:13px 0 0;\n}\n\nsection span.float-right{\n display:block;\n float:right;\n margin-left:13px;\n overflow:hidden;\n}\n\nsection span.float-right > span{\n display:block;\n margin:13px auto 0;\n overflow:hidden;\n text-align:right;\n}\n\nsection code,section tt{\n background-color:var(--color-neutral-muted);\n border-radius:6px;\n font-size:85%;\n margin:0;\n padding:.2em .4em;\n}\n\nsection code br,section tt br{\n display:none;\n}\n\nsection del code{\n text-decoration:inherit;\n}\n\nsection pre code{\n font-size:100%;\n}\n\nsection pre > code{\n background:transparent;\n border:0;\n margin:0;\n padding:0;\n white-space:pre;\n word-break:normal;\n}\n\nsection .highlight{\n margin-bottom:16px;\n}\n\nsection .highlight pre{\n margin-bottom:0;\n word-break:normal;\n}\n\nsection pre{\n background-color:var(--color-canvas-subtle);\n border-radius:6px;\n font-size:85%;\n line-height:1.45;\n overflow:auto;\n padding:16px;\n}\n\nsection pre code,section pre tt{\n word-wrap:normal;\n background-color:transparent;\n border:0;\n display:inline;\n line-height:inherit;\n margin:0;\n max-width:auto;\n overflow:visible;\n padding:0;\n}\n\nsection .csv-data td,section .csv-data th{\n font-size:12px;\n line-height:1;\n overflow:hidden;\n padding:5px;\n text-align:left;\n white-space:nowrap;\n}\n\nsection .csv-data .blob-num{\n background:var(--color-canvas-default);\n border:0;\n padding:10px 8px 9px;\n text-align:right;\n}\n\nsection .csv-data tr{\n border-top:0;\n}\n\nsection .csv-data th{\n background:var(--color-canvas-subtle);\n border-top:0;\n font-weight:600;\n}\n\nsection .footnotes{\n border-top:1px solid var(--color-border-default);\n color:var(--color-fg-muted);\n font-size:12px;\n}\n\nsection .footnotes ol{\n padding-left:16px;\n}\n\nsection .footnotes li{\n position:relative;\n}\n\nsection .footnotes li:target::before{\n border:2px solid var(--color-accent-emphasis);\n border-radius:6px;\n bottom:-8px;\n content:"";\n left:-24px;\n pointer-events:none;\n position:absolute;\n right:-8px;\n top:-8px;\n}\n\nsection .footnotes li:target{\n color:var(--color-fg-default);\n}\n\nsection .footnotes .data-footnote-backref g-emoji{\n font-family:monospace;\n}\n\nsection .task-list-item{\n list-style-type:none;\n}\n\nsection .task-list-item label{\n font-weight:400;\n}\n\nsection .task-list-item.enabled label{\n cursor:pointer;\n}\n\nsection .task-list-item + .task-list-item{\n margin-top:3px;\n}\n\nsection .task-list-item .handle{\n display:none;\n}\n\nsection .task-list-item-checkbox{\n margin:0 .2em .25em -1.6em;\n vertical-align:middle;\n}\n\nsection .contains-task-list:dir(rtl) .task-list-item-checkbox{\n margin:0 -1.6em .25em .2em;\n}\n\nsection ::-webkit-calendar-picker-indicator{\n filter:invert(50%);\n}\n\nh1{\n color:var(--h1-color);\n font-size:1.6em;\n}\n\nh1,h2{\n border-bottom:none;\n}\n\nh2{\n font-size:1.3em;\n}\n\nh3{\n font-size:1.1em;\n}\n\nh4{\n font-size:1.05em;\n}\n\nh5{\n font-size:1em;\n}\n\nh6{\n font-size:.9em;\n}\n\nh1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong{\n color:var(--heading-strong-color);\n font-weight:inherit;\n}\nh1::part(auto-scaling),h2::part(auto-scaling),h3::part(auto-scaling),h4::part(auto-scaling),h5::part(auto-scaling),h6::part(auto-scaling){\n max-height:563px;\n}\n\nhr{\n height:0;\n padding-top:.25em;\n}\n\npre{\n border:1px solid var(--color-border-default);\n line-height:1.15;\n overflow:visible;\n}\npre::part(auto-scaling){\n max-height:529px;\n}\npre :where(.hljs){\n color:var(--color-prettylights-syntax-storage-modifier-import);\n}\npre :where(.hljs-doctag),pre :where(.hljs-keyword),pre :where(.hljs-meta .hljs-keyword),pre :where(.hljs-template-tag),pre :where(.hljs-template-variable),pre :where(.hljs-type),pre :where(.hljs-variable.language_){\n color:var(--color-prettylights-syntax-keyword);\n}\npre :where(.hljs-title),pre :where(.hljs-title.class_),pre :where(.hljs-title.class_.inherited__),pre :where(.hljs-title.function_){\n color:var(--color-prettylights-syntax-entity);\n}\npre :where(.hljs-attr),pre :where(.hljs-attribute),pre :where(.hljs-literal),pre :where(.hljs-meta),pre :where(.hljs-number),pre :where(.hljs-operator),pre :where(.hljs-selector-attr),pre :where(.hljs-selector-class),pre :where(.hljs-selector-id),pre :where(.hljs-variable){\n color:var(--color-prettylights-syntax-constant);\n}\npre :where(.hljs-meta .hljs-string),pre :where(.hljs-regexp),pre :where(.hljs-string){\n color:var(--color-prettylights-syntax-string);\n}\npre :where(.hljs-built_in),pre :where(.hljs-symbol){\n color:var(--color-prettylights-syntax-variable);\n}\npre :where(.hljs-code),pre :where(.hljs-comment),pre :where(.hljs-formula){\n color:var(--color-prettylights-syntax-comment);\n}\npre :where(.hljs-name),pre :where(.hljs-quote),pre :where(.hljs-selector-pseudo),pre :where(.hljs-selector-tag){\n color:var(--color-prettylights-syntax-entity-tag);\n}\npre :where(.hljs-subst){\n color:var(--color-prettylights-syntax-storage-modifier-import);\n}\npre :where(.hljs-section){\n color:var(--color-prettylights-syntax-markup-heading);\n font-weight:700;\n}\npre :where(.hljs-bullet){\n color:var(--color-prettylights-syntax-markup-list);\n}\npre :where(.hljs-emphasis){\n color:var(--color-prettylights-syntax-markup-italic);\n font-style:italic;\n}\npre :where(.hljs-strong){\n color:var(--color-prettylights-syntax-markup-bold);\n font-weight:700;\n}\npre :where(.hljs-addition){\n background-color:var(--color-prettylights-syntax-markup-inserted-bg);\n color:var(--color-prettylights-syntax-markup-inserted-text);\n}\npre :where(.hljs-deletion){\n background-color:var(--color-prettylights-syntax-markup-deleted-bg);\n color:var(--color-prettylights-syntax-markup-deleted-text);\n}\n\nfooter,header{\n color:var(--header-footer-color);\n font-size:18px;\n left:30px;\n margin:0;\n position:absolute;\n}\n\nheader{\n top:21px;\n}\n\nfooter{\n bottom:21px;\n}\n\nsection{\n --h1-color:#246;\n --header-footer-color:hsla(0,0%,40%,.75);\n --heading-strong-color:#48c;\n --paginate-color:#777;\n align-items:stretch;\n display:flex;\n flex-flow:column nowrap;\n font-size:29px;\n height:720px;\n justify-content:center;\n padding:78.5px;\n width:1280px;\n}\nsection:where(.invert){\n --h1-color:#cee7ff;\n --header-footer-color:hsla(0,0%,60%,.75);\n --heading-strong-color:#7bf;\n --paginate-color:#999;\n}\nsection > *:last-child,section[data-footer] > :nth-last-child(2){\n margin-bottom:0;\n}\nsection > *:first-child,section > header:first-child + *{\n margin-top:0;\n}\nsection::after{\n bottom:21px;\n color:var(--paginate-color);\n font-size:24px;\n padding:0;\n position:absolute;\n right:30px;\n}\nsection[data-color] h1,section[data-color] h2,section[data-color] h3,section[data-color] h4,section[data-color] h5,section[data-color] h6{\n color:currentcolor;\n}'),this.themeSet.add('@charset "UTF-8";\n/*!\n * Marp / Marpit Gaia theme.\n *\n * @theme gaia\n * @author Yuki Hattori\n *\n * @auto-scaling true\n * @size 16:9 1280px 720px\n * @size 4:3 960px 720px\n */\n@import "https://fonts.bunny.net/css?family=Lato:400,900|Roboto+Mono:400,700&display=swap";\npre code.hljs{\n display:block;\n overflow-x:auto;\n padding:1em;\n}\n\ncode.hljs{\n padding:3px 5px;\n}\n\n.hljs{\n background:#000;\n color:#f8f8f8;\n}\n\n.hljs-comment,.hljs-quote{\n color:#aeaeae;\n font-style:italic;\n}\n\n.hljs-keyword,.hljs-selector-tag,.hljs-type{\n color:#e28964;\n}\n\n.hljs-string{\n color:#65b042;\n}\n\n.hljs-subst{\n color:#daefa3;\n}\n\n.hljs-link,.hljs-regexp{\n color:#e9c062;\n}\n\n.hljs-name,.hljs-section,.hljs-tag,.hljs-title{\n color:#89bdff;\n}\n\n.hljs-class .hljs-title,.hljs-doctag,.hljs-title.class_{\n text-decoration:underline;\n}\n\n.hljs-bullet,.hljs-number,.hljs-symbol{\n color:#3387cc;\n}\n\n.hljs-params,.hljs-template-variable,.hljs-variable{\n color:#3e87e3;\n}\n\n.hljs-attribute{\n color:#cda869;\n}\n\n.hljs-meta{\n color:#8996a8;\n}\n\n.hljs-formula{\n background-color:#0e2231;\n color:#f8f8f8;\n font-style:italic;\n}\n\n.hljs-addition{\n background-color:#253b22;\n color:#f8f8f8;\n}\n\n.hljs-deletion{\n background-color:#420e09;\n color:#f8f8f8;\n}\n\n.hljs-selector-class{\n color:#9b703f;\n}\n\n.hljs-selector-id{\n color:#8b98ab;\n}\n\n.hljs-emphasis{\n font-style:italic;\n}\n\n.hljs-strong{\n font-weight:700;\n}\n\nh1,h2,h3,h4,h5,h6{\n margin:.5em 0 0;\n}\nh1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong{\n font-weight:inherit;\n}\nh1::part(auto-scaling),h2::part(auto-scaling),h3::part(auto-scaling),h4::part(auto-scaling),h5::part(auto-scaling),h6::part(auto-scaling){\n max-height:580px;\n}\n\nh1{\n font-size:1.8em;\n}\n\nh2{\n font-size:1.5em;\n}\n\nh3{\n font-size:1.3em;\n}\n\nh4{\n font-size:1.1em;\n}\n\nh5{\n font-size:1em;\n}\n\nh6{\n font-size:.9em;\n}\n\nblockquote,p{\n margin:1em 0 0;\n}\n\nol > li,ul > li{\n margin:.3em 0 0;\n}\nol > li > p,ul > li > p{\n margin:.6em 0 0;\n}\n\ncode{\n display:inline-block;\n font-family:Roboto Mono,monospace;\n font-size:.8em;\n letter-spacing:0;\n margin:-.1em .15em;\n padding:.1em .2em;\n vertical-align:baseline;\n}\n\npre{\n display:block;\n margin:1em 0 0;\n overflow:visible;\n}\npre code{\n box-sizing:border-box;\n font-size:.7em;\n margin:0;\n min-width:100%;\n padding:.5em;\n}\npre::part(auto-scaling){\n max-height:calc(580px - 1em);\n}\n\nblockquote{\n margin:1em 0 0;\n padding:0 1em;\n position:relative;\n}\nblockquote::after,blockquote::before{\n content:"“";\n display:block;\n font-family:Times New Roman,serif;\n font-weight:700;\n position:absolute;\n}\nblockquote::before{\n left:0;\n top:0;\n}\nblockquote::after{\n bottom:0;\n right:0;\n transform:rotate(180deg);\n}\nblockquote > *:first-child{\n margin-top:0;\n}\n\nmark{\n background:transparent;\n}\n\ntable{\n border-collapse:collapse;\n border-spacing:0;\n margin:1em 0 0;\n}\ntable td,table th{\n border-style:solid;\n border-width:1px;\n padding:.2em .4em;\n}\n\nfooter,header,section::after{\n box-sizing:border-box;\n font-size:66%;\n height:70px;\n line-height:50px;\n overflow:hidden;\n padding:10px 25px;\n position:absolute;\n}\n\nheader{\n top:0;\n}\n\nfooter,header{\n left:0;\n right:0;\n}\n\nfooter{\n bottom:0;\n}\n\nsection{\n word-wrap:break-word;\n --color-background:#fff8e1;\n --color-background-stripe:rgba(69,90,100,.1);\n --color-foreground:#455a64;\n --color-dimmed:#6a7a7d;\n --color-highlight:#0288d1;\n background-color:var(--color-background);\n background-image:linear-gradient(135deg, hsla(0,0%,53%,0), hsla(0,0%,53%,.02) 50%, hsla(0,0%,100%,0) 0, hsla(0,0%,100%,.05));\n color:var(--color-foreground);\n font-family:Lato,Avenir Next,Avenir,Trebuchet MS,Segoe UI,sans-serif;\n font-size:35px;\n height:720px;\n letter-spacing:1.25px;\n line-height:1.35;\n padding:70px;\n width:1280px;\n}\nsection::after{\n bottom:0;\n font-size:80%;\n right:0;\n}\nsection a,section mark{\n color:var(--color-highlight);\n}\nsection code{\n background:var(--color-dimmed);\n color:var(--color-background);\n}\nsection h1 strong,section h2 strong,section h3 strong,section h4 strong,section h5 strong,section h6 strong{\n color:var(--color-highlight);\n}\nsection pre{\n background:var(--color-foreground);\n}\nsection pre > code{\n background:transparent;\n}\nsection blockquote::after,section blockquote::before,section footer,section header,section section::after{\n color:var(--color-dimmed);\n}\nsection table td,section table th{\n border-color:var(--color-foreground);\n}\nsection table thead th{\n background:var(--color-foreground);\n color:var(--color-background);\n}\nsection table tbody > tr:nth-child(odd) td,section table tbody > tr:nth-child(odd) th{\n background:var(--color-background-stripe, transparent);\n}\nsection > *:first-child,section > header:first-child + *{\n margin-top:0;\n}\nsection:where(.invert){\n --color-background:#455a64;\n --color-background-stripe:rgba(255,248,225,.1);\n --color-foreground:#fff8e1;\n --color-dimmed:#dad8c8;\n --color-highlight:#81d4fa;\n}\nsection:where(.gaia){\n --color-background:#0288d1;\n --color-background-stripe:rgba(255,248,225,.1);\n --color-foreground:#fff8e1;\n --color-dimmed:#cce2de;\n --color-highlight:#81d4fa;\n}\nsection:where(.lead){\n display:flex;\n flex-flow:column nowrap;\n justify-content:center;\n}\nsection:where(.lead) h1,section:where(.lead) h2,section:where(.lead) h3,section:where(.lead) h4,section:where(.lead) h5,section:where(.lead) h6{\n text-align:center;\n}\nsection:where(.lead) p{\n text-align:center;\n}\nsection:where(.lead) blockquote > h1,section:where(.lead) blockquote > h2,section:where(.lead) blockquote > h3,section:where(.lead) blockquote > h4,section:where(.lead) blockquote > h5,section:where(.lead) blockquote > h6,section:where(.lead) blockquote > p{\n text-align:left;\n}\nsection:where(.lead) ol > li > p,section:where(.lead) ul > li > p{\n text-align:left;\n}\nsection:where(.lead) table{\n margin-left:auto;\n margin-right:auto;\n}'),this.themeSet.add('/*!\n * Marp / Marpit Uncover theme\n *\n * @theme uncover\n * @author Yuki Hattori\n *\n * @auto-scaling true\n * @size 16:9 1280px 720px\n * @size 4:3 960px 720px\n */\nsection{\n word-wrap:break-word;\n --color-background:#fdfcff;\n --color-background-code:#f2f1f4;\n --color-background-paginate:rgba(32,34,40,.05);\n --color-foreground:#202228;\n --color-highlight:#009dd5;\n --color-highlight-hover:#087eaa;\n --color-highlight-heading:#33b1dd;\n --color-header:rgba(32,34,40,.4);\n --color-header-shadow:rgba(253,252,255,.8);\n background:var(--color-background);\n flex-flow:column nowrap;\n font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;\n font-size:40px;\n height:720px;\n justify-content:center;\n letter-spacing:3px;\n line-height:1.4;\n padding:30px 70px;\n position:relative;\n text-align:center;\n width:1280px;\n z-index:0;\n}\nsection,section::after{\n color:var(--color-foreground);\n display:flex;\n}\nsection::after{\n align-items:flex-end;\n background:linear-gradient(-45deg, var(--color-background-paginate) 50%, transparent 50%);\n background-size:cover;\n font-size:.6em;\n height:80px;\n justify-content:flex-end;\n padding:30px;\n text-align:right;\n text-shadow:0 0 5px var(--color-background);\n width:80px;\n}\nsection:where(:not(.invert)) pre code.hljs{\n display:block;\n overflow-x:auto;\n padding:1em;\n}\nsection:where(:not(.invert)) code.hljs{\n padding:3px 5px;\n}\nsection:where(:not(.invert)) .hljs{\n background:#fff;\n color:#000;\n}\nsection:where(:not(.invert)) .hljs-addition,section:where(:not(.invert)) .hljs-meta,section:where(:not(.invert)) .hljs-string,section:where(:not(.invert)) .hljs-symbol,section:where(:not(.invert)) .hljs-template-tag,section:where(:not(.invert)) .hljs-template-variable{\n color:#756bb1;\n}\nsection:where(:not(.invert)) .hljs-comment,section:where(:not(.invert)) .hljs-quote{\n color:#636363;\n}\nsection:where(:not(.invert)) .hljs-bullet,section:where(:not(.invert)) .hljs-link,section:where(:not(.invert)) .hljs-literal,section:where(:not(.invert)) .hljs-number,section:where(:not(.invert)) .hljs-regexp{\n color:#31a354;\n}\nsection:where(:not(.invert)) .hljs-deletion,section:where(:not(.invert)) .hljs-variable{\n color:#88f;\n}\nsection:where(:not(.invert)) .hljs-built_in,section:where(:not(.invert)) .hljs-doctag,section:where(:not(.invert)) .hljs-keyword,section:where(:not(.invert)) .hljs-name,section:where(:not(.invert)) .hljs-section,section:where(:not(.invert)) .hljs-selector-class,section:where(:not(.invert)) .hljs-selector-id,section:where(:not(.invert)) .hljs-selector-tag,section:where(:not(.invert)) .hljs-strong,section:where(:not(.invert)) .hljs-tag,section:where(:not(.invert)) .hljs-title,section:where(:not(.invert)) .hljs-type{\n color:#3182bd;\n}\nsection:where(:not(.invert)) .hljs-emphasis{\n font-style:italic;\n}\nsection:where(:not(.invert)) .hljs-attribute{\n color:#e6550d;\n}\nsection:where(.invert){\n --color-background:#202228;\n --color-background-code:#2b2d33;\n --color-background-paginate:hsla(0,0%,100%,.05);\n --color-foreground:#fff;\n --color-highlight:#60d0f0;\n --color-highlight-hover:#88dcf4;\n --color-highlight-heading:#80d9f3;\n --color-header:hsla(0,0%,100%,.4);\n --color-header-shadow:rgba(32,34,40,.8);\n}\nsection:where(.invert) pre code.hljs{\n display:block;\n overflow-x:auto;\n padding:1em;\n}\nsection:where(.invert) code.hljs{\n padding:3px 5px;\n}\nsection:where(.invert) .hljs{\n background:#222;\n color:#fff;\n}\nsection:where(.invert) .hljs-comment,section:where(.invert) .hljs-quote{\n color:#777;\n}\nsection:where(.invert) .hljs-built_in,section:where(.invert) .hljs-bullet,section:where(.invert) .hljs-deletion,section:where(.invert) .hljs-link,section:where(.invert) .hljs-literal,section:where(.invert) .hljs-meta,section:where(.invert) .hljs-number,section:where(.invert) .hljs-params,section:where(.invert) .hljs-regexp,section:where(.invert) .hljs-symbol,section:where(.invert) .hljs-tag,section:where(.invert) .hljs-template-variable,section:where(.invert) .hljs-variable{\n color:#ab875d;\n}\nsection:where(.invert) .hljs-attribute,section:where(.invert) .hljs-name,section:where(.invert) .hljs-section,section:where(.invert) .hljs-selector-class,section:where(.invert) .hljs-selector-id,section:where(.invert) .hljs-title,section:where(.invert) .hljs-type{\n color:#9b869b;\n}\nsection:where(.invert) .hljs-addition,section:where(.invert) .hljs-keyword,section:where(.invert) .hljs-selector-tag,section:where(.invert) .hljs-string{\n color:#8f9c6c;\n}\nsection:where(.invert) .hljs-emphasis{\n font-style:italic;\n}\nsection:where(.invert) .hljs-strong{\n font-weight:700;\n}\nsection > *:first-child,section[data-header] > :nth-child(2){\n margin-top:0;\n}\nsection > *:last-child,section[data-footer] > :nth-last-child(2){\n margin-bottom:0;\n}\nsection blockquote,section p{\n margin:0 0 15px;\n}\nsection h1,section h2,section h3,section h4,section h5,section h6{\n margin:15px 0 30px;\n}\nsection h1 strong,section h2 strong,section h3 strong,section h4 strong,section h5 strong,section h6 strong{\n color:var(--color-highlight-heading);\n font-weight:inherit;\n}\nsection h1::part(auto-scaling),section h2::part(auto-scaling),section h3::part(auto-scaling),section h4::part(auto-scaling),section h5::part(auto-scaling),section h6::part(auto-scaling){\n max-height:660px;\n}\nsection h1{\n font-size:2em;\n}\nsection h2{\n font-size:1.7em;\n}\nsection h3{\n font-size:1.4em;\n letter-spacing:2px;\n}\nsection h4{\n font-size:1.2em;\n letter-spacing:2px;\n}\nsection h5{\n font-size:1em;\n letter-spacing:1px;\n}\nsection h6{\n font-size:.8em;\n letter-spacing:1px;\n}\nsection footer,section header{\n color:var(--color-header);\n font-size:.45em;\n left:70px;\n letter-spacing:1px;\n position:absolute;\n right:70px;\n text-shadow:0 1px 0 var(--color-header-shadow);\n z-index:1;\n}\nsection header{\n top:30px;\n}\nsection footer{\n bottom:30px;\n}\nsection a{\n color:var(--color-highlight);\n text-decoration:none;\n}\nsection a:hover{\n color:var(--color-highlight-hover);\n text-decoration:underline;\n}\nsection ol,section ul{\n margin:0 auto;\n text-align:left;\n}\nsection > ol,section > ul{\n margin-bottom:15px;\n}\nsection code{\n font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;\n letter-spacing:0;\n}\nsection *:not(pre) > code,section > code{\n background:var(--color-background-code);\n color:var(--color-foreground);\n margin:-.2em .2em .2em;\n padding:.2em;\n}\nsection pre{\n --preserve-aspect-ratio:xMidYMid meet;\n filter:drop-shadow(0 4px 4px rgba(0, 0, 0, .2));\n font-size:70%;\n line-height:1.15;\n margin:15px 0 30px;\n text-align:left;\n}\nsection pre::part(auto-scaling){\n max-height:570px;\n}\nsection pre > code{\n background:var(--color-background-code);\n box-sizing:content-box;\n color:var(--color-foreground);\n display:block;\n margin:0 auto;\n min-width:456px;\n padding:.4em .6em;\n}\nsection[data-size="4:3"] pre > code{\n min-width:328px;\n}\nsection table{\n border-collapse:collapse;\n margin:0 auto 15px;\n}\nsection table > tbody > tr > td,section table > tbody > tr > th,section table > thead > tr > td,section table > thead > tr > th{\n padding:.15em .5em;\n}\nsection table > thead > tr > td,section table > thead > tr > th{\n border-bottom:3px solid;\n}\nsection table > tbody > tr:not(:last-child) > td,section table > tbody > tr:not(:last-child) > th{\n border-bottom:1px solid;\n}\nsection blockquote{\n font-size:90%;\n line-height:1.3;\n padding:0 2em;\n position:relative;\n z-index:0;\n}\nsection blockquote::after,section blockquote::before{\n content:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNNDQgMTkuMyAzOC45NCAwQzguMTQgOS41OSAwIDQwLjA1IDAgNTQuODNWMTAwaDQxLjQ3VjU0LjgzaC0yM2MtLjA0LS4yOC4yNS0yNy42NiAyNS41My0zNS41M3ptNTYgMEw5NC45NCAwQzY0LjE0IDkuNTkgNTYgNDAuMDUgNTYgNTQuODNWMTAwaDQxLjQ3VjU0LjgzaC0yM2MtLjA0LS4yOC4yNS0yNy42NiAyNS41My0zNS41M3oiIHN0eWxlPSJmaWxsOiM4ODg7b3BhY2l0eTouMzMiLz48L3N2Zz4=");\n height:auto;\n pointer-events:none;\n position:absolute;\n width:1em;\n z-index:-1;\n}\nsection blockquote::before{\n left:0;\n top:0;\n}\nsection blockquote::after{\n bottom:0;\n right:0;\n transform:rotate(180deg);\n}\nsection blockquote > *:last-child{\n margin-bottom:0;\n}\nsection mark{\n background:transparent;\n color:var(--color-highlight);\n}')}applyMarkdownItPlugins(e){super.applyMarkdownItPlugins(e),e.use(G).use(I).use(se).use(L).use(he).use(ce)}highlighter(e,n,t){return n&&w.default.getLanguage(n)?w.default.highlight(e,{language:n,ignoreIllegals:!0}).value:""}renderStyle(e){const n=super.renderStyle(e),t=[E,...this.options.minifyCSS?[S.default,j.default,_.default]:[]];return v.default(t).process(n).css}themeSetPackOptions(){const e=Object.assign({},super.themeSetPackOptions()),n=n=>n&&(e.before=`${n}\n${e.before||""}`),{emoji:t}=this.options;var i;n("twemoji"===(i=t).shortcode||"twemoji"===i.unicode?"img[data-marp-twemoji]{\n background:transparent;\n height:1em;\n margin:0 .05em 0 .1em;\n vertical-align:-.1em;\n width:1em;\n}":void 0);const o=(e=>{const{enabled:n,options:t}=Y(e);if(!n)return null;switch(re(t)){case"mathjax":return ie(e);case"katex":return ee(t.katexFontPath)}})(this);return o&&n(o),e}}de.html={br:[]},exports.Marp=de,exports.default=de;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@marp-team/marp-core",
|
|
3
|
-
"version": "3.2
|
|
3
|
+
"version": "3.3.2",
|
|
4
4
|
"description": "The core of Marp tools",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -67,61 +67,61 @@
|
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@marp-team/marp-cli": "^1.7.2",
|
|
69
69
|
"@rollup/plugin-alias": "^3.1.9",
|
|
70
|
-
"@rollup/plugin-commonjs": "^22.0.
|
|
70
|
+
"@rollup/plugin-commonjs": "^22.0.2",
|
|
71
71
|
"@rollup/plugin-json": "^4.1.0",
|
|
72
72
|
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
73
|
-
"@rollup/plugin-typescript": "^8.3.
|
|
74
|
-
"@types/jest": "^
|
|
75
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
76
|
-
"@typescript-eslint/parser": "^5.
|
|
77
|
-
"autoprefixer": "^10.4.
|
|
78
|
-
"cheerio": "^1.0.0-rc.
|
|
79
|
-
"cssnano": "^5.1.
|
|
80
|
-
"eslint": "^8.
|
|
73
|
+
"@rollup/plugin-typescript": "^8.3.4",
|
|
74
|
+
"@types/jest": "^28.1.6",
|
|
75
|
+
"@typescript-eslint/eslint-plugin": "^5.33.0",
|
|
76
|
+
"@typescript-eslint/parser": "^5.33.0",
|
|
77
|
+
"autoprefixer": "^10.4.8",
|
|
78
|
+
"cheerio": "^1.0.0-rc.12",
|
|
79
|
+
"cssnano": "^5.1.12",
|
|
80
|
+
"eslint": "^8.21.0",
|
|
81
81
|
"eslint-config-prettier": "^8.5.0",
|
|
82
82
|
"eslint-plugin-import": "^2.26.0",
|
|
83
|
-
"eslint-plugin-jest": "^26.
|
|
83
|
+
"eslint-plugin-jest": "^26.8.2",
|
|
84
84
|
"github-markdown-css": "^5.1.0",
|
|
85
|
-
"jest": "^28.1.
|
|
86
|
-
"jest-environment-jsdom": "^28.1.
|
|
87
|
-
"jest-junit": "^
|
|
85
|
+
"jest": "^28.1.3",
|
|
86
|
+
"jest-environment-jsdom": "^28.1.3",
|
|
87
|
+
"jest-junit": "^14.0.0",
|
|
88
88
|
"jest-plugin-context": "^2.9.0",
|
|
89
89
|
"markdown-it": "^13.0.1",
|
|
90
90
|
"mkdirp": "^1.0.4",
|
|
91
|
-
"nodemon": "^2.0.
|
|
91
|
+
"nodemon": "^2.0.19",
|
|
92
92
|
"npm-run-all": "^4.1.5",
|
|
93
93
|
"postcss-url": "^10.1.3",
|
|
94
|
-
"prettier": "^2.
|
|
94
|
+
"prettier": "^2.7.1",
|
|
95
95
|
"rimraf": "^3.0.2",
|
|
96
|
-
"rollup": "^2.
|
|
96
|
+
"rollup": "^2.77.2",
|
|
97
97
|
"rollup-plugin-postcss": "^4.0.2",
|
|
98
98
|
"rollup-plugin-string": "^3.0.0",
|
|
99
99
|
"rollup-plugin-terser": "^7.0.2",
|
|
100
|
-
"sass": "^1.
|
|
100
|
+
"sass": "^1.54.4",
|
|
101
101
|
"sass-extended-importer": "^0.4.2",
|
|
102
102
|
"self-closing-tags": "^1.0.1",
|
|
103
|
-
"stylelint": "^14.
|
|
103
|
+
"stylelint": "^14.9.1",
|
|
104
104
|
"stylelint-config-prettier": "^9.0.3",
|
|
105
|
-
"stylelint-config-standard-scss": "^
|
|
106
|
-
"ts-jest": "28.0.
|
|
105
|
+
"stylelint-config-standard-scss": "^5.0.0",
|
|
106
|
+
"ts-jest": "28.0.7",
|
|
107
107
|
"tslib": "^2.4.0",
|
|
108
|
-
"typescript": "^4.
|
|
108
|
+
"typescript": "^4.7.4"
|
|
109
109
|
},
|
|
110
110
|
"dependencies": {
|
|
111
|
-
"@marp-team/marpit": "^2.
|
|
111
|
+
"@marp-team/marpit": "^2.4.0",
|
|
112
112
|
"@marp-team/marpit-svg-polyfill": "^2.0.0",
|
|
113
113
|
"emoji-regex": "^10.1.0",
|
|
114
|
-
"highlight.js": "^11.
|
|
115
|
-
"katex": "^0.
|
|
114
|
+
"highlight.js": "^11.6.0",
|
|
115
|
+
"katex": "^0.16.0",
|
|
116
116
|
"markdown-it-emoji": "^2.0.2",
|
|
117
|
-
"mathjax-full": "^3.2.
|
|
118
|
-
"postcss": "^8.4.
|
|
117
|
+
"mathjax-full": "^3.2.2",
|
|
118
|
+
"postcss": "^8.4.16",
|
|
119
119
|
"postcss-minify-params": "^5.1.3",
|
|
120
|
-
"postcss-minify-selectors": "^5.2.
|
|
120
|
+
"postcss-minify-selectors": "^5.2.1",
|
|
121
121
|
"postcss-normalize-whitespace": "^5.1.1",
|
|
122
122
|
"postcss-selector-parser": "^6.0.10",
|
|
123
123
|
"twemoji": "^14.0.2",
|
|
124
|
-
"xss": "^1.0.
|
|
124
|
+
"xss": "^1.0.13"
|
|
125
125
|
},
|
|
126
126
|
"publishConfig": {
|
|
127
127
|
"access": "public"
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { Marp } from '../marp';
|
|
2
|
-
export declare const isEnabledAutoScaling: (marp: Marp, key?: string
|
|
2
|
+
export declare const isEnabledAutoScaling: (marp: Marp, key?: string) => boolean;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export declare const inline: (marpit: any) => (tokens: any, idx: any) => any;
|
|
2
2
|
export declare const block: (marpit: any) => (tokens: any, idx: any) => string;
|
|
3
|
-
export declare const css: (path?: string | false
|
|
3
|
+
export declare const css: (path?: string | false) => string;
|