<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">(window.webpackJsonp=window.webpackJsonp||[]).push([[79],{1007:function(t,e,r){"use strict";t.exports=r(1456)},1129:function(t,e,r){"use strict";var n=Object.prototype.hasOwnProperty;function o(object,t){return n.call(object,t)}function c(t){return!(t&gt;=55296&amp;&amp;t&lt;=57343)&amp;&amp;(!(t&gt;=64976&amp;&amp;t&lt;=65007)&amp;&amp;(65535!=(65535&amp;t)&amp;&amp;65534!=(65535&amp;t)&amp;&amp;(!(t&gt;=0&amp;&amp;t&lt;=8)&amp;&amp;(11!==t&amp;&amp;(!(t&gt;=14&amp;&amp;t&lt;=31)&amp;&amp;(!(t&gt;=127&amp;&amp;t&lt;=159)&amp;&amp;!(t&gt;1114111)))))))}function l(t){if(t&gt;65535){var e=55296+((t-=65536)&gt;&gt;10),r=56320+(1023&amp;t);return String.fromCharCode(e,r)}return String.fromCharCode(t)}var h=/\\([!"#$%&amp;'()*+,\-.\/:;&lt;=&gt;?@[\\\]^_`{|}~])/g,f=new RegExp(h.source+"|"+/&amp;([a-z#][a-z0-9]{1,31});/gi.source,"gi"),_=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))/i,d=r(1228);var k=/[&amp;&lt;&gt;"]/,m=/[&amp;&lt;&gt;"]/g,C={"&amp;":"&amp;amp;","&lt;":"&amp;lt;","&gt;":"&amp;gt;",'"':"&amp;quot;"};function v(t){return C[t]}var x=/[.?*+^$[\]\\(){}|-]/g;var y=r(1143);e.lib={},e.lib.mdurl=r(1148),e.lib.ucmicro=r(1192),e.assign=function(t){var e=Array.prototype.slice.call(arguments,1);return e.forEach((function(source){if(source){if("object"!=typeof source)throw new TypeError(source+"must be object");Object.keys(source).forEach((function(e){t[e]=source[e]}))}})),t},e.isString=function(t){return"[object String]"===function(t){return Object.prototype.toString.call(t)}(t)},e.has=o,e.unescapeMd=function(t){return t.indexOf("\\")&lt;0?t:t.replace(h,"$1")},e.unescapeAll=function(t){return t.indexOf("\\")&lt;0&amp;&amp;t.indexOf("&amp;")&lt;0?t:t.replace(f,(function(t,e,r){return e||function(t,e){var code=0;return o(d,e)?d[e]:35===e.charCodeAt(0)&amp;&amp;_.test(e)&amp;&amp;c(code="x"===e[1].toLowerCase()?parseInt(e.slice(2),16):parseInt(e.slice(1),10))?l(code):t}(t,r)}))},e.isValidEntityCode=c,e.fromCodePoint=l,e.escapeHtml=function(t){return k.test(t)?t.replace(m,v):t},e.arrayReplaceAt=function(t,e,r){return[].concat(t.slice(0,e),r,t.slice(e+1))},e.isSpace=function(code){switch(code){case 9:case 32:return!0}return!1},e.isWhiteSpace=function(code){if(code&gt;=8192&amp;&amp;code&lt;=8202)return!0;switch(code){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:case 12288:return!0}return!1},e.isMdAsciiPunct=function(t){switch(t){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0;default:return!1}},e.isPunctChar=function(t){return y.test(t)},e.escapeRE=function(t){return t.replace(x,"\\$&amp;")},e.normalizeReference=function(t){return t=t.trim().replace(/\s+/g," "),"á¹¾"==="áºž".toLowerCase()&amp;&amp;(t=t.replace(/áºž/g,"ÃŸ")),t.toLowerCase().toUpperCase()}},1189:function(t,e,r){"use strict";function n(){this.__rules__=[],this.__cache__=null}n.prototype.__find__=function(t){for(var i=0;i&lt;this.__rules__.length;i++)if(this.__rules__[i].name===t)return i;return-1},n.prototype.__compile__=function(){var t=this,e=[""];t.__rules__.forEach((function(t){t.enabled&amp;&amp;t.alt.forEach((function(t){e.indexOf(t)&lt;0&amp;&amp;e.push(t)}))})),t.__cache__={},e.forEach((function(e){t.__cache__[e]=[],t.__rules__.forEach((function(r){r.enabled&amp;&amp;(e&amp;&amp;r.alt.indexOf(e)&lt;0||t.__cache__[e].push(r.fn))}))}))},n.prototype.at=function(t,e,r){var n=this.__find__(t),o=r||{};if(-1===n)throw new Error("Parser rule not found: "+t);this.__rules__[n].fn=e,this.__rules__[n].alt=o.alt||[],this.__cache__=null},n.prototype.before=function(t,e,r,n){var o=this.__find__(t),c=n||{};if(-1===o)throw new Error("Parser rule not found: "+t);this.__rules__.splice(o,0,{name:e,enabled:!0,fn:r,alt:c.alt||[]}),this.__cache__=null},n.prototype.after=function(t,e,r,n){var o=this.__find__(t),c=n||{};if(-1===o)throw new Error("Parser rule not found: "+t);this.__rules__.splice(o+1,0,{name:e,enabled:!0,fn:r,alt:c.alt||[]}),this.__cache__=null},n.prototype.push=function(t,e,r){var n=r||{};this.__rules__.push({name:t,enabled:!0,fn:e,alt:n.alt||[]}),this.__cache__=null},n.prototype.enable=function(t,e){Array.isArray(t)||(t=[t]);var r=[];return t.forEach((function(t){var n=this.__find__(t);if(n&lt;0){if(e)return;throw new Error("Rules manager: invalid rule name "+t)}this.__rules__[n].enabled=!0,r.push(t)}),this),this.__cache__=null,r},n.prototype.enableOnly=function(t,e){Array.isArray(t)||(t=[t]),this.__rules__.forEach((function(t){t.enabled=!1})),this.enable(t,e)},n.prototype.disable=function(t,e){Array.isArray(t)||(t=[t]);var r=[];return t.forEach((function(t){var n=this.__find__(t);if(n&lt;0){if(e)return;throw new Error("Rules manager: invalid rule name "+t)}this.__rules__[n].enabled=!1,r.push(t)}),this),this.__cache__=null,r},n.prototype.getRules=function(t){return null===this.__cache__&amp;&amp;this.__compile__(),this.__cache__[t]||[]},t.exports=n},1190:function(t,e,r){"use strict";function n(t,e,r){this.type=t,this.tag=e,this.attrs=null,this.map=null,this.nesting=r,this.level=0,this.children=null,this.content="",this.markup="",this.info="",this.meta=null,this.block=!1,this.hidden=!1}n.prototype.attrIndex=function(t){var e,i,r;if(!this.attrs)return-1;for(i=0,r=(e=this.attrs).length;i&lt;r;i++)if(e[i][0]===t)return i;return-1},n.prototype.attrPush=function(t){this.attrs?this.attrs.push(t):this.attrs=[t]},n.prototype.attrSet=function(t,e){var r=this.attrIndex(t),n=[t,e];r&lt;0?this.attrPush(n):this.attrs[r]=n},n.prototype.attrGet=function(t){var e=this.attrIndex(t),r=null;return e&gt;=0&amp;&amp;(r=this.attrs[e][1]),r},n.prototype.attrJoin=function(t,e){var r=this.attrIndex(t);r&lt;0?this.attrPush([t,e]):this.attrs[r][1]=this.attrs[r][1]+" "+e},t.exports=n},1228:function(t,e,r){"use strict";t.exports=r(1457)},1229:function(t,e,r){"use strict";var n="&lt;[A-Za-z][A-Za-z0-9\\-]*(?:\\s+[a-zA-Z_:][a-zA-Z0-9:._-]*(?:\\s*=\\s*(?:[^\"'=&lt;&gt;`\\x00-\\x20]+|'[^']*'|\"[^\"]*\"))?)*\\s*\\/?&gt;",o="&lt;\\/[A-Za-z][A-Za-z0-9\\-]*\\s*&gt;",c=new RegExp("^(?:"+n+"|"+o+"|\x3c!----\x3e|\x3c!--(?:-?[^&gt;-])(?:-?[^-])*--\x3e|&lt;[?][\\s\\S]*?[?]&gt;|&lt;![A-Z]+\\s+[^&gt;]*&gt;|&lt;!\\[CDATA\\[[\\s\\S]*?\\]\\]&gt;)"),l=new RegExp("^(?:"+n+"|"+o+")");t.exports.HTML_TAG_RE=c,t.exports.HTML_OPEN_CLOSE_TAG_RE=l},1230:function(t,e,r){"use strict";function n(t,e){var i,r,n,o,c,l=[],h=e.length;for(i=0;i&lt;h;i++)126===(n=e[i]).marker&amp;&amp;-1!==n.end&amp;&amp;(o=e[n.end],(c=t.tokens[n.token]).type="s_open",c.tag="s",c.nesting=1,c.markup="~~",c.content="",(c=t.tokens[o.token]).type="s_close",c.tag="s",c.nesting=-1,c.markup="~~",c.content="","text"===t.tokens[o.token-1].type&amp;&amp;"~"===t.tokens[o.token-1].content&amp;&amp;l.push(o.token-1));for(;l.length;){for(r=(i=l.pop())+1;r&lt;t.tokens.length&amp;&amp;"s_close"===t.tokens[r].type;)r++;i!==--r&amp;&amp;(c=t.tokens[r],t.tokens[r]=t.tokens[i],t.tokens[i]=c)}}t.exports.tokenize=function(t,e){var i,r,n,o,c=t.pos,marker=t.src.charCodeAt(c);if(e)return!1;if(126!==marker)return!1;if(n=(r=t.scanDelims(t.pos,!0)).length,o=String.fromCharCode(marker),n&lt;2)return!1;for(n%2&amp;&amp;(t.push("text","",0).content=o,n--),i=0;i&lt;n;i+=2)t.push("text","",0).content=o+o,t.delimiters.push({marker:marker,length:0,jump:i/2,token:t.tokens.length-1,end:-1,open:r.can_open,close:r.can_close});return t.pos+=r.length,!0},t.exports.postProcess=function(t){var e,r=t.tokens_meta,o=t.tokens_meta.length;for(n(t,t.delimiters),e=0;e&lt;o;e++)r[e]&amp;&amp;r[e].delimiters&amp;&amp;n(t,r[e].delimiters)}},1231:function(t,e,r){"use strict";function n(t,e){var i,r,n,o,c,l;for(i=e.length-1;i&gt;=0;i--)95!==(r=e[i]).marker&amp;&amp;42!==r.marker||-1!==r.end&amp;&amp;(n=e[r.end],l=i&gt;0&amp;&amp;e[i-1].end===r.end+1&amp;&amp;e[i-1].token===r.token-1&amp;&amp;e[r.end+1].token===n.token+1&amp;&amp;e[i-1].marker===r.marker,c=String.fromCharCode(r.marker),(o=t.tokens[r.token]).type=l?"strong_open":"em_open",o.tag=l?"strong":"em",o.nesting=1,o.markup=l?c+c:c,o.content="",(o=t.tokens[n.token]).type=l?"strong_close":"em_close",o.tag=l?"strong":"em",o.nesting=-1,o.markup=l?c+c:c,o.content="",l&amp;&amp;(t.tokens[e[i-1].token].content="",t.tokens[e[r.end+1].token].content="",i--))}t.exports.tokenize=function(t,e){var i,r,n=t.pos,marker=t.src.charCodeAt(n);if(e)return!1;if(95!==marker&amp;&amp;42!==marker)return!1;for(r=t.scanDelims(t.pos,42===marker),i=0;i&lt;r.length;i++)t.push("text","",0).content=String.fromCharCode(marker),t.delimiters.push({marker:marker,length:r.length,jump:i,token:t.tokens.length-1,end:-1,open:r.can_open,close:r.can_close});return t.pos+=r.length,!0},t.exports.postProcess=function(t){var e,r=t.tokens_meta,o=t.tokens_meta.length;for(n(t,t.delimiters),e=0;e&lt;o;e++)r[e]&amp;&amp;r[e].delimiters&amp;&amp;n(t,r[e].delimiters)}},1456:function(t,e,r){"use strict";var n=r(1129),o=r(1458),c=r(1462),l=r(1463),h=r(1471),f=r(1485),_=r(1498),d=r(1148),k=r(1196),m={default:r(1500),zero:r(1501),commonmark:r(1502)},C=/^(vbscript|javascript|file|data):/,v=/^data:image\/(gif|png|jpeg|webp);/;function x(t){var e=t.trim().toLowerCase();return!C.test(e)||!!v.test(e)}var y=["http:","https:","mailto:"];function A(t){var e=d.parse(t,!0);if(e.hostname&amp;&amp;(!e.protocol||y.indexOf(e.protocol)&gt;=0))try{e.hostname=k.toASCII(e.hostname)}catch(t){}return d.encode(d.format(e))}function z(t){var e=d.parse(t,!0);if(e.hostname&amp;&amp;(!e.protocol||y.indexOf(e.protocol)&gt;=0))try{e.hostname=k.toUnicode(e.hostname)}catch(t){}return d.decode(d.format(e),d.decode.defaultChars+"%")}function w(t,e){if(!(this instanceof w))return new w(t,e);e||n.isString(t)||(e=t||{},t="default"),this.inline=new f,this.block=new h,this.core=new l,this.renderer=new c,this.linkify=new _,this.validateLink=x,this.normalizeLink=A,this.normalizeLinkText=z,this.utils=n,this.helpers=n.assign({},o),this.options={},this.configure(t),e&amp;&amp;this.set(e)}w.prototype.set=function(t){return n.assign(this.options,t),this},w.prototype.configure=function(t){var e,r=this;if(n.isString(t)&amp;&amp;!(t=m[e=t]))throw new Error('Wrong `markdown-it` preset "'+e+'", check name');if(!t)throw new Error("Wrong `markdown-it` preset, can't be empty");return t.options&amp;&amp;r.set(t.options),t.components&amp;&amp;Object.keys(t.components).forEach((function(e){t.components[e].rules&amp;&amp;r[e].ruler.enableOnly(t.components[e].rules),t.components[e].rules2&amp;&amp;r[e].ruler2.enableOnly(t.components[e].rules2)})),this},w.prototype.enable=function(t,e){var r=[];Array.isArray(t)||(t=[t]),["core","block","inline"].forEach((function(e){r=r.concat(this[e].ruler.enable(t,!0))}),this),r=r.concat(this.inline.ruler2.enable(t,!0));var n=t.filter((function(t){return r.indexOf(t)&lt;0}));if(n.length&amp;&amp;!e)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+n);return this},w.prototype.disable=function(t,e){var r=[];Array.isArray(t)||(t=[t]),["core","block","inline"].forEach((function(e){r=r.concat(this[e].ruler.disable(t,!0))}),this),r=r.concat(this.inline.ruler2.disable(t,!0));var n=t.filter((function(t){return r.indexOf(t)&lt;0}));if(n.length&amp;&amp;!e)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+n);return this},w.prototype.use=function(t){var e=[this].concat(Array.prototype.slice.call(arguments,1));return t.apply(t,e),this},w.prototype.parse=function(t,e){if("string"!=typeof t)throw new Error("Input data should be a String");var r=new this.core.State(t,this,e);return this.core.process(r),r.tokens},w.prototype.render=function(t,e){return e=e||{},this.renderer.render(this.parse(t,e),this.options,e)},w.prototype.parseInline=function(t,e){var r=new this.core.State(t,this,e);return r.inlineMode=!0,this.core.process(r),r.tokens},w.prototype.renderInline=function(t,e){return e=e||{},this.renderer.render(this.parseInline(t,e),this.options,e)},t.exports=w},1458:function(t,e,r){"use strict";e.parseLinkLabel=r(1459),e.parseLinkDestination=r(1460),e.parseLinkTitle=r(1461)},1459:function(t,e,r){"use strict";t.exports=function(t,e,r){var n,o,marker,c,l=-1,h=t.posMax,f=t.pos;for(t.pos=e+1,n=1;t.pos&lt;h;){if(93===(marker=t.src.charCodeAt(t.pos))&amp;&amp;0===--n){o=!0;break}if(c=t.pos,t.md.inline.skipToken(t),91===marker)if(c===t.pos-1)n++;else if(r)return t.pos=f,-1}return o&amp;&amp;(l=t.pos),t.pos=f,l}},1460:function(t,e,r){"use strict";var n=r(1129).unescapeAll;t.exports=function(t,e,r){var code,o,c=e,l={ok:!1,pos:0,lines:0,str:""};if(60===t.charCodeAt(e)){for(e++;e&lt;r;){if(10===(code=t.charCodeAt(e)))return l;if(60===code)return l;if(62===code)return l.pos=e+1,l.str=n(t.slice(c+1,e)),l.ok=!0,l;92===code&amp;&amp;e+1&lt;r?e+=2:e++}return l}for(o=0;e&lt;r&amp;&amp;32!==(code=t.charCodeAt(e))&amp;&amp;!(code&lt;32||127===code);)if(92===code&amp;&amp;e+1&lt;r){if(32===t.charCodeAt(e+1))break;e+=2}else{if(40===code&amp;&amp;++o&gt;32)return l;if(41===code){if(0===o)break;o--}e++}return c===e||0!==o||(l.str=n(t.slice(c,e)),l.lines=0,l.pos=e,l.ok=!0),l}},1461:function(t,e,r){"use strict";var n=r(1129).unescapeAll;t.exports=function(t,e,r){var code,marker,o=0,c=e,l={ok:!1,pos:0,lines:0,str:""};if(e&gt;=r)return l;if(34!==(marker=t.charCodeAt(e))&amp;&amp;39!==marker&amp;&amp;40!==marker)return l;for(e++,40===marker&amp;&amp;(marker=41);e&lt;r;){if((code=t.charCodeAt(e))===marker)return l.pos=e+1,l.lines=o,l.str=n(t.slice(c+1,e)),l.ok=!0,l;if(40===code&amp;&amp;41===marker)return l;10===code?o++:92===code&amp;&amp;e+1&lt;r&amp;&amp;(e++,10===t.charCodeAt(e)&amp;&amp;o++),e++}return l}},1462:function(t,e,r){"use strict";var n=r(1129).assign,o=r(1129).unescapeAll,c=r(1129).escapeHtml,l={};function h(){this.rules=n({},l)}l.code_inline=function(t,e,r,n,o){var l=t[e];return"&lt;code"+o.renderAttrs(l)+"&gt;"+c(t[e].content)+"&lt;/code&gt;"},l.code_block=function(t,e,r,n,o){var l=t[e];return"&lt;pre"+o.renderAttrs(l)+"&gt;&lt;code&gt;"+c(t[e].content)+"&lt;/code&gt;&lt;/pre&gt;\n"},l.fence=function(t,e,r,n,l){var h,i,f,_,d,k=t[e],m=k.info?o(k.info).trim():"",C="",v="";return m&amp;&amp;(C=(f=m.split(/(\s+)/g))[0],v=f.slice(2).join("")),0===(h=r.highlight&amp;&amp;r.highlight(k.content,C,v)||c(k.content)).indexOf("&lt;pre")?h+"\n":m?(i=k.attrIndex("class"),_=k.attrs?k.attrs.slice():[],i&lt;0?_.push(["class",r.langPrefix+C]):(_[i]=_[i].slice(),_[i][1]+=" "+r.langPrefix+C),d={attrs:_},"&lt;pre&gt;&lt;code"+l.renderAttrs(d)+"&gt;"+h+"&lt;/code&gt;&lt;/pre&gt;\n"):"&lt;pre&gt;&lt;code"+l.renderAttrs(k)+"&gt;"+h+"&lt;/code&gt;&lt;/pre&gt;\n"},l.image=function(t,e,r,n,o){var c=t[e];return c.attrs[c.attrIndex("alt")][1]=o.renderInlineAsText(c.children,r,n),o.renderToken(t,e,r)},l.hardbreak=function(t,e,r){return r.xhtmlOut?"&lt;br /&gt;\n":"&lt;br&gt;\n"},l.softbreak=function(t,e,r){return r.breaks?r.xhtmlOut?"&lt;br /&gt;\n":"&lt;br&gt;\n":"\n"},l.text=function(t,e){return c(t[e].content)},l.html_block=function(t,e){return t[e].content},l.html_inline=function(t,e){return t[e].content},h.prototype.renderAttrs=function(t){var i,e,r;if(!t.attrs)return"";for(r="",i=0,e=t.attrs.length;i&lt;e;i++)r+=" "+c(t.attrs[i][0])+'="'+c(t.attrs[i][1])+'"';return r},h.prototype.renderToken=function(t,e,r){var n,o="",c=!1,l=t[e];return l.hidden?"":(l.block&amp;&amp;-1!==l.nesting&amp;&amp;e&amp;&amp;t[e-1].hidden&amp;&amp;(o+="\n"),o+=(-1===l.nesting?"&lt;/":"&lt;")+l.tag,o+=this.renderAttrs(l),0===l.nesting&amp;&amp;r.xhtmlOut&amp;&amp;(o+=" /"),l.block&amp;&amp;(c=!0,1===l.nesting&amp;&amp;e+1&lt;t.length&amp;&amp;("inline"===(n=t[e+1]).type||n.hidden||-1===n.nesting&amp;&amp;n.tag===l.tag)&amp;&amp;(c=!1)),o+=c?"&gt;\n":"&gt;")},h.prototype.renderInline=function(t,e,r){for(var n,o="",c=this.rules,i=0,l=t.length;i&lt;l;i++)void 0!==c[n=t[i].type]?o+=c[n](t,i,e,r,this):o+=this.renderToken(t,i,e);return o},h.prototype.renderInlineAsText=function(t,e,r){for(var n="",i=0,o=t.length;i&lt;o;i++)"text"===t[i].type?n+=t[i].content:"image"===t[i].type&amp;&amp;(n+=this.renderInlineAsText(t[i].children,e,r));return n},h.prototype.render=function(t,e,r){var i,n,o,c="",l=this.rules;for(i=0,n=t.length;i&lt;n;i++)"inline"===(o=t[i].type)?c+=this.renderInline(t[i].children,e,r):void 0!==l[o]?c+=l[t[i].type](t,i,e,r,this):c+=this.renderToken(t,i,e,r);return c},t.exports=h},1463:function(t,e,r){"use strict";var n=r(1189),o=[["normalize",r(1464)],["block",r(1465)],["inline",r(1466)],["linkify",r(1467)],["replacements",r(1468)],["smartquotes",r(1469)]];function c(){this.ruler=new n;for(var i=0;i&lt;o.length;i++)this.ruler.push(o[i][0],o[i][1])}c.prototype.process=function(t){var i,e,r;for(i=0,e=(r=this.ruler.getRules("")).length;i&lt;e;i++)r[i](t)},c.prototype.State=r(1470),t.exports=c},1464:function(t,e,r){"use strict";var n=/\r\n?|\n/g,o=/\0/g;t.exports=function(t){var e;e=(e=t.src.replace(n,"\n")).replace(o,"ï¿½"),t.src=e}},1465:function(t,e,r){"use strict";t.exports=function(t){var e;t.inlineMode?((e=new t.Token("inline","",0)).content=t.src,e.map=[0,1],e.children=[],t.tokens.push(e)):t.md.block.parse(t.src,t.md,t.env,t.tokens)}},1466:function(t,e,r){"use strict";t.exports=function(t){var e,i,r,n=t.tokens;for(i=0,r=n.length;i&lt;r;i++)"inline"===(e=n[i]).type&amp;&amp;t.md.inline.parse(e.content,t.md,t.env,e.children)}},1467:function(t,e,r){"use strict";var n=r(1129).arrayReplaceAt;function o(t){return/^&lt;\/a\s*&gt;/i.test(t)}t.exports=function(t){var i,e,r,c,l,h,f,_,text,d,k,m,C,v,x,y,A,z,w=t.tokens;if(t.md.options.linkify)for(e=0,r=w.length;e&lt;r;e++)if("inline"===w[e].type&amp;&amp;t.md.linkify.pretest(w[e].content))for(C=0,i=(c=w[e].children).length-1;i&gt;=0;i--)if("link_close"!==(h=c[i]).type){if("html_inline"===h.type&amp;&amp;(z=h.content,/^&lt;a[&gt;\s]/i.test(z)&amp;&amp;C&gt;0&amp;&amp;C--,o(h.content)&amp;&amp;C++),!(C&gt;0)&amp;&amp;"text"===h.type&amp;&amp;t.md.linkify.test(h.content)){for(text=h.content,A=t.md.linkify.match(text),f=[],m=h.level,k=0,_=0;_&lt;A.length;_++)v=A[_].url,x=t.md.normalizeLink(v),t.md.validateLink(x)&amp;&amp;(y=A[_].text,y=A[_].schema?"mailto:"!==A[_].schema||/^mailto:/i.test(y)?t.md.normalizeLinkText(y):t.md.normalizeLinkText("mailto:"+y).replace(/^mailto:/,""):t.md.normalizeLinkText("http://"+y).replace(/^http:\/\//,""),(d=A[_].index)&gt;k&amp;&amp;((l=new t.Token("text","",0)).content=text.slice(k,d),l.level=m,f.push(l)),(l=new t.Token("link_open","a",1)).attrs=[["href",x]],l.level=m++,l.markup="linkify",l.info="auto",f.push(l),(l=new t.Token("text","",0)).content=y,l.level=m,f.push(l),(l=new t.Token("link_close","a",-1)).level=--m,l.markup="linkify",l.info="auto",f.push(l),k=A[_].lastIndex);k&lt;text.length&amp;&amp;((l=new t.Token("text","",0)).content=text.slice(k),l.level=m,f.push(l)),w[e].children=c=n(c,i,f)}}else for(i--;c[i].level!==h.level&amp;&amp;"link_open"!==c[i].type;)i--}},1468:function(t,e,r){"use strict";var n=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,o=/\((c|tm|r|p)\)/i,c=/\((c|tm|r|p)\)/gi,l={c:"Â©",r:"Â®",p:"Â§",tm:"â„¢"};function h(t,e){return l[e.toLowerCase()]}function f(t){var i,e,r=0;for(i=t.length-1;i&gt;=0;i--)"text"!==(e=t[i]).type||r||(e.content=e.content.replace(c,h)),"link_open"===e.type&amp;&amp;"auto"===e.info&amp;&amp;r--,"link_close"===e.type&amp;&amp;"auto"===e.info&amp;&amp;r++}function _(t){var i,e,r=0;for(i=t.length-1;i&gt;=0;i--)"text"!==(e=t[i]).type||r||n.test(e.content)&amp;&amp;(e.content=e.content.replace(/\+-/g,"Â±").replace(/\.{2,}/g,"â€¦").replace(/([?!])â€¦/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---(?=[^-]|$)/gm,"$1â€”").replace(/(^|\s)--(?=\s|$)/gm,"$1â€“").replace(/(^|[^-\s])--(?=[^-\s]|$)/gm,"$1â€“")),"link_open"===e.type&amp;&amp;"auto"===e.info&amp;&amp;r--,"link_close"===e.type&amp;&amp;"auto"===e.info&amp;&amp;r++}t.exports=function(t){var e;if(t.md.options.typographer)for(e=t.tokens.length-1;e&gt;=0;e--)"inline"===t.tokens[e].type&amp;&amp;(o.test(t.tokens[e].content)&amp;&amp;f(t.tokens[e].children),n.test(t.tokens[e].content)&amp;&amp;_(t.tokens[e].children))}},1469:function(t,e,r){"use strict";var n=r(1129).isWhiteSpace,o=r(1129).isPunctChar,c=r(1129).isMdAsciiPunct,l=/['"]/,h=/['"]/g;function f(t,e,r){return t.substr(0,e)+r+t.substr(e+1)}function _(t,e){var i,r,text,l,_,d,k,m,C,v,x,y,A,z,w,S,M,I,L,E,T;for(L=[],i=0;i&lt;t.length;i++){for(r=t[i],k=t[i].level,M=L.length-1;M&gt;=0&amp;&amp;!(L[M].level&lt;=k);M--);if(L.length=M+1,"text"===r.type){_=0,d=(text=r.content).length;t:for(;_&lt;d&amp;&amp;(h.lastIndex=_,l=h.exec(text));){if(w=S=!0,_=l.index+1,I="'"===l[0],C=32,l.index-1&gt;=0)C=text.charCodeAt(l.index-1);else for(M=i-1;M&gt;=0&amp;&amp;("softbreak"!==t[M].type&amp;&amp;"hardbreak"!==t[M].type);M--)if(t[M].content){C=t[M].content.charCodeAt(t[M].content.length-1);break}if(v=32,_&lt;d)v=text.charCodeAt(_);else for(M=i+1;M&lt;t.length&amp;&amp;("softbreak"!==t[M].type&amp;&amp;"hardbreak"!==t[M].type);M++)if(t[M].content){v=t[M].content.charCodeAt(0);break}if(x=c(C)||o(String.fromCharCode(C)),y=c(v)||o(String.fromCharCode(v)),A=n(C),(z=n(v))?w=!1:y&amp;&amp;(A||x||(w=!1)),A?S=!1:x&amp;&amp;(z||y||(S=!1)),34===v&amp;&amp;'"'===l[0]&amp;&amp;C&gt;=48&amp;&amp;C&lt;=57&amp;&amp;(S=w=!1),w&amp;&amp;S&amp;&amp;(w=x,S=y),w||S){if(S)for(M=L.length-1;M&gt;=0&amp;&amp;(m=L[M],!(L[M].level&lt;k));M--)if(m.single===I&amp;&amp;L[M].level===k){m=L[M],I?(E=e.md.options.quotes[2],T=e.md.options.quotes[3]):(E=e.md.options.quotes[0],T=e.md.options.quotes[1]),r.content=f(r.content,l.index,T),t[m.token].content=f(t[m.token].content,m.pos,E),_+=T.length-1,m.token===i&amp;&amp;(_+=E.length-1),d=(text=r.content).length,L.length=M;continue t}w?L.push({token:i,pos:l.index,single:I,level:k}):S&amp;&amp;I&amp;&amp;(r.content=f(r.content,l.index,"â€™"))}else I&amp;&amp;(r.content=f(r.content,l.index,"â€™"))}}}}t.exports=function(t){var e;if(t.md.options.typographer)for(e=t.tokens.length-1;e&gt;=0;e--)"inline"===t.tokens[e].type&amp;&amp;l.test(t.tokens[e].content)&amp;&amp;_(t.tokens[e].children,t)}},1470:function(t,e,r){"use strict";var n=r(1190);function o(t,e,r){this.src=t,this.env=r,this.tokens=[],this.inlineMode=!1,this.md=e}o.prototype.Token=n,t.exports=o},1471:function(t,e,r){"use strict";var n=r(1189),o=[["table",r(1472),["paragraph","reference"]],["code",r(1473)],["fence",r(1474),["paragraph","reference","blockquote","list"]],["blockquote",r(1475),["paragraph","reference","blockquote","list"]],["hr",r(1476),["paragraph","reference","blockquote","list"]],["list",r(1477),["paragraph","reference","blockquote"]],["reference",r(1478)],["html_block",r(1479),["paragraph","reference","blockquote"]],["heading",r(1481),["paragraph","reference","blockquote"]],["lheading",r(1482)],["paragraph",r(1483)]];function c(){this.ruler=new n;for(var i=0;i&lt;o.length;i++)this.ruler.push(o[i][0],o[i][1],{alt:(o[i][2]||[]).slice()})}c.prototype.tokenize=function(t,e,r){for(var i,n=this.ruler.getRules(""),o=n.length,line=e,c=!1,l=t.md.options.maxNesting;line&lt;r&amp;&amp;(t.line=line=t.skipEmptyLines(line),!(line&gt;=r))&amp;&amp;!(t.sCount[line]&lt;t.blkIndent);){if(t.level&gt;=l){t.line=r;break}for(i=0;i&lt;o&amp;&amp;!n[i](t,line,r,!1);i++);t.tight=!c,t.isEmpty(t.line-1)&amp;&amp;(c=!0),(line=t.line)&lt;r&amp;&amp;t.isEmpty(line)&amp;&amp;(c=!0,line++,t.line=line)}},c.prototype.parse=function(t,e,r,n){var o;t&amp;&amp;(o=new this.State(t,e,r,n),this.tokenize(o,o.line,o.lineMax))},c.prototype.State=r(1484),t.exports=c},1472:function(t,e,r){"use strict";var n=r(1129).isSpace;function o(t,line){var e=t.bMarks[line]+t.tShift[line],r=t.eMarks[line];return t.src.substr(e,r-e)}function c(t){var e,r=[],n=0,o=t.length,c=!1,l=0,h="";for(e=t.charCodeAt(n);n&lt;o;)124===e&amp;&amp;(c?(h+=t.substring(l,n-1),l=n):(r.push(h+t.substring(l,n)),h="",l=n+1)),c=92===e,n++,e=t.charCodeAt(n);return r.push(h+t.substring(l)),r}t.exports=function(t,e,r,l){var h,f,_,i,d,k,m,C,v,x,y,A,z,w,S,M,I,L;if(e+2&gt;r)return!1;if(k=e+1,t.sCount[k]&lt;t.blkIndent)return!1;if(t.sCount[k]-t.blkIndent&gt;=4)return!1;if((_=t.bMarks[k]+t.tShift[k])&gt;=t.eMarks[k])return!1;if(124!==(I=t.src.charCodeAt(_++))&amp;&amp;45!==I&amp;&amp;58!==I)return!1;if(_&gt;=t.eMarks[k])return!1;if(124!==(L=t.src.charCodeAt(_++))&amp;&amp;45!==L&amp;&amp;58!==L&amp;&amp;!n(L))return!1;if(45===I&amp;&amp;n(L))return!1;for(;_&lt;t.eMarks[k];){if(124!==(h=t.src.charCodeAt(_))&amp;&amp;45!==h&amp;&amp;58!==h&amp;&amp;!n(h))return!1;_++}for(m=(f=o(t,e+1)).split("|"),x=[],i=0;i&lt;m.length;i++){if(!(y=m[i].trim())){if(0===i||i===m.length-1)continue;return!1}if(!/^:?-+:?$/.test(y))return!1;58===y.charCodeAt(y.length-1)?x.push(58===y.charCodeAt(0)?"center":"right"):58===y.charCodeAt(0)?x.push("left"):x.push("")}if(-1===(f=o(t,e).trim()).indexOf("|"))return!1;if(t.sCount[e]-t.blkIndent&gt;=4)return!1;if((m=c(f)).length&amp;&amp;""===m[0]&amp;&amp;m.shift(),m.length&amp;&amp;""===m[m.length-1]&amp;&amp;m.pop(),0===(C=m.length)||C!==x.length)return!1;if(l)return!0;for(w=t.parentType,t.parentType="table",M=t.md.block.ruler.getRules("blockquote"),(v=t.push("table_open","table",1)).map=A=[e,0],(v=t.push("thead_open","thead",1)).map=[e,e+1],(v=t.push("tr_open","tr",1)).map=[e,e+1],i=0;i&lt;m.length;i++)v=t.push("th_open","th",1),x[i]&amp;&amp;(v.attrs=[["style","text-align:"+x[i]]]),(v=t.push("inline","",0)).content=m[i].trim(),v.children=[],v=t.push("th_close","th",-1);for(v=t.push("tr_close","tr",-1),v=t.push("thead_close","thead",-1),k=e+2;k&lt;r&amp;&amp;!(t.sCount[k]&lt;t.blkIndent);k++){for(S=!1,i=0,d=M.length;i&lt;d;i++)if(M[i](t,k,r,!0)){S=!0;break}if(S)break;if(!(f=o(t,k).trim()))break;if(t.sCount[k]-t.blkIndent&gt;=4)break;for((m=c(f)).length&amp;&amp;""===m[0]&amp;&amp;m.shift(),m.length&amp;&amp;""===m[m.length-1]&amp;&amp;m.pop(),k===e+2&amp;&amp;((v=t.push("tbody_open","tbody",1)).map=z=[e+2,0]),(v=t.push("tr_open","tr",1)).map=[k,k+1],i=0;i&lt;C;i++)v=t.push("td_open","td",1),x[i]&amp;&amp;(v.attrs=[["style","text-align:"+x[i]]]),(v=t.push("inline","",0)).content=m[i]?m[i].trim():"",v.children=[],v=t.push("td_close","td",-1);v=t.push("tr_close","tr",-1)}return z&amp;&amp;(v=t.push("tbody_close","tbody",-1),z[1]=k),v=t.push("table_close","table",-1),A[1]=k,t.parentType=w,t.line=k,!0}},1473:function(t,e,r){"use strict";t.exports=function(t,e,r){var n,o,c;if(t.sCount[e]-t.blkIndent&lt;4)return!1;for(o=n=e+1;n&lt;r;)if(t.isEmpty(n))n++;else{if(!(t.sCount[n]-t.blkIndent&gt;=4))break;o=++n}return t.line=o,(c=t.push("code_block","code",0)).content=t.getLines(e,o,4+t.blkIndent,!0),c.map=[e,t.line],!0}},1474:function(t,e,r){"use strict";t.exports=function(t,e,r,n){var marker,o,c,l,h,f,_,d=!1,k=t.bMarks[e]+t.tShift[e],m=t.eMarks[e];if(t.sCount[e]-t.blkIndent&gt;=4)return!1;if(k+3&gt;m)return!1;if(126!==(marker=t.src.charCodeAt(k))&amp;&amp;96!==marker)return!1;if(h=k,(o=(k=t.skipChars(k,marker))-h)&lt;3)return!1;if(_=t.src.slice(h,k),c=t.src.slice(k,m),96===marker&amp;&amp;c.indexOf(String.fromCharCode(marker))&gt;=0)return!1;if(n)return!0;for(l=e;!(++l&gt;=r)&amp;&amp;!((k=h=t.bMarks[l]+t.tShift[l])&lt;(m=t.eMarks[l])&amp;&amp;t.sCount[l]&lt;t.blkIndent);)if(t.src.charCodeAt(k)===marker&amp;&amp;!(t.sCount[l]-t.blkIndent&gt;=4||(k=t.skipChars(k,marker))-h&lt;o||(k=t.skipSpaces(k))&lt;m)){d=!0;break}return o=t.sCount[e],t.line=l+(d?1:0),(f=t.push("fence","code",0)).info=c,f.content=t.getLines(e+1,l,o,!0),f.markup=_,f.map=[e,t.line],!0}},1475:function(t,e,r){"use strict";var n=r(1129).isSpace;t.exports=function(t,e,r,o){var c,l,i,h,f,_,d,k,m,C,v,x,y,A,z,w,S,M,I,L,E=t.lineMax,T=t.bMarks[e]+t.tShift[e],Z=t.eMarks[e];if(t.sCount[e]-t.blkIndent&gt;=4)return!1;if(62!==t.src.charCodeAt(T++))return!1;if(o)return!0;for(h=m=t.sCount[e]+1,32===t.src.charCodeAt(T)?(T++,h++,m++,c=!1,w=!0):9===t.src.charCodeAt(T)?(w=!0,(t.bsCount[e]+m)%4==3?(T++,h++,m++,c=!1):c=!0):w=!1,C=[t.bMarks[e]],t.bMarks[e]=T;T&lt;Z&amp;&amp;(l=t.src.charCodeAt(T),n(l));)9===l?m+=4-(m+t.bsCount[e]+(c?1:0))%4:m++,T++;for(v=[t.bsCount[e]],t.bsCount[e]=t.sCount[e]+1+(w?1:0),_=T&gt;=Z,A=[t.sCount[e]],t.sCount[e]=m-h,z=[t.tShift[e]],t.tShift[e]=T-t.bMarks[e],M=t.md.block.ruler.getRules("blockquote"),y=t.parentType,t.parentType="blockquote",k=e+1;k&lt;r&amp;&amp;(L=t.sCount[k]&lt;t.blkIndent,!((T=t.bMarks[k]+t.tShift[k])&gt;=(Z=t.eMarks[k])));k++)if(62!==t.src.charCodeAt(T++)||L){if(_)break;for(S=!1,i=0,f=M.length;i&lt;f;i++)if(M[i](t,k,r,!0)){S=!0;break}if(S){t.lineMax=k,0!==t.blkIndent&amp;&amp;(C.push(t.bMarks[k]),v.push(t.bsCount[k]),z.push(t.tShift[k]),A.push(t.sCount[k]),t.sCount[k]-=t.blkIndent);break}C.push(t.bMarks[k]),v.push(t.bsCount[k]),z.push(t.tShift[k]),A.push(t.sCount[k]),t.sCount[k]=-1}else{for(h=m=t.sCount[k]+1,32===t.src.charCodeAt(T)?(T++,h++,m++,c=!1,w=!0):9===t.src.charCodeAt(T)?(w=!0,(t.bsCount[k]+m)%4==3?(T++,h++,m++,c=!1):c=!0):w=!1,C.push(t.bMarks[k]),t.bMarks[k]=T;T&lt;Z&amp;&amp;(l=t.src.charCodeAt(T),n(l));)9===l?m+=4-(m+t.bsCount[k]+(c?1:0))%4:m++,T++;_=T&gt;=Z,v.push(t.bsCount[k]),t.bsCount[k]=t.sCount[k]+1+(w?1:0),A.push(t.sCount[k]),t.sCount[k]=m-h,z.push(t.tShift[k]),t.tShift[k]=T-t.bMarks[k]}for(x=t.blkIndent,t.blkIndent=0,(I=t.push("blockquote_open","blockquote",1)).markup="&gt;",I.map=d=[e,0],t.md.block.tokenize(t,e,k),(I=t.push("blockquote_close","blockquote",-1)).markup="&gt;",t.lineMax=E,t.parentType=y,d[1]=t.line,i=0;i&lt;z.length;i++)t.bMarks[i+e]=C[i],t.tShift[i+e]=z[i],t.sCount[i+e]=A[i],t.bsCount[i+e]=v[i];return t.blkIndent=x,!0}},1476:function(t,e,r){"use strict";var n=r(1129).isSpace;t.exports=function(t,e,r,o){var marker,c,l,h,f=t.bMarks[e]+t.tShift[e],_=t.eMarks[e];if(t.sCount[e]-t.blkIndent&gt;=4)return!1;if(42!==(marker=t.src.charCodeAt(f++))&amp;&amp;45!==marker&amp;&amp;95!==marker)return!1;for(c=1;f&lt;_;){if((l=t.src.charCodeAt(f++))!==marker&amp;&amp;!n(l))return!1;l===marker&amp;&amp;c++}return!(c&lt;3)&amp;&amp;(o||(t.line=e+1,(h=t.push("hr","hr",0)).map=[e,t.line],h.markup=Array(c+1).join(String.fromCharCode(marker))),!0)}},1477:function(t,e,r){"use strict";var n=r(1129).isSpace;function o(t,e){var marker,r,o,c;return r=t.bMarks[e]+t.tShift[e],o=t.eMarks[e],42!==(marker=t.src.charCodeAt(r++))&amp;&amp;45!==marker&amp;&amp;43!==marker||r&lt;o&amp;&amp;(c=t.src.charCodeAt(r),!n(c))?-1:r}function c(t,e){var r,o=t.bMarks[e]+t.tShift[e],c=o,l=t.eMarks[e];if(c+1&gt;=l)return-1;if((r=t.src.charCodeAt(c++))&lt;48||r&gt;57)return-1;for(;;){if(c&gt;=l)return-1;if(!((r=t.src.charCodeAt(c++))&gt;=48&amp;&amp;r&lt;=57)){if(41===r||46===r)break;return-1}if(c-o&gt;=10)return-1}return c&lt;l&amp;&amp;(r=t.src.charCodeAt(c),!n(r))?-1:c}t.exports=function(t,e,r,n){var l,h,i,f,_,d,k,m,C,v,x,y,A,z,w,S,M,I,L,E,T,Z,P,j,R,O,$,D,N=!1,H=!0;if(t.sCount[e]-t.blkIndent&gt;=4)return!1;if(t.listIndent&gt;=0&amp;&amp;t.sCount[e]-t.listIndent&gt;=4&amp;&amp;t.sCount[e]&lt;t.blkIndent)return!1;if(n&amp;&amp;"paragraph"===t.parentType&amp;&amp;t.tShift[e]&gt;=t.blkIndent&amp;&amp;(N=!0),(P=c(t,e))&gt;=0){if(k=!0,R=t.bMarks[e]+t.tShift[e],A=Number(t.src.substr(R,P-R-1)),N&amp;&amp;1!==A)return!1}else{if(!((P=o(t,e))&gt;=0))return!1;k=!1}if(N&amp;&amp;t.skipSpaces(P)&gt;=t.eMarks[e])return!1;if(y=t.src.charCodeAt(P-1),n)return!0;for(x=t.tokens.length,k?(D=t.push("ordered_list_open","ol",1),1!==A&amp;&amp;(D.attrs=[["start",A]])):D=t.push("bullet_list_open","ul",1),D.map=v=[e,0],D.markup=String.fromCharCode(y),w=e,j=!1,$=t.md.block.ruler.getRules("list"),I=t.parentType,t.parentType="list";w&lt;r;){for(Z=P,z=t.eMarks[w],d=S=t.sCount[w]+P-(t.bMarks[e]+t.tShift[e]);Z&lt;z;){if(9===(l=t.src.charCodeAt(Z)))S+=4-(S+t.bsCount[w])%4;else{if(32!==l)break;S++}Z++}if((_=(h=Z)&gt;=z?1:S-d)&gt;4&amp;&amp;(_=1),f=d+_,(D=t.push("list_item_open","li",1)).markup=String.fromCharCode(y),D.map=m=[e,0],T=t.tight,E=t.tShift[e],L=t.sCount[e],M=t.listIndent,t.listIndent=t.blkIndent,t.blkIndent=f,t.tight=!0,t.tShift[e]=h-t.bMarks[e],t.sCount[e]=S,h&gt;=z&amp;&amp;t.isEmpty(e+1)?t.line=Math.min(t.line+2,r):t.md.block.tokenize(t,e,r,!0),t.tight&amp;&amp;!j||(H=!1),j=t.line-e&gt;1&amp;&amp;t.isEmpty(t.line-1),t.blkIndent=t.listIndent,t.listIndent=M,t.tShift[e]=E,t.sCount[e]=L,t.tight=T,(D=t.push("list_item_close","li",-1)).markup=String.fromCharCode(y),w=e=t.line,m[1]=w,h=t.bMarks[e],w&gt;=r)break;if(t.sCount[w]&lt;t.blkIndent)break;if(t.sCount[e]-t.blkIndent&gt;=4)break;for(O=!1,i=0,C=$.length;i&lt;C;i++)if($[i](t,w,r,!0)){O=!0;break}if(O)break;if(k){if((P=c(t,w))&lt;0)break}else if((P=o(t,w))&lt;0)break;if(y!==t.src.charCodeAt(P-1))break}return(D=k?t.push("ordered_list_close","ol",-1):t.push("bullet_list_close","ul",-1)).markup=String.fromCharCode(y),v[1]=w,t.line=w,t.parentType=I,H&amp;&amp;function(t,e){var i,r,n=t.level+2;for(i=e+2,r=t.tokens.length-2;i&lt;r;i++)t.tokens[i].level===n&amp;&amp;"paragraph_open"===t.tokens[i].type&amp;&amp;(t.tokens[i+2].hidden=!0,t.tokens[i].hidden=!0,i+=2)}(t,x),!0}},1478:function(t,e,r){"use strict";var n=r(1129).normalizeReference,o=r(1129).isSpace;t.exports=function(t,e,r,c){var l,h,f,_,d,i,k,label,m,C,v,x,y,A,z,title,w=0,S=t.bMarks[e]+t.tShift[e],M=t.eMarks[e],I=e+1;if(t.sCount[e]-t.blkIndent&gt;=4)return!1;if(91!==t.src.charCodeAt(S))return!1;for(;++S&lt;M;)if(93===t.src.charCodeAt(S)&amp;&amp;92!==t.src.charCodeAt(S-1)){if(S+1===M)return!1;if(58!==t.src.charCodeAt(S+1))return!1;break}for(_=t.lineMax,z=t.md.block.ruler.getRules("reference"),C=t.parentType,t.parentType="reference";I&lt;_&amp;&amp;!t.isEmpty(I);I++)if(!(t.sCount[I]-t.blkIndent&gt;3||t.sCount[I]&lt;0)){for(A=!1,i=0,k=z.length;i&lt;k;i++)if(z[i](t,I,_,!0)){A=!0;break}if(A)break}for(M=(y=t.getLines(e,I,t.blkIndent,!1).trim()).length,S=1;S&lt;M;S++){if(91===(l=y.charCodeAt(S)))return!1;if(93===l){m=S;break}(10===l||92===l&amp;&amp;++S&lt;M&amp;&amp;10===y.charCodeAt(S))&amp;&amp;w++}if(m&lt;0||58!==y.charCodeAt(m+1))return!1;for(S=m+2;S&lt;M;S++)if(10===(l=y.charCodeAt(S)))w++;else if(!o(l))break;if(!(v=t.md.helpers.parseLinkDestination(y,S,M)).ok)return!1;if(d=t.md.normalizeLink(v.str),!t.md.validateLink(d))return!1;for(h=S=v.pos,f=w+=v.lines,x=S;S&lt;M;S++)if(10===(l=y.charCodeAt(S)))w++;else if(!o(l))break;for(v=t.md.helpers.parseLinkTitle(y,S,M),S&lt;M&amp;&amp;x!==S&amp;&amp;v.ok?(title=v.str,S=v.pos,w+=v.lines):(title="",S=h,w=f);S&lt;M&amp;&amp;(l=y.charCodeAt(S),o(l));)S++;if(S&lt;M&amp;&amp;10!==y.charCodeAt(S)&amp;&amp;title)for(title="",S=h,w=f;S&lt;M&amp;&amp;(l=y.charCodeAt(S),o(l));)S++;return!(S&lt;M&amp;&amp;10!==y.charCodeAt(S))&amp;&amp;(!!(label=n(y.slice(1,m)))&amp;&amp;(c||(void 0===t.env.references&amp;&amp;(t.env.references={}),void 0===t.env.references[label]&amp;&amp;(t.env.references[label]={title:title,href:d}),t.parentType=C,t.line=e+w+1),!0))}},1479:function(t,e,r){"use strict";var n=r(1480),o=r(1229).HTML_OPEN_CLOSE_TAG_RE,c=[[/^&lt;(script|pre|style)(?=(\s|&gt;|$))/i,/&lt;\/(script|pre|style)&gt;/i,!0],[/^&lt;!--/,/--&gt;/,!0],[/^&lt;\?/,/\?&gt;/,!0],[/^&lt;![A-Z]/,/&gt;/,!0],[/^&lt;!\[CDATA\[/,/\]\]&gt;/,!0],[new RegExp("^&lt;/?("+n.join("|")+")(?=(\\s|/?&gt;|$))","i"),/^$/,!0],[new RegExp(o.source+"\\s*$"),/^$/,!1]];t.exports=function(t,e,r,n){var i,o,l,h,f=t.bMarks[e]+t.tShift[e],_=t.eMarks[e];if(t.sCount[e]-t.blkIndent&gt;=4)return!1;if(!t.md.options.html)return!1;if(60!==t.src.charCodeAt(f))return!1;for(h=t.src.slice(f,_),i=0;i&lt;c.length&amp;&amp;!c[i][0].test(h);i++);if(i===c.length)return!1;if(n)return c[i][2];if(o=e+1,!c[i][1].test(h))for(;o&lt;r&amp;&amp;!(t.sCount[o]&lt;t.blkIndent);o++)if(f=t.bMarks[o]+t.tShift[o],_=t.eMarks[o],h=t.src.slice(f,_),c[i][1].test(h)){0!==h.length&amp;&amp;o++;break}return t.line=o,(l=t.push("html_block","",0)).map=[e,o],l.content=t.getLines(e,o,t.blkIndent,!0),!0}},1480:function(t,e,r){"use strict";t.exports=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","section","source","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"]},1481:function(t,e,r){"use strict";var n=r(1129).isSpace;t.exports=function(t,e,r,o){var c,l,h,f,_=t.bMarks[e]+t.tShift[e],d=t.eMarks[e];if(t.sCount[e]-t.blkIndent&gt;=4)return!1;if(35!==(c=t.src.charCodeAt(_))||_&gt;=d)return!1;for(l=1,c=t.src.charCodeAt(++_);35===c&amp;&amp;_&lt;d&amp;&amp;l&lt;=6;)l++,c=t.src.charCodeAt(++_);return!(l&gt;6||_&lt;d&amp;&amp;!n(c))&amp;&amp;(o||(d=t.skipSpacesBack(d,_),(h=t.skipCharsBack(d,35,_))&gt;_&amp;&amp;n(t.src.charCodeAt(h-1))&amp;&amp;(d=h),t.line=e+1,(f=t.push("heading_open","h"+String(l),1)).markup="########".slice(0,l),f.map=[e,t.line],(f=t.push("inline","",0)).content=t.src.slice(_,d).trim(),f.map=[e,t.line],f.children=[],(f=t.push("heading_close","h"+String(l),-1)).markup="########".slice(0,l)),!0)}},1482:function(t,e,r){"use strict";t.exports=function(t,e,r){var content,n,i,o,c,l,h,f,marker,_,d=e+1,k=t.md.block.ruler.getRules("paragraph");if(t.sCount[e]-t.blkIndent&gt;=4)return!1;for(_=t.parentType,t.parentType="paragraph";d&lt;r&amp;&amp;!t.isEmpty(d);d++)if(!(t.sCount[d]-t.blkIndent&gt;3)){if(t.sCount[d]&gt;=t.blkIndent&amp;&amp;(l=t.bMarks[d]+t.tShift[d])&lt;(h=t.eMarks[d])&amp;&amp;(45===(marker=t.src.charCodeAt(l))||61===marker)&amp;&amp;(l=t.skipChars(l,marker),(l=t.skipSpaces(l))&gt;=h)){f=61===marker?1:2;break}if(!(t.sCount[d]&lt;0)){for(n=!1,i=0,o=k.length;i&lt;o;i++)if(k[i](t,d,r,!0)){n=!0;break}if(n)break}}return!!f&amp;&amp;(content=t.getLines(e,d,t.blkIndent,!1).trim(),t.line=d+1,(c=t.push("heading_open","h"+String(f),1)).markup=String.fromCharCode(marker),c.map=[e,t.line],(c=t.push("inline","",0)).content=content,c.map=[e,t.line-1],c.children=[],(c=t.push("heading_close","h"+String(f),-1)).markup=String.fromCharCode(marker),t.parentType=_,!0)}},1483:function(t,e,r){"use strict";t.exports=function(t,e){var content,r,i,n,o,c,l=e+1,h=t.md.block.ruler.getRules("paragraph"),f=t.lineMax;for(c=t.parentType,t.parentType="paragraph";l&lt;f&amp;&amp;!t.isEmpty(l);l++)if(!(t.sCount[l]-t.blkIndent&gt;3||t.sCount[l]&lt;0)){for(r=!1,i=0,n=h.length;i&lt;n;i++)if(h[i](t,l,f,!0)){r=!0;break}if(r)break}return content=t.getLines(e,l,t.blkIndent,!1).trim(),t.line=l,(o=t.push("paragraph_open","p",1)).map=[e,t.line],(o=t.push("inline","",0)).content=content,o.map=[e,t.line],o.children=[],o=t.push("paragraph_close","p",-1),t.parentType=c,!0}},1484:function(t,e,r){"use strict";var n=r(1190),o=r(1129).isSpace;function c(t,e,r,n){var c,s,l,h,f,_,d,k;for(this.src=t,this.md=e,this.env=r,this.tokens=n,this.bMarks=[],this.eMarks=[],this.tShift=[],this.sCount=[],this.bsCount=[],this.blkIndent=0,this.line=0,this.lineMax=0,this.tight=!1,this.ddIndent=-1,this.listIndent=-1,this.parentType="root",this.level=0,this.result="",k=!1,l=h=_=d=0,f=(s=this.src).length;h&lt;f;h++){if(c=s.charCodeAt(h),!k){if(o(c)){_++,9===c?d+=4-d%4:d++;continue}k=!0}10!==c&amp;&amp;h!==f-1||(10!==c&amp;&amp;h++,this.bMarks.push(l),this.eMarks.push(h),this.tShift.push(_),this.sCount.push(d),this.bsCount.push(0),k=!1,_=0,d=0,l=h+1)}this.bMarks.push(s.length),this.eMarks.push(s.length),this.tShift.push(0),this.sCount.push(0),this.bsCount.push(0),this.lineMax=this.bMarks.length-1}c.prototype.push=function(t,e,r){var o=new n(t,e,r);return o.block=!0,r&lt;0&amp;&amp;this.level--,o.level=this.level,r&gt;0&amp;&amp;this.level++,this.tokens.push(o),o},c.prototype.isEmpty=function(line){return this.bMarks[line]+this.tShift[line]&gt;=this.eMarks[line]},c.prototype.skipEmptyLines=function(t){for(var e=this.lineMax;t&lt;e&amp;&amp;!(this.bMarks[t]+this.tShift[t]&lt;this.eMarks[t]);t++);return t},c.prototype.skipSpaces=function(t){for(var e,r=this.src.length;t&lt;r&amp;&amp;(e=this.src.charCodeAt(t),o(e));t++);return t},c.prototype.skipSpacesBack=function(t,e){if(t&lt;=e)return t;for(;t&gt;e;)if(!o(this.src.charCodeAt(--t)))return t+1;return t},c.prototype.skipChars=function(t,code){for(var e=this.src.length;t&lt;e&amp;&amp;this.src.charCodeAt(t)===code;t++);return t},c.prototype.skipCharsBack=function(t,code,e){if(t&lt;=e)return t;for(;t&gt;e;)if(code!==this.src.charCodeAt(--t))return t+1;return t},c.prototype.getLines=function(t,e,r,n){var i,c,l,h,f,_,d,line=t;if(t&gt;=e)return"";for(_=new Array(e-t),i=0;line&lt;e;line++,i++){for(c=0,d=h=this.bMarks[line],f=line+1&lt;e||n?this.eMarks[line]+1:this.eMarks[line];h&lt;f&amp;&amp;c&lt;r;){if(l=this.src.charCodeAt(h),o(l))9===l?c+=4-(c+this.bsCount[line])%4:c++;else{if(!(h-d&lt;this.tShift[line]))break;c++}h++}_[i]=c&gt;r?new Array(c-r+1).join(" ")+this.src.slice(h,f):this.src.slice(h,f)}return _.join("")},c.prototype.Token=n,t.exports=c},1485:function(t,e,r){"use strict";var n=r(1189),o=[["text",r(1486)],["newline",r(1487)],["escape",r(1488)],["backticks",r(1489)],["strikethrough",r(1230).tokenize],["emphasis",r(1231).tokenize],["link",r(1490)],["image",r(1491)],["autolink",r(1492)],["html_inline",r(1493)],["entity",r(1494)]],c=[["balance_pairs",r(1495)],["strikethrough",r(1230).postProcess],["emphasis",r(1231).postProcess],["text_collapse",r(1496)]];function l(){var i;for(this.ruler=new n,i=0;i&lt;o.length;i++)this.ruler.push(o[i][0],o[i][1]);for(this.ruler2=new n,i=0;i&lt;c.length;i++)this.ruler2.push(c[i][0],c[i][1])}l.prototype.skipToken=function(t){var e,i,r=t.pos,n=this.ruler.getRules(""),o=n.length,c=t.md.options.maxNesting,l=t.cache;if(void 0===l[r]){if(t.level&lt;c)for(i=0;i&lt;o&amp;&amp;(t.level++,e=n[i](t,!0),t.level--,!e);i++);else t.pos=t.posMax;e||t.pos++,l[r]=t.pos}else t.pos=l[r]},l.prototype.tokenize=function(t){for(var e,i,r=this.ruler.getRules(""),n=r.length,o=t.posMax,c=t.md.options.maxNesting;t.pos&lt;o;){if(t.level&lt;c)for(i=0;i&lt;n&amp;&amp;!(e=r[i](t,!1));i++);if(e){if(t.pos&gt;=o)break}else t.pending+=t.src[t.pos++]}t.pending&amp;&amp;t.pushPending()},l.prototype.parse=function(t,e,r,n){var i,o,c,l=new this.State(t,e,r,n);for(this.tokenize(l),c=(o=this.ruler2.getRules("")).length,i=0;i&lt;c;i++)o[i](l)},l.prototype.State=r(1497),t.exports=l},1486:function(t,e,r){"use strict";function n(t){switch(t){case 10:case 33:case 35:case 36:case 37:case 38:case 42:case 43:case 45:case 58:case 60:case 61:case 62:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 125:case 126:return!0;default:return!1}}t.exports=function(t,e){for(var r=t.pos;r&lt;t.posMax&amp;&amp;!n(t.src.charCodeAt(r));)r++;return r!==t.pos&amp;&amp;(e||(t.pending+=t.src.slice(t.pos,r)),t.pos=r,!0)}},1487:function(t,e,r){"use strict";var n=r(1129).isSpace;t.exports=function(t,e){var r,o,c=t.pos;if(10!==t.src.charCodeAt(c))return!1;for(r=t.pending.length-1,o=t.posMax,e||(r&gt;=0&amp;&amp;32===t.pending.charCodeAt(r)?r&gt;=1&amp;&amp;32===t.pending.charCodeAt(r-1)?(t.pending=t.pending.replace(/ +$/,""),t.push("hardbreak","br",0)):(t.pending=t.pending.slice(0,-1),t.push("softbreak","br",0)):t.push("softbreak","br",0)),c++;c&lt;o&amp;&amp;n(t.src.charCodeAt(c));)c++;return t.pos=c,!0}},1488:function(t,e,r){"use strict";for(var n=r(1129).isSpace,o=[],i=0;i&lt;256;i++)o.push(0);"\\!\"#$%&amp;'()*+,./:;&lt;=&gt;?@[]^_`{|}~-".split("").forEach((function(t){o[t.charCodeAt(0)]=1})),t.exports=function(t,e){var r,c=t.pos,l=t.posMax;if(92!==t.src.charCodeAt(c))return!1;if(++c&lt;l){if((r=t.src.charCodeAt(c))&lt;256&amp;&amp;0!==o[r])return e||(t.pending+=t.src[c]),t.pos+=2,!0;if(10===r){for(e||t.push("hardbreak","br",0),c++;c&lt;l&amp;&amp;(r=t.src.charCodeAt(c),n(r));)c++;return t.pos=c,!0}}return e||(t.pending+="\\"),t.pos++,!0}},1489:function(t,e,r){"use strict";t.exports=function(t,e){var r,n,marker,o,c,l,h,f,_=t.pos;if(96!==t.src.charCodeAt(_))return!1;for(r=_,_++,n=t.posMax;_&lt;n&amp;&amp;96===t.src.charCodeAt(_);)_++;if(h=(marker=t.src.slice(r,_)).length,t.backticksScanned&amp;&amp;(t.backticks[h]||0)&lt;=r)return e||(t.pending+=marker),t.pos+=h,!0;for(c=l=_;-1!==(c=t.src.indexOf("`",l));){for(l=c+1;l&lt;n&amp;&amp;96===t.src.charCodeAt(l);)l++;if((f=l-c)===h)return e||((o=t.push("code_inline","code",0)).markup=marker,o.content=t.src.slice(_,c).replace(/\n/g," ").replace(/^ (.+) $/,"$1")),t.pos=l,!0;t.backticks[f]=c}return t.backticksScanned=!0,e||(t.pending+=marker),t.pos+=h,!0}},1490:function(t,e,r){"use strict";var n=r(1129).normalizeReference,o=r(1129).isSpace;t.exports=function(t,e){var r,code,label,c,l,h,f,_,d="",title="",k=t.pos,m=t.posMax,C=t.pos,v=!0;if(91!==t.src.charCodeAt(t.pos))return!1;if(l=t.pos+1,(c=t.md.helpers.parseLinkLabel(t,t.pos,!0))&lt;0)return!1;if((h=c+1)&lt;m&amp;&amp;40===t.src.charCodeAt(h)){for(v=!1,h++;h&lt;m&amp;&amp;(code=t.src.charCodeAt(h),o(code)||10===code);h++);if(h&gt;=m)return!1;if(C=h,(f=t.md.helpers.parseLinkDestination(t.src,h,t.posMax)).ok){for(d=t.md.normalizeLink(f.str),t.md.validateLink(d)?h=f.pos:d="",C=h;h&lt;m&amp;&amp;(code=t.src.charCodeAt(h),o(code)||10===code);h++);if(f=t.md.helpers.parseLinkTitle(t.src,h,t.posMax),h&lt;m&amp;&amp;C!==h&amp;&amp;f.ok)for(title=f.str,h=f.pos;h&lt;m&amp;&amp;(code=t.src.charCodeAt(h),o(code)||10===code);h++);}(h&gt;=m||41!==t.src.charCodeAt(h))&amp;&amp;(v=!0),h++}if(v){if(void 0===t.env.references)return!1;if(h&lt;m&amp;&amp;91===t.src.charCodeAt(h)?(C=h+1,(h=t.md.helpers.parseLinkLabel(t,h))&gt;=0?label=t.src.slice(C,h++):h=c+1):h=c+1,label||(label=t.src.slice(l,c)),!(_=t.env.references[n(label)]))return t.pos=k,!1;d=_.href,title=_.title}return e||(t.pos=l,t.posMax=c,t.push("link_open","a",1).attrs=r=[["href",d]],title&amp;&amp;r.push(["title",title]),t.md.inline.tokenize(t),t.push("link_close","a",-1)),t.pos=h,t.posMax=m,!0}},1491:function(t,e,r){"use strict";var n=r(1129).normalizeReference,o=r(1129).isSpace;t.exports=function(t,e){var r,code,content,label,c,l,h,f,_,title,d,k,m,C="",v=t.pos,x=t.posMax;if(33!==t.src.charCodeAt(t.pos))return!1;if(91!==t.src.charCodeAt(t.pos+1))return!1;if(l=t.pos+2,(c=t.md.helpers.parseLinkLabel(t,t.pos+1,!1))&lt;0)return!1;if((h=c+1)&lt;x&amp;&amp;40===t.src.charCodeAt(h)){for(h++;h&lt;x&amp;&amp;(code=t.src.charCodeAt(h),o(code)||10===code);h++);if(h&gt;=x)return!1;for(m=h,(_=t.md.helpers.parseLinkDestination(t.src,h,t.posMax)).ok&amp;&amp;(C=t.md.normalizeLink(_.str),t.md.validateLink(C)?h=_.pos:C=""),m=h;h&lt;x&amp;&amp;(code=t.src.charCodeAt(h),o(code)||10===code);h++);if(_=t.md.helpers.parseLinkTitle(t.src,h,t.posMax),h&lt;x&amp;&amp;m!==h&amp;&amp;_.ok)for(title=_.str,h=_.pos;h&lt;x&amp;&amp;(code=t.src.charCodeAt(h),o(code)||10===code);h++);else title="";if(h&gt;=x||41!==t.src.charCodeAt(h))return t.pos=v,!1;h++}else{if(void 0===t.env.references)return!1;if(h&lt;x&amp;&amp;91===t.src.charCodeAt(h)?(m=h+1,(h=t.md.helpers.parseLinkLabel(t,h))&gt;=0?label=t.src.slice(m,h++):h=c+1):h=c+1,label||(label=t.src.slice(l,c)),!(f=t.env.references[n(label)]))return t.pos=v,!1;C=f.href,title=f.title}return e||(content=t.src.slice(l,c),t.md.inline.parse(content,t.md,t.env,k=[]),(d=t.push("image","img",0)).attrs=r=[["src",C],["alt",""]],d.children=k,d.content=content,title&amp;&amp;r.push(["title",title])),t.pos=h,t.posMax=x,!0}},1492:function(t,e,r){"use strict";var n=/^([a-zA-Z0-9.!#$%&amp;'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/,o=/^([a-zA-Z][a-zA-Z0-9+.\-]{1,31}):([^&lt;&gt;\x00-\x20]*)$/;t.exports=function(t,e){var r,c,l,h,f,_,d=t.pos;if(60!==t.src.charCodeAt(d))return!1;for(f=t.pos,_=t.posMax;;){if(++d&gt;=_)return!1;if(60===(h=t.src.charCodeAt(d)))return!1;if(62===h)break}return r=t.src.slice(f+1,d),o.test(r)?(c=t.md.normalizeLink(r),!!t.md.validateLink(c)&amp;&amp;(e||((l=t.push("link_open","a",1)).attrs=[["href",c]],l.markup="autolink",l.info="auto",(l=t.push("text","",0)).content=t.md.normalizeLinkText(r),(l=t.push("link_close","a",-1)).markup="autolink",l.info="auto"),t.pos+=r.length+2,!0)):!!n.test(r)&amp;&amp;(c=t.md.normalizeLink("mailto:"+r),!!t.md.validateLink(c)&amp;&amp;(e||((l=t.push("link_open","a",1)).attrs=[["href",c]],l.markup="autolink",l.info="auto",(l=t.push("text","",0)).content=t.md.normalizeLinkText(r),(l=t.push("link_close","a",-1)).markup="autolink",l.info="auto"),t.pos+=r.length+2,!0))}},1493:function(t,e,r){"use strict";var n=r(1229).HTML_TAG_RE;t.exports=function(t,e){var r,o,c,l=t.pos;return!!t.md.options.html&amp;&amp;(c=t.posMax,!(60!==t.src.charCodeAt(l)||l+2&gt;=c)&amp;&amp;(!(33!==(r=t.src.charCodeAt(l+1))&amp;&amp;63!==r&amp;&amp;47!==r&amp;&amp;!function(t){var e=32|t;return e&gt;=97&amp;&amp;e&lt;=122}(r))&amp;&amp;(!!(o=t.src.slice(l).match(n))&amp;&amp;(e||(t.push("html_inline","",0).content=t.src.slice(l,l+o[0].length)),t.pos+=o[0].length,!0))))}},1494:function(t,e,r){"use strict";var n=r(1228),o=r(1129).has,c=r(1129).isValidEntityCode,l=r(1129).fromCodePoint,h=/^&amp;#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,f=/^&amp;([a-z][a-z0-9]{1,31});/i;t.exports=function(t,e){var code,r,_=t.pos,d=t.posMax;if(38!==t.src.charCodeAt(_))return!1;if(_+1&lt;d)if(35===t.src.charCodeAt(_+1)){if(r=t.src.slice(_).match(h))return e||(code="x"===r[1][0].toLowerCase()?parseInt(r[1].slice(1),16):parseInt(r[1],10),t.pending+=c(code)?l(code):l(65533)),t.pos+=r[0].length,!0}else if((r=t.src.slice(_).match(f))&amp;&amp;o(n,r[1]))return e||(t.pending+=n[r[1]]),t.pos+=r[0].length,!0;return e||(t.pending+="&amp;"),t.pos++,!0}},1495:function(t,e,r){"use strict";function n(t,e){var r,n,o,c,l,h,f,_,d={},k=e.length;for(r=0;r&lt;k;r++)if((o=e[r]).length=o.length||0,o.close){for(d.hasOwnProperty(o.marker)||(d[o.marker]=[-1,-1,-1]),l=d[o.marker][o.length%3],(n=r-o.jump-1)&lt;-1&amp;&amp;(n=-1),h=n;n&gt;l;n-=c.jump+1)if((c=e[n]).marker===o.marker&amp;&amp;c.open&amp;&amp;c.end&lt;0&amp;&amp;(f=!1,(c.close||o.open)&amp;&amp;(c.length+o.length)%3==0&amp;&amp;(c.length%3==0&amp;&amp;o.length%3==0||(f=!0)),!f)){_=n&gt;0&amp;&amp;!e[n-1].open?e[n-1].jump+1:0,o.jump=r-n+_,o.open=!1,c.end=r,c.jump=_,c.close=!1,h=-1;break}-1!==h&amp;&amp;(d[o.marker][(o.length||0)%3]=h)}}t.exports=function(t){var e,r=t.tokens_meta,o=t.tokens_meta.length;for(n(0,t.delimiters),e=0;e&lt;o;e++)r[e]&amp;&amp;r[e].delimiters&amp;&amp;n(0,r[e].delimiters)}},1496:function(t,e,r){"use strict";t.exports=function(t){var e,r,n=0,o=t.tokens,c=t.tokens.length;for(e=r=0;e&lt;c;e++)o[e].nesting&lt;0&amp;&amp;n--,o[e].level=n,o[e].nesting&gt;0&amp;&amp;n++,"text"===o[e].type&amp;&amp;e+1&lt;c&amp;&amp;"text"===o[e+1].type?o[e+1].content=o[e].content+o[e+1].content:(e!==r&amp;&amp;(o[r]=o[e]),r++);e!==r&amp;&amp;(o.length=r)}},1497:function(t,e,r){"use strict";var n=r(1190),o=r(1129).isWhiteSpace,c=r(1129).isPunctChar,l=r(1129).isMdAsciiPunct;function h(t,e,r,n){this.src=t,this.env=r,this.md=e,this.tokens=n,this.tokens_meta=Array(n.length),this.pos=0,this.posMax=this.src.length,this.level=0,this.pending="",this.pendingLevel=0,this.cache={},this.delimiters=[],this._prev_delimiters=[],this.backticks={},this.backticksScanned=!1}h.prototype.pushPending=function(){var t=new n("text","",0);return t.content=this.pending,t.level=this.pendingLevel,this.tokens.push(t),this.pending="",t},h.prototype.push=function(t,e,r){this.pending&amp;&amp;this.pushPending();var o=new n(t,e,r),c=null;return r&lt;0&amp;&amp;(this.level--,this.delimiters=this._prev_delimiters.pop()),o.level=this.level,r&gt;0&amp;&amp;(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],c={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(o),this.tokens_meta.push(c),o},h.prototype.scanDelims=function(t,e){var r,n,h,f,_,d,k,m,C,v=t,x=!0,y=!0,A=this.posMax,marker=this.src.charCodeAt(t);for(r=t&gt;0?this.src.charCodeAt(t-1):32;v&lt;A&amp;&amp;this.src.charCodeAt(v)===marker;)v++;return h=v-t,n=v&lt;A?this.src.charCodeAt(v):32,k=l(r)||c(String.fromCharCode(r)),C=l(n)||c(String.fromCharCode(n)),d=o(r),(m=o(n))?x=!1:C&amp;&amp;(d||k||(x=!1)),d?y=!1:k&amp;&amp;(m||C||(y=!1)),e?(f=x,_=y):(f=x&amp;&amp;(!y||k),_=y&amp;&amp;(!x||C)),{can_open:f,can_close:_,length:h}},h.prototype.Token=n,t.exports=h},1498:function(t,e,r){"use strict";function n(t){var e=Array.prototype.slice.call(arguments,1);return e.forEach((function(source){source&amp;&amp;Object.keys(source).forEach((function(e){t[e]=source[e]}))})),t}function o(t){return Object.prototype.toString.call(t)}function c(t){return"[object Function]"===o(t)}function l(t){return t.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&amp;")}var h={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1};var f={"http:":{validate:function(text,t,e){var r=text.slice(t);return e.re.http||(e.re.http=new RegExp("^\\/\\/"+e.re.src_auth+e.re.src_host_port_strict+e.re.src_path,"i")),e.re.http.test(r)?r.match(e.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(text,t,e){var r=text.slice(t);return e.re.no_http||(e.re.no_http=new RegExp("^"+e.re.src_auth+"(?:localhost|(?:(?:"+e.re.src_domain+")\\.)+"+e.re.src_domain_root+")"+e.re.src_port+e.re.src_host_terminator+e.re.src_path,"i")),e.re.no_http.test(r)?t&gt;=3&amp;&amp;":"===text[t-3]||t&gt;=3&amp;&amp;"/"===text[t-3]?0:r.match(e.re.no_http)[0].length:0}},"mailto:":{validate:function(text,t,e){var r=text.slice(t);return e.re.mailto||(e.re.mailto=new RegExp("^"+e.re.src_email_name+"@"+e.re.src_host_strict,"i")),e.re.mailto.test(r)?r.match(e.re.mailto)[0].length:0}}},_="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|Ñ€Ñ„".split("|");function d(t){var e=t.re=r(1499)(t.__opts__),n=t.__tlds__.slice();function h(t){return t.replace("%TLDS%",e.src_tlds)}t.onCompile(),t.__tlds_replaced__||n.push("a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]"),n.push(e.src_xn),e.src_tlds=n.join("|"),e.email_fuzzy=RegExp(h(e.tpl_email_fuzzy),"i"),e.link_fuzzy=RegExp(h(e.tpl_link_fuzzy),"i"),e.link_no_ip_fuzzy=RegExp(h(e.tpl_link_no_ip_fuzzy),"i"),e.host_fuzzy_test=RegExp(h(e.tpl_host_fuzzy_test),"i");var f=[];function _(t,e){throw new Error('(LinkifyIt) Invalid schema "'+t+'": '+e)}t.__compiled__={},Object.keys(t.__schemas__).forEach((function(e){var r=t.__schemas__[e];if(null!==r){var n={validate:null,link:null};if(t.__compiled__[e]=n,"[object Object]"===o(r))return!function(t){return"[object RegExp]"===o(t)}(r.validate)?c(r.validate)?n.validate=r.validate:_(e,r):n.validate=function(t){return function(text,e){var r=text.slice(e);return t.test(r)?r.match(t)[0].length:0}}(r.validate),void(c(r.normalize)?n.normalize=r.normalize:r.normalize?_(e,r):n.normalize=function(t,e){e.normalize(t)});!function(t){return"[object String]"===o(t)}(r)?_(e,r):f.push(e)}})),f.forEach((function(e){t.__compiled__[t.__schemas__[e]]&amp;&amp;(t.__compiled__[e].validate=t.__compiled__[t.__schemas__[e]].validate,t.__compiled__[e].normalize=t.__compiled__[t.__schemas__[e]].normalize)})),t.__compiled__[""]={validate:null,normalize:function(t,e){e.normalize(t)}};var d=Object.keys(t.__compiled__).filter((function(e){return e.length&gt;0&amp;&amp;t.__compiled__[e]})).map(l).join("|");t.re.schema_test=RegExp("(^|(?!_)(?:[&gt;&lt;ï½œ]|"+e.src_ZPCc+"))("+d+")","i"),t.re.schema_search=RegExp("(^|(?!_)(?:[&gt;&lt;ï½œ]|"+e.src_ZPCc+"))("+d+")","ig"),t.re.pretest=RegExp("("+t.re.schema_test.source+")|("+t.re.host_fuzzy_test.source+")|@","i"),function(t){t.__index__=-1,t.__text_cache__=""}(t)}function k(t,e){var r=t.__index__,n=t.__last_index__,text=t.__text_cache__.slice(r,n);this.schema=t.__schema__.toLowerCase(),this.index=r+e,this.lastIndex=n+e,this.raw=text,this.text=text,this.url=text}function m(t,e){var r=new k(t,e);return t.__compiled__[r.schema].normalize(r,t),r}function C(t,e){if(!(this instanceof C))return new C(t,e);var r;e||(r=t,Object.keys(r||{}).reduce((function(t,e){return t||h.hasOwnProperty(e)}),!1)&amp;&amp;(e=t,t={})),this.__opts__=n({},h,e),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=n({},f,t),this.__compiled__={},this.__tlds__=_,this.__tlds_replaced__=!1,this.re={},d(this)}C.prototype.add=function(t,e){return this.__schemas__[t]=e,d(this),this},C.prototype.set=function(t){return this.__opts__=n(this.__opts__,t),this},C.prototype.test=function(text){if(this.__text_cache__=text,this.__index__=-1,!text.length)return!1;var t,e,r,n,o,c,l,h;if(this.re.schema_test.test(text))for((l=this.re.schema_search).lastIndex=0;null!==(t=l.exec(text));)if(n=this.testSchemaAt(text,t[2],l.lastIndex)){this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+n;break}return this.__opts__.fuzzyLink&amp;&amp;this.__compiled__["http:"]&amp;&amp;(h=text.search(this.re.host_fuzzy_test))&gt;=0&amp;&amp;(this.__index__&lt;0||h&lt;this.__index__)&amp;&amp;null!==(e=text.match(this.__opts__.fuzzyIP?this.re.link_fuzzy:this.re.link_no_ip_fuzzy))&amp;&amp;(o=e.index+e[1].length,(this.__index__&lt;0||o&lt;this.__index__)&amp;&amp;(this.__schema__="",this.__index__=o,this.__last_index__=e.index+e[0].length)),this.__opts__.fuzzyEmail&amp;&amp;this.__compiled__["mailto:"]&amp;&amp;text.indexOf("@")&gt;=0&amp;&amp;null!==(r=text.match(this.re.email_fuzzy))&amp;&amp;(o=r.index+r[1].length,c=r.index+r[0].length,(this.__index__&lt;0||o&lt;this.__index__||o===this.__index__&amp;&amp;c&gt;this.__last_index__)&amp;&amp;(this.__schema__="mailto:",this.__index__=o,this.__last_index__=c)),this.__index__&gt;=0},C.prototype.pretest=function(text){return this.re.pretest.test(text)},C.prototype.testSchemaAt=function(text,t,e){return this.__compiled__[t.toLowerCase()]?this.__compiled__[t.toLowerCase()].validate(text,e,this):0},C.prototype.match=function(text){var t=0,e=[];this.__index__&gt;=0&amp;&amp;this.__text_cache__===text&amp;&amp;(e.push(m(this,t)),t=this.__last_index__);for(var r=t?text.slice(t):text;this.test(r);)e.push(m(this,t)),r=r.slice(this.__last_index__),t+=this.__last_index__;return e.length?e:null},C.prototype.tlds=function(t,e){return t=Array.isArray(t)?t:[t],e?(this.__tlds__=this.__tlds__.concat(t).sort().filter((function(t,e,r){return t!==r[e-1]})).reverse(),d(this),this):(this.__tlds__=t.slice(),this.__tlds_replaced__=!0,d(this),this)},C.prototype.normalize=function(t){t.schema||(t.url="http://"+t.url),"mailto:"!==t.schema||/^mailto:/i.test(t.url)||(t.url="mailto:"+t.url)},C.prototype.onCompile=function(){},t.exports=C},1499:function(t,e,r){"use strict";t.exports=function(t){var e={};e.src_Any=r(1164).source,e.src_Cc=r(1165).source,e.src_Z=r(1166).source,e.src_P=r(1143).source,e.src_ZPCc=[e.src_Z,e.src_P,e.src_Cc].join("|"),e.src_ZCc=[e.src_Z,e.src_Cc].join("|");return e.src_pseudo_letter="(?:(?![&gt;&lt;ï½œ]|"+e.src_ZPCc+")"+e.src_Any+")",e.src_ip4="(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)",e.src_auth="(?:(?:(?!"+e.src_ZCc+"|[@/\\[\\]()]).)+@)?",e.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",e.src_host_terminator="(?=$|[&gt;&lt;ï½œ]|"+e.src_ZPCc+")(?!-|_|:\\d|\\.-|\\.(?!$|"+e.src_ZPCc+"))",e.src_path="(?:[/?#](?:(?!"+e.src_ZCc+"|[&gt;&lt;ï½œ]|[()[\\]{}.,\"'?!\\-]).|\\[(?:(?!"+e.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+e.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+e.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+e.src_ZCc+'|["]).)+\\"|\\\'(?:(?!'+e.src_ZCc+"|[']).)+\\'|\\'(?="+e.src_pseudo_letter+"|[-]).|\\.{2,}[a-zA-Z0-9%/&amp;]|\\.(?!"+e.src_ZCc+"|[.]).|"+(t&amp;&amp;t["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+"\\,(?!"+e.src_ZCc+").|\\!+(?!"+e.src_ZCc+"|[!]).|\\?(?!"+e.src_ZCc+"|[?]).)+|\\/)?",e.src_email_name='[\\-;:&amp;=\\+\\$,\\.a-zA-Z0-9_][\\-;:&amp;=\\+\\$,\\"\\.a-zA-Z0-9_]*',e.src_xn="xn--[a-z0-9\\-]{1,59}",e.src_domain_root="(?:"+e.src_xn+"|"+e.src_pseudo_letter+"{1,63})",e.src_domain="(?:"+e.src_xn+"|(?:"+e.src_pseudo_letter+")|(?:"+e.src_pseudo_letter+"(?:-|"+e.src_pseudo_letter+"){0,61}"+e.src_pseudo_letter+"))",e.src_host="(?:(?:(?:(?:"+e.src_domain+")\\.)*"+e.src_domain+"))",e.tpl_host_fuzzy="(?:"+e.src_ip4+"|(?:(?:(?:"+e.src_domain+")\\.)+(?:%TLDS%)))",e.tpl_host_no_ip_fuzzy="(?:(?:(?:"+e.src_domain+")\\.)+(?:%TLDS%))",e.src_host_strict=e.src_host+e.src_host_terminator,e.tpl_host_fuzzy_strict=e.tpl_host_fuzzy+e.src_host_terminator,e.src_host_port_strict=e.src_host+e.src_port+e.src_host_terminator,e.tpl_host_port_fuzzy_strict=e.tpl_host_fuzzy+e.src_port+e.src_host_terminator,e.tpl_host_port_no_ip_fuzzy_strict=e.tpl_host_no_ip_fuzzy+e.src_port+e.src_host_terminator,e.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+e.src_ZPCc+"|&gt;|$))",e.tpl_email_fuzzy='(^|[&gt;&lt;ï½œ]|"|\\(|'+e.src_ZCc+")("+e.src_email_name+"@"+e.tpl_host_fuzzy_strict+")",e.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+&lt;=&gt;^`|ï½œ]|"+e.src_ZPCc+"))((?![$+&lt;=&gt;^`|ï½œ])"+e.tpl_host_port_fuzzy_strict+e.src_path+")",e.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+&lt;=&gt;^`|ï½œ]|"+e.src_ZPCc+"))((?![$+&lt;=&gt;^`|ï½œ])"+e.tpl_host_port_no_ip_fuzzy_strict+e.src_path+")",e}},1500:function(t,e,r){"use strict";t.exports={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"â€œâ€â€˜â€™",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}}},1501:function(t,e,r){"use strict";t.exports={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"â€œâ€â€˜â€™",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline"]},block:{rules:["paragraph"]},inline:{rules:["text"],rules2:["balance_pairs","text_collapse"]}}}},1502:function(t,e,r){"use strict";t.exports={options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"â€œâ€â€˜â€™",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline"]},block:{rules:["blockquote","code","fence","heading","hr","html_block","lheading","list","reference","paragraph"]},inline:{rules:["autolink","backticks","emphasis","entity","escape","html_inline","image","link","newline","text"],rules2:["balance_pairs","emphasis","text_collapse"]}}}}}]);</pre></body></html>