@strifeapp/strife 0.0.4-0 → 0.0.6-preview.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -1,2 +1,2 @@
1
- var e={HSHK:1,EU:2,SYNC:4,CONNECT:8};class n extends MessageChannel{constructor(){super(),this.broadcastChannel=new BroadcastChannel("app.broadcast"),this.port1.addEventListener("message",(n=>{n.data.cmd===e.CONNECT&&this.onConnected(n)}),{once:!0}),this.port1.start(),console.log(`SENDING MESSAGE FROM SDK IN WINDOW ${window.name}`),window.top.postMessage({cmd:e.HSHK,context:window.name},"*",[this.port2])}subscribe(e){if(null==e)throw new Error("Parameter can not be null!");this.broadcastChannel.addEventListener("message",e),this.port1.addEventListener("message",e),this.port1.addEventListener("message",(e=>this.broadcastChannel.postMessage(e.data)))}send(e){this.port1.postMessage(e),this.broadcastChannel.postMessage(e)}onConnected(e){return e}}var t,r=new n,a={NONE:8,EDIT:16},o=new Promise((e=>{t=e})),i=()=>(r.onConnected=e=>t([e,r]),o),s=async(n,t)=>(o.then((([r,o])=>{o.subscribe((({data:r})=>{r.cmd===e.SYNC&&r.sync.forEach((e=>{e.propertyName===n.dataset.propertyName&&e.currentPath===window.location.pathname&&t(e.data[n.dataset.propertyName])}))}));var i=n.dataset.editorName??Object.getPrototypeOf(Object.getPrototypeOf(n)).constructor.name.replace(/([A-Z][a-z])/g,"-$1").concat("-Editor").toLowerCase();return["click"].forEach((t=>{n.addEventListener(t,(t=>{t.preventDefault(),t.stopPropagation(),t.currentTarget instanceof HTMLAnchorElement&&t.altKey?window.location.href=t.currentTarget.href:o.send({cmd:e.EU,updates:[{lastUserInteraction:(new Date).toJSON(),action:a.EDIT,origin:window.location.origin,currentPath:window.location.pathname,propertyName:n.dataset.propertyName,editorName:i,placeholder:n.ariaPlaceholder}]})}))})),[r,o]}),(e=>{console.error(e)})),o);class l extends HTMLHeadingElement{constructor(){super(),this.tabIndex=0}connectedCallback(){s(this,(e=>this.textContent=e))}}customElements.define("strife-h1-cpnt",l,{extends:"h1"}),customElements.define("strife-h2-cpnt",class extends l{},{extends:"h2"}),customElements.define("strife-h3-cpnt",class extends l{},{extends:"h3"}),customElements.define("strife-h4-cpnt",class extends l{},{extends:"h4"}),customElements.define("strife-h5-cpnt",class extends l{},{extends:"h5"}),customElements.define("strife-h6-cpnt",class extends l{},{extends:"h6"});class c extends HTMLElement{constructor(){super(),this.tabIndex=0}async connectedCallback(){s(this,(e=>this.textContent=e))}}customElements.define("strife-address-cpnt",c,{extends:"address"});class u extends HTMLAnchorElement{constructor(){super(),this.tabIndex=0}async connectedCallback(){s(this,(e=>this.href=e))}}customElements.define("strife-anchor-cpnt",u,{extends:"a"});var d,_="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},m=(function(e){(function(){function n(e){var n={omitExtraWLInCodeBlocks:{defaultValue:!1,describe:"Omit the default extra whiteline added to code blocks",type:"boolean"},noHeaderId:{defaultValue:!1,describe:"Turn on/off generated header id",type:"boolean"},prefixHeaderId:{defaultValue:!1,describe:"Add a prefix to the generated header ids. Passing a string will prefix that string to the header id. Setting to true will add a generic 'section-' prefix",type:"string"},rawPrefixHeaderId:{defaultValue:!1,describe:'Setting this option to true will prevent showdown from modifying the prefix. This might result in malformed IDs (if, for instance, the " char is used in the prefix)',type:"boolean"},ghCompatibleHeaderId:{defaultValue:!1,describe:"Generate header ids compatible with github style (spaces are replaced with dashes, a bunch of non alphanumeric chars are removed)",type:"boolean"},rawHeaderId:{defaultValue:!1,describe:"Remove only spaces, ' and \" from generated header ids (including prefixes), replacing them with dashes (-). WARNING: This might result in malformed ids",type:"boolean"},headerLevelStart:{defaultValue:!1,describe:"The header blocks level start",type:"integer"},parseImgDimensions:{defaultValue:!1,describe:"Turn on/off image dimension parsing",type:"boolean"},simplifiedAutoLink:{defaultValue:!1,describe:"Turn on/off GFM autolink style",type:"boolean"},excludeTrailingPunctuationFromURLs:{defaultValue:!1,describe:"Excludes trailing punctuation from links generated with autoLinking",type:"boolean"},literalMidWordUnderscores:{defaultValue:!1,describe:"Parse midword underscores as literal underscores",type:"boolean"},literalMidWordAsterisks:{defaultValue:!1,describe:"Parse midword asterisks as literal asterisks",type:"boolean"},strikethrough:{defaultValue:!1,describe:"Turn on/off strikethrough support",type:"boolean"},tables:{defaultValue:!1,describe:"Turn on/off tables support",type:"boolean"},tablesHeaderId:{defaultValue:!1,describe:"Add an id to table headers",type:"boolean"},ghCodeBlocks:{defaultValue:!0,describe:"Turn on/off GFM fenced code blocks support",type:"boolean"},tasklists:{defaultValue:!1,describe:"Turn on/off GFM tasklist support",type:"boolean"},smoothLivePreview:{defaultValue:!1,describe:"Prevents weird effects in live previews due to incomplete input",type:"boolean"},smartIndentationFix:{defaultValue:!1,description:"Tries to smartly fix indentation in es6 strings",type:"boolean"},disableForced4SpacesIndentedSublists:{defaultValue:!1,description:"Disables the requirement of indenting nested sublists by 4 spaces",type:"boolean"},simpleLineBreaks:{defaultValue:!1,description:"Parses simple line breaks as <br> (GFM Style)",type:"boolean"},requireSpaceBeforeHeadingText:{defaultValue:!1,description:"Makes adding a space between `#` and the header text mandatory (GFM Style)",type:"boolean"},ghMentions:{defaultValue:!1,description:"Enables github @mentions",type:"boolean"},ghMentionsLink:{defaultValue:"https://github.com/{u}",description:"Changes the link generated by @mentions. Only applies if ghMentions option is enabled.",type:"string"},encodeEmails:{defaultValue:!0,description:"Encode e-mail addresses through the use of Character Entities, transforming ASCII e-mail addresses into its equivalent decimal entities",type:"boolean"},openLinksInNewWindow:{defaultValue:!1,description:"Open all links in new windows",type:"boolean"},backslashEscapesHTMLTags:{defaultValue:!1,description:"Support for HTML Tag escaping. ex: <div>foo</div>",type:"boolean"},emoji:{defaultValue:!1,description:"Enable emoji support. Ex: `this is a :smile: emoji`",type:"boolean"},underline:{defaultValue:!1,description:"Enable support for underline. Syntax is double or triple underscores: `__underline word__`. With this option enabled, underscores no longer parses into `<em>` and `<strong>`",type:"boolean"},completeHTMLDocument:{defaultValue:!1,description:"Outputs a complete html document, including `<html>`, `<head>` and `<body>` tags",type:"boolean"},metadata:{defaultValue:!1,description:"Enable support for document metadata (defined at the top of the document between `«««` and `»»»` or between `---` and `---`).",type:"boolean"},splitAdjacentBlockquotes:{defaultValue:!1,description:"Split adjacent blockquote blocks",type:"boolean"}};if(!1===e)return JSON.parse(JSON.stringify(n));var t={};for(var r in n)n.hasOwnProperty(r)&&(t[r]=n[r].defaultValue);return t}var t={},r={},a={},o=n(!0),i="vanilla",s={github:{omitExtraWLInCodeBlocks:!0,simplifiedAutoLink:!0,excludeTrailingPunctuationFromURLs:!0,literalMidWordUnderscores:!0,strikethrough:!0,tables:!0,tablesHeaderId:!0,ghCodeBlocks:!0,tasklists:!0,disableForced4SpacesIndentedSublists:!0,simpleLineBreaks:!0,requireSpaceBeforeHeadingText:!0,ghCompatibleHeaderId:!0,ghMentions:!0,backslashEscapesHTMLTags:!0,emoji:!0,splitAdjacentBlockquotes:!0},original:{noHeaderId:!0,ghCodeBlocks:!1},ghost:{omitExtraWLInCodeBlocks:!0,parseImgDimensions:!0,simplifiedAutoLink:!0,excludeTrailingPunctuationFromURLs:!0,literalMidWordUnderscores:!0,strikethrough:!0,tables:!0,tablesHeaderId:!0,ghCodeBlocks:!0,tasklists:!0,smoothLivePreview:!0,simpleLineBreaks:!0,requireSpaceBeforeHeadingText:!0,ghMentions:!1,encodeEmails:!0},vanilla:n(!0),allOn:function(){var e=n(!0),t={};for(var r in e)e.hasOwnProperty(r)&&(t[r]=!0);return t}()};function l(e,n){var r=n?"Error in "+n+" extension->":"Error in unnamed extension",a={valid:!0,error:""};t.helper.isArray(e)||(e=[e]);for(var o=0;o<e.length;++o){var i=r+" sub-extension "+o+": ",s=e[o];if("object"!=typeof s)return a.valid=!1,a.error=i+"must be an object, but "+typeof s+" given",a;if(!t.helper.isString(s.type))return a.valid=!1,a.error=i+'property "type" must be a string, but '+typeof s.type+" given",a;var l=s.type=s.type.toLowerCase();if("language"===l&&(l=s.type="lang"),"html"===l&&(l=s.type="output"),"lang"!==l&&"output"!==l&&"listener"!==l)return a.valid=!1,a.error=i+"type "+l+' is not recognized. Valid values: "lang/language", "output/html" or "listener"',a;if("listener"===l){if(t.helper.isUndefined(s.listeners))return a.valid=!1,a.error=i+'. Extensions of type "listener" must have a property called "listeners"',a}else if(t.helper.isUndefined(s.filter)&&t.helper.isUndefined(s.regex))return a.valid=!1,a.error=i+l+' extensions must define either a "regex" property or a "filter" method',a;if(s.listeners){if("object"!=typeof s.listeners)return a.valid=!1,a.error=i+'"listeners" property must be an object but '+typeof s.listeners+" given",a;for(var c in s.listeners)if(s.listeners.hasOwnProperty(c)&&"function"!=typeof s.listeners[c])return a.valid=!1,a.error=i+'"listeners" property must be an hash of [event name]: [callback]. listeners.'+c+" must be a function but "+typeof s.listeners[c]+" given",a}if(s.filter){if("function"!=typeof s.filter)return a.valid=!1,a.error=i+'"filter" must be a function, but '+typeof s.filter+" given",a}else if(s.regex){if(t.helper.isString(s.regex)&&(s.regex=new RegExp(s.regex,"g")),!(s.regex instanceof RegExp))return a.valid=!1,a.error=i+'"regex" property must either be a string or a RegExp object, but '+typeof s.regex+" given",a;if(t.helper.isUndefined(s.replace))return a.valid=!1,a.error=i+'"regex" extensions must implement a replace string or function',a}}return a}function c(e,n){return"¨E"+n.charCodeAt(0)+"E"}t.helper={},t.extensions={},t.setOption=function(e,n){return o[e]=n,this},t.getOption=function(e){return o[e]},t.getOptions=function(){return o},t.resetOptions=function(){o=n(!0)},t.setFlavor=function(e){if(!s.hasOwnProperty(e))throw Error(e+" flavor was not found");t.resetOptions();var n=s[e];for(var r in i=e,n)n.hasOwnProperty(r)&&(o[r]=n[r])},t.getFlavor=function(){return i},t.getFlavorOptions=function(e){if(s.hasOwnProperty(e))return s[e]},t.getDefaultOptions=function(e){return n(e)},t.subParser=function(e,n){if(t.helper.isString(e)){if(void 0===n){if(r.hasOwnProperty(e))return r[e];throw Error("SubParser named "+e+" not registered!")}r[e]=n}},t.extension=function(e,n){if(!t.helper.isString(e))throw Error("Extension 'name' must be a string");if(e=t.helper.stdExtName(e),t.helper.isUndefined(n)){if(!a.hasOwnProperty(e))throw Error("Extension named "+e+" is not registered!");return a[e]}"function"==typeof n&&(n=n()),t.helper.isArray(n)||(n=[n]);var r=l(n,e);if(!r.valid)throw Error(r.error);a[e]=n},t.getAllExtensions=function(){return a},t.removeExtension=function(e){delete a[e]},t.resetExtensions=function(){a={}},t.validateExtension=function(e){var n=l(e,null);return!!n.valid||(console.warn(n.error),!1)},t.hasOwnProperty("helper")||(t.helper={}),t.helper.isString=function(e){return"string"==typeof e||e instanceof String},t.helper.isFunction=function(e){return e&&"[object Function]"==={}.toString.call(e)},t.helper.isArray=function(e){return Array.isArray(e)},t.helper.isUndefined=function(e){return void 0===e},t.helper.forEach=function(e,n){if(t.helper.isUndefined(e))throw new Error("obj param is required");if(t.helper.isUndefined(n))throw new Error("callback param is required");if(!t.helper.isFunction(n))throw new Error("callback param must be a function/closure");if("function"==typeof e.forEach)e.forEach(n);else if(t.helper.isArray(e))for(var r=0;r<e.length;r++)n(e[r],r,e);else{if("object"!=typeof e)throw new Error("obj does not seem to be an array or an iterable object");for(var a in e)e.hasOwnProperty(a)&&n(e[a],a,e)}},t.helper.stdExtName=function(e){return e.replace(/[_?*+\/\\.^-]/g,"").replace(/\s/g,"").toLowerCase()},t.helper.escapeCharactersCallback=c,t.helper.escapeCharacters=function(e,n,t){var r="(["+n.replace(/([\[\]\\])/g,"\\$1")+"])";t&&(r="\\\\"+r);var a=new RegExp(r,"g");return e.replace(a,c)},t.helper.unescapeHTMLEntities=function(e){return e.replace(/&quot;/g,'"').replace(/&lt;/g,"<").replace(/&gt;/g,">").replace(/&amp;/g,"&")};var u=function(e,n,t,r){var a,o,i,s,l,c=r||"",u=c.indexOf("g")>-1,d=new RegExp(n+"|"+t,"g"+c.replace(/g/g,"")),_=new RegExp(n,c.replace(/g/g,"")),m=[];do{for(a=0;i=d.exec(e);)if(_.test(i[0]))a++||(s=(o=d.lastIndex)-i[0].length);else if(a&&!--a&&(m.push({left:{start:s,end:o},match:{start:o,end:i.index},right:{start:i.index,end:l=i.index+i[0].length},wholeMatch:{start:s,end:l}}),!u))return m}while(a&&(d.lastIndex=o));return m};t.helper.matchRecursiveRegExp=function(e,n,t,r){for(var a=u(e,n,t,r),o=[],i=0;i<a.length;++i)o.push([e.slice(a[i].wholeMatch.start,a[i].wholeMatch.end),e.slice(a[i].match.start,a[i].match.end),e.slice(a[i].left.start,a[i].left.end),e.slice(a[i].right.start,a[i].right.end)]);return o},t.helper.replaceRecursiveRegExp=function(e,n,r,a,o){if(!t.helper.isFunction(n)){var i=n;n=function(){return i}}var s=u(e,r,a,o),l=e,c=s.length;if(c>0){var d=[];0!==s[0].wholeMatch.start&&d.push(e.slice(0,s[0].wholeMatch.start));for(var _=0;_<c;++_)d.push(n(e.slice(s[_].wholeMatch.start,s[_].wholeMatch.end),e.slice(s[_].match.start,s[_].match.end),e.slice(s[_].left.start,s[_].left.end),e.slice(s[_].right.start,s[_].right.end))),_<c-1&&d.push(e.slice(s[_].wholeMatch.end,s[_+1].wholeMatch.start));s[c-1].wholeMatch.end<e.length&&d.push(e.slice(s[c-1].wholeMatch.end)),l=d.join("")}return l},t.helper.regexIndexOf=function(e,n,r){if(!t.helper.isString(e))throw"InvalidArgumentError: first parameter of showdown.helper.regexIndexOf function must be a string";if(n instanceof RegExp==0)throw"InvalidArgumentError: second parameter of showdown.helper.regexIndexOf function must be an instance of RegExp";var a=e.substring(r||0).search(n);return a>=0?a+(r||0):a},t.helper.splitAtIndex=function(e,n){if(!t.helper.isString(e))throw"InvalidArgumentError: first parameter of showdown.helper.regexIndexOf function must be a string";return[e.substring(0,n),e.substring(n)]},t.helper.encodeEmailAddress=function(e){var n=[function(e){return"&#"+e.charCodeAt(0)+";"},function(e){return"&#x"+e.charCodeAt(0).toString(16)+";"},function(e){return e}];return e.replace(/./g,(function(e){if("@"===e)e=n[Math.floor(2*Math.random())](e);else{var t=Math.random();e=t>.9?n[2](e):t>.45?n[1](e):n[0](e)}return e}))},t.helper.padEnd=function(e,n,t){return n>>=0,t=String(t||" "),e.length>n?String(e):((n-=e.length)>t.length&&(t+=t.repeat(n/t.length)),String(e)+t.slice(0,n))},"undefined"==typeof console&&(console={warn:function(e){alert(e)},log:function(e){alert(e)},error:function(e){throw e}}),t.helper.regexes={asteriskDashAndColon:/([*_:~])/g},t.helper.emojis={"+1":"👍","-1":"👎",100:"💯",1234:"🔢","1st_place_medal":"🥇","2nd_place_medal":"🥈","3rd_place_medal":"🥉","8ball":"🎱",a:"🅰️",ab:"🆎",abc:"🔤",abcd:"🔡",accept:"🉑",aerial_tramway:"🚡",airplane:"✈️",alarm_clock:"⏰",alembic:"⚗️",alien:"👽",ambulance:"🚑",amphora:"🏺",anchor:"⚓️",angel:"👼",anger:"💢",angry:"😠",anguished:"😧",ant:"🐜",apple:"🍎",aquarius:"♒️",aries:"♈️",arrow_backward:"◀️",arrow_double_down:"⏬",arrow_double_up:"⏫",arrow_down:"⬇️",arrow_down_small:"🔽",arrow_forward:"▶️",arrow_heading_down:"⤵️",arrow_heading_up:"⤴️",arrow_left:"⬅️",arrow_lower_left:"↙️",arrow_lower_right:"↘️",arrow_right:"➡️",arrow_right_hook:"↪️",arrow_up:"⬆️",arrow_up_down:"↕️",arrow_up_small:"🔼",arrow_upper_left:"↖️",arrow_upper_right:"↗️",arrows_clockwise:"🔃",arrows_counterclockwise:"🔄",art:"🎨",articulated_lorry:"🚛",artificial_satellite:"🛰",astonished:"😲",athletic_shoe:"👟",atm:"🏧",atom_symbol:"⚛️",avocado:"🥑",b:"🅱️",baby:"👶",baby_bottle:"🍼",baby_chick:"🐤",baby_symbol:"🚼",back:"🔙",bacon:"🥓",badminton:"🏸",baggage_claim:"🛄",baguette_bread:"🥖",balance_scale:"⚖️",balloon:"🎈",ballot_box:"🗳",ballot_box_with_check:"☑️",bamboo:"🎍",banana:"🍌",bangbang:"‼️",bank:"🏦",bar_chart:"📊",barber:"💈",baseball:"⚾️",basketball:"🏀",basketball_man:"⛹️",basketball_woman:"⛹️&zwj;♀️",bat:"🦇",bath:"🛀",bathtub:"🛁",battery:"🔋",beach_umbrella:"🏖",bear:"🐻",bed:"🛏",bee:"🐝",beer:"🍺",beers:"🍻",beetle:"🐞",beginner:"🔰",bell:"🔔",bellhop_bell:"🛎",bento:"🍱",biking_man:"🚴",bike:"🚲",biking_woman:"🚴&zwj;♀️",bikini:"👙",biohazard:"☣️",bird:"🐦",birthday:"🎂",black_circle:"⚫️",black_flag:"🏴",black_heart:"🖤",black_joker:"🃏",black_large_square:"⬛️",black_medium_small_square:"◾️",black_medium_square:"◼️",black_nib:"✒️",black_small_square:"▪️",black_square_button:"🔲",blonde_man:"👱",blonde_woman:"👱&zwj;♀️",blossom:"🌼",blowfish:"🐡",blue_book:"📘",blue_car:"🚙",blue_heart:"💙",blush:"😊",boar:"🐗",boat:"⛵️",bomb:"💣",book:"📖",bookmark:"🔖",bookmark_tabs:"📑",books:"📚",boom:"💥",boot:"👢",bouquet:"💐",bowing_man:"🙇",bow_and_arrow:"🏹",bowing_woman:"🙇&zwj;♀️",bowling:"🎳",boxing_glove:"🥊",boy:"👦",bread:"🍞",bride_with_veil:"👰",bridge_at_night:"🌉",briefcase:"💼",broken_heart:"💔",bug:"🐛",building_construction:"🏗",bulb:"💡",bullettrain_front:"🚅",bullettrain_side:"🚄",burrito:"🌯",bus:"🚌",business_suit_levitating:"🕴",busstop:"🚏",bust_in_silhouette:"👤",busts_in_silhouette:"👥",butterfly:"🦋",cactus:"🌵",cake:"🍰",calendar:"📆",call_me_hand:"🤙",calling:"📲",camel:"🐫",camera:"📷",camera_flash:"📸",camping:"🏕",cancer:"♋️",candle:"🕯",candy:"🍬",canoe:"🛶",capital_abcd:"🔠",capricorn:"♑️",car:"🚗",card_file_box:"🗃",card_index:"📇",card_index_dividers:"🗂",carousel_horse:"🎠",carrot:"🥕",cat:"🐱",cat2:"🐈",cd:"💿",chains:"⛓",champagne:"🍾",chart:"💹",chart_with_downwards_trend:"📉",chart_with_upwards_trend:"📈",checkered_flag:"🏁",cheese:"🧀",cherries:"🍒",cherry_blossom:"🌸",chestnut:"🌰",chicken:"🐔",children_crossing:"🚸",chipmunk:"🐿",chocolate_bar:"🍫",christmas_tree:"🎄",church:"⛪️",cinema:"🎦",circus_tent:"🎪",city_sunrise:"🌇",city_sunset:"🌆",cityscape:"🏙",cl:"🆑",clamp:"🗜",clap:"👏",clapper:"🎬",classical_building:"🏛",clinking_glasses:"🥂",clipboard:"📋",clock1:"🕐",clock10:"🕙",clock1030:"🕥",clock11:"🕚",clock1130:"🕦",clock12:"🕛",clock1230:"🕧",clock130:"🕜",clock2:"🕑",clock230:"🕝",clock3:"🕒",clock330:"🕞",clock4:"🕓",clock430:"🕟",clock5:"🕔",clock530:"🕠",clock6:"🕕",clock630:"🕡",clock7:"🕖",clock730:"🕢",clock8:"🕗",clock830:"🕣",clock9:"🕘",clock930:"🕤",closed_book:"📕",closed_lock_with_key:"🔐",closed_umbrella:"🌂",cloud:"☁️",cloud_with_lightning:"🌩",cloud_with_lightning_and_rain:"⛈",cloud_with_rain:"🌧",cloud_with_snow:"🌨",clown_face:"🤡",clubs:"♣️",cocktail:"🍸",coffee:"☕️",coffin:"⚰️",cold_sweat:"😰",comet:"☄️",computer:"💻",computer_mouse:"🖱",confetti_ball:"🎊",confounded:"😖",confused:"😕",congratulations:"㊗️",construction:"🚧",construction_worker_man:"👷",construction_worker_woman:"👷&zwj;♀️",control_knobs:"🎛",convenience_store:"🏪",cookie:"🍪",cool:"🆒",policeman:"👮",copyright:"©️",corn:"🌽",couch_and_lamp:"🛋",couple:"👫",couple_with_heart_woman_man:"💑",couple_with_heart_man_man:"👨&zwj;❤️&zwj;👨",couple_with_heart_woman_woman:"👩&zwj;❤️&zwj;👩",couplekiss_man_man:"👨&zwj;❤️&zwj;💋&zwj;👨",couplekiss_man_woman:"💏",couplekiss_woman_woman:"👩&zwj;❤️&zwj;💋&zwj;👩",cow:"🐮",cow2:"🐄",cowboy_hat_face:"🤠",crab:"🦀",crayon:"🖍",credit_card:"💳",crescent_moon:"🌙",cricket:"🏏",crocodile:"🐊",croissant:"🥐",crossed_fingers:"🤞",crossed_flags:"🎌",crossed_swords:"⚔️",crown:"👑",cry:"😢",crying_cat_face:"😿",crystal_ball:"🔮",cucumber:"🥒",cupid:"💘",curly_loop:"➰",currency_exchange:"💱",curry:"🍛",custard:"🍮",customs:"🛃",cyclone:"🌀",dagger:"🗡",dancer:"💃",dancing_women:"👯",dancing_men:"👯&zwj;♂️",dango:"🍡",dark_sunglasses:"🕶",dart:"🎯",dash:"💨",date:"📅",deciduous_tree:"🌳",deer:"🦌",department_store:"🏬",derelict_house:"🏚",desert:"🏜",desert_island:"🏝",desktop_computer:"🖥",male_detective:"🕵️",diamond_shape_with_a_dot_inside:"💠",diamonds:"♦️",disappointed:"😞",disappointed_relieved:"😥",dizzy:"💫",dizzy_face:"😵",do_not_litter:"🚯",dog:"🐶",dog2:"🐕",dollar:"💵",dolls:"🎎",dolphin:"🐬",door:"🚪",doughnut:"🍩",dove:"🕊",dragon:"🐉",dragon_face:"🐲",dress:"👗",dromedary_camel:"🐪",drooling_face:"🤤",droplet:"💧",drum:"🥁",duck:"🦆",dvd:"📀","e-mail":"📧",eagle:"🦅",ear:"👂",ear_of_rice:"🌾",earth_africa:"🌍",earth_americas:"🌎",earth_asia:"🌏",egg:"🥚",eggplant:"🍆",eight_pointed_black_star:"✴️",eight_spoked_asterisk:"✳️",electric_plug:"🔌",elephant:"🐘",email:"✉️",end:"🔚",envelope_with_arrow:"📩",euro:"💶",european_castle:"🏰",european_post_office:"🏤",evergreen_tree:"🌲",exclamation:"❗️",expressionless:"😑",eye:"👁",eye_speech_bubble:"👁&zwj;🗨",eyeglasses:"👓",eyes:"👀",face_with_head_bandage:"🤕",face_with_thermometer:"🤒",fist_oncoming:"👊",factory:"🏭",fallen_leaf:"🍂",family_man_woman_boy:"👪",family_man_boy:"👨&zwj;👦",family_man_boy_boy:"👨&zwj;👦&zwj;👦",family_man_girl:"👨&zwj;👧",family_man_girl_boy:"👨&zwj;👧&zwj;👦",family_man_girl_girl:"👨&zwj;👧&zwj;👧",family_man_man_boy:"👨&zwj;👨&zwj;👦",family_man_man_boy_boy:"👨&zwj;👨&zwj;👦&zwj;👦",family_man_man_girl:"👨&zwj;👨&zwj;👧",family_man_man_girl_boy:"👨&zwj;👨&zwj;👧&zwj;👦",family_man_man_girl_girl:"👨&zwj;👨&zwj;👧&zwj;👧",family_man_woman_boy_boy:"👨&zwj;👩&zwj;👦&zwj;👦",family_man_woman_girl:"👨&zwj;👩&zwj;👧",family_man_woman_girl_boy:"👨&zwj;👩&zwj;👧&zwj;👦",family_man_woman_girl_girl:"👨&zwj;👩&zwj;👧&zwj;👧",family_woman_boy:"👩&zwj;👦",family_woman_boy_boy:"👩&zwj;👦&zwj;👦",family_woman_girl:"👩&zwj;👧",family_woman_girl_boy:"👩&zwj;👧&zwj;👦",family_woman_girl_girl:"👩&zwj;👧&zwj;👧",family_woman_woman_boy:"👩&zwj;👩&zwj;👦",family_woman_woman_boy_boy:"👩&zwj;👩&zwj;👦&zwj;👦",family_woman_woman_girl:"👩&zwj;👩&zwj;👧",family_woman_woman_girl_boy:"👩&zwj;👩&zwj;👧&zwj;👦",family_woman_woman_girl_girl:"👩&zwj;👩&zwj;👧&zwj;👧",fast_forward:"⏩",fax:"📠",fearful:"😨",feet:"🐾",female_detective:"🕵️&zwj;♀️",ferris_wheel:"🎡",ferry:"⛴",field_hockey:"🏑",file_cabinet:"🗄",file_folder:"📁",film_projector:"📽",film_strip:"🎞",fire:"🔥",fire_engine:"🚒",fireworks:"🎆",first_quarter_moon:"🌓",first_quarter_moon_with_face:"🌛",fish:"🐟",fish_cake:"🍥",fishing_pole_and_fish:"🎣",fist_raised:"✊",fist_left:"🤛",fist_right:"🤜",flags:"🎏",flashlight:"🔦",fleur_de_lis:"⚜️",flight_arrival:"🛬",flight_departure:"🛫",floppy_disk:"💾",flower_playing_cards:"🎴",flushed:"😳",fog:"🌫",foggy:"🌁",football:"🏈",footprints:"👣",fork_and_knife:"🍴",fountain:"⛲️",fountain_pen:"🖋",four_leaf_clover:"🍀",fox_face:"🦊",framed_picture:"🖼",free:"🆓",fried_egg:"🍳",fried_shrimp:"🍤",fries:"🍟",frog:"🐸",frowning:"😦",frowning_face:"☹️",frowning_man:"🙍&zwj;♂️",frowning_woman:"🙍",middle_finger:"🖕",fuelpump:"⛽️",full_moon:"🌕",full_moon_with_face:"🌝",funeral_urn:"⚱️",game_die:"🎲",gear:"⚙️",gem:"💎",gemini:"♊️",ghost:"👻",gift:"🎁",gift_heart:"💝",girl:"👧",globe_with_meridians:"🌐",goal_net:"🥅",goat:"🐐",golf:"⛳️",golfing_man:"🏌️",golfing_woman:"🏌️&zwj;♀️",gorilla:"🦍",grapes:"🍇",green_apple:"🍏",green_book:"📗",green_heart:"💚",green_salad:"🥗",grey_exclamation:"❕",grey_question:"❔",grimacing:"😬",grin:"😁",grinning:"😀",guardsman:"💂",guardswoman:"💂&zwj;♀️",guitar:"🎸",gun:"🔫",haircut_woman:"💇",haircut_man:"💇&zwj;♂️",hamburger:"🍔",hammer:"🔨",hammer_and_pick:"⚒",hammer_and_wrench:"🛠",hamster:"🐹",hand:"✋",handbag:"👜",handshake:"🤝",hankey:"💩",hatched_chick:"🐥",hatching_chick:"🐣",headphones:"🎧",hear_no_evil:"🙉",heart:"❤️",heart_decoration:"💟",heart_eyes:"😍",heart_eyes_cat:"😻",heartbeat:"💓",heartpulse:"💗",hearts:"♥️",heavy_check_mark:"✔️",heavy_division_sign:"➗",heavy_dollar_sign:"💲",heavy_heart_exclamation:"❣️",heavy_minus_sign:"➖",heavy_multiplication_x:"✖️",heavy_plus_sign:"➕",helicopter:"🚁",herb:"🌿",hibiscus:"🌺",high_brightness:"🔆",high_heel:"👠",hocho:"🔪",hole:"🕳",honey_pot:"🍯",horse:"🐴",horse_racing:"🏇",hospital:"🏥",hot_pepper:"🌶",hotdog:"🌭",hotel:"🏨",hotsprings:"♨️",hourglass:"⌛️",hourglass_flowing_sand:"⏳",house:"🏠",house_with_garden:"🏡",houses:"🏘",hugs:"🤗",hushed:"😯",ice_cream:"🍨",ice_hockey:"🏒",ice_skate:"⛸",icecream:"🍦",id:"🆔",ideograph_advantage:"🉐",imp:"👿",inbox_tray:"📥",incoming_envelope:"📨",tipping_hand_woman:"💁",information_source:"ℹ️",innocent:"😇",interrobang:"⁉️",iphone:"📱",izakaya_lantern:"🏮",jack_o_lantern:"🎃",japan:"🗾",japanese_castle:"🏯",japanese_goblin:"👺",japanese_ogre:"👹",jeans:"👖",joy:"😂",joy_cat:"😹",joystick:"🕹",kaaba:"🕋",key:"🔑",keyboard:"⌨️",keycap_ten:"🔟",kick_scooter:"🛴",kimono:"👘",kiss:"💋",kissing:"😗",kissing_cat:"😽",kissing_closed_eyes:"😚",kissing_heart:"😘",kissing_smiling_eyes:"😙",kiwi_fruit:"🥝",koala:"🐨",koko:"🈁",label:"🏷",large_blue_circle:"🔵",large_blue_diamond:"🔷",large_orange_diamond:"🔶",last_quarter_moon:"🌗",last_quarter_moon_with_face:"🌜",latin_cross:"✝️",laughing:"😆",leaves:"🍃",ledger:"📒",left_luggage:"🛅",left_right_arrow:"↔️",leftwards_arrow_with_hook:"↩️",lemon:"🍋",leo:"♌️",leopard:"🐆",level_slider:"🎚",libra:"♎️",light_rail:"🚈",link:"🔗",lion:"🦁",lips:"👄",lipstick:"💄",lizard:"🦎",lock:"🔒",lock_with_ink_pen:"🔏",lollipop:"🍭",loop:"➿",loud_sound:"🔊",loudspeaker:"📢",love_hotel:"🏩",love_letter:"💌",low_brightness:"🔅",lying_face:"🤥",m:"Ⓜ️",mag:"🔍",mag_right:"🔎",mahjong:"🀄️",mailbox:"📫",mailbox_closed:"📪",mailbox_with_mail:"📬",mailbox_with_no_mail:"📭",man:"👨",man_artist:"👨&zwj;🎨",man_astronaut:"👨&zwj;🚀",man_cartwheeling:"🤸&zwj;♂️",man_cook:"👨&zwj;🍳",man_dancing:"🕺",man_facepalming:"🤦&zwj;♂️",man_factory_worker:"👨&zwj;🏭",man_farmer:"👨&zwj;🌾",man_firefighter:"👨&zwj;🚒",man_health_worker:"👨&zwj;⚕️",man_in_tuxedo:"🤵",man_judge:"👨&zwj;⚖️",man_juggling:"🤹&zwj;♂️",man_mechanic:"👨&zwj;🔧",man_office_worker:"👨&zwj;💼",man_pilot:"👨&zwj;✈️",man_playing_handball:"🤾&zwj;♂️",man_playing_water_polo:"🤽&zwj;♂️",man_scientist:"👨&zwj;🔬",man_shrugging:"🤷&zwj;♂️",man_singer:"👨&zwj;🎤",man_student:"👨&zwj;🎓",man_teacher:"👨&zwj;🏫",man_technologist:"👨&zwj;💻",man_with_gua_pi_mao:"👲",man_with_turban:"👳",tangerine:"🍊",mans_shoe:"👞",mantelpiece_clock:"🕰",maple_leaf:"🍁",martial_arts_uniform:"🥋",mask:"😷",massage_woman:"💆",massage_man:"💆&zwj;♂️",meat_on_bone:"🍖",medal_military:"🎖",medal_sports:"🏅",mega:"📣",melon:"🍈",memo:"📝",men_wrestling:"🤼&zwj;♂️",menorah:"🕎",mens:"🚹",metal:"🤘",metro:"🚇",microphone:"🎤",microscope:"🔬",milk_glass:"🥛",milky_way:"🌌",minibus:"🚐",minidisc:"💽",mobile_phone_off:"📴",money_mouth_face:"🤑",money_with_wings:"💸",moneybag:"💰",monkey:"🐒",monkey_face:"🐵",monorail:"🚝",moon:"🌔",mortar_board:"🎓",mosque:"🕌",motor_boat:"🛥",motor_scooter:"🛵",motorcycle:"🏍",motorway:"🛣",mount_fuji:"🗻",mountain:"⛰",mountain_biking_man:"🚵",mountain_biking_woman:"🚵&zwj;♀️",mountain_cableway:"🚠",mountain_railway:"🚞",mountain_snow:"🏔",mouse:"🐭",mouse2:"🐁",movie_camera:"🎥",moyai:"🗿",mrs_claus:"🤶",muscle:"💪",mushroom:"🍄",musical_keyboard:"🎹",musical_note:"🎵",musical_score:"🎼",mute:"🔇",nail_care:"💅",name_badge:"📛",national_park:"🏞",nauseated_face:"🤢",necktie:"👔",negative_squared_cross_mark:"❎",nerd_face:"🤓",neutral_face:"😐",new:"🆕",new_moon:"🌑",new_moon_with_face:"🌚",newspaper:"📰",newspaper_roll:"🗞",next_track_button:"⏭",ng:"🆖",no_good_man:"🙅&zwj;♂️",no_good_woman:"🙅",night_with_stars:"🌃",no_bell:"🔕",no_bicycles:"🚳",no_entry:"⛔️",no_entry_sign:"🚫",no_mobile_phones:"📵",no_mouth:"😶",no_pedestrians:"🚷",no_smoking:"🚭","non-potable_water":"🚱",nose:"👃",notebook:"📓",notebook_with_decorative_cover:"📔",notes:"🎶",nut_and_bolt:"🔩",o:"⭕️",o2:"🅾️",ocean:"🌊",octopus:"🐙",oden:"🍢",office:"🏢",oil_drum:"🛢",ok:"🆗",ok_hand:"👌",ok_man:"🙆&zwj;♂️",ok_woman:"🙆",old_key:"🗝",older_man:"👴",older_woman:"👵",om:"🕉",on:"🔛",oncoming_automobile:"🚘",oncoming_bus:"🚍",oncoming_police_car:"🚔",oncoming_taxi:"🚖",open_file_folder:"📂",open_hands:"👐",open_mouth:"😮",open_umbrella:"☂️",ophiuchus:"⛎",orange_book:"📙",orthodox_cross:"☦️",outbox_tray:"📤",owl:"🦉",ox:"🐂",package:"📦",page_facing_up:"📄",page_with_curl:"📃",pager:"📟",paintbrush:"🖌",palm_tree:"🌴",pancakes:"🥞",panda_face:"🐼",paperclip:"📎",paperclips:"🖇",parasol_on_ground:"⛱",parking:"🅿️",part_alternation_mark:"〽️",partly_sunny:"⛅️",passenger_ship:"🛳",passport_control:"🛂",pause_button:"⏸",peace_symbol:"☮️",peach:"🍑",peanuts:"🥜",pear:"🍐",pen:"🖊",pencil2:"✏️",penguin:"🐧",pensive:"😔",performing_arts:"🎭",persevere:"😣",person_fencing:"🤺",pouting_woman:"🙎",phone:"☎️",pick:"⛏",pig:"🐷",pig2:"🐖",pig_nose:"🐽",pill:"💊",pineapple:"🍍",ping_pong:"🏓",pisces:"♓️",pizza:"🍕",place_of_worship:"🛐",plate_with_cutlery:"🍽",play_or_pause_button:"⏯",point_down:"👇",point_left:"👈",point_right:"👉",point_up:"☝️",point_up_2:"👆",police_car:"🚓",policewoman:"👮&zwj;♀️",poodle:"🐩",popcorn:"🍿",post_office:"🏣",postal_horn:"📯",postbox:"📮",potable_water:"🚰",potato:"🥔",pouch:"👝",poultry_leg:"🍗",pound:"💷",rage:"😡",pouting_cat:"😾",pouting_man:"🙎&zwj;♂️",pray:"🙏",prayer_beads:"📿",pregnant_woman:"🤰",previous_track_button:"⏮",prince:"🤴",princess:"👸",printer:"🖨",purple_heart:"💜",purse:"👛",pushpin:"📌",put_litter_in_its_place:"🚮",question:"❓",rabbit:"🐰",rabbit2:"🐇",racehorse:"🐎",racing_car:"🏎",radio:"📻",radio_button:"🔘",radioactive:"☢️",railway_car:"🚃",railway_track:"🛤",rainbow:"🌈",rainbow_flag:"🏳️&zwj;🌈",raised_back_of_hand:"🤚",raised_hand_with_fingers_splayed:"🖐",raised_hands:"🙌",raising_hand_woman:"🙋",raising_hand_man:"🙋&zwj;♂️",ram:"🐏",ramen:"🍜",rat:"🐀",record_button:"⏺",recycle:"♻️",red_circle:"🔴",registered:"®️",relaxed:"☺️",relieved:"😌",reminder_ribbon:"🎗",repeat:"🔁",repeat_one:"🔂",rescue_worker_helmet:"⛑",restroom:"🚻",revolving_hearts:"💞",rewind:"⏪",rhinoceros:"🦏",ribbon:"🎀",rice:"🍚",rice_ball:"🍙",rice_cracker:"🍘",rice_scene:"🎑",right_anger_bubble:"🗯",ring:"💍",robot:"🤖",rocket:"🚀",rofl:"🤣",roll_eyes:"🙄",roller_coaster:"🎢",rooster:"🐓",rose:"🌹",rosette:"🏵",rotating_light:"🚨",round_pushpin:"📍",rowing_man:"🚣",rowing_woman:"🚣&zwj;♀️",rugby_football:"🏉",running_man:"🏃",running_shirt_with_sash:"🎽",running_woman:"🏃&zwj;♀️",sa:"🈂️",sagittarius:"♐️",sake:"🍶",sandal:"👡",santa:"🎅",satellite:"📡",saxophone:"🎷",school:"🏫",school_satchel:"🎒",scissors:"✂️",scorpion:"🦂",scorpius:"♏️",scream:"😱",scream_cat:"🙀",scroll:"📜",seat:"💺",secret:"㊙️",see_no_evil:"🙈",seedling:"🌱",selfie:"🤳",shallow_pan_of_food:"🥘",shamrock:"☘️",shark:"🦈",shaved_ice:"🍧",sheep:"🐑",shell:"🐚",shield:"🛡",shinto_shrine:"⛩",ship:"🚢",shirt:"👕",shopping:"🛍",shopping_cart:"🛒",shower:"🚿",shrimp:"🦐",signal_strength:"📶",six_pointed_star:"🔯",ski:"🎿",skier:"⛷",skull:"💀",skull_and_crossbones:"☠️",sleeping:"😴",sleeping_bed:"🛌",sleepy:"😪",slightly_frowning_face:"🙁",slightly_smiling_face:"🙂",slot_machine:"🎰",small_airplane:"🛩",small_blue_diamond:"🔹",small_orange_diamond:"🔸",small_red_triangle:"🔺",small_red_triangle_down:"🔻",smile:"😄",smile_cat:"😸",smiley:"😃",smiley_cat:"😺",smiling_imp:"😈",smirk:"😏",smirk_cat:"😼",smoking:"🚬",snail:"🐌",snake:"🐍",sneezing_face:"🤧",snowboarder:"🏂",snowflake:"❄️",snowman:"⛄️",snowman_with_snow:"☃️",sob:"😭",soccer:"⚽️",soon:"🔜",sos:"🆘",sound:"🔉",space_invader:"👾",spades:"♠️",spaghetti:"🍝",sparkle:"❇️",sparkler:"🎇",sparkles:"✨",sparkling_heart:"💖",speak_no_evil:"🙊",speaker:"🔈",speaking_head:"🗣",speech_balloon:"💬",speedboat:"🚤",spider:"🕷",spider_web:"🕸",spiral_calendar:"🗓",spiral_notepad:"🗒",spoon:"🥄",squid:"🦑",stadium:"🏟",star:"⭐️",star2:"🌟",star_and_crescent:"☪️",star_of_david:"✡️",stars:"🌠",station:"🚉",statue_of_liberty:"🗽",steam_locomotive:"🚂",stew:"🍲",stop_button:"⏹",stop_sign:"🛑",stopwatch:"⏱",straight_ruler:"📏",strawberry:"🍓",stuck_out_tongue:"😛",stuck_out_tongue_closed_eyes:"😝",stuck_out_tongue_winking_eye:"😜",studio_microphone:"🎙",stuffed_flatbread:"🥙",sun_behind_large_cloud:"🌥",sun_behind_rain_cloud:"🌦",sun_behind_small_cloud:"🌤",sun_with_face:"🌞",sunflower:"🌻",sunglasses:"😎",sunny:"☀️",sunrise:"🌅",sunrise_over_mountains:"🌄",surfing_man:"🏄",surfing_woman:"🏄&zwj;♀️",sushi:"🍣",suspension_railway:"🚟",sweat:"😓",sweat_drops:"💦",sweat_smile:"😅",sweet_potato:"🍠",swimming_man:"🏊",swimming_woman:"🏊&zwj;♀️",symbols:"🔣",synagogue:"🕍",syringe:"💉",taco:"🌮",tada:"🎉",tanabata_tree:"🎋",taurus:"♉️",taxi:"🚕",tea:"🍵",telephone_receiver:"📞",telescope:"🔭",tennis:"🎾",tent:"⛺️",thermometer:"🌡",thinking:"🤔",thought_balloon:"💭",ticket:"🎫",tickets:"🎟",tiger:"🐯",tiger2:"🐅",timer_clock:"⏲",tipping_hand_man:"💁&zwj;♂️",tired_face:"😫",tm:"™️",toilet:"🚽",tokyo_tower:"🗼",tomato:"🍅",tongue:"👅",top:"🔝",tophat:"🎩",tornado:"🌪",trackball:"🖲",tractor:"🚜",traffic_light:"🚥",train:"🚋",train2:"🚆",tram:"🚊",triangular_flag_on_post:"🚩",triangular_ruler:"📐",trident:"🔱",triumph:"😤",trolleybus:"🚎",trophy:"🏆",tropical_drink:"🍹",tropical_fish:"🐠",truck:"🚚",trumpet:"🎺",tulip:"🌷",tumbler_glass:"🥃",turkey:"🦃",turtle:"🐢",tv:"📺",twisted_rightwards_arrows:"🔀",two_hearts:"💕",two_men_holding_hands:"👬",two_women_holding_hands:"👭",u5272:"🈹",u5408:"🈴",u55b6:"🈺",u6307:"🈯️",u6708:"🈷️",u6709:"🈶",u6e80:"🈵",u7121:"🈚️",u7533:"🈸",u7981:"🈲",u7a7a:"🈳",umbrella:"☔️",unamused:"😒",underage:"🔞",unicorn:"🦄",unlock:"🔓",up:"🆙",upside_down_face:"🙃",v:"✌️",vertical_traffic_light:"🚦",vhs:"📼",vibration_mode:"📳",video_camera:"📹",video_game:"🎮",violin:"🎻",virgo:"♍️",volcano:"🌋",volleyball:"🏐",vs:"🆚",vulcan_salute:"🖖",walking_man:"🚶",walking_woman:"🚶&zwj;♀️",waning_crescent_moon:"🌘",waning_gibbous_moon:"🌖",warning:"⚠️",wastebasket:"🗑",watch:"⌚️",water_buffalo:"🐃",watermelon:"🍉",wave:"👋",wavy_dash:"〰️",waxing_crescent_moon:"🌒",wc:"🚾",weary:"😩",wedding:"💒",weight_lifting_man:"🏋️",weight_lifting_woman:"🏋️&zwj;♀️",whale:"🐳",whale2:"🐋",wheel_of_dharma:"☸️",wheelchair:"♿️",white_check_mark:"✅",white_circle:"⚪️",white_flag:"🏳️",white_flower:"💮",white_large_square:"⬜️",white_medium_small_square:"◽️",white_medium_square:"◻️",white_small_square:"▫️",white_square_button:"🔳",wilted_flower:"🥀",wind_chime:"🎐",wind_face:"🌬",wine_glass:"🍷",wink:"😉",wolf:"🐺",woman:"👩",woman_artist:"👩&zwj;🎨",woman_astronaut:"👩&zwj;🚀",woman_cartwheeling:"🤸&zwj;♀️",woman_cook:"👩&zwj;🍳",woman_facepalming:"🤦&zwj;♀️",woman_factory_worker:"👩&zwj;🏭",woman_farmer:"👩&zwj;🌾",woman_firefighter:"👩&zwj;🚒",woman_health_worker:"👩&zwj;⚕️",woman_judge:"👩&zwj;⚖️",woman_juggling:"🤹&zwj;♀️",woman_mechanic:"👩&zwj;🔧",woman_office_worker:"👩&zwj;💼",woman_pilot:"👩&zwj;✈️",woman_playing_handball:"🤾&zwj;♀️",woman_playing_water_polo:"🤽&zwj;♀️",woman_scientist:"👩&zwj;🔬",woman_shrugging:"🤷&zwj;♀️",woman_singer:"👩&zwj;🎤",woman_student:"👩&zwj;🎓",woman_teacher:"👩&zwj;🏫",woman_technologist:"👩&zwj;💻",woman_with_turban:"👳&zwj;♀️",womans_clothes:"👚",womans_hat:"👒",women_wrestling:"🤼&zwj;♀️",womens:"🚺",world_map:"🗺",worried:"😟",wrench:"🔧",writing_hand:"✍️",x:"❌",yellow_heart:"💛",yen:"💴",yin_yang:"☯️",yum:"😋",zap:"⚡️",zipper_mouth_face:"🤐",zzz:"💤",octocat:'<img alt=":octocat:" height="20" width="20" align="absmiddle" src="https://assets-cdn.github.com/images/icons/emoji/octocat.png">',showdown:"<span style=\"font-family: 'Anonymous Pro', monospace; text-decoration: underline; text-decoration-style: dashed; text-decoration-color: #3e8b8a;text-underline-position: under;\">S</span>"},t.Converter=function(e){var n={},r=[],c=[],u={},d=i,_={parsed:{},raw:"",format:""};function m(e,n){if(n=n||null,t.helper.isString(e)){if(n=e=t.helper.stdExtName(e),t.extensions[e])return console.warn("DEPRECATION WARNING: "+e+" is an old extension that uses a deprecated loading method.Please inform the developer that the extension should be updated!"),void function(e,n){"function"==typeof e&&(e=e(new t.Converter)),t.helper.isArray(e)||(e=[e]);var a=l(e,n);if(!a.valid)throw Error(a.error);for(var o=0;o<e.length;++o)switch(e[o].type){case"lang":r.push(e[o]);break;case"output":c.push(e[o]);break;default:throw Error("Extension loader error: Type unrecognized!!!")}}(t.extensions[e],e);if(t.helper.isUndefined(a[e]))throw Error('Extension "'+e+'" could not be loaded. It was either not found or is not a valid extension.');e=a[e]}"function"==typeof e&&(e=e()),t.helper.isArray(e)||(e=[e]);var o=l(e,n);if(!o.valid)throw Error(o.error);for(var i=0;i<e.length;++i){switch(e[i].type){case"lang":r.push(e[i]);break;case"output":c.push(e[i])}if(e[i].hasOwnProperty("listeners"))for(var s in e[i].listeners)e[i].listeners.hasOwnProperty(s)&&f(s,e[i].listeners[s])}}function f(e,n){if(!t.helper.isString(e))throw Error("Invalid argument in converter.listen() method: name must be a string, but "+typeof e+" given");if("function"!=typeof n)throw Error("Invalid argument in converter.listen() method: callback must be a function, but "+typeof n+" given");u.hasOwnProperty(e)||(u[e]=[]),u[e].push(n)}!function(){for(var r in e=e||{},o)o.hasOwnProperty(r)&&(n[r]=o[r]);if("object"!=typeof e)throw Error("Converter expects the passed parameter to be an object, but "+typeof e+" was passed instead.");for(var a in e)e.hasOwnProperty(a)&&(n[a]=e[a]);n.extensions&&t.helper.forEach(n.extensions,m)}(),this.t=function(e,n,t,r){if(u.hasOwnProperty(e))for(var a=0;a<u[e].length;++a){var o=u[e][a](e,n,this,t,r);o&&void 0!==o&&(n=o)}return n},this.listen=function(e,n){return f(e,n),this},this.makeHtml=function(e){if(!e)return e;var a={gHtmlBlocks:[],gHtmlMdBlocks:[],gHtmlSpans:[],gUrls:{},gTitles:{},gDimensions:{},gListLevel:0,hashLinkCounts:{},langExtensions:r,outputModifiers:c,converter:this,ghCodeBlocks:[],metadata:{parsed:{},raw:"",format:""}};return e=(e=(e=(e=(e=e.replace(/¨/g,"¨T")).replace(/\$/g,"¨D")).replace(/\r\n/g,"\n")).replace(/\r/g,"\n")).replace(/\u00A0/g,"&nbsp;"),n.smartIndentationFix&&(e=function(e){var n=e.match(/^\s*/)[0].length,t=new RegExp("^\\s{0,"+n+"}","gm");return e.replace(t,"")}(e)),e="\n\n"+e+"\n\n",e=(e=t.subParser("detab")(e,n,a)).replace(/^[ \t]+$/gm,""),t.helper.forEach(r,(function(r){e=t.subParser("runExtension")(r,e,n,a)})),e=t.subParser("metadata")(e,n,a),e=t.subParser("hashPreCodeTags")(e,n,a),e=t.subParser("githubCodeBlocks")(e,n,a),e=t.subParser("hashHTMLBlocks")(e,n,a),e=t.subParser("hashCodeTags")(e,n,a),e=t.subParser("stripLinkDefinitions")(e,n,a),e=t.subParser("blockGamut")(e,n,a),e=t.subParser("unhashHTMLSpans")(e,n,a),e=(e=(e=t.subParser("unescapeSpecialChars")(e,n,a)).replace(/¨D/g,"$$")).replace(/¨T/g,"¨"),e=t.subParser("completeHTMLDocument")(e,n,a),t.helper.forEach(c,(function(r){e=t.subParser("runExtension")(r,e,n,a)})),_=a.metadata,e},this.makeMarkdown=this.makeMd=function(e,n){if(e=(e=(e=e.replace(/\r\n/g,"\n")).replace(/\r/g,"\n")).replace(/>[ \t]+</,">¨NBSP;<"),!n){if(!window||!window.document)throw new Error("HTMLParser is undefined. If in a webworker or nodejs environment, you need to provide a WHATWG DOM and HTML such as JSDOM");n=window.document}var r=n.createElement("div");r.innerHTML=e;var a={preList:function(e){for(var n=e.querySelectorAll("pre"),r=[],a=0;a<n.length;++a)if(1===n[a].childElementCount&&"code"===n[a].firstChild.tagName.toLowerCase()){var o=n[a].firstChild.innerHTML.trim(),i=n[a].firstChild.getAttribute("data-language")||"";if(""===i)for(var s=n[a].firstChild.className.split(" "),l=0;l<s.length;++l){var c=s[l].match(/^language-(.+)$/);if(null!==c){i=c[1];break}}o=t.helper.unescapeHTMLEntities(o),r.push(o),n[a].outerHTML='<precode language="'+i+'" precodenum="'+a.toString()+'"></precode>'}else r.push(n[a].innerHTML),n[a].innerHTML="",n[a].setAttribute("prenum",a.toString());return r}(r)};!function e(n){for(var t=0;t<n.childNodes.length;++t){var r=n.childNodes[t];3===r.nodeType?/\S/.test(r.nodeValue)?(r.nodeValue=r.nodeValue.split("\n").join(" "),r.nodeValue=r.nodeValue.replace(/(\s)+/g,"$1")):(n.removeChild(r),--t):1===r.nodeType&&e(r)}}(r);for(var o=r.childNodes,i="",s=0;s<o.length;s++)i+=t.subParser("makeMarkdown.node")(o[s],a);return i},this.setOption=function(e,t){n[e]=t},this.getOption=function(e){return n[e]},this.getOptions=function(){return n},this.addExtension=function(e,n){m(e,n=n||null)},this.useExtension=function(e){m(e)},this.setFlavor=function(e){if(!s.hasOwnProperty(e))throw Error(e+" flavor was not found");var t=s[e];for(var r in d=e,t)t.hasOwnProperty(r)&&(n[r]=t[r])},this.getFlavor=function(){return d},this.removeExtension=function(e){t.helper.isArray(e)||(e=[e]);for(var n=0;n<e.length;++n){for(var a=e[n],o=0;o<r.length;++o)r[o]===a&&r[o].splice(o,1);for(;0<c.length;++o)c[0]===a&&c[0].splice(o,1)}},this.getAllExtensions=function(){return{language:r,output:c}},this.getMetadata=function(e){return e?_.raw:_.parsed},this.getMetadataFormat=function(){return _.format},this.i=function(e,n){_.parsed[e]=n},this.l=function(e){_.format=e},this.u=function(e){_.raw=e}},t.subParser("anchors",(function(e,n,r){var a=function(e,a,o,i,s,l,c){if(t.helper.isUndefined(c)&&(c=""),o=o.toLowerCase(),e.search(/\(<?\s*>? ?(['"].*['"])?\)$/m)>-1)i="";else if(!i){if(o||(o=a.toLowerCase().replace(/ ?\n/g," ")),i="#"+o,t.helper.isUndefined(r.gUrls[o]))return e;i=r.gUrls[o],t.helper.isUndefined(r.gTitles[o])||(c=r.gTitles[o])}var u='<a href="'+(i=i.replace(t.helper.regexes.asteriskDashAndColon,t.helper.escapeCharactersCallback))+'"';return""!==c&&null!==c&&(u+=' title="'+(c=(c=c.replace(/"/g,"&quot;")).replace(t.helper.regexes.asteriskDashAndColon,t.helper.escapeCharactersCallback))+'"'),n.openLinksInNewWindow&&!/^#/.test(i)&&(u+=' rel="noopener noreferrer" target="¨E95Eblank"'),u+">"+a+"</a>"};return e=(e=(e=(e=(e=r.converter.t("anchors.before",e,n,r)).replace(/\[((?:\[[^\]]*]|[^\[\]])*)] ?(?:\n *)?\[(.*?)]()()()()/g,a)).replace(/\[((?:\[[^\]]*]|[^\[\]])*)]()[ \t]*\([ \t]?<([^>]*)>(?:[ \t]*((["'])([^"]*?)\5))?[ \t]?\)/g,a)).replace(/\[((?:\[[^\]]*]|[^\[\]])*)]()[ \t]*\([ \t]?<?([\S]+?(?:\([\S]*?\)[\S]*?)?)>?(?:[ \t]*((["'])([^"]*?)\5))?[ \t]?\)/g,a)).replace(/\[([^\[\]]+)]()()()()()/g,a),n.ghMentions&&(e=e.replace(/(^|\s)(\\)?(@([a-z\d]+(?:[a-z\d.-]+?[a-z\d]+)*))/gim,(function(e,r,a,o,i){if("\\"===a)return r+o;if(!t.helper.isString(n.ghMentionsLink))throw new Error("ghMentionsLink option must be a string");var s=n.ghMentionsLink.replace(/\{u}/g,i),l="";return n.openLinksInNewWindow&&(l=' rel="noopener noreferrer" target="¨E95Eblank"'),r+'<a href="'+s+'"'+l+">"+o+"</a>"}))),r.converter.t("anchors.after",e,n,r)}));var d=/([*~_]+|\b)(((https?|ftp|dict):\/\/|www\.)[^'">\s]+?\.[^'">\s]+?)()(\1)?(?=\s|$)(?!["<>])/gi,_=/([*~_]+|\b)(((https?|ftp|dict):\/\/|www\.)[^'">\s]+\.[^'">\s]+?)([.!?,()\[\]])?(\1)?(?=\s|$)(?!["<>])/gi,m=/()<(((https?|ftp|dict):\/\/|www\.)[^'">\s]+)()>()/gi,f=/(^|\s)(?:mailto:)?([A-Za-z0-9!#$%&'*+-/=?^_`{|}~.]+@[-a-z0-9]+(\.[-a-z0-9]+)*\.[a-z]+)(?=$|\s)/gim,g=/<()(?:mailto:)?([-.\w]+@[-a-z0-9]+(\.[-a-z0-9]+)*\.[a-z]+)>/gi,h=function(e){return function(n,r,a,o,i,s,l){var c=a=a.replace(t.helper.regexes.asteriskDashAndColon,t.helper.escapeCharactersCallback),u="",d="",_=r||"",m=l||"";return/^www\./i.test(a)&&(a=a.replace(/^www\./i,"http://www.")),e.excludeTrailingPunctuationFromURLs&&s&&(u=s),e.openLinksInNewWindow&&(d=' rel="noopener noreferrer" target="¨E95Eblank"'),_+'<a href="'+a+'"'+d+">"+c+"</a>"+u+m}},p=function(e,n){return function(r,a,o){var i="mailto:";return a=a||"",o=t.subParser("unescapeSpecialChars")(o,e,n),e.encodeEmails?(i=t.helper.encodeEmailAddress(i+o),o=t.helper.encodeEmailAddress(o)):i+=o,a+'<a href="'+i+'">'+o+"</a>"}};t.subParser("autoLinks",(function(e,n,t){return e=(e=(e=t.converter.t("autoLinks.before",e,n,t)).replace(m,h(n))).replace(g,p(n,t)),t.converter.t("autoLinks.after",e,n,t)})),t.subParser("simplifiedAutoLinks",(function(e,n,t){return n.simplifiedAutoLink?(e=(e=(e=t.converter.t("simplifiedAutoLinks.before",e,n,t)).replace(n.excludeTrailingPunctuationFromURLs?_:d,h(n))).replace(f,p(n,t)),e=t.converter.t("simplifiedAutoLinks.after",e,n,t)):e})),t.subParser("blockGamut",(function(e,n,r){return e=r.converter.t("blockGamut.before",e,n,r),e=t.subParser("blockQuotes")(e,n,r),e=t.subParser("headers")(e,n,r),e=t.subParser("horizontalRule")(e,n,r),e=t.subParser("lists")(e,n,r),e=t.subParser("codeBlocks")(e,n,r),e=t.subParser("tables")(e,n,r),e=t.subParser("hashHTMLBlocks")(e,n,r),e=t.subParser("paragraphs")(e,n,r),r.converter.t("blockGamut.after",e,n,r)})),t.subParser("blockQuotes",(function(e,n,r){e=r.converter.t("blockQuotes.before",e,n,r);var a=/(^ {0,3}>[ \t]?.+\n(.+\n)*\n*)+/gm;return n.splitAdjacentBlockquotes&&(a=/^ {0,3}>[\s\S]*?(?:\n\n)/gm),e=(e+="\n\n").replace(a,(function(e){return e=(e=(e=e.replace(/^[ \t]*>[ \t]?/gm,"")).replace(/¨0/g,"")).replace(/^[ \t]+$/gm,""),e=t.subParser("githubCodeBlocks")(e,n,r),e=(e=(e=t.subParser("blockGamut")(e,n,r)).replace(/(^|\n)/g,"$1 ")).replace(/(\s*<pre>[^\r]+?<\/pre>)/gm,(function(e,n){return n.replace(/^ /gm,"¨0").replace(/¨0/g,"")})),t.subParser("hashBlock")("<blockquote>\n"+e+"\n</blockquote>",n,r)})),r.converter.t("blockQuotes.after",e,n,r)})),t.subParser("codeBlocks",(function(e,n,r){return e=r.converter.t("codeBlocks.before",e,n,r),e=(e=(e+="¨0").replace(/(?:\n\n|^)((?:(?:[ ]{4}|\t).*\n+)+)(\n*[ ]{0,3}[^ \t\n]|(?=¨0))/g,(function(e,a,o){var i=a,s=o,l="\n";return i=t.subParser("outdent")(i,n,r),i=t.subParser("encodeCode")(i,n,r),i=(i=(i=t.subParser("detab")(i,n,r)).replace(/^\n+/g,"")).replace(/\n+$/g,""),n.omitExtraWLInCodeBlocks&&(l=""),i="<pre><code>"+i+l+"</code></pre>",t.subParser("hashBlock")(i,n,r)+s}))).replace(/¨0/,""),r.converter.t("codeBlocks.after",e,n,r)})),t.subParser("codeSpans",(function(e,n,r){return void 0===(e=r.converter.t("codeSpans.before",e,n,r))&&(e=""),e=e.replace(/(^|[^\\])(`+)([^\r]*?[^`])\2(?!`)/gm,(function(e,a,o,i){var s=i;return s=(s=s.replace(/^([ \t]*)/g,"")).replace(/[ \t]*$/g,""),s=a+"<code>"+(s=t.subParser("encodeCode")(s,n,r))+"</code>",t.subParser("hashHTMLSpans")(s,n,r)})),r.converter.t("codeSpans.after",e,n,r)})),t.subParser("completeHTMLDocument",(function(e,n,t){if(!n.completeHTMLDocument)return e;e=t.converter.t("completeHTMLDocument.before",e,n,t);var r="html",a="<!DOCTYPE HTML>\n",o="",i='<meta charset="utf-8">\n',s="",l="";for(var c in void 0!==t.metadata.parsed.doctype&&(a="<!DOCTYPE "+t.metadata.parsed.doctype+">\n","html"!==(r=t.metadata.parsed.doctype.toString().toLowerCase())&&"html5"!==r||(i='<meta charset="utf-8">')),t.metadata.parsed)if(t.metadata.parsed.hasOwnProperty(c))switch(c.toLowerCase()){case"doctype":break;case"title":o="<title>"+t.metadata.parsed.title+"</title>\n";break;case"charset":i="html"===r||"html5"===r?'<meta charset="'+t.metadata.parsed.charset+'">\n':'<meta name="charset" content="'+t.metadata.parsed.charset+'">\n';break;case"language":case"lang":s=' lang="'+t.metadata.parsed[c]+'"',l+='<meta name="'+c+'" content="'+t.metadata.parsed[c]+'">\n';break;default:l+='<meta name="'+c+'" content="'+t.metadata.parsed[c]+'">\n'}return e=a+"<html"+s+">\n<head>\n"+o+i+l+"</head>\n<body>\n"+e.trim()+"\n</body>\n</html>",t.converter.t("completeHTMLDocument.after",e,n,t)})),t.subParser("detab",(function(e,n,t){return e=(e=(e=(e=(e=(e=t.converter.t("detab.before",e,n,t)).replace(/\t(?=\t)/g," ")).replace(/\t/g,"¨A¨B")).replace(/¨B(.+?)¨A/g,(function(e,n){for(var t=n,r=4-t.length%4,a=0;a<r;a++)t+=" ";return t}))).replace(/¨A/g," ")).replace(/¨B/g,""),t.converter.t("detab.after",e,n,t)})),t.subParser("ellipsis",(function(e,n,t){return e=(e=t.converter.t("ellipsis.before",e,n,t)).replace(/\.\.\./g,"…"),t.converter.t("ellipsis.after",e,n,t)})),t.subParser("emoji",(function(e,n,r){return n.emoji?(e=(e=r.converter.t("emoji.before",e,n,r)).replace(/:([\S]+?):/g,(function(e,n){return t.helper.emojis.hasOwnProperty(n)?t.helper.emojis[n]:e})),e=r.converter.t("emoji.after",e,n,r)):e})),t.subParser("encodeAmpsAndAngles",(function(e,n,t){return e=(e=(e=(e=(e=t.converter.t("encodeAmpsAndAngles.before",e,n,t)).replace(/&(?!#?[xX]?(?:[0-9a-fA-F]+|\w+);)/g,"&amp;")).replace(/<(?![a-z\/?$!])/gi,"&lt;")).replace(/</g,"&lt;")).replace(/>/g,"&gt;"),t.converter.t("encodeAmpsAndAngles.after",e,n,t)})),t.subParser("encodeBackslashEscapes",(function(e,n,r){return e=(e=(e=r.converter.t("encodeBackslashEscapes.before",e,n,r)).replace(/\\(\\)/g,t.helper.escapeCharactersCallback)).replace(/\\([`*_{}\[\]()>#+.!~=|-])/g,t.helper.escapeCharactersCallback),r.converter.t("encodeBackslashEscapes.after",e,n,r)})),t.subParser("encodeCode",(function(e,n,r){return e=(e=r.converter.t("encodeCode.before",e,n,r)).replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/([*_{}\[\]\\=~-])/g,t.helper.escapeCharactersCallback),r.converter.t("encodeCode.after",e,n,r)})),t.subParser("escapeSpecialCharsWithinTagAttributes",(function(e,n,r){return e=(e=(e=r.converter.t("escapeSpecialCharsWithinTagAttributes.before",e,n,r)).replace(/<\/?[a-z\d_:-]+(?:[\s]+[\s\S]+?)?>/gi,(function(e){return e.replace(/(.)<\/?code>(?=.)/g,"$1`").replace(/([\\`*_~=|])/g,t.helper.escapeCharactersCallback)}))).replace(/<!(--(?:(?:[^>-]|-[^>])(?:[^-]|-[^-])*)--)>/gi,(function(e){return e.replace(/([\\`*_~=|])/g,t.helper.escapeCharactersCallback)})),r.converter.t("escapeSpecialCharsWithinTagAttributes.after",e,n,r)})),t.subParser("githubCodeBlocks",(function(e,n,r){return n.ghCodeBlocks?(e=r.converter.t("githubCodeBlocks.before",e,n,r),e=(e=(e+="¨0").replace(/(?:^|\n)(?: {0,3})(```+|~~~+)(?: *)([^\s`~]*)\n([\s\S]*?)\n(?: {0,3})\1/g,(function(e,a,o,i){var s=n.omitExtraWLInCodeBlocks?"":"\n";return i=t.subParser("encodeCode")(i,n,r),i="<pre><code"+(o?' class="'+o+" language-"+o+'"':"")+">"+(i=(i=(i=t.subParser("detab")(i,n,r)).replace(/^\n+/g,"")).replace(/\n+$/g,""))+s+"</code></pre>",i=t.subParser("hashBlock")(i,n,r),"\n\n¨G"+(r.ghCodeBlocks.push({text:e,codeblock:i})-1)+"G\n\n"}))).replace(/¨0/,""),r.converter.t("githubCodeBlocks.after",e,n,r)):e})),t.subParser("hashBlock",(function(e,n,t){return e=(e=t.converter.t("hashBlock.before",e,n,t)).replace(/(^\n+|\n+$)/g,""),e="\n\n¨K"+(t.gHtmlBlocks.push(e)-1)+"K\n\n",t.converter.t("hashBlock.after",e,n,t)})),t.subParser("hashCodeTags",(function(e,n,r){return e=r.converter.t("hashCodeTags.before",e,n,r),e=t.helper.replaceRecursiveRegExp(e,(function(e,a,o,i){var s=o+t.subParser("encodeCode")(a,n,r)+i;return"¨C"+(r.gHtmlSpans.push(s)-1)+"C"}),"<code\\b[^>]*>","</code>","gim"),r.converter.t("hashCodeTags.after",e,n,r)})),t.subParser("hashElement",(function(e,n,t){return function(e,n){var r=n;return r=(r=(r=r.replace(/\n\n/g,"\n")).replace(/^\n/,"")).replace(/\n+$/g,""),"\n\n¨K"+(t.gHtmlBlocks.push(r)-1)+"K\n\n"}})),t.subParser("hashHTMLBlocks",(function(e,n,r){e=r.converter.t("hashHTMLBlocks.before",e,n,r);var a=["pre","div","h1","h2","h3","h4","h5","h6","blockquote","table","dl","ol","ul","script","noscript","form","fieldset","iframe","math","style","section","header","footer","nav","article","aside","address","audio","canvas","figure","hgroup","output","video","p"],o=function(e,n,t,a){var o=e;return-1!==t.search(/\bmarkdown\b/)&&(o=t+r.converter.makeHtml(n)+a),"\n\n¨K"+(r.gHtmlBlocks.push(o)-1)+"K\n\n"};n.backslashEscapesHTMLTags&&(e=e.replace(/\\<(\/?[^>]+?)>/g,(function(e,n){return"&lt;"+n+"&gt;"})));for(var i=0;i<a.length;++i)for(var s,l=new RegExp("^ {0,3}(<"+a[i]+"\\b[^>]*>)","im"),c="<"+a[i]+"\\b[^>]*>",u="</"+a[i]+">";-1!==(s=t.helper.regexIndexOf(e,l));){var d=t.helper.splitAtIndex(e,s),_=t.helper.replaceRecursiveRegExp(d[1],o,c,u,"im");if(_===d[1])break;e=d[0].concat(_)}return e=e.replace(/(\n {0,3}(<(hr)\b([^<>])*?\/?>)[ \t]*(?=\n{2,}))/g,t.subParser("hashElement")(e,n,r)),e=(e=t.helper.replaceRecursiveRegExp(e,(function(e){return"\n\n¨K"+(r.gHtmlBlocks.push(e)-1)+"K\n\n"}),"^ {0,3}\x3c!--","--\x3e","gm")).replace(/(?:\n\n)( {0,3}(?:<([?%])[^\r]*?\2>)[ \t]*(?=\n{2,}))/g,t.subParser("hashElement")(e,n,r)),r.converter.t("hashHTMLBlocks.after",e,n,r)})),t.subParser("hashHTMLSpans",(function(e,n,t){function r(e){return"¨C"+(t.gHtmlSpans.push(e)-1)+"C"}return e=(e=(e=(e=(e=t.converter.t("hashHTMLSpans.before",e,n,t)).replace(/<[^>]+?\/>/gi,(function(e){return r(e)}))).replace(/<([^>]+?)>[\s\S]*?<\/\1>/g,(function(e){return r(e)}))).replace(/<([^>]+?)\s[^>]+?>[\s\S]*?<\/\1>/g,(function(e){return r(e)}))).replace(/<[^>]+?>/gi,(function(e){return r(e)})),t.converter.t("hashHTMLSpans.after",e,n,t)})),t.subParser("unhashHTMLSpans",(function(e,n,t){e=t.converter.t("unhashHTMLSpans.before",e,n,t);for(var r=0;r<t.gHtmlSpans.length;++r){for(var a=t.gHtmlSpans[r],o=0;/¨C(\d+)C/.test(a);){var i=RegExp.$1;if(a=a.replace("¨C"+i+"C",t.gHtmlSpans[i]),10===o){console.error("maximum nesting of 10 spans reached!!!");break}++o}e=e.replace("¨C"+r+"C",a)}return t.converter.t("unhashHTMLSpans.after",e,n,t)})),t.subParser("hashPreCodeTags",(function(e,n,r){return e=r.converter.t("hashPreCodeTags.before",e,n,r),e=t.helper.replaceRecursiveRegExp(e,(function(e,a,o,i){var s=o+t.subParser("encodeCode")(a,n,r)+i;return"\n\n¨G"+(r.ghCodeBlocks.push({text:e,codeblock:s})-1)+"G\n\n"}),"^ {0,3}<pre\\b[^>]*>\\s*<code\\b[^>]*>","^ {0,3}</code>\\s*</pre>","gim"),r.converter.t("hashPreCodeTags.after",e,n,r)})),t.subParser("headers",(function(e,n,r){e=r.converter.t("headers.before",e,n,r);var a=isNaN(parseInt(n.headerLevelStart))?1:parseInt(n.headerLevelStart),o=n.smoothLivePreview?/^(.+)[ \t]*\n-{2,}[ \t]*\n+/gm:/^(.+)[ \t]*\n-+[ \t]*\n+/gm;function i(e){var a,o;if(n.customizedHeaderId){var i=e.match(/\{([^{]+?)}\s*$/);i&&i[1]&&(e=i[1])}return a=e,o=t.helper.isString(n.prefixHeaderId)?n.prefixHeaderId:!0===n.prefixHeaderId?"section-":"",n.rawPrefixHeaderId||(a=o+a),a=n.ghCompatibleHeaderId?a.replace(/ /g,"-").replace(/&amp;/g,"").replace(/¨T/g,"").replace(/¨D/g,"").replace(/[&+$,\/:;=?@"#{}|^¨~\[\]`\\*)(%.!'<>]/g,"").toLowerCase():n.rawHeaderId?a.replace(/ /g,"-").replace(/&amp;/g,"&").replace(/¨T/g,"¨").replace(/¨D/g,"$").replace(/["']/g,"-").toLowerCase():a.replace(/[^\w]/g,"").toLowerCase(),n.rawPrefixHeaderId&&(a=o+a),r.hashLinkCounts[a]?a=a+"-"+r.hashLinkCounts[a]++:r.hashLinkCounts[a]=1,a}return e=(e=(e=e.replace(n.smoothLivePreview?/^(.+)[ \t]*\n={2,}[ \t]*\n+/gm:/^(.+)[ \t]*\n=+[ \t]*\n+/gm,(function(e,o){var s=t.subParser("spanGamut")(o,n,r),l=n.noHeaderId?"":' id="'+i(o)+'"',c="<h"+a+l+">"+s+"</h"+a+">";return t.subParser("hashBlock")(c,n,r)}))).replace(o,(function(e,o){var s=t.subParser("spanGamut")(o,n,r),l=n.noHeaderId?"":' id="'+i(o)+'"',c=a+1,u="<h"+c+l+">"+s+"</h"+c+">";return t.subParser("hashBlock")(u,n,r)}))).replace(n.requireSpaceBeforeHeadingText?/^(#{1,6})[ \t]+(.+?)[ \t]*#*\n+/gm:/^(#{1,6})[ \t]*(.+?)[ \t]*#*\n+/gm,(function(e,o,s){var l=s;n.customizedHeaderId&&(l=s.replace(/\s?\{([^{]+?)}\s*$/,""));var c=t.subParser("spanGamut")(l,n,r),u=n.noHeaderId?"":' id="'+i(s)+'"',d=a-1+o.length,_="<h"+d+u+">"+c+"</h"+d+">";return t.subParser("hashBlock")(_,n,r)})),r.converter.t("headers.after",e,n,r)})),t.subParser("horizontalRule",(function(e,n,r){e=r.converter.t("horizontalRule.before",e,n,r);var a=t.subParser("hashBlock")("<hr />",n,r);return e=(e=(e=e.replace(/^ {0,2}( ?-){3,}[ \t]*$/gm,a)).replace(/^ {0,2}( ?\*){3,}[ \t]*$/gm,a)).replace(/^ {0,2}( ?_){3,}[ \t]*$/gm,a),r.converter.t("horizontalRule.after",e,n,r)})),t.subParser("images",(function(e,n,r){function a(e,n,a,o,i,s,l,c){var u=r.gUrls,d=r.gTitles,_=r.gDimensions;if(a=a.toLowerCase(),c||(c=""),e.search(/\(<?\s*>? ?(['"].*['"])?\)$/m)>-1)o="";else if(""===o||null===o){if(""!==a&&null!==a||(a=n.toLowerCase().replace(/ ?\n/g," ")),o="#"+a,t.helper.isUndefined(u[a]))return e;o=u[a],t.helper.isUndefined(d[a])||(c=d[a]),t.helper.isUndefined(_[a])||(i=_[a].width,s=_[a].height)}n=n.replace(/"/g,"&quot;").replace(t.helper.regexes.asteriskDashAndColon,t.helper.escapeCharactersCallback);var m='<img src="'+(o=o.replace(t.helper.regexes.asteriskDashAndColon,t.helper.escapeCharactersCallback))+'" alt="'+n+'"';return c&&t.helper.isString(c)&&(m+=' title="'+(c=c.replace(/"/g,"&quot;").replace(t.helper.regexes.asteriskDashAndColon,t.helper.escapeCharactersCallback))+'"'),i&&s&&(m+=' width="'+(i="*"===i?"auto":i)+'"',m+=' height="'+(s="*"===s?"auto":s)+'"'),m+" />"}return e=(e=(e=(e=(e=(e=r.converter.t("images.before",e,n,r)).replace(/!\[([^\]]*?)] ?(?:\n *)?\[([\s\S]*?)]()()()()()/g,a)).replace(/!\[([^\]]*?)][ \t]*()\([ \t]?<?(data:.+?\/.+?;base64,[A-Za-z0-9+/=\n]+?)>?(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*(?:(["'])([^"]*?)\6)?[ \t]?\)/g,(function(e,n,t,r,o,i,s,l){return a(e,n,t,r=r.replace(/\s/g,""),o,i,0,l)}))).replace(/!\[([^\]]*?)][ \t]*()\([ \t]?<([^>]*)>(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*(?:(?:(["'])([^"]*?)\6))?[ \t]?\)/g,a)).replace(/!\[([^\]]*?)][ \t]*()\([ \t]?<?([\S]+?(?:\([\S]*?\)[\S]*?)?)>?(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*(?:(["'])([^"]*?)\6)?[ \t]?\)/g,a)).replace(/!\[([^\[\]]+)]()()()()()/g,a),r.converter.t("images.after",e,n,r)})),t.subParser("italicsAndBold",(function(e,n,t){function r(e,n,t){return n+e+t}return e=t.converter.t("italicsAndBold.before",e,n,t),e=n.literalMidWordUnderscores?(e=(e=e.replace(/\b___(\S[\s\S]*?)___\b/g,(function(e,n){return r(n,"<strong><em>","</em></strong>")}))).replace(/\b__(\S[\s\S]*?)__\b/g,(function(e,n){return r(n,"<strong>","</strong>")}))).replace(/\b_(\S[\s\S]*?)_\b/g,(function(e,n){return r(n,"<em>","</em>")})):(e=(e=e.replace(/___(\S[\s\S]*?)___/g,(function(e,n){return/\S$/.test(n)?r(n,"<strong><em>","</em></strong>"):e}))).replace(/__(\S[\s\S]*?)__/g,(function(e,n){return/\S$/.test(n)?r(n,"<strong>","</strong>"):e}))).replace(/_([^\s_][\s\S]*?)_/g,(function(e,n){return/\S$/.test(n)?r(n,"<em>","</em>"):e})),e=n.literalMidWordAsterisks?(e=(e=e.replace(/([^*]|^)\B\*\*\*(\S[\s\S]*?)\*\*\*\B(?!\*)/g,(function(e,n,t){return r(t,n+"<strong><em>","</em></strong>")}))).replace(/([^*]|^)\B\*\*(\S[\s\S]*?)\*\*\B(?!\*)/g,(function(e,n,t){return r(t,n+"<strong>","</strong>")}))).replace(/([^*]|^)\B\*(\S[\s\S]*?)\*\B(?!\*)/g,(function(e,n,t){return r(t,n+"<em>","</em>")})):(e=(e=e.replace(/\*\*\*(\S[\s\S]*?)\*\*\*/g,(function(e,n){return/\S$/.test(n)?r(n,"<strong><em>","</em></strong>"):e}))).replace(/\*\*(\S[\s\S]*?)\*\*/g,(function(e,n){return/\S$/.test(n)?r(n,"<strong>","</strong>"):e}))).replace(/\*([^\s*][\s\S]*?)\*/g,(function(e,n){return/\S$/.test(n)?r(n,"<em>","</em>"):e})),t.converter.t("italicsAndBold.after",e,n,t)})),t.subParser("lists",(function(e,n,r){function a(e,a){r.gListLevel++,e=e.replace(/\n{2,}$/,"\n");var o=/(\n)?(^ {0,3})([*+-]|\d+[.])[ \t]+((\[(x|X| )?])?[ \t]*[^\r]+?(\n{1,2}))(?=\n*(¨0| {0,3}([*+-]|\d+[.])[ \t]+))/gm,i=/\n[ \t]*\n(?!¨0)/.test(e+="¨0");return n.disableForced4SpacesIndentedSublists&&(o=/(\n)?(^ {0,3})([*+-]|\d+[.])[ \t]+((\[(x|X| )?])?[ \t]*[^\r]+?(\n{1,2}))(?=\n*(¨0|\2([*+-]|\d+[.])[ \t]+))/gm),e=(e=e.replace(o,(function(e,a,o,s,l,c,u){u=u&&""!==u.trim();var d=t.subParser("outdent")(l,n,r),_="";return c&&n.tasklists&&(_=' class="task-list-item" style="list-style-type: none;"',d=d.replace(/^[ \t]*\[(x|X| )?]/m,(function(){var e='<input type="checkbox" disabled style="margin: 0px 0.35em 0.25em -1.6em; vertical-align: middle;"';return u&&(e+=" checked"),e+">"}))),d=d.replace(/^([-*+]|\d\.)[ \t]+[\S\n ]*/g,(function(e){return"¨A"+e})),a||d.search(/\n{2,}/)>-1?(d=t.subParser("githubCodeBlocks")(d,n,r),d=t.subParser("blockGamut")(d,n,r)):(d=(d=t.subParser("lists")(d,n,r)).replace(/\n$/,""),d=(d=t.subParser("hashHTMLBlocks")(d,n,r)).replace(/\n\n+/g,"\n\n"),d=i?t.subParser("paragraphs")(d,n,r):t.subParser("spanGamut")(d,n,r)),"<li"+_+">"+(d=d.replace("¨A",""))+"</li>\n"}))).replace(/¨0/g,""),r.gListLevel--,a&&(e=e.replace(/\s+$/,"")),e}function o(e,n){if("ol"===n){var t=e.match(/^ *(\d+)\./);if(t&&"1"!==t[1])return' start="'+t[1]+'"'}return""}function i(e,t,r){var i=n.disableForced4SpacesIndentedSublists?/^ ?\d+\.[ \t]/gm:/^ {0,3}\d+\.[ \t]/gm,s=n.disableForced4SpacesIndentedSublists?/^ ?[*+-][ \t]/gm:/^ {0,3}[*+-][ \t]/gm,l="ul"===t?i:s,c="";if(-1!==e.search(l))!function n(u){var d=u.search(l),_=o(e,t);-1!==d?(c+="\n\n<"+t+_+">\n"+a(u.slice(0,d),!!r)+"</"+t+">\n",l="ul"==(t="ul"===t?"ol":"ul")?i:s,n(u.slice(d))):c+="\n\n<"+t+_+">\n"+a(u,!!r)+"</"+t+">\n"}(e);else{var u=o(e,t);c="\n\n<"+t+u+">\n"+a(e,!!r)+"</"+t+">\n"}return c}return e=r.converter.t("lists.before",e,n,r),e+="¨0",e=(e=r.gListLevel?e.replace(/^(( {0,3}([*+-]|\d+[.])[ \t]+)[^\r]+?(¨0|\n{2,}(?=\S)(?![ \t]*(?:[*+-]|\d+[.])[ \t]+)))/gm,(function(e,n,t){return i(n,t.search(/[*+-]/g)>-1?"ul":"ol",!0)})):e.replace(/(\n\n|^\n?)(( {0,3}([*+-]|\d+[.])[ \t]+)[^\r]+?(¨0|\n{2,}(?=\S)(?![ \t]*(?:[*+-]|\d+[.])[ \t]+)))/gm,(function(e,n,t,r){return i(t,r.search(/[*+-]/g)>-1?"ul":"ol",!1)}))).replace(/¨0/,""),r.converter.t("lists.after",e,n,r)})),t.subParser("metadata",(function(e,n,t){if(!n.metadata)return e;function r(e){t.metadata.raw=e,(e=(e=e.replace(/&/g,"&amp;").replace(/"/g,"&quot;")).replace(/\n {4}/g," ")).replace(/^([\S ]+): +([\s\S]+?)$/gm,(function(e,n,r){return t.metadata.parsed[n]=r,""}))}return e=(e=(e=(e=t.converter.t("metadata.before",e,n,t)).replace(/^\s*«««+(\S*?)\n([\s\S]+?)\n»»»+\n/,(function(e,n,t){return r(t),"¨M"}))).replace(/^\s*---+(\S*?)\n([\s\S]+?)\n---+\n/,(function(e,n,a){return n&&(t.metadata.format=n),r(a),"¨M"}))).replace(/¨M/g,""),t.converter.t("metadata.after",e,n,t)})),t.subParser("outdent",(function(e,n,t){return e=(e=(e=t.converter.t("outdent.before",e,n,t)).replace(/^(\t|[ ]{1,4})/gm,"¨0")).replace(/¨0/g,""),t.converter.t("outdent.after",e,n,t)})),t.subParser("paragraphs",(function(e,n,r){for(var a=(e=(e=(e=r.converter.t("paragraphs.before",e,n,r)).replace(/^\n+/g,"")).replace(/\n+$/g,"")).split(/\n{2,}/g),o=[],i=a.length,s=0;s<i;s++){var l=a[s];l.search(/¨(K|G)(\d+)\1/g)>=0?o.push(l):l.search(/\S/)>=0&&(l=(l=t.subParser("spanGamut")(l,n,r)).replace(/^([ \t]*)/g,"<p>"),o.push(l+="</p>"))}for(i=o.length,s=0;s<i;s++){for(var c="",u=o[s],d=!1;/¨(K|G)(\d+)\1/.test(u);){var _=RegExp.$1,m=RegExp.$2;c=(c="K"===_?r.gHtmlBlocks[m]:d?t.subParser("encodeCode")(r.ghCodeBlocks[m].text,n,r):r.ghCodeBlocks[m].codeblock).replace(/\$/g,"$$$$"),u=u.replace(/(\n\n)?¨(K|G)\d+\2(\n\n)?/,c),/^<pre\b[^>]*>\s*<code\b[^>]*>/.test(u)&&(d=!0)}o[s]=u}return e=(e=(e=o.join("\n")).replace(/^\n+/g,"")).replace(/\n+$/g,""),r.converter.t("paragraphs.after",e,n,r)})),t.subParser("runExtension",(function(e,n,t,r){if(e.filter)n=e.filter(n,r.converter,t);else if(e.regex){var a=e.regex;a instanceof RegExp||(a=new RegExp(a,"g")),n=n.replace(a,e.replace)}return n})),t.subParser("spanGamut",(function(e,n,r){return e=r.converter.t("spanGamut.before",e,n,r),e=t.subParser("codeSpans")(e,n,r),e=t.subParser("escapeSpecialCharsWithinTagAttributes")(e,n,r),e=t.subParser("encodeBackslashEscapes")(e,n,r),e=t.subParser("images")(e,n,r),e=t.subParser("anchors")(e,n,r),e=t.subParser("autoLinks")(e,n,r),e=t.subParser("simplifiedAutoLinks")(e,n,r),e=t.subParser("emoji")(e,n,r),e=t.subParser("underline")(e,n,r),e=t.subParser("italicsAndBold")(e,n,r),e=t.subParser("strikethrough")(e,n,r),e=t.subParser("ellipsis")(e,n,r),e=t.subParser("hashHTMLSpans")(e,n,r),e=t.subParser("encodeAmpsAndAngles")(e,n,r),n.simpleLineBreaks?/\n\n¨K/.test(e)||(e=e.replace(/\n+/g,"<br />\n")):e=e.replace(/ +\n/g,"<br />\n"),r.converter.t("spanGamut.after",e,n,r)})),t.subParser("strikethrough",(function(e,n,r){return n.strikethrough&&(e=(e=r.converter.t("strikethrough.before",e,n,r)).replace(/(?:~){2}([\s\S]+?)(?:~){2}/g,(function(e,a){return function(e){return n.simplifiedAutoLink&&(e=t.subParser("simplifiedAutoLinks")(e,n,r)),"<del>"+e+"</del>"}(a)})),e=r.converter.t("strikethrough.after",e,n,r)),e})),t.subParser("stripLinkDefinitions",(function(e,n,r){var a=function(e,a,o,i,s,l,c){return a=a.toLowerCase(),r.gUrls[a]=o.match(/^data:.+?\/.+?;base64,/)?o.replace(/\s/g,""):t.subParser("encodeAmpsAndAngles")(o,n,r),l?l+c:(c&&(r.gTitles[a]=c.replace(/"|'/g,"&quot;")),n.parseImgDimensions&&i&&s&&(r.gDimensions[a]={width:i,height:s}),"")};return(e=(e=(e+="¨0").replace(/^ {0,3}\[(.+)]:[ \t]*\n?[ \t]*<?(data:.+?\/.+?;base64,[A-Za-z0-9+/=\n]+?)>?(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*\n?[ \t]*(?:(\n*)["|'(](.+?)["|')][ \t]*)?(?:\n\n|(?=¨0)|(?=\n\[))/gm,a)).replace(/^ {0,3}\[(.+)]:[ \t]*\n?[ \t]*<?([^>\s]+)>?(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*\n?[ \t]*(?:(\n*)["|'(](.+?)["|')][ \t]*)?(?:\n+|(?=¨0))/gm,a)).replace(/¨0/,"")})),t.subParser("tables",(function(e,n,r){if(!n.tables)return e;function a(e,a){return"<td"+a+">"+t.subParser("spanGamut")(e,n,r)+"</td>\n"}function o(e){var o,i=e.split("\n");for(o=0;o<i.length;++o)/^ {0,3}\|/.test(i[o])&&(i[o]=i[o].replace(/^ {0,3}\|/,"")),/\|[ \t]*$/.test(i[o])&&(i[o]=i[o].replace(/\|[ \t]*$/,"")),i[o]=t.subParser("codeSpans")(i[o],n,r);var s,l,c,u,d=i[0].split("|").map((function(e){return e.trim()})),_=i[1].split("|").map((function(e){return e.trim()})),m=[],f=[],g=[],h=[];for(i.shift(),i.shift(),o=0;o<i.length;++o)""!==i[o].trim()&&m.push(i[o].split("|").map((function(e){return e.trim()})));if(d.length<_.length)return e;for(o=0;o<_.length;++o)g.push(/^:[ \t]*--*$/.test(s=_[o])?' style="text-align:left;"':/^--*[ \t]*:[ \t]*$/.test(s)?' style="text-align:right;"':/^:[ \t]*--*[ \t]*:$/.test(s)?' style="text-align:center;"':"");for(o=0;o<d.length;++o)t.helper.isUndefined(g[o])&&(g[o]=""),f.push((c=g[o],u=void 0,u="",l=(l=d[o]).trim(),(n.tablesHeaderId||n.tableHeaderId)&&(u=' id="'+l.replace(/ /g,"_").toLowerCase()+'"'),"<th"+u+c+">"+(l=t.subParser("spanGamut")(l,n,r))+"</th>\n"));for(o=0;o<m.length;++o){for(var p=[],w=0;w<f.length;++w)t.helper.isUndefined(m[o][w]),p.push(a(m[o][w],g[w]));h.push(p)}return function(e,n){for(var t="<table>\n<thead>\n<tr>\n",r=e.length,a=0;a<r;++a)t+=e[a];for(t+="</tr>\n</thead>\n<tbody>\n",a=0;a<n.length;++a){t+="<tr>\n";for(var o=0;o<r;++o)t+=n[a][o];t+="</tr>\n"}return t+"</tbody>\n</table>\n"}(f,h)}return e=(e=(e=(e=r.converter.t("tables.before",e,n,r)).replace(/\\(\|)/g,t.helper.escapeCharactersCallback)).replace(/^ {0,3}\|?.+\|.+\n {0,3}\|?[ \t]*:?[ \t]*(?:[-=]){2,}[ \t]*:?[ \t]*\|[ \t]*:?[ \t]*(?:[-=]){2,}[\s\S]+?(?:\n\n|¨0)/gm,o)).replace(/^ {0,3}\|.+\|[ \t]*\n {0,3}\|[ \t]*:?[ \t]*(?:[-=]){2,}[ \t]*:?[ \t]*\|[ \t]*\n( {0,3}\|.+\|[ \t]*\n)*(?:\n|¨0)/gm,o),r.converter.t("tables.after",e,n,r)})),t.subParser("underline",(function(e,n,r){return n.underline?(e=r.converter.t("underline.before",e,n,r),e=(e=n.literalMidWordUnderscores?(e=e.replace(/\b___(\S[\s\S]*?)___\b/g,(function(e,n){return"<u>"+n+"</u>"}))).replace(/\b__(\S[\s\S]*?)__\b/g,(function(e,n){return"<u>"+n+"</u>"})):(e=e.replace(/___(\S[\s\S]*?)___/g,(function(e,n){return/\S$/.test(n)?"<u>"+n+"</u>":e}))).replace(/__(\S[\s\S]*?)__/g,(function(e,n){return/\S$/.test(n)?"<u>"+n+"</u>":e}))).replace(/(_)/g,t.helper.escapeCharactersCallback),e=r.converter.t("underline.after",e,n,r)):e})),t.subParser("unescapeSpecialChars",(function(e,n,t){return e=(e=t.converter.t("unescapeSpecialChars.before",e,n,t)).replace(/¨E(\d+)E/g,(function(e,n){var t=parseInt(n);return String.fromCharCode(t)})),t.converter.t("unescapeSpecialChars.after",e,n,t)})),t.subParser("makeMarkdown.blockquote",(function(e,n){var r="";if(e.hasChildNodes())for(var a=e.childNodes,o=a.length,i=0;i<o;++i){var s=t.subParser("makeMarkdown.node")(a[i],n);""!==s&&(r+=s)}return"> "+(r=r.trim()).split("\n").join("\n> ")})),t.subParser("makeMarkdown.codeBlock",(function(e,n){var t=e.getAttribute("language"),r=e.getAttribute("precodenum");return"```"+t+"\n"+n.preList[r]+"\n```"})),t.subParser("makeMarkdown.codeSpan",(function(e){return"`"+e.innerHTML+"`"})),t.subParser("makeMarkdown.emphasis",(function(e,n){var r="";if(e.hasChildNodes()){r+="*";for(var a=e.childNodes,o=a.length,i=0;i<o;++i)r+=t.subParser("makeMarkdown.node")(a[i],n);r+="*"}return r})),t.subParser("makeMarkdown.header",(function(e,n,r){var a=new Array(r+1).join("#"),o="";if(e.hasChildNodes()){o=a+" ";for(var i=e.childNodes,s=i.length,l=0;l<s;++l)o+=t.subParser("makeMarkdown.node")(i[l],n)}return o})),t.subParser("makeMarkdown.hr",(function(){return"---"})),t.subParser("makeMarkdown.image",(function(e){var n="";return e.hasAttribute("src")&&(n+="!["+e.getAttribute("alt")+"](",n+="<"+e.getAttribute("src")+">",e.hasAttribute("width")&&e.hasAttribute("height")&&(n+=" ="+e.getAttribute("width")+"x"+e.getAttribute("height")),e.hasAttribute("title")&&(n+=' "'+e.getAttribute("title")+'"'),n+=")"),n})),t.subParser("makeMarkdown.links",(function(e,n){var r="";if(e.hasChildNodes()&&e.hasAttribute("href")){var a=e.childNodes,o=a.length;r="[";for(var i=0;i<o;++i)r+=t.subParser("makeMarkdown.node")(a[i],n);r+="](",r+="<"+e.getAttribute("href")+">",e.hasAttribute("title")&&(r+=' "'+e.getAttribute("title")+'"'),r+=")"}return r})),t.subParser("makeMarkdown.list",(function(e,n,r){var a="";if(!e.hasChildNodes())return"";for(var o=e.childNodes,i=o.length,s=e.getAttribute("start")||1,l=0;l<i;++l)void 0!==o[l].tagName&&"li"===o[l].tagName.toLowerCase()&&(a+=("ol"===r?s.toString()+". ":"- ")+t.subParser("makeMarkdown.listItem")(o[l],n),++s);return(a+="\n\x3c!-- --\x3e\n").trim()})),t.subParser("makeMarkdown.listItem",(function(e,n){for(var r="",a=e.childNodes,o=a.length,i=0;i<o;++i)r+=t.subParser("makeMarkdown.node")(a[i],n);return/\n$/.test(r)?r=r.split("\n").join("\n ").replace(/^ {4}$/gm,"").replace(/\n\n+/g,"\n\n"):r+="\n",r})),t.subParser("makeMarkdown.node",(function(e,n,r){r=r||!1;var a="";if(3===e.nodeType)return t.subParser("makeMarkdown.txt")(e,n);if(8===e.nodeType)return"\x3c!--"+e.data+"--\x3e\n\n";if(1!==e.nodeType)return"";switch(e.tagName.toLowerCase()){case"h1":r||(a=t.subParser("makeMarkdown.header")(e,n,1)+"\n\n");break;case"h2":r||(a=t.subParser("makeMarkdown.header")(e,n,2)+"\n\n");break;case"h3":r||(a=t.subParser("makeMarkdown.header")(e,n,3)+"\n\n");break;case"h4":r||(a=t.subParser("makeMarkdown.header")(e,n,4)+"\n\n");break;case"h5":r||(a=t.subParser("makeMarkdown.header")(e,n,5)+"\n\n");break;case"h6":r||(a=t.subParser("makeMarkdown.header")(e,n,6)+"\n\n");break;case"p":r||(a=t.subParser("makeMarkdown.paragraph")(e,n)+"\n\n");break;case"blockquote":r||(a=t.subParser("makeMarkdown.blockquote")(e,n)+"\n\n");break;case"hr":r||(a=t.subParser("makeMarkdown.hr")(e,n)+"\n\n");break;case"ol":r||(a=t.subParser("makeMarkdown.list")(e,n,"ol")+"\n\n");break;case"ul":r||(a=t.subParser("makeMarkdown.list")(e,n,"ul")+"\n\n");break;case"precode":r||(a=t.subParser("makeMarkdown.codeBlock")(e,n)+"\n\n");break;case"pre":r||(a=t.subParser("makeMarkdown.pre")(e,n)+"\n\n");break;case"table":r||(a=t.subParser("makeMarkdown.table")(e,n)+"\n\n");break;case"code":a=t.subParser("makeMarkdown.codeSpan")(e,n);break;case"em":case"i":a=t.subParser("makeMarkdown.emphasis")(e,n);break;case"strong":case"b":a=t.subParser("makeMarkdown.strong")(e,n);break;case"del":a=t.subParser("makeMarkdown.strikethrough")(e,n);break;case"a":a=t.subParser("makeMarkdown.links")(e,n);break;case"img":a=t.subParser("makeMarkdown.image")(e,n);break;default:a=e.outerHTML+"\n\n"}return a})),t.subParser("makeMarkdown.paragraph",(function(e,n){var r="";if(e.hasChildNodes())for(var a=e.childNodes,o=a.length,i=0;i<o;++i)r+=t.subParser("makeMarkdown.node")(a[i],n);return r.trim()})),t.subParser("makeMarkdown.pre",(function(e,n){var t=e.getAttribute("prenum");return"<pre>"+n.preList[t]+"</pre>"})),t.subParser("makeMarkdown.strikethrough",(function(e,n){var r="";if(e.hasChildNodes()){r+="~~";for(var a=e.childNodes,o=a.length,i=0;i<o;++i)r+=t.subParser("makeMarkdown.node")(a[i],n);r+="~~"}return r})),t.subParser("makeMarkdown.strong",(function(e,n){var r="";if(e.hasChildNodes()){r+="**";for(var a=e.childNodes,o=a.length,i=0;i<o;++i)r+=t.subParser("makeMarkdown.node")(a[i],n);r+="**"}return r})),t.subParser("makeMarkdown.table",(function(e,n){var r,a,o="",i=[[],[]],s=e.querySelectorAll("thead>tr>th"),l=e.querySelectorAll("tbody>tr");for(r=0;r<s.length;++r){var c=t.subParser("makeMarkdown.tableCell")(s[r],n),u="---";if(s[r].hasAttribute("style"))switch(s[r].getAttribute("style").toLowerCase().replace(/\s/g,"")){case"text-align:left;":u=":---";break;case"text-align:right;":u="---:";break;case"text-align:center;":u=":---:"}i[0][r]=c.trim(),i[1][r]=u}for(r=0;r<l.length;++r){var d=i.push([])-1,_=l[r].getElementsByTagName("td");for(a=0;a<s.length;++a){var m=" ";void 0!==_[a]&&(m=t.subParser("makeMarkdown.tableCell")(_[a],n)),i[d].push(m)}}var f=3;for(r=0;r<i.length;++r)for(a=0;a<i[r].length;++a){var g=i[r][a].length;g>f&&(f=g)}for(r=0;r<i.length;++r){for(a=0;a<i[r].length;++a)i[r][a]=1===r?":"===i[r][a].slice(-1)?t.helper.padEnd(i[r][a].slice(-1),f-1,"-")+":":t.helper.padEnd(i[r][a],f,"-"):t.helper.padEnd(i[r][a],f);o+="| "+i[r].join(" | ")+" |\n"}return o.trim()})),t.subParser("makeMarkdown.tableCell",(function(e,n){var r="";if(!e.hasChildNodes())return"";for(var a=e.childNodes,o=a.length,i=0;i<o;++i)r+=t.subParser("makeMarkdown.node")(a[i],n,!0);return r.trim()})),t.subParser("makeMarkdown.txt",(function(e){var n=e.nodeValue;return n=(n=n.replace(/ +/g," ")).replace(/¨NBSP;/g," "),(n=(n=(n=(n=(n=(n=(n=(n=t.helper.unescapeHTMLEntities(n)).replace(/([*_~|`])/g,"\\$1")).replace(/^(\s*)>/g,"\\$1>")).replace(/^#/gm,"\\#")).replace(/^(\s*)([-=]{3,})(\s*)$/,"$1\\$2$3")).replace(/^( {0,3}\d+)\./gm,"$1\\.")).replace(/^( {0,3})([+-])/gm,"$1\\$2")).replace(/]([\s]*)\(/g,"\\]$1\\(")).replace(/^ {0,3}\[([\S \t]*?)]:/gm,"\\[$1]:")})),e.exports?e.exports=t:this.showdown=t}).call(_)}(d={path:void 0,exports:{},require:function(e,n){return function(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}()}}),d.exports);customElements.define("strife-markdown-cpnt",class extends HTMLDivElement{constructor(){super();var e={p:this.querySelector("p")?.classList.value},n=Object.keys(e).map((n=>({type:"output",regex:new RegExp(`<${n}(.*)>`,"g"),replace:`<${n} class="${e[n]}" $1>`})));this.converter=new m.Converter({extensions:[...n]}),this.tabIndex=0}async connectedCallback(){s(this,(e=>{this.innerHTML=this.converter.makeHtml(e)}))}},{extends:"div"}),customElements.define("strife-picture-cpnt",class extends HTMLPictureElement{constructor(){super(),this.image=this.querySelector("img"),this.sources=[...this.querySelectorAll("source, img")],this.tabIndex=0}connectedCallback(){s(this,(e=>{this.sources.forEach((n=>{this.render(n,e)}))}))}render(e,n,t){var r=e.src||e.srcset;r.startsWith("?")&&(r="https://strife.app/placeholder.png"+r);var a=new URL(r),o=this.getTransformations(a);if(t)for(var[i,s]of t.entries())o.set(i,s);(a=new URL(n)).searchParams.set("tr",[...o].map((e=>e.join("-")))),e instanceof HTMLImageElement?e.src=a.href:e instanceof HTMLSourceElement&&(e.srcset=a.href)}getTransformations(e){return e.searchParams.has("tr")?new Map(e.searchParams.get("tr").split(",").map((e=>[...e.split("-")]))||null):new Map}disconnectedCallback(){}},{extends:"picture"}),customElements.define("strife-img-cpnt",class extends HTMLImageElement{constructor(){super(),this.tabIndex=0}connectedCallback(){s(this,(e=>{this.render(this,e)}))}render(e,n,t){var r=e.src||e.srcset;r.startsWith("?")&&(r="https://strife.app/placeholder.png"+r);var a=new URL(r),o=this.getTransformations(a);if(t)for(var[i,s]of t.entries())o.set(i,s);(a=new URL(n)).searchParams.set("tr",[...o].map((e=>e.join("-")))),e instanceof HTMLImageElement?e.src=a.href:e instanceof HTMLSourceElement&&(e.srcset=a.href)}getTransformations(e){return e.searchParams.has("tr")?new Map(e.searchParams.get("tr").split(",").map((e=>[...e.split("-")]))||null):new Map}disconnectedCallback(){}},{extends:"img"}),customElements.define("strife-blocks-cpnt",class extends HTMLDivElement{constructor(){super(),this.tabIndex=0}connectedCallback(){s(this,(e=>this.textContent=e))}},{extends:"div"});export{a as ACTION,e as CMD,i as default,s as useState};
1
+ const e={HSHK:1,EU:2,SYNC:4,CONNECT:8};class t extends MessageChannel{constructor(){super(),this.broadcastChannel=new BroadcastChannel('app.broadcast');this.port1.addEventListener('message',(t=>{t.data.cmd===e.CONNECT&&this.onConnected(t)}),{once:!0}),this.port1.start(),console.log(`SENDING MESSAGE FROM SDK IN WINDOW ${window.name}`),window.top.postMessage({cmd:e.HSHK,context:window.name},'*',[this.port2]),window.addEventListener('beforeunload',(()=>{console.log('unload'),this.send({foo:'bar'})})),window.addEventListener('click',(()=>{this.send({cmd:e.EU,updates:[{action:'click',lastUserInteraction:(new Date).valueOf(),context:window.name}]})}),!1)}subscribe(e){if(null==e)throw new Error('Parameter can not be null!');this.broadcastChannel.addEventListener('message',e),this.port1.addEventListener('message',e),this.port1.addEventListener('message',(e=>this.broadcastChannel.postMessage(e.data)))}send(e){this.port1.postMessage(e),this.broadcastChannel.postMessage(e)}onConnected(e){return e}}var s=new t;const i={NONE:8,EDIT:16},r=()=>s,n=[];s.subscribe((({data:t})=>{try{t.cmd===e.SYNC?t.sync.forEach((e=>{n.forEach((({self:t,handler:s})=>{if(e.currentPath===window.location.pathname){const i=c(t.dataset.propertyName,e.data);i&&s(i)}}))})):t.cmd===e.EU&&t.action===i.FOCUS&&t.updates.forEach((e=>{n.forEach((({self:t})=>{e.propertyName===t.dataset.propertyName&&e.currentPath===window.location.pathname&&t.scrollIntoView({behavior:'smooth',block:'center'})}))}))}catch(e){console.error(e)}}));const o=(t,r)=>{n.push({self:t,handler:r});try{const r=t.closest('[is=str-template-cpnt]')||t;['click'].forEach((t=>{r.addEventListener(t,(t=>{t.preventDefault(),t.stopPropagation(),console.log(r),t.currentTarget instanceof HTMLAnchorElement&&t.altKey?window.location.href=t.currentTarget.href:s.send({cmd:e.EU,updates:[{lastUserInteraction:(new Date).toJSON(),action:i.EDIT,origin:window.location.origin,currentPath:window.location.pathname,propertyName:r.dataset.propertyName,attributes:[...r.attributes].filter((e=>e.name.includes('property')||e.name.includes('editor')||e.name.includes('template'))).map((e=>({name:e.name,value:e.value}))),placeholder:r.ariaPlaceholder}]})}))}))}catch(e){if(!(e instanceof TypeError))throw e;console.debug('Editor can not be found')}return s},c=(e,t)=>e.split('.').reduce(((e,t)=>e?.[t]),t),a=new CSSStyleSheet;a.replaceSync('[is]:not([is=\'str-template-cpnt\'] [is]):hover {\n outline: solid 1px #0099ff;\n cursor: pointer;\n}\nimg.previewing {\n --img-previewing-url: \'\';\n --img-previewing-size: 100%;\n --img-previewing-position: 0px 0px;\n background-image: var(--img-previewing-url);\n background-repeat: no-repeat;\n background-position: var(--img-previewing-position);\n background-size: var(--img-previewing-size);\n}\n');class h extends HTMLHeadingElement{constructor(){super(),this.tabIndex=0}connectedCallback(){o(this,(e=>this.textContent=e))}}customElements.define('str-h1-cpnt',h,{extends:'h1'}),customElements.define('str-h2-cpnt',class extends h{},{extends:'h2'}),customElements.define('str-h3-cpnt',class extends h{},{extends:'h3'}),customElements.define('str-h4-cpnt',class extends h{},{extends:'h4'}),customElements.define('str-h5-cpnt',class extends h{},{extends:'h5'}),customElements.define('str-h6-cpnt',class extends h{},{extends:'h6'});class d extends HTMLElement{constructor(){super(),this.tabIndex=0}async connectedCallback(){o(this,(e=>this.textContent=e))}}customElements.define('str-address-cpnt',d,{extends:'address'});class p extends HTMLAnchorElement{constructor(){super(),this.tabIndex=0}async connectedCallback(){o(this,(e=>this.href=e))}}customElements.define('str-anchor-cpnt',p,{extends:'a'}),customElements.define('str-picture-cpnt',class extends HTMLPictureElement{_propertyMedia;_currentSrc;constructor(){super(),this.image=this.querySelector('img'),this.sources=[...this.querySelectorAll('source')],this.tabIndex=0}connectedCallback(){this.initPreview(),o(this,(e=>{this.render(this,e)}))}initPreview(){this._currentSrc=this.sources.find((e=>{if(this.image.currentSrc)return e.srcset===this.image.currentSrc;return window.matchMedia(e.media).matches})),this._currentSrc&&(this._propertyMedia=this._currentSrc.dataset?.propertyMedia,!this.image.currentSrc&&this._currentSrc.width&&this._currentSrc.height&&(this.image.width=this._currentSrc.width,this.image.height=this._currentSrc.height)),this.image.classList.add('previewing'),this.image.style.maxWidth=this.image.width+'px',this.image.style.maxHeight=this.image.height+'px',this.image.style.setProperty('--img-previewing-url',`url(${this.image.currentSrc})`),this.image.style.setProperty('--img-previewing-size','100%'),this.image.style.setProperty('--img-previewing-position','0px,0px'),this.image.src='https://images.nimbleinitiatives.com/AS3SX_-B59mU1hdDS7B_YfI5Lu9Ut-kLpdaAhraKgy4/w:1/h:1/aHR0cHM6Ly9zdHJpZmUuYi1jZG4ubmV0L3RyYW5zcGFyZW50MXgxLnBuZw.png',this.sources.forEach((e=>{e.srcset='https://images.nimbleinitiatives.com/AS3SX_-B59mU1hdDS7B_YfI5Lu9Ut-kLpdaAhraKgy4/w:1/h:1/aHR0cHM6Ly9zdHJpZmUuYi1jZG4ubmV0L3RyYW5zcGFyZW50MXgxLnBuZw.png'}))}render(e,t,s){if(this._propertyMedia&&t&&t[this._propertyMedia]&&t[this._propertyMedia].source&&t[this._propertyMedia].source.crop){const e=this.image.offsetWidth/t[this._propertyMedia].width,s=this.image.offsetWidth/2-t[this._propertyMedia].source.originalWidth*(t[this._propertyMedia].source.crop.zoom*e)*t[this._propertyMedia].source.crop.focusX,i=this.image.offsetHeight/2-t[this._propertyMedia].source.originalHeight*(t[this._propertyMedia].source.crop.zoom*e)*t[this._propertyMedia].source.crop.focusY,r=t[this._propertyMedia].source.originalWidth/this.image.offsetWidth*(t[this._propertyMedia].source.crop.zoom*e);this.image.style.setProperty('--img-previewing-url',`url(${t[this._propertyMedia].source.originalPreview})`),this.image.style.setProperty('--img-previewing-size',100*r+'%'),this.image.style.setProperty('--img-previewing-position',`${s}px ${i}px`)}}disconnectedCallback(){}},{extends:'picture'}),customElements.define('str-img-cpnt',class extends HTMLImageElement{constructor(){super(),this.tabIndex=0}connectedCallback(){this.initPreview(),o(this,(e=>{this.render(this,e)}))}initPreview(){this.classList.add('previewing'),this.style.width=this.getAttribute('width')+'px',this.style.height=this.getAttribute('height')+'px',this.style.setProperty('--img-previewing-url',`url(${this.src})`),this.style.setProperty('--img-previewing-size','100%'),this.style.setProperty('--img-previewing-position','0px,0px'),this.src='https://images.nimbleinitiatives.com/AS3SX_-B59mU1hdDS7B_YfI5Lu9Ut-kLpdaAhraKgy4/w:1/h:1/aHR0cHM6Ly9zdHJpZmUuYi1jZG4ubmV0L3RyYW5zcGFyZW50MXgxLnBuZw.png'}render(e,t,s){if(t&&t.source){const e=this.offsetWidth/t.width,s=this.offsetWidth/2-t.source.originalWidth*(t.source.crop.zoom*e)*t.source.crop.focusX,i=this.offsetHeight/2-t.source.originalHeight*(t.source.crop.zoom*e)*t.source.crop.focusY,r=t.source.originalWidth/this.offsetWidth*(t.source.crop.zoom*e);this.style.setProperty('--img-previewing-url',`url(${t.source.originalPreview})`),this.style.setProperty('--img-previewing-size',100*r+'%'),this.style.setProperty('--img-previewing-position',`${s}px ${i}px`)}}disconnectedCallback(){}},{extends:'img'}),customElements.define('strife-blocks-cpnt',class extends HTMLDivElement{constructor(){super(),this.tabIndex=0}connectedCallback(){o(this,(e=>this.textContent=e))}},{extends:'div'});class l extends HTMLElement{constructor(){super(),this.tabIndex=0}async connectedCallback(){o(this,(e=>this.textContent=e))}}customElements.define('str-strong-cpnt',l,{extends:'strong'});class m extends HTMLElement{constructor(){super(),this.tabIndex=0}connectedCallback(){o(this)}}customElements.define('str-template-cpnt',m),customElements.define('str-textarea-cpnt',class extends HTMLDivElement{constructor(){super(),this.tabIndex=0}async connectedCallback(){o(this,(e=>{this.innerHTML=e}))}},{extends:'div'}),document.adoptedStyleSheets=[a];export{i as ACTION,e as CMD,r as default,o as useState};
2
2
  //# sourceMappingURL=index.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.esm.js","sources":["../cmd.js","../subscribableChannel.js","../strife.js","../action.js","../composition/heading/index.js","../composition/address/index.js","../composition/anchor/index.js","../https:/cdn.skypack.dev/-/showdown@v1.9.1-3tgI0WxHV6l0NMWSRMuk/dist=es2020,mode=imports/optimized/showdown.js","../composition/markdown/index.js","../composition/picture/index.js","../composition/img/index.js","../composition/blocks/index.js"],"sourcesContent":["const CMD = {\n HSHK: 1,\n EU: 2,\n SYNC: 4,\n CONNECT: 8,\n};\n\nexport default CMD;\n","import cmd from './cmd.js';\n\nconst CHANNEL_NAME = 'app.broadcast';\nclass SubscribableChannel extends MessageChannel {\n constructor() {\n super();\n this.broadcastChannel = new BroadcastChannel(CHANNEL_NAME);\n const handleMessage = (event) => {\n if (event.data.cmd === cmd.CONNECT) this.onConnected(event);\n };\n this.port1.addEventListener('message', handleMessage, { once: true });\n this.port1.start();\n console.log(`SENDING MESSAGE FROM SDK IN WINDOW ${window.name}`);\n window.top.postMessage({ cmd: cmd.HSHK, context: window.name }, '*', [this.port2]);\n }\n\n subscribe(messageHandler) {\n if (messageHandler == null) {\n throw new Error('Parameter can not be null!');\n }\n this.broadcastChannel.addEventListener('message', messageHandler);\n this.port1.addEventListener('message', messageHandler);\n this.port1.addEventListener('message', (event) => this.broadcastChannel.postMessage(event.data));\n }\n\n send(payload) {\n this.port1.postMessage(payload);\n this.broadcastChannel.postMessage(payload);\n }\n\n onConnected(event) {\n return event;\n }\n}\n\nexport default new SubscribableChannel();\n","import messageChannel from './subscribableChannel.js';\nimport CMD from './cmd.js';\nimport ACTION from './action.js';\n\nlet promiseResolve;\n\nconst promise = new Promise((resolve) => {\n promiseResolve = resolve;\n});\n\nconst useStrife = () => {\n messageChannel.onConnected = (e) => promiseResolve([e, messageChannel]);\n return promise;\n};\n\nconst useState = async (self, handler) => {\n promise.then(([event, channel]) => {\n const defaultHandler = ({ data }) => {\n if (data.cmd === CMD.SYNC) {\n data.sync.forEach((update) => {\n if (update.propertyName === self.dataset.propertyName\n && update.currentPath === window.location.pathname) {\n handler(update.data[self.dataset.propertyName]);\n }\n });\n }\n };\n channel.subscribe(defaultHandler);\n const editor = self.dataset.editorName\n ?? Object.getPrototypeOf(Object.getPrototypeOf(self))\n .constructor.name.replace(/([A-Z][a-z])/g, '-$1')\n .concat('-Editor')\n .toLowerCase();\n ['click'].forEach((eventType) => {\n self.addEventListener(eventType, (ev) => {\n ev.preventDefault();\n ev.stopPropagation();\n if (ev.currentTarget instanceof HTMLAnchorElement && ev.altKey) {\n window.location.href = ev.currentTarget.href;\n return;\n }\n channel.send({\n cmd: CMD.EU,\n updates: [\n {\n lastUserInteraction: new Date().toJSON(),\n action: ACTION.EDIT,\n origin: window.location.origin,\n currentPath: window.location.pathname,\n propertyName: self.dataset.propertyName,\n editorName: editor,\n placeholder: self.ariaPlaceholder,\n },\n ],\n });\n });\n });\n return [event, channel];\n }, (reason) => {\n // eslint-disable-next-line no-console\n console.error(reason);\n });\n return promise;\n};\n\nexport default useStrife;\n\nexport {\n useState,\n};\n","const ACTION = {\n NONE: 8,\n EDIT: 16,\n};\n\nexport default ACTION;\n","import { useState } from '../../strife.js';\n/**\n * Client components is responsible for:\n * 1️⃣ Reacting to state changes and if needed, update the live preview.\n * 2️⃣ Send an edit signal to Wieldy with an object that is used as input parameters for the editor. The parameters are not fixed but some are e.g. status, editorName, label and tmpl\n */\n\n class HeadingElement extends HTMLHeadingElement {\n constructor() {\n super();\n\n this.tabIndex = 0;\n }\n\n connectedCallback() {\n useState(this, (state) => (this.textContent = state));\n }\n}\n\ncustomElements.define('strife-h1-cpnt', HeadingElement, { extends: 'h1' });\ncustomElements.define('strife-h2-cpnt', class extends HeadingElement {}, {\n extends: 'h2',\n});\ncustomElements.define('strife-h3-cpnt', class extends HeadingElement {}, {\n extends: 'h3',\n});\ncustomElements.define('strife-h4-cpnt', class extends HeadingElement {}, {\n extends: 'h4',\n});\ncustomElements.define('strife-h5-cpnt', class extends HeadingElement {}, {\n extends: 'h5',\n});\ncustomElements.define('strife-h6-cpnt', class extends HeadingElement {}, {\n extends: 'h6',\n});","import { useState } from '../../strife.js';\n\n/**\n * Client components is responsible for:\n * 1️⃣ Reacting to state changes and if needed, update the live preview.\n * 2️⃣ Send an edit signal to Wieldy with an object that is used as input parameters for the editor. The parameters are not fixed but some are e.g. status, editorName, label and tmpl\n */\n\n class AddressElement extends HTMLElement {\n constructor() {\n super();\n \n this.tabIndex = 0;\n }\n \n async connectedCallback() {\n useState(this, (state) => (this.textContent = state));\n }\n \n }\n customElements.define(\"strife-address-cpnt\", AddressElement, { extends: \"address\" });","import { useState } from '../../strife.js';\n\n/**\n * Client components is responsible for:\n * 1️⃣ Reacting to state changes and if needed, update the live preview.\n * 2️⃣ Send an edit signal to Wieldy with an object that is used as input parameters for the editor. The parameters are not fixed but some are e.g. status, editorName, label and tmpl\n */\n\n class AnchorElement extends HTMLAnchorElement {\n constructor() {\n super();\n \n this.tabIndex = 0;\n \n }\n \n async connectedCallback() {\n useState(this, (state) => (this.href = state)); \n }\n \n }\n customElements.define(\"strife-anchor-cpnt\", AnchorElement, { extends: \"a\" });","var commonjsGlobal = typeof globalThis !== \"undefined\" ? globalThis : typeof window !== \"undefined\" ? window : typeof global !== \"undefined\" ? global : typeof self !== \"undefined\" ? self : {};\nfunction createCommonjsModule(fn, basedir, module) {\n return module = {\n path: basedir,\n exports: {},\n require: function(path, base) {\n return commonjsRequire(path, base === void 0 || base === null ? module.path : base);\n }\n }, fn(module, module.exports), module.exports;\n}\nfunction commonjsRequire() {\n throw new Error(\"Dynamic requires are not currently supported by @rollup/plugin-commonjs\");\n}\nvar showdown = createCommonjsModule(function(module) {\n (function() {\n function getDefaultOpts(simple) {\n var defaultOptions = {\n omitExtraWLInCodeBlocks: {\n defaultValue: false,\n describe: \"Omit the default extra whiteline added to code blocks\",\n type: \"boolean\"\n },\n noHeaderId: {\n defaultValue: false,\n describe: \"Turn on/off generated header id\",\n type: \"boolean\"\n },\n prefixHeaderId: {\n defaultValue: false,\n describe: \"Add a prefix to the generated header ids. Passing a string will prefix that string to the header id. Setting to true will add a generic 'section-' prefix\",\n type: \"string\"\n },\n rawPrefixHeaderId: {\n defaultValue: false,\n describe: 'Setting this option to true will prevent showdown from modifying the prefix. This might result in malformed IDs (if, for instance, the \" char is used in the prefix)',\n type: \"boolean\"\n },\n ghCompatibleHeaderId: {\n defaultValue: false,\n describe: \"Generate header ids compatible with github style (spaces are replaced with dashes, a bunch of non alphanumeric chars are removed)\",\n type: \"boolean\"\n },\n rawHeaderId: {\n defaultValue: false,\n describe: `Remove only spaces, ' and \" from generated header ids (including prefixes), replacing them with dashes (-). WARNING: This might result in malformed ids`,\n type: \"boolean\"\n },\n headerLevelStart: {\n defaultValue: false,\n describe: \"The header blocks level start\",\n type: \"integer\"\n },\n parseImgDimensions: {\n defaultValue: false,\n describe: \"Turn on/off image dimension parsing\",\n type: \"boolean\"\n },\n simplifiedAutoLink: {\n defaultValue: false,\n describe: \"Turn on/off GFM autolink style\",\n type: \"boolean\"\n },\n excludeTrailingPunctuationFromURLs: {\n defaultValue: false,\n describe: \"Excludes trailing punctuation from links generated with autoLinking\",\n type: \"boolean\"\n },\n literalMidWordUnderscores: {\n defaultValue: false,\n describe: \"Parse midword underscores as literal underscores\",\n type: \"boolean\"\n },\n literalMidWordAsterisks: {\n defaultValue: false,\n describe: \"Parse midword asterisks as literal asterisks\",\n type: \"boolean\"\n },\n strikethrough: {\n defaultValue: false,\n describe: \"Turn on/off strikethrough support\",\n type: \"boolean\"\n },\n tables: {\n defaultValue: false,\n describe: \"Turn on/off tables support\",\n type: \"boolean\"\n },\n tablesHeaderId: {\n defaultValue: false,\n describe: \"Add an id to table headers\",\n type: \"boolean\"\n },\n ghCodeBlocks: {\n defaultValue: true,\n describe: \"Turn on/off GFM fenced code blocks support\",\n type: \"boolean\"\n },\n tasklists: {\n defaultValue: false,\n describe: \"Turn on/off GFM tasklist support\",\n type: \"boolean\"\n },\n smoothLivePreview: {\n defaultValue: false,\n describe: \"Prevents weird effects in live previews due to incomplete input\",\n type: \"boolean\"\n },\n smartIndentationFix: {\n defaultValue: false,\n description: \"Tries to smartly fix indentation in es6 strings\",\n type: \"boolean\"\n },\n disableForced4SpacesIndentedSublists: {\n defaultValue: false,\n description: \"Disables the requirement of indenting nested sublists by 4 spaces\",\n type: \"boolean\"\n },\n simpleLineBreaks: {\n defaultValue: false,\n description: \"Parses simple line breaks as <br> (GFM Style)\",\n type: \"boolean\"\n },\n requireSpaceBeforeHeadingText: {\n defaultValue: false,\n description: \"Makes adding a space between `#` and the header text mandatory (GFM Style)\",\n type: \"boolean\"\n },\n ghMentions: {\n defaultValue: false,\n description: \"Enables github @mentions\",\n type: \"boolean\"\n },\n ghMentionsLink: {\n defaultValue: \"https://github.com/{u}\",\n description: \"Changes the link generated by @mentions. Only applies if ghMentions option is enabled.\",\n type: \"string\"\n },\n encodeEmails: {\n defaultValue: true,\n description: \"Encode e-mail addresses through the use of Character Entities, transforming ASCII e-mail addresses into its equivalent decimal entities\",\n type: \"boolean\"\n },\n openLinksInNewWindow: {\n defaultValue: false,\n description: \"Open all links in new windows\",\n type: \"boolean\"\n },\n backslashEscapesHTMLTags: {\n defaultValue: false,\n description: \"Support for HTML Tag escaping. ex: <div>foo</div>\",\n type: \"boolean\"\n },\n emoji: {\n defaultValue: false,\n description: \"Enable emoji support. Ex: `this is a :smile: emoji`\",\n type: \"boolean\"\n },\n underline: {\n defaultValue: false,\n description: \"Enable support for underline. Syntax is double or triple underscores: `__underline word__`. With this option enabled, underscores no longer parses into `<em>` and `<strong>`\",\n type: \"boolean\"\n },\n completeHTMLDocument: {\n defaultValue: false,\n description: \"Outputs a complete html document, including `<html>`, `<head>` and `<body>` tags\",\n type: \"boolean\"\n },\n metadata: {\n defaultValue: false,\n description: \"Enable support for document metadata (defined at the top of the document between `\\xAB\\xAB\\xAB` and `\\xBB\\xBB\\xBB` or between `---` and `---`).\",\n type: \"boolean\"\n },\n splitAdjacentBlockquotes: {\n defaultValue: false,\n description: \"Split adjacent blockquote blocks\",\n type: \"boolean\"\n }\n };\n if (simple === false) {\n return JSON.parse(JSON.stringify(defaultOptions));\n }\n var ret = {};\n for (var opt in defaultOptions) {\n if (defaultOptions.hasOwnProperty(opt)) {\n ret[opt] = defaultOptions[opt].defaultValue;\n }\n }\n return ret;\n }\n function allOptionsOn() {\n var options = getDefaultOpts(true), ret = {};\n for (var opt in options) {\n if (options.hasOwnProperty(opt)) {\n ret[opt] = true;\n }\n }\n return ret;\n }\n var showdown2 = {}, parsers = {}, extensions2 = {}, globalOptions = getDefaultOpts(true), setFlavor2 = \"vanilla\", flavor = {\n github: {\n omitExtraWLInCodeBlocks: true,\n simplifiedAutoLink: true,\n excludeTrailingPunctuationFromURLs: true,\n literalMidWordUnderscores: true,\n strikethrough: true,\n tables: true,\n tablesHeaderId: true,\n ghCodeBlocks: true,\n tasklists: true,\n disableForced4SpacesIndentedSublists: true,\n simpleLineBreaks: true,\n requireSpaceBeforeHeadingText: true,\n ghCompatibleHeaderId: true,\n ghMentions: true,\n backslashEscapesHTMLTags: true,\n emoji: true,\n splitAdjacentBlockquotes: true\n },\n original: {\n noHeaderId: true,\n ghCodeBlocks: false\n },\n ghost: {\n omitExtraWLInCodeBlocks: true,\n parseImgDimensions: true,\n simplifiedAutoLink: true,\n excludeTrailingPunctuationFromURLs: true,\n literalMidWordUnderscores: true,\n strikethrough: true,\n tables: true,\n tablesHeaderId: true,\n ghCodeBlocks: true,\n tasklists: true,\n smoothLivePreview: true,\n simpleLineBreaks: true,\n requireSpaceBeforeHeadingText: true,\n ghMentions: false,\n encodeEmails: true\n },\n vanilla: getDefaultOpts(true),\n allOn: allOptionsOn()\n };\n showdown2.helper = {};\n showdown2.extensions = {};\n showdown2.setOption = function(key, value) {\n globalOptions[key] = value;\n return this;\n };\n showdown2.getOption = function(key) {\n return globalOptions[key];\n };\n showdown2.getOptions = function() {\n return globalOptions;\n };\n showdown2.resetOptions = function() {\n globalOptions = getDefaultOpts(true);\n };\n showdown2.setFlavor = function(name) {\n if (!flavor.hasOwnProperty(name)) {\n throw Error(name + \" flavor was not found\");\n }\n showdown2.resetOptions();\n var preset = flavor[name];\n setFlavor2 = name;\n for (var option in preset) {\n if (preset.hasOwnProperty(option)) {\n globalOptions[option] = preset[option];\n }\n }\n };\n showdown2.getFlavor = function() {\n return setFlavor2;\n };\n showdown2.getFlavorOptions = function(name) {\n if (flavor.hasOwnProperty(name)) {\n return flavor[name];\n }\n };\n showdown2.getDefaultOptions = function(simple) {\n return getDefaultOpts(simple);\n };\n showdown2.subParser = function(name, func) {\n if (showdown2.helper.isString(name)) {\n if (typeof func !== \"undefined\") {\n parsers[name] = func;\n } else {\n if (parsers.hasOwnProperty(name)) {\n return parsers[name];\n } else {\n throw Error(\"SubParser named \" + name + \" not registered!\");\n }\n }\n }\n };\n showdown2.extension = function(name, ext) {\n if (!showdown2.helper.isString(name)) {\n throw Error(\"Extension 'name' must be a string\");\n }\n name = showdown2.helper.stdExtName(name);\n if (showdown2.helper.isUndefined(ext)) {\n if (!extensions2.hasOwnProperty(name)) {\n throw Error(\"Extension named \" + name + \" is not registered!\");\n }\n return extensions2[name];\n } else {\n if (typeof ext === \"function\") {\n ext = ext();\n }\n if (!showdown2.helper.isArray(ext)) {\n ext = [ext];\n }\n var validExtension = validate(ext, name);\n if (validExtension.valid) {\n extensions2[name] = ext;\n } else {\n throw Error(validExtension.error);\n }\n }\n };\n showdown2.getAllExtensions = function() {\n return extensions2;\n };\n showdown2.removeExtension = function(name) {\n delete extensions2[name];\n };\n showdown2.resetExtensions = function() {\n extensions2 = {};\n };\n function validate(extension2, name) {\n var errMsg = name ? \"Error in \" + name + \" extension->\" : \"Error in unnamed extension\", ret = {\n valid: true,\n error: \"\"\n };\n if (!showdown2.helper.isArray(extension2)) {\n extension2 = [extension2];\n }\n for (var i = 0; i < extension2.length; ++i) {\n var baseMsg = errMsg + \" sub-extension \" + i + \": \", ext = extension2[i];\n if (typeof ext !== \"object\") {\n ret.valid = false;\n ret.error = baseMsg + \"must be an object, but \" + typeof ext + \" given\";\n return ret;\n }\n if (!showdown2.helper.isString(ext.type)) {\n ret.valid = false;\n ret.error = baseMsg + 'property \"type\" must be a string, but ' + typeof ext.type + \" given\";\n return ret;\n }\n var type = ext.type = ext.type.toLowerCase();\n if (type === \"language\") {\n type = ext.type = \"lang\";\n }\n if (type === \"html\") {\n type = ext.type = \"output\";\n }\n if (type !== \"lang\" && type !== \"output\" && type !== \"listener\") {\n ret.valid = false;\n ret.error = baseMsg + \"type \" + type + ' is not recognized. Valid values: \"lang/language\", \"output/html\" or \"listener\"';\n return ret;\n }\n if (type === \"listener\") {\n if (showdown2.helper.isUndefined(ext.listeners)) {\n ret.valid = false;\n ret.error = baseMsg + '. Extensions of type \"listener\" must have a property called \"listeners\"';\n return ret;\n }\n } else {\n if (showdown2.helper.isUndefined(ext.filter) && showdown2.helper.isUndefined(ext.regex)) {\n ret.valid = false;\n ret.error = baseMsg + type + ' extensions must define either a \"regex\" property or a \"filter\" method';\n return ret;\n }\n }\n if (ext.listeners) {\n if (typeof ext.listeners !== \"object\") {\n ret.valid = false;\n ret.error = baseMsg + '\"listeners\" property must be an object but ' + typeof ext.listeners + \" given\";\n return ret;\n }\n for (var ln in ext.listeners) {\n if (ext.listeners.hasOwnProperty(ln)) {\n if (typeof ext.listeners[ln] !== \"function\") {\n ret.valid = false;\n ret.error = baseMsg + '\"listeners\" property must be an hash of [event name]: [callback]. listeners.' + ln + \" must be a function but \" + typeof ext.listeners[ln] + \" given\";\n return ret;\n }\n }\n }\n }\n if (ext.filter) {\n if (typeof ext.filter !== \"function\") {\n ret.valid = false;\n ret.error = baseMsg + '\"filter\" must be a function, but ' + typeof ext.filter + \" given\";\n return ret;\n }\n } else if (ext.regex) {\n if (showdown2.helper.isString(ext.regex)) {\n ext.regex = new RegExp(ext.regex, \"g\");\n }\n if (!(ext.regex instanceof RegExp)) {\n ret.valid = false;\n ret.error = baseMsg + '\"regex\" property must either be a string or a RegExp object, but ' + typeof ext.regex + \" given\";\n return ret;\n }\n if (showdown2.helper.isUndefined(ext.replace)) {\n ret.valid = false;\n ret.error = baseMsg + '\"regex\" extensions must implement a replace string or function';\n return ret;\n }\n }\n }\n return ret;\n }\n showdown2.validateExtension = function(ext) {\n var validateExtension2 = validate(ext, null);\n if (!validateExtension2.valid) {\n console.warn(validateExtension2.error);\n return false;\n }\n return true;\n };\n if (!showdown2.hasOwnProperty(\"helper\")) {\n showdown2.helper = {};\n }\n showdown2.helper.isString = function(a) {\n return typeof a === \"string\" || a instanceof String;\n };\n showdown2.helper.isFunction = function(a) {\n var getType = {};\n return a && getType.toString.call(a) === \"[object Function]\";\n };\n showdown2.helper.isArray = function(a) {\n return Array.isArray(a);\n };\n showdown2.helper.isUndefined = function(value) {\n return typeof value === \"undefined\";\n };\n showdown2.helper.forEach = function(obj, callback) {\n if (showdown2.helper.isUndefined(obj)) {\n throw new Error(\"obj param is required\");\n }\n if (showdown2.helper.isUndefined(callback)) {\n throw new Error(\"callback param is required\");\n }\n if (!showdown2.helper.isFunction(callback)) {\n throw new Error(\"callback param must be a function/closure\");\n }\n if (typeof obj.forEach === \"function\") {\n obj.forEach(callback);\n } else if (showdown2.helper.isArray(obj)) {\n for (var i = 0; i < obj.length; i++) {\n callback(obj[i], i, obj);\n }\n } else if (typeof obj === \"object\") {\n for (var prop in obj) {\n if (obj.hasOwnProperty(prop)) {\n callback(obj[prop], prop, obj);\n }\n }\n } else {\n throw new Error(\"obj does not seem to be an array or an iterable object\");\n }\n };\n showdown2.helper.stdExtName = function(s) {\n return s.replace(/[_?*+\\/\\\\.^-]/g, \"\").replace(/\\s/g, \"\").toLowerCase();\n };\n function escapeCharactersCallback(wholeMatch, m1) {\n var charCodeToEscape = m1.charCodeAt(0);\n return \"\\xA8E\" + charCodeToEscape + \"E\";\n }\n showdown2.helper.escapeCharactersCallback = escapeCharactersCallback;\n showdown2.helper.escapeCharacters = function(text, charsToEscape, afterBackslash) {\n var regexString = \"([\" + charsToEscape.replace(/([\\[\\]\\\\])/g, \"\\\\$1\") + \"])\";\n if (afterBackslash) {\n regexString = \"\\\\\\\\\" + regexString;\n }\n var regex = new RegExp(regexString, \"g\");\n text = text.replace(regex, escapeCharactersCallback);\n return text;\n };\n showdown2.helper.unescapeHTMLEntities = function(txt) {\n return txt.replace(/&quot;/g, '\"').replace(/&lt;/g, \"<\").replace(/&gt;/g, \">\").replace(/&amp;/g, \"&\");\n };\n var rgxFindMatchPos = function(str, left, right, flags) {\n var f = flags || \"\", g = f.indexOf(\"g\") > -1, x = new RegExp(left + \"|\" + right, \"g\" + f.replace(/g/g, \"\")), l = new RegExp(left, f.replace(/g/g, \"\")), pos = [], t, s, m, start, end;\n do {\n t = 0;\n while (m = x.exec(str)) {\n if (l.test(m[0])) {\n if (!t++) {\n s = x.lastIndex;\n start = s - m[0].length;\n }\n } else if (t) {\n if (!--t) {\n end = m.index + m[0].length;\n var obj = {\n left: {start, end: s},\n match: {start: s, end: m.index},\n right: {start: m.index, end},\n wholeMatch: {start, end}\n };\n pos.push(obj);\n if (!g) {\n return pos;\n }\n }\n }\n }\n } while (t && (x.lastIndex = s));\n return pos;\n };\n showdown2.helper.matchRecursiveRegExp = function(str, left, right, flags) {\n var matchPos = rgxFindMatchPos(str, left, right, flags), results = [];\n for (var i = 0; i < matchPos.length; ++i) {\n results.push([\n str.slice(matchPos[i].wholeMatch.start, matchPos[i].wholeMatch.end),\n str.slice(matchPos[i].match.start, matchPos[i].match.end),\n str.slice(matchPos[i].left.start, matchPos[i].left.end),\n str.slice(matchPos[i].right.start, matchPos[i].right.end)\n ]);\n }\n return results;\n };\n showdown2.helper.replaceRecursiveRegExp = function(str, replacement, left, right, flags) {\n if (!showdown2.helper.isFunction(replacement)) {\n var repStr = replacement;\n replacement = function() {\n return repStr;\n };\n }\n var matchPos = rgxFindMatchPos(str, left, right, flags), finalStr = str, lng = matchPos.length;\n if (lng > 0) {\n var bits = [];\n if (matchPos[0].wholeMatch.start !== 0) {\n bits.push(str.slice(0, matchPos[0].wholeMatch.start));\n }\n for (var i = 0; i < lng; ++i) {\n bits.push(replacement(str.slice(matchPos[i].wholeMatch.start, matchPos[i].wholeMatch.end), str.slice(matchPos[i].match.start, matchPos[i].match.end), str.slice(matchPos[i].left.start, matchPos[i].left.end), str.slice(matchPos[i].right.start, matchPos[i].right.end)));\n if (i < lng - 1) {\n bits.push(str.slice(matchPos[i].wholeMatch.end, matchPos[i + 1].wholeMatch.start));\n }\n }\n if (matchPos[lng - 1].wholeMatch.end < str.length) {\n bits.push(str.slice(matchPos[lng - 1].wholeMatch.end));\n }\n finalStr = bits.join(\"\");\n }\n return finalStr;\n };\n showdown2.helper.regexIndexOf = function(str, regex, fromIndex) {\n if (!showdown2.helper.isString(str)) {\n throw \"InvalidArgumentError: first parameter of showdown.helper.regexIndexOf function must be a string\";\n }\n if (regex instanceof RegExp === false) {\n throw \"InvalidArgumentError: second parameter of showdown.helper.regexIndexOf function must be an instance of RegExp\";\n }\n var indexOf = str.substring(fromIndex || 0).search(regex);\n return indexOf >= 0 ? indexOf + (fromIndex || 0) : indexOf;\n };\n showdown2.helper.splitAtIndex = function(str, index) {\n if (!showdown2.helper.isString(str)) {\n throw \"InvalidArgumentError: first parameter of showdown.helper.regexIndexOf function must be a string\";\n }\n return [str.substring(0, index), str.substring(index)];\n };\n showdown2.helper.encodeEmailAddress = function(mail) {\n var encode = [\n function(ch) {\n return \"&#\" + ch.charCodeAt(0) + \";\";\n },\n function(ch) {\n return \"&#x\" + ch.charCodeAt(0).toString(16) + \";\";\n },\n function(ch) {\n return ch;\n }\n ];\n mail = mail.replace(/./g, function(ch) {\n if (ch === \"@\") {\n ch = encode[Math.floor(Math.random() * 2)](ch);\n } else {\n var r = Math.random();\n ch = r > 0.9 ? encode[2](ch) : r > 0.45 ? encode[1](ch) : encode[0](ch);\n }\n return ch;\n });\n return mail;\n };\n showdown2.helper.padEnd = function padEnd(str, targetLength, padString) {\n targetLength = targetLength >> 0;\n padString = String(padString || \" \");\n if (str.length > targetLength) {\n return String(str);\n } else {\n targetLength = targetLength - str.length;\n if (targetLength > padString.length) {\n padString += padString.repeat(targetLength / padString.length);\n }\n return String(str) + padString.slice(0, targetLength);\n }\n };\n if (typeof console === \"undefined\") {\n console = {\n warn: function(msg) {\n alert(msg);\n },\n log: function(msg) {\n alert(msg);\n },\n error: function(msg) {\n throw msg;\n }\n };\n }\n showdown2.helper.regexes = {\n asteriskDashAndColon: /([*_:~])/g\n };\n showdown2.helper.emojis = {\n \"+1\": \"\\u{1F44D}\",\n \"-1\": \"\\u{1F44E}\",\n \"100\": \"\\u{1F4AF}\",\n \"1234\": \"\\u{1F522}\",\n \"1st_place_medal\": \"\\u{1F947}\",\n \"2nd_place_medal\": \"\\u{1F948}\",\n \"3rd_place_medal\": \"\\u{1F949}\",\n \"8ball\": \"\\u{1F3B1}\",\n a: \"\\u{1F170}\\uFE0F\",\n ab: \"\\u{1F18E}\",\n abc: \"\\u{1F524}\",\n abcd: \"\\u{1F521}\",\n accept: \"\\u{1F251}\",\n aerial_tramway: \"\\u{1F6A1}\",\n airplane: \"\\u2708\\uFE0F\",\n alarm_clock: \"\\u23F0\",\n alembic: \"\\u2697\\uFE0F\",\n alien: \"\\u{1F47D}\",\n ambulance: \"\\u{1F691}\",\n amphora: \"\\u{1F3FA}\",\n anchor: \"\\u2693\\uFE0F\",\n angel: \"\\u{1F47C}\",\n anger: \"\\u{1F4A2}\",\n angry: \"\\u{1F620}\",\n anguished: \"\\u{1F627}\",\n ant: \"\\u{1F41C}\",\n apple: \"\\u{1F34E}\",\n aquarius: \"\\u2652\\uFE0F\",\n aries: \"\\u2648\\uFE0F\",\n arrow_backward: \"\\u25C0\\uFE0F\",\n arrow_double_down: \"\\u23EC\",\n arrow_double_up: \"\\u23EB\",\n arrow_down: \"\\u2B07\\uFE0F\",\n arrow_down_small: \"\\u{1F53D}\",\n arrow_forward: \"\\u25B6\\uFE0F\",\n arrow_heading_down: \"\\u2935\\uFE0F\",\n arrow_heading_up: \"\\u2934\\uFE0F\",\n arrow_left: \"\\u2B05\\uFE0F\",\n arrow_lower_left: \"\\u2199\\uFE0F\",\n arrow_lower_right: \"\\u2198\\uFE0F\",\n arrow_right: \"\\u27A1\\uFE0F\",\n arrow_right_hook: \"\\u21AA\\uFE0F\",\n arrow_up: \"\\u2B06\\uFE0F\",\n arrow_up_down: \"\\u2195\\uFE0F\",\n arrow_up_small: \"\\u{1F53C}\",\n arrow_upper_left: \"\\u2196\\uFE0F\",\n arrow_upper_right: \"\\u2197\\uFE0F\",\n arrows_clockwise: \"\\u{1F503}\",\n arrows_counterclockwise: \"\\u{1F504}\",\n art: \"\\u{1F3A8}\",\n articulated_lorry: \"\\u{1F69B}\",\n artificial_satellite: \"\\u{1F6F0}\",\n astonished: \"\\u{1F632}\",\n athletic_shoe: \"\\u{1F45F}\",\n atm: \"\\u{1F3E7}\",\n atom_symbol: \"\\u269B\\uFE0F\",\n avocado: \"\\u{1F951}\",\n b: \"\\u{1F171}\\uFE0F\",\n baby: \"\\u{1F476}\",\n baby_bottle: \"\\u{1F37C}\",\n baby_chick: \"\\u{1F424}\",\n baby_symbol: \"\\u{1F6BC}\",\n back: \"\\u{1F519}\",\n bacon: \"\\u{1F953}\",\n badminton: \"\\u{1F3F8}\",\n baggage_claim: \"\\u{1F6C4}\",\n baguette_bread: \"\\u{1F956}\",\n balance_scale: \"\\u2696\\uFE0F\",\n balloon: \"\\u{1F388}\",\n ballot_box: \"\\u{1F5F3}\",\n ballot_box_with_check: \"\\u2611\\uFE0F\",\n bamboo: \"\\u{1F38D}\",\n banana: \"\\u{1F34C}\",\n bangbang: \"\\u203C\\uFE0F\",\n bank: \"\\u{1F3E6}\",\n bar_chart: \"\\u{1F4CA}\",\n barber: \"\\u{1F488}\",\n baseball: \"\\u26BE\\uFE0F\",\n basketball: \"\\u{1F3C0}\",\n basketball_man: \"\\u26F9\\uFE0F\",\n basketball_woman: \"\\u26F9\\uFE0F&zwj;\\u2640\\uFE0F\",\n bat: \"\\u{1F987}\",\n bath: \"\\u{1F6C0}\",\n bathtub: \"\\u{1F6C1}\",\n battery: \"\\u{1F50B}\",\n beach_umbrella: \"\\u{1F3D6}\",\n bear: \"\\u{1F43B}\",\n bed: \"\\u{1F6CF}\",\n bee: \"\\u{1F41D}\",\n beer: \"\\u{1F37A}\",\n beers: \"\\u{1F37B}\",\n beetle: \"\\u{1F41E}\",\n beginner: \"\\u{1F530}\",\n bell: \"\\u{1F514}\",\n bellhop_bell: \"\\u{1F6CE}\",\n bento: \"\\u{1F371}\",\n biking_man: \"\\u{1F6B4}\",\n bike: \"\\u{1F6B2}\",\n biking_woman: \"\\u{1F6B4}&zwj;\\u2640\\uFE0F\",\n bikini: \"\\u{1F459}\",\n biohazard: \"\\u2623\\uFE0F\",\n bird: \"\\u{1F426}\",\n birthday: \"\\u{1F382}\",\n black_circle: \"\\u26AB\\uFE0F\",\n black_flag: \"\\u{1F3F4}\",\n black_heart: \"\\u{1F5A4}\",\n black_joker: \"\\u{1F0CF}\",\n black_large_square: \"\\u2B1B\\uFE0F\",\n black_medium_small_square: \"\\u25FE\\uFE0F\",\n black_medium_square: \"\\u25FC\\uFE0F\",\n black_nib: \"\\u2712\\uFE0F\",\n black_small_square: \"\\u25AA\\uFE0F\",\n black_square_button: \"\\u{1F532}\",\n blonde_man: \"\\u{1F471}\",\n blonde_woman: \"\\u{1F471}&zwj;\\u2640\\uFE0F\",\n blossom: \"\\u{1F33C}\",\n blowfish: \"\\u{1F421}\",\n blue_book: \"\\u{1F4D8}\",\n blue_car: \"\\u{1F699}\",\n blue_heart: \"\\u{1F499}\",\n blush: \"\\u{1F60A}\",\n boar: \"\\u{1F417}\",\n boat: \"\\u26F5\\uFE0F\",\n bomb: \"\\u{1F4A3}\",\n book: \"\\u{1F4D6}\",\n bookmark: \"\\u{1F516}\",\n bookmark_tabs: \"\\u{1F4D1}\",\n books: \"\\u{1F4DA}\",\n boom: \"\\u{1F4A5}\",\n boot: \"\\u{1F462}\",\n bouquet: \"\\u{1F490}\",\n bowing_man: \"\\u{1F647}\",\n bow_and_arrow: \"\\u{1F3F9}\",\n bowing_woman: \"\\u{1F647}&zwj;\\u2640\\uFE0F\",\n bowling: \"\\u{1F3B3}\",\n boxing_glove: \"\\u{1F94A}\",\n boy: \"\\u{1F466}\",\n bread: \"\\u{1F35E}\",\n bride_with_veil: \"\\u{1F470}\",\n bridge_at_night: \"\\u{1F309}\",\n briefcase: \"\\u{1F4BC}\",\n broken_heart: \"\\u{1F494}\",\n bug: \"\\u{1F41B}\",\n building_construction: \"\\u{1F3D7}\",\n bulb: \"\\u{1F4A1}\",\n bullettrain_front: \"\\u{1F685}\",\n bullettrain_side: \"\\u{1F684}\",\n burrito: \"\\u{1F32F}\",\n bus: \"\\u{1F68C}\",\n business_suit_levitating: \"\\u{1F574}\",\n busstop: \"\\u{1F68F}\",\n bust_in_silhouette: \"\\u{1F464}\",\n busts_in_silhouette: \"\\u{1F465}\",\n butterfly: \"\\u{1F98B}\",\n cactus: \"\\u{1F335}\",\n cake: \"\\u{1F370}\",\n calendar: \"\\u{1F4C6}\",\n call_me_hand: \"\\u{1F919}\",\n calling: \"\\u{1F4F2}\",\n camel: \"\\u{1F42B}\",\n camera: \"\\u{1F4F7}\",\n camera_flash: \"\\u{1F4F8}\",\n camping: \"\\u{1F3D5}\",\n cancer: \"\\u264B\\uFE0F\",\n candle: \"\\u{1F56F}\",\n candy: \"\\u{1F36C}\",\n canoe: \"\\u{1F6F6}\",\n capital_abcd: \"\\u{1F520}\",\n capricorn: \"\\u2651\\uFE0F\",\n car: \"\\u{1F697}\",\n card_file_box: \"\\u{1F5C3}\",\n card_index: \"\\u{1F4C7}\",\n card_index_dividers: \"\\u{1F5C2}\",\n carousel_horse: \"\\u{1F3A0}\",\n carrot: \"\\u{1F955}\",\n cat: \"\\u{1F431}\",\n cat2: \"\\u{1F408}\",\n cd: \"\\u{1F4BF}\",\n chains: \"\\u26D3\",\n champagne: \"\\u{1F37E}\",\n chart: \"\\u{1F4B9}\",\n chart_with_downwards_trend: \"\\u{1F4C9}\",\n chart_with_upwards_trend: \"\\u{1F4C8}\",\n checkered_flag: \"\\u{1F3C1}\",\n cheese: \"\\u{1F9C0}\",\n cherries: \"\\u{1F352}\",\n cherry_blossom: \"\\u{1F338}\",\n chestnut: \"\\u{1F330}\",\n chicken: \"\\u{1F414}\",\n children_crossing: \"\\u{1F6B8}\",\n chipmunk: \"\\u{1F43F}\",\n chocolate_bar: \"\\u{1F36B}\",\n christmas_tree: \"\\u{1F384}\",\n church: \"\\u26EA\\uFE0F\",\n cinema: \"\\u{1F3A6}\",\n circus_tent: \"\\u{1F3AA}\",\n city_sunrise: \"\\u{1F307}\",\n city_sunset: \"\\u{1F306}\",\n cityscape: \"\\u{1F3D9}\",\n cl: \"\\u{1F191}\",\n clamp: \"\\u{1F5DC}\",\n clap: \"\\u{1F44F}\",\n clapper: \"\\u{1F3AC}\",\n classical_building: \"\\u{1F3DB}\",\n clinking_glasses: \"\\u{1F942}\",\n clipboard: \"\\u{1F4CB}\",\n clock1: \"\\u{1F550}\",\n clock10: \"\\u{1F559}\",\n clock1030: \"\\u{1F565}\",\n clock11: \"\\u{1F55A}\",\n clock1130: \"\\u{1F566}\",\n clock12: \"\\u{1F55B}\",\n clock1230: \"\\u{1F567}\",\n clock130: \"\\u{1F55C}\",\n clock2: \"\\u{1F551}\",\n clock230: \"\\u{1F55D}\",\n clock3: \"\\u{1F552}\",\n clock330: \"\\u{1F55E}\",\n clock4: \"\\u{1F553}\",\n clock430: \"\\u{1F55F}\",\n clock5: \"\\u{1F554}\",\n clock530: \"\\u{1F560}\",\n clock6: \"\\u{1F555}\",\n clock630: \"\\u{1F561}\",\n clock7: \"\\u{1F556}\",\n clock730: \"\\u{1F562}\",\n clock8: \"\\u{1F557}\",\n clock830: \"\\u{1F563}\",\n clock9: \"\\u{1F558}\",\n clock930: \"\\u{1F564}\",\n closed_book: \"\\u{1F4D5}\",\n closed_lock_with_key: \"\\u{1F510}\",\n closed_umbrella: \"\\u{1F302}\",\n cloud: \"\\u2601\\uFE0F\",\n cloud_with_lightning: \"\\u{1F329}\",\n cloud_with_lightning_and_rain: \"\\u26C8\",\n cloud_with_rain: \"\\u{1F327}\",\n cloud_with_snow: \"\\u{1F328}\",\n clown_face: \"\\u{1F921}\",\n clubs: \"\\u2663\\uFE0F\",\n cocktail: \"\\u{1F378}\",\n coffee: \"\\u2615\\uFE0F\",\n coffin: \"\\u26B0\\uFE0F\",\n cold_sweat: \"\\u{1F630}\",\n comet: \"\\u2604\\uFE0F\",\n computer: \"\\u{1F4BB}\",\n computer_mouse: \"\\u{1F5B1}\",\n confetti_ball: \"\\u{1F38A}\",\n confounded: \"\\u{1F616}\",\n confused: \"\\u{1F615}\",\n congratulations: \"\\u3297\\uFE0F\",\n construction: \"\\u{1F6A7}\",\n construction_worker_man: \"\\u{1F477}\",\n construction_worker_woman: \"\\u{1F477}&zwj;\\u2640\\uFE0F\",\n control_knobs: \"\\u{1F39B}\",\n convenience_store: \"\\u{1F3EA}\",\n cookie: \"\\u{1F36A}\",\n cool: \"\\u{1F192}\",\n policeman: \"\\u{1F46E}\",\n copyright: \"\\xA9\\uFE0F\",\n corn: \"\\u{1F33D}\",\n couch_and_lamp: \"\\u{1F6CB}\",\n couple: \"\\u{1F46B}\",\n couple_with_heart_woman_man: \"\\u{1F491}\",\n couple_with_heart_man_man: \"\\u{1F468}&zwj;\\u2764\\uFE0F&zwj;\\u{1F468}\",\n couple_with_heart_woman_woman: \"\\u{1F469}&zwj;\\u2764\\uFE0F&zwj;\\u{1F469}\",\n couplekiss_man_man: \"\\u{1F468}&zwj;\\u2764\\uFE0F&zwj;\\u{1F48B}&zwj;\\u{1F468}\",\n couplekiss_man_woman: \"\\u{1F48F}\",\n couplekiss_woman_woman: \"\\u{1F469}&zwj;\\u2764\\uFE0F&zwj;\\u{1F48B}&zwj;\\u{1F469}\",\n cow: \"\\u{1F42E}\",\n cow2: \"\\u{1F404}\",\n cowboy_hat_face: \"\\u{1F920}\",\n crab: \"\\u{1F980}\",\n crayon: \"\\u{1F58D}\",\n credit_card: \"\\u{1F4B3}\",\n crescent_moon: \"\\u{1F319}\",\n cricket: \"\\u{1F3CF}\",\n crocodile: \"\\u{1F40A}\",\n croissant: \"\\u{1F950}\",\n crossed_fingers: \"\\u{1F91E}\",\n crossed_flags: \"\\u{1F38C}\",\n crossed_swords: \"\\u2694\\uFE0F\",\n crown: \"\\u{1F451}\",\n cry: \"\\u{1F622}\",\n crying_cat_face: \"\\u{1F63F}\",\n crystal_ball: \"\\u{1F52E}\",\n cucumber: \"\\u{1F952}\",\n cupid: \"\\u{1F498}\",\n curly_loop: \"\\u27B0\",\n currency_exchange: \"\\u{1F4B1}\",\n curry: \"\\u{1F35B}\",\n custard: \"\\u{1F36E}\",\n customs: \"\\u{1F6C3}\",\n cyclone: \"\\u{1F300}\",\n dagger: \"\\u{1F5E1}\",\n dancer: \"\\u{1F483}\",\n dancing_women: \"\\u{1F46F}\",\n dancing_men: \"\\u{1F46F}&zwj;\\u2642\\uFE0F\",\n dango: \"\\u{1F361}\",\n dark_sunglasses: \"\\u{1F576}\",\n dart: \"\\u{1F3AF}\",\n dash: \"\\u{1F4A8}\",\n date: \"\\u{1F4C5}\",\n deciduous_tree: \"\\u{1F333}\",\n deer: \"\\u{1F98C}\",\n department_store: \"\\u{1F3EC}\",\n derelict_house: \"\\u{1F3DA}\",\n desert: \"\\u{1F3DC}\",\n desert_island: \"\\u{1F3DD}\",\n desktop_computer: \"\\u{1F5A5}\",\n male_detective: \"\\u{1F575}\\uFE0F\",\n diamond_shape_with_a_dot_inside: \"\\u{1F4A0}\",\n diamonds: \"\\u2666\\uFE0F\",\n disappointed: \"\\u{1F61E}\",\n disappointed_relieved: \"\\u{1F625}\",\n dizzy: \"\\u{1F4AB}\",\n dizzy_face: \"\\u{1F635}\",\n do_not_litter: \"\\u{1F6AF}\",\n dog: \"\\u{1F436}\",\n dog2: \"\\u{1F415}\",\n dollar: \"\\u{1F4B5}\",\n dolls: \"\\u{1F38E}\",\n dolphin: \"\\u{1F42C}\",\n door: \"\\u{1F6AA}\",\n doughnut: \"\\u{1F369}\",\n dove: \"\\u{1F54A}\",\n dragon: \"\\u{1F409}\",\n dragon_face: \"\\u{1F432}\",\n dress: \"\\u{1F457}\",\n dromedary_camel: \"\\u{1F42A}\",\n drooling_face: \"\\u{1F924}\",\n droplet: \"\\u{1F4A7}\",\n drum: \"\\u{1F941}\",\n duck: \"\\u{1F986}\",\n dvd: \"\\u{1F4C0}\",\n \"e-mail\": \"\\u{1F4E7}\",\n eagle: \"\\u{1F985}\",\n ear: \"\\u{1F442}\",\n ear_of_rice: \"\\u{1F33E}\",\n earth_africa: \"\\u{1F30D}\",\n earth_americas: \"\\u{1F30E}\",\n earth_asia: \"\\u{1F30F}\",\n egg: \"\\u{1F95A}\",\n eggplant: \"\\u{1F346}\",\n eight_pointed_black_star: \"\\u2734\\uFE0F\",\n eight_spoked_asterisk: \"\\u2733\\uFE0F\",\n electric_plug: \"\\u{1F50C}\",\n elephant: \"\\u{1F418}\",\n email: \"\\u2709\\uFE0F\",\n end: \"\\u{1F51A}\",\n envelope_with_arrow: \"\\u{1F4E9}\",\n euro: \"\\u{1F4B6}\",\n european_castle: \"\\u{1F3F0}\",\n european_post_office: \"\\u{1F3E4}\",\n evergreen_tree: \"\\u{1F332}\",\n exclamation: \"\\u2757\\uFE0F\",\n expressionless: \"\\u{1F611}\",\n eye: \"\\u{1F441}\",\n eye_speech_bubble: \"\\u{1F441}&zwj;\\u{1F5E8}\",\n eyeglasses: \"\\u{1F453}\",\n eyes: \"\\u{1F440}\",\n face_with_head_bandage: \"\\u{1F915}\",\n face_with_thermometer: \"\\u{1F912}\",\n fist_oncoming: \"\\u{1F44A}\",\n factory: \"\\u{1F3ED}\",\n fallen_leaf: \"\\u{1F342}\",\n family_man_woman_boy: \"\\u{1F46A}\",\n family_man_boy: \"\\u{1F468}&zwj;\\u{1F466}\",\n family_man_boy_boy: \"\\u{1F468}&zwj;\\u{1F466}&zwj;\\u{1F466}\",\n family_man_girl: \"\\u{1F468}&zwj;\\u{1F467}\",\n family_man_girl_boy: \"\\u{1F468}&zwj;\\u{1F467}&zwj;\\u{1F466}\",\n family_man_girl_girl: \"\\u{1F468}&zwj;\\u{1F467}&zwj;\\u{1F467}\",\n family_man_man_boy: \"\\u{1F468}&zwj;\\u{1F468}&zwj;\\u{1F466}\",\n family_man_man_boy_boy: \"\\u{1F468}&zwj;\\u{1F468}&zwj;\\u{1F466}&zwj;\\u{1F466}\",\n family_man_man_girl: \"\\u{1F468}&zwj;\\u{1F468}&zwj;\\u{1F467}\",\n family_man_man_girl_boy: \"\\u{1F468}&zwj;\\u{1F468}&zwj;\\u{1F467}&zwj;\\u{1F466}\",\n family_man_man_girl_girl: \"\\u{1F468}&zwj;\\u{1F468}&zwj;\\u{1F467}&zwj;\\u{1F467}\",\n family_man_woman_boy_boy: \"\\u{1F468}&zwj;\\u{1F469}&zwj;\\u{1F466}&zwj;\\u{1F466}\",\n family_man_woman_girl: \"\\u{1F468}&zwj;\\u{1F469}&zwj;\\u{1F467}\",\n family_man_woman_girl_boy: \"\\u{1F468}&zwj;\\u{1F469}&zwj;\\u{1F467}&zwj;\\u{1F466}\",\n family_man_woman_girl_girl: \"\\u{1F468}&zwj;\\u{1F469}&zwj;\\u{1F467}&zwj;\\u{1F467}\",\n family_woman_boy: \"\\u{1F469}&zwj;\\u{1F466}\",\n family_woman_boy_boy: \"\\u{1F469}&zwj;\\u{1F466}&zwj;\\u{1F466}\",\n family_woman_girl: \"\\u{1F469}&zwj;\\u{1F467}\",\n family_woman_girl_boy: \"\\u{1F469}&zwj;\\u{1F467}&zwj;\\u{1F466}\",\n family_woman_girl_girl: \"\\u{1F469}&zwj;\\u{1F467}&zwj;\\u{1F467}\",\n family_woman_woman_boy: \"\\u{1F469}&zwj;\\u{1F469}&zwj;\\u{1F466}\",\n family_woman_woman_boy_boy: \"\\u{1F469}&zwj;\\u{1F469}&zwj;\\u{1F466}&zwj;\\u{1F466}\",\n family_woman_woman_girl: \"\\u{1F469}&zwj;\\u{1F469}&zwj;\\u{1F467}\",\n family_woman_woman_girl_boy: \"\\u{1F469}&zwj;\\u{1F469}&zwj;\\u{1F467}&zwj;\\u{1F466}\",\n family_woman_woman_girl_girl: \"\\u{1F469}&zwj;\\u{1F469}&zwj;\\u{1F467}&zwj;\\u{1F467}\",\n fast_forward: \"\\u23E9\",\n fax: \"\\u{1F4E0}\",\n fearful: \"\\u{1F628}\",\n feet: \"\\u{1F43E}\",\n female_detective: \"\\u{1F575}\\uFE0F&zwj;\\u2640\\uFE0F\",\n ferris_wheel: \"\\u{1F3A1}\",\n ferry: \"\\u26F4\",\n field_hockey: \"\\u{1F3D1}\",\n file_cabinet: \"\\u{1F5C4}\",\n file_folder: \"\\u{1F4C1}\",\n film_projector: \"\\u{1F4FD}\",\n film_strip: \"\\u{1F39E}\",\n fire: \"\\u{1F525}\",\n fire_engine: \"\\u{1F692}\",\n fireworks: \"\\u{1F386}\",\n first_quarter_moon: \"\\u{1F313}\",\n first_quarter_moon_with_face: \"\\u{1F31B}\",\n fish: \"\\u{1F41F}\",\n fish_cake: \"\\u{1F365}\",\n fishing_pole_and_fish: \"\\u{1F3A3}\",\n fist_raised: \"\\u270A\",\n fist_left: \"\\u{1F91B}\",\n fist_right: \"\\u{1F91C}\",\n flags: \"\\u{1F38F}\",\n flashlight: \"\\u{1F526}\",\n fleur_de_lis: \"\\u269C\\uFE0F\",\n flight_arrival: \"\\u{1F6EC}\",\n flight_departure: \"\\u{1F6EB}\",\n floppy_disk: \"\\u{1F4BE}\",\n flower_playing_cards: \"\\u{1F3B4}\",\n flushed: \"\\u{1F633}\",\n fog: \"\\u{1F32B}\",\n foggy: \"\\u{1F301}\",\n football: \"\\u{1F3C8}\",\n footprints: \"\\u{1F463}\",\n fork_and_knife: \"\\u{1F374}\",\n fountain: \"\\u26F2\\uFE0F\",\n fountain_pen: \"\\u{1F58B}\",\n four_leaf_clover: \"\\u{1F340}\",\n fox_face: \"\\u{1F98A}\",\n framed_picture: \"\\u{1F5BC}\",\n free: \"\\u{1F193}\",\n fried_egg: \"\\u{1F373}\",\n fried_shrimp: \"\\u{1F364}\",\n fries: \"\\u{1F35F}\",\n frog: \"\\u{1F438}\",\n frowning: \"\\u{1F626}\",\n frowning_face: \"\\u2639\\uFE0F\",\n frowning_man: \"\\u{1F64D}&zwj;\\u2642\\uFE0F\",\n frowning_woman: \"\\u{1F64D}\",\n middle_finger: \"\\u{1F595}\",\n fuelpump: \"\\u26FD\\uFE0F\",\n full_moon: \"\\u{1F315}\",\n full_moon_with_face: \"\\u{1F31D}\",\n funeral_urn: \"\\u26B1\\uFE0F\",\n game_die: \"\\u{1F3B2}\",\n gear: \"\\u2699\\uFE0F\",\n gem: \"\\u{1F48E}\",\n gemini: \"\\u264A\\uFE0F\",\n ghost: \"\\u{1F47B}\",\n gift: \"\\u{1F381}\",\n gift_heart: \"\\u{1F49D}\",\n girl: \"\\u{1F467}\",\n globe_with_meridians: \"\\u{1F310}\",\n goal_net: \"\\u{1F945}\",\n goat: \"\\u{1F410}\",\n golf: \"\\u26F3\\uFE0F\",\n golfing_man: \"\\u{1F3CC}\\uFE0F\",\n golfing_woman: \"\\u{1F3CC}\\uFE0F&zwj;\\u2640\\uFE0F\",\n gorilla: \"\\u{1F98D}\",\n grapes: \"\\u{1F347}\",\n green_apple: \"\\u{1F34F}\",\n green_book: \"\\u{1F4D7}\",\n green_heart: \"\\u{1F49A}\",\n green_salad: \"\\u{1F957}\",\n grey_exclamation: \"\\u2755\",\n grey_question: \"\\u2754\",\n grimacing: \"\\u{1F62C}\",\n grin: \"\\u{1F601}\",\n grinning: \"\\u{1F600}\",\n guardsman: \"\\u{1F482}\",\n guardswoman: \"\\u{1F482}&zwj;\\u2640\\uFE0F\",\n guitar: \"\\u{1F3B8}\",\n gun: \"\\u{1F52B}\",\n haircut_woman: \"\\u{1F487}\",\n haircut_man: \"\\u{1F487}&zwj;\\u2642\\uFE0F\",\n hamburger: \"\\u{1F354}\",\n hammer: \"\\u{1F528}\",\n hammer_and_pick: \"\\u2692\",\n hammer_and_wrench: \"\\u{1F6E0}\",\n hamster: \"\\u{1F439}\",\n hand: \"\\u270B\",\n handbag: \"\\u{1F45C}\",\n handshake: \"\\u{1F91D}\",\n hankey: \"\\u{1F4A9}\",\n hatched_chick: \"\\u{1F425}\",\n hatching_chick: \"\\u{1F423}\",\n headphones: \"\\u{1F3A7}\",\n hear_no_evil: \"\\u{1F649}\",\n heart: \"\\u2764\\uFE0F\",\n heart_decoration: \"\\u{1F49F}\",\n heart_eyes: \"\\u{1F60D}\",\n heart_eyes_cat: \"\\u{1F63B}\",\n heartbeat: \"\\u{1F493}\",\n heartpulse: \"\\u{1F497}\",\n hearts: \"\\u2665\\uFE0F\",\n heavy_check_mark: \"\\u2714\\uFE0F\",\n heavy_division_sign: \"\\u2797\",\n heavy_dollar_sign: \"\\u{1F4B2}\",\n heavy_heart_exclamation: \"\\u2763\\uFE0F\",\n heavy_minus_sign: \"\\u2796\",\n heavy_multiplication_x: \"\\u2716\\uFE0F\",\n heavy_plus_sign: \"\\u2795\",\n helicopter: \"\\u{1F681}\",\n herb: \"\\u{1F33F}\",\n hibiscus: \"\\u{1F33A}\",\n high_brightness: \"\\u{1F506}\",\n high_heel: \"\\u{1F460}\",\n hocho: \"\\u{1F52A}\",\n hole: \"\\u{1F573}\",\n honey_pot: \"\\u{1F36F}\",\n horse: \"\\u{1F434}\",\n horse_racing: \"\\u{1F3C7}\",\n hospital: \"\\u{1F3E5}\",\n hot_pepper: \"\\u{1F336}\",\n hotdog: \"\\u{1F32D}\",\n hotel: \"\\u{1F3E8}\",\n hotsprings: \"\\u2668\\uFE0F\",\n hourglass: \"\\u231B\\uFE0F\",\n hourglass_flowing_sand: \"\\u23F3\",\n house: \"\\u{1F3E0}\",\n house_with_garden: \"\\u{1F3E1}\",\n houses: \"\\u{1F3D8}\",\n hugs: \"\\u{1F917}\",\n hushed: \"\\u{1F62F}\",\n ice_cream: \"\\u{1F368}\",\n ice_hockey: \"\\u{1F3D2}\",\n ice_skate: \"\\u26F8\",\n icecream: \"\\u{1F366}\",\n id: \"\\u{1F194}\",\n ideograph_advantage: \"\\u{1F250}\",\n imp: \"\\u{1F47F}\",\n inbox_tray: \"\\u{1F4E5}\",\n incoming_envelope: \"\\u{1F4E8}\",\n tipping_hand_woman: \"\\u{1F481}\",\n information_source: \"\\u2139\\uFE0F\",\n innocent: \"\\u{1F607}\",\n interrobang: \"\\u2049\\uFE0F\",\n iphone: \"\\u{1F4F1}\",\n izakaya_lantern: \"\\u{1F3EE}\",\n jack_o_lantern: \"\\u{1F383}\",\n japan: \"\\u{1F5FE}\",\n japanese_castle: \"\\u{1F3EF}\",\n japanese_goblin: \"\\u{1F47A}\",\n japanese_ogre: \"\\u{1F479}\",\n jeans: \"\\u{1F456}\",\n joy: \"\\u{1F602}\",\n joy_cat: \"\\u{1F639}\",\n joystick: \"\\u{1F579}\",\n kaaba: \"\\u{1F54B}\",\n key: \"\\u{1F511}\",\n keyboard: \"\\u2328\\uFE0F\",\n keycap_ten: \"\\u{1F51F}\",\n kick_scooter: \"\\u{1F6F4}\",\n kimono: \"\\u{1F458}\",\n kiss: \"\\u{1F48B}\",\n kissing: \"\\u{1F617}\",\n kissing_cat: \"\\u{1F63D}\",\n kissing_closed_eyes: \"\\u{1F61A}\",\n kissing_heart: \"\\u{1F618}\",\n kissing_smiling_eyes: \"\\u{1F619}\",\n kiwi_fruit: \"\\u{1F95D}\",\n koala: \"\\u{1F428}\",\n koko: \"\\u{1F201}\",\n label: \"\\u{1F3F7}\",\n large_blue_circle: \"\\u{1F535}\",\n large_blue_diamond: \"\\u{1F537}\",\n large_orange_diamond: \"\\u{1F536}\",\n last_quarter_moon: \"\\u{1F317}\",\n last_quarter_moon_with_face: \"\\u{1F31C}\",\n latin_cross: \"\\u271D\\uFE0F\",\n laughing: \"\\u{1F606}\",\n leaves: \"\\u{1F343}\",\n ledger: \"\\u{1F4D2}\",\n left_luggage: \"\\u{1F6C5}\",\n left_right_arrow: \"\\u2194\\uFE0F\",\n leftwards_arrow_with_hook: \"\\u21A9\\uFE0F\",\n lemon: \"\\u{1F34B}\",\n leo: \"\\u264C\\uFE0F\",\n leopard: \"\\u{1F406}\",\n level_slider: \"\\u{1F39A}\",\n libra: \"\\u264E\\uFE0F\",\n light_rail: \"\\u{1F688}\",\n link: \"\\u{1F517}\",\n lion: \"\\u{1F981}\",\n lips: \"\\u{1F444}\",\n lipstick: \"\\u{1F484}\",\n lizard: \"\\u{1F98E}\",\n lock: \"\\u{1F512}\",\n lock_with_ink_pen: \"\\u{1F50F}\",\n lollipop: \"\\u{1F36D}\",\n loop: \"\\u27BF\",\n loud_sound: \"\\u{1F50A}\",\n loudspeaker: \"\\u{1F4E2}\",\n love_hotel: \"\\u{1F3E9}\",\n love_letter: \"\\u{1F48C}\",\n low_brightness: \"\\u{1F505}\",\n lying_face: \"\\u{1F925}\",\n m: \"\\u24C2\\uFE0F\",\n mag: \"\\u{1F50D}\",\n mag_right: \"\\u{1F50E}\",\n mahjong: \"\\u{1F004}\\uFE0F\",\n mailbox: \"\\u{1F4EB}\",\n mailbox_closed: \"\\u{1F4EA}\",\n mailbox_with_mail: \"\\u{1F4EC}\",\n mailbox_with_no_mail: \"\\u{1F4ED}\",\n man: \"\\u{1F468}\",\n man_artist: \"\\u{1F468}&zwj;\\u{1F3A8}\",\n man_astronaut: \"\\u{1F468}&zwj;\\u{1F680}\",\n man_cartwheeling: \"\\u{1F938}&zwj;\\u2642\\uFE0F\",\n man_cook: \"\\u{1F468}&zwj;\\u{1F373}\",\n man_dancing: \"\\u{1F57A}\",\n man_facepalming: \"\\u{1F926}&zwj;\\u2642\\uFE0F\",\n man_factory_worker: \"\\u{1F468}&zwj;\\u{1F3ED}\",\n man_farmer: \"\\u{1F468}&zwj;\\u{1F33E}\",\n man_firefighter: \"\\u{1F468}&zwj;\\u{1F692}\",\n man_health_worker: \"\\u{1F468}&zwj;\\u2695\\uFE0F\",\n man_in_tuxedo: \"\\u{1F935}\",\n man_judge: \"\\u{1F468}&zwj;\\u2696\\uFE0F\",\n man_juggling: \"\\u{1F939}&zwj;\\u2642\\uFE0F\",\n man_mechanic: \"\\u{1F468}&zwj;\\u{1F527}\",\n man_office_worker: \"\\u{1F468}&zwj;\\u{1F4BC}\",\n man_pilot: \"\\u{1F468}&zwj;\\u2708\\uFE0F\",\n man_playing_handball: \"\\u{1F93E}&zwj;\\u2642\\uFE0F\",\n man_playing_water_polo: \"\\u{1F93D}&zwj;\\u2642\\uFE0F\",\n man_scientist: \"\\u{1F468}&zwj;\\u{1F52C}\",\n man_shrugging: \"\\u{1F937}&zwj;\\u2642\\uFE0F\",\n man_singer: \"\\u{1F468}&zwj;\\u{1F3A4}\",\n man_student: \"\\u{1F468}&zwj;\\u{1F393}\",\n man_teacher: \"\\u{1F468}&zwj;\\u{1F3EB}\",\n man_technologist: \"\\u{1F468}&zwj;\\u{1F4BB}\",\n man_with_gua_pi_mao: \"\\u{1F472}\",\n man_with_turban: \"\\u{1F473}\",\n tangerine: \"\\u{1F34A}\",\n mans_shoe: \"\\u{1F45E}\",\n mantelpiece_clock: \"\\u{1F570}\",\n maple_leaf: \"\\u{1F341}\",\n martial_arts_uniform: \"\\u{1F94B}\",\n mask: \"\\u{1F637}\",\n massage_woman: \"\\u{1F486}\",\n massage_man: \"\\u{1F486}&zwj;\\u2642\\uFE0F\",\n meat_on_bone: \"\\u{1F356}\",\n medal_military: \"\\u{1F396}\",\n medal_sports: \"\\u{1F3C5}\",\n mega: \"\\u{1F4E3}\",\n melon: \"\\u{1F348}\",\n memo: \"\\u{1F4DD}\",\n men_wrestling: \"\\u{1F93C}&zwj;\\u2642\\uFE0F\",\n menorah: \"\\u{1F54E}\",\n mens: \"\\u{1F6B9}\",\n metal: \"\\u{1F918}\",\n metro: \"\\u{1F687}\",\n microphone: \"\\u{1F3A4}\",\n microscope: \"\\u{1F52C}\",\n milk_glass: \"\\u{1F95B}\",\n milky_way: \"\\u{1F30C}\",\n minibus: \"\\u{1F690}\",\n minidisc: \"\\u{1F4BD}\",\n mobile_phone_off: \"\\u{1F4F4}\",\n money_mouth_face: \"\\u{1F911}\",\n money_with_wings: \"\\u{1F4B8}\",\n moneybag: \"\\u{1F4B0}\",\n monkey: \"\\u{1F412}\",\n monkey_face: \"\\u{1F435}\",\n monorail: \"\\u{1F69D}\",\n moon: \"\\u{1F314}\",\n mortar_board: \"\\u{1F393}\",\n mosque: \"\\u{1F54C}\",\n motor_boat: \"\\u{1F6E5}\",\n motor_scooter: \"\\u{1F6F5}\",\n motorcycle: \"\\u{1F3CD}\",\n motorway: \"\\u{1F6E3}\",\n mount_fuji: \"\\u{1F5FB}\",\n mountain: \"\\u26F0\",\n mountain_biking_man: \"\\u{1F6B5}\",\n mountain_biking_woman: \"\\u{1F6B5}&zwj;\\u2640\\uFE0F\",\n mountain_cableway: \"\\u{1F6A0}\",\n mountain_railway: \"\\u{1F69E}\",\n mountain_snow: \"\\u{1F3D4}\",\n mouse: \"\\u{1F42D}\",\n mouse2: \"\\u{1F401}\",\n movie_camera: \"\\u{1F3A5}\",\n moyai: \"\\u{1F5FF}\",\n mrs_claus: \"\\u{1F936}\",\n muscle: \"\\u{1F4AA}\",\n mushroom: \"\\u{1F344}\",\n musical_keyboard: \"\\u{1F3B9}\",\n musical_note: \"\\u{1F3B5}\",\n musical_score: \"\\u{1F3BC}\",\n mute: \"\\u{1F507}\",\n nail_care: \"\\u{1F485}\",\n name_badge: \"\\u{1F4DB}\",\n national_park: \"\\u{1F3DE}\",\n nauseated_face: \"\\u{1F922}\",\n necktie: \"\\u{1F454}\",\n negative_squared_cross_mark: \"\\u274E\",\n nerd_face: \"\\u{1F913}\",\n neutral_face: \"\\u{1F610}\",\n new: \"\\u{1F195}\",\n new_moon: \"\\u{1F311}\",\n new_moon_with_face: \"\\u{1F31A}\",\n newspaper: \"\\u{1F4F0}\",\n newspaper_roll: \"\\u{1F5DE}\",\n next_track_button: \"\\u23ED\",\n ng: \"\\u{1F196}\",\n no_good_man: \"\\u{1F645}&zwj;\\u2642\\uFE0F\",\n no_good_woman: \"\\u{1F645}\",\n night_with_stars: \"\\u{1F303}\",\n no_bell: \"\\u{1F515}\",\n no_bicycles: \"\\u{1F6B3}\",\n no_entry: \"\\u26D4\\uFE0F\",\n no_entry_sign: \"\\u{1F6AB}\",\n no_mobile_phones: \"\\u{1F4F5}\",\n no_mouth: \"\\u{1F636}\",\n no_pedestrians: \"\\u{1F6B7}\",\n no_smoking: \"\\u{1F6AD}\",\n \"non-potable_water\": \"\\u{1F6B1}\",\n nose: \"\\u{1F443}\",\n notebook: \"\\u{1F4D3}\",\n notebook_with_decorative_cover: \"\\u{1F4D4}\",\n notes: \"\\u{1F3B6}\",\n nut_and_bolt: \"\\u{1F529}\",\n o: \"\\u2B55\\uFE0F\",\n o2: \"\\u{1F17E}\\uFE0F\",\n ocean: \"\\u{1F30A}\",\n octopus: \"\\u{1F419}\",\n oden: \"\\u{1F362}\",\n office: \"\\u{1F3E2}\",\n oil_drum: \"\\u{1F6E2}\",\n ok: \"\\u{1F197}\",\n ok_hand: \"\\u{1F44C}\",\n ok_man: \"\\u{1F646}&zwj;\\u2642\\uFE0F\",\n ok_woman: \"\\u{1F646}\",\n old_key: \"\\u{1F5DD}\",\n older_man: \"\\u{1F474}\",\n older_woman: \"\\u{1F475}\",\n om: \"\\u{1F549}\",\n on: \"\\u{1F51B}\",\n oncoming_automobile: \"\\u{1F698}\",\n oncoming_bus: \"\\u{1F68D}\",\n oncoming_police_car: \"\\u{1F694}\",\n oncoming_taxi: \"\\u{1F696}\",\n open_file_folder: \"\\u{1F4C2}\",\n open_hands: \"\\u{1F450}\",\n open_mouth: \"\\u{1F62E}\",\n open_umbrella: \"\\u2602\\uFE0F\",\n ophiuchus: \"\\u26CE\",\n orange_book: \"\\u{1F4D9}\",\n orthodox_cross: \"\\u2626\\uFE0F\",\n outbox_tray: \"\\u{1F4E4}\",\n owl: \"\\u{1F989}\",\n ox: \"\\u{1F402}\",\n package: \"\\u{1F4E6}\",\n page_facing_up: \"\\u{1F4C4}\",\n page_with_curl: \"\\u{1F4C3}\",\n pager: \"\\u{1F4DF}\",\n paintbrush: \"\\u{1F58C}\",\n palm_tree: \"\\u{1F334}\",\n pancakes: \"\\u{1F95E}\",\n panda_face: \"\\u{1F43C}\",\n paperclip: \"\\u{1F4CE}\",\n paperclips: \"\\u{1F587}\",\n parasol_on_ground: \"\\u26F1\",\n parking: \"\\u{1F17F}\\uFE0F\",\n part_alternation_mark: \"\\u303D\\uFE0F\",\n partly_sunny: \"\\u26C5\\uFE0F\",\n passenger_ship: \"\\u{1F6F3}\",\n passport_control: \"\\u{1F6C2}\",\n pause_button: \"\\u23F8\",\n peace_symbol: \"\\u262E\\uFE0F\",\n peach: \"\\u{1F351}\",\n peanuts: \"\\u{1F95C}\",\n pear: \"\\u{1F350}\",\n pen: \"\\u{1F58A}\",\n pencil2: \"\\u270F\\uFE0F\",\n penguin: \"\\u{1F427}\",\n pensive: \"\\u{1F614}\",\n performing_arts: \"\\u{1F3AD}\",\n persevere: \"\\u{1F623}\",\n person_fencing: \"\\u{1F93A}\",\n pouting_woman: \"\\u{1F64E}\",\n phone: \"\\u260E\\uFE0F\",\n pick: \"\\u26CF\",\n pig: \"\\u{1F437}\",\n pig2: \"\\u{1F416}\",\n pig_nose: \"\\u{1F43D}\",\n pill: \"\\u{1F48A}\",\n pineapple: \"\\u{1F34D}\",\n ping_pong: \"\\u{1F3D3}\",\n pisces: \"\\u2653\\uFE0F\",\n pizza: \"\\u{1F355}\",\n place_of_worship: \"\\u{1F6D0}\",\n plate_with_cutlery: \"\\u{1F37D}\",\n play_or_pause_button: \"\\u23EF\",\n point_down: \"\\u{1F447}\",\n point_left: \"\\u{1F448}\",\n point_right: \"\\u{1F449}\",\n point_up: \"\\u261D\\uFE0F\",\n point_up_2: \"\\u{1F446}\",\n police_car: \"\\u{1F693}\",\n policewoman: \"\\u{1F46E}&zwj;\\u2640\\uFE0F\",\n poodle: \"\\u{1F429}\",\n popcorn: \"\\u{1F37F}\",\n post_office: \"\\u{1F3E3}\",\n postal_horn: \"\\u{1F4EF}\",\n postbox: \"\\u{1F4EE}\",\n potable_water: \"\\u{1F6B0}\",\n potato: \"\\u{1F954}\",\n pouch: \"\\u{1F45D}\",\n poultry_leg: \"\\u{1F357}\",\n pound: \"\\u{1F4B7}\",\n rage: \"\\u{1F621}\",\n pouting_cat: \"\\u{1F63E}\",\n pouting_man: \"\\u{1F64E}&zwj;\\u2642\\uFE0F\",\n pray: \"\\u{1F64F}\",\n prayer_beads: \"\\u{1F4FF}\",\n pregnant_woman: \"\\u{1F930}\",\n previous_track_button: \"\\u23EE\",\n prince: \"\\u{1F934}\",\n princess: \"\\u{1F478}\",\n printer: \"\\u{1F5A8}\",\n purple_heart: \"\\u{1F49C}\",\n purse: \"\\u{1F45B}\",\n pushpin: \"\\u{1F4CC}\",\n put_litter_in_its_place: \"\\u{1F6AE}\",\n question: \"\\u2753\",\n rabbit: \"\\u{1F430}\",\n rabbit2: \"\\u{1F407}\",\n racehorse: \"\\u{1F40E}\",\n racing_car: \"\\u{1F3CE}\",\n radio: \"\\u{1F4FB}\",\n radio_button: \"\\u{1F518}\",\n radioactive: \"\\u2622\\uFE0F\",\n railway_car: \"\\u{1F683}\",\n railway_track: \"\\u{1F6E4}\",\n rainbow: \"\\u{1F308}\",\n rainbow_flag: \"\\u{1F3F3}\\uFE0F&zwj;\\u{1F308}\",\n raised_back_of_hand: \"\\u{1F91A}\",\n raised_hand_with_fingers_splayed: \"\\u{1F590}\",\n raised_hands: \"\\u{1F64C}\",\n raising_hand_woman: \"\\u{1F64B}\",\n raising_hand_man: \"\\u{1F64B}&zwj;\\u2642\\uFE0F\",\n ram: \"\\u{1F40F}\",\n ramen: \"\\u{1F35C}\",\n rat: \"\\u{1F400}\",\n record_button: \"\\u23FA\",\n recycle: \"\\u267B\\uFE0F\",\n red_circle: \"\\u{1F534}\",\n registered: \"\\xAE\\uFE0F\",\n relaxed: \"\\u263A\\uFE0F\",\n relieved: \"\\u{1F60C}\",\n reminder_ribbon: \"\\u{1F397}\",\n repeat: \"\\u{1F501}\",\n repeat_one: \"\\u{1F502}\",\n rescue_worker_helmet: \"\\u26D1\",\n restroom: \"\\u{1F6BB}\",\n revolving_hearts: \"\\u{1F49E}\",\n rewind: \"\\u23EA\",\n rhinoceros: \"\\u{1F98F}\",\n ribbon: \"\\u{1F380}\",\n rice: \"\\u{1F35A}\",\n rice_ball: \"\\u{1F359}\",\n rice_cracker: \"\\u{1F358}\",\n rice_scene: \"\\u{1F391}\",\n right_anger_bubble: \"\\u{1F5EF}\",\n ring: \"\\u{1F48D}\",\n robot: \"\\u{1F916}\",\n rocket: \"\\u{1F680}\",\n rofl: \"\\u{1F923}\",\n roll_eyes: \"\\u{1F644}\",\n roller_coaster: \"\\u{1F3A2}\",\n rooster: \"\\u{1F413}\",\n rose: \"\\u{1F339}\",\n rosette: \"\\u{1F3F5}\",\n rotating_light: \"\\u{1F6A8}\",\n round_pushpin: \"\\u{1F4CD}\",\n rowing_man: \"\\u{1F6A3}\",\n rowing_woman: \"\\u{1F6A3}&zwj;\\u2640\\uFE0F\",\n rugby_football: \"\\u{1F3C9}\",\n running_man: \"\\u{1F3C3}\",\n running_shirt_with_sash: \"\\u{1F3BD}\",\n running_woman: \"\\u{1F3C3}&zwj;\\u2640\\uFE0F\",\n sa: \"\\u{1F202}\\uFE0F\",\n sagittarius: \"\\u2650\\uFE0F\",\n sake: \"\\u{1F376}\",\n sandal: \"\\u{1F461}\",\n santa: \"\\u{1F385}\",\n satellite: \"\\u{1F4E1}\",\n saxophone: \"\\u{1F3B7}\",\n school: \"\\u{1F3EB}\",\n school_satchel: \"\\u{1F392}\",\n scissors: \"\\u2702\\uFE0F\",\n scorpion: \"\\u{1F982}\",\n scorpius: \"\\u264F\\uFE0F\",\n scream: \"\\u{1F631}\",\n scream_cat: \"\\u{1F640}\",\n scroll: \"\\u{1F4DC}\",\n seat: \"\\u{1F4BA}\",\n secret: \"\\u3299\\uFE0F\",\n see_no_evil: \"\\u{1F648}\",\n seedling: \"\\u{1F331}\",\n selfie: \"\\u{1F933}\",\n shallow_pan_of_food: \"\\u{1F958}\",\n shamrock: \"\\u2618\\uFE0F\",\n shark: \"\\u{1F988}\",\n shaved_ice: \"\\u{1F367}\",\n sheep: \"\\u{1F411}\",\n shell: \"\\u{1F41A}\",\n shield: \"\\u{1F6E1}\",\n shinto_shrine: \"\\u26E9\",\n ship: \"\\u{1F6A2}\",\n shirt: \"\\u{1F455}\",\n shopping: \"\\u{1F6CD}\",\n shopping_cart: \"\\u{1F6D2}\",\n shower: \"\\u{1F6BF}\",\n shrimp: \"\\u{1F990}\",\n signal_strength: \"\\u{1F4F6}\",\n six_pointed_star: \"\\u{1F52F}\",\n ski: \"\\u{1F3BF}\",\n skier: \"\\u26F7\",\n skull: \"\\u{1F480}\",\n skull_and_crossbones: \"\\u2620\\uFE0F\",\n sleeping: \"\\u{1F634}\",\n sleeping_bed: \"\\u{1F6CC}\",\n sleepy: \"\\u{1F62A}\",\n slightly_frowning_face: \"\\u{1F641}\",\n slightly_smiling_face: \"\\u{1F642}\",\n slot_machine: \"\\u{1F3B0}\",\n small_airplane: \"\\u{1F6E9}\",\n small_blue_diamond: \"\\u{1F539}\",\n small_orange_diamond: \"\\u{1F538}\",\n small_red_triangle: \"\\u{1F53A}\",\n small_red_triangle_down: \"\\u{1F53B}\",\n smile: \"\\u{1F604}\",\n smile_cat: \"\\u{1F638}\",\n smiley: \"\\u{1F603}\",\n smiley_cat: \"\\u{1F63A}\",\n smiling_imp: \"\\u{1F608}\",\n smirk: \"\\u{1F60F}\",\n smirk_cat: \"\\u{1F63C}\",\n smoking: \"\\u{1F6AC}\",\n snail: \"\\u{1F40C}\",\n snake: \"\\u{1F40D}\",\n sneezing_face: \"\\u{1F927}\",\n snowboarder: \"\\u{1F3C2}\",\n snowflake: \"\\u2744\\uFE0F\",\n snowman: \"\\u26C4\\uFE0F\",\n snowman_with_snow: \"\\u2603\\uFE0F\",\n sob: \"\\u{1F62D}\",\n soccer: \"\\u26BD\\uFE0F\",\n soon: \"\\u{1F51C}\",\n sos: \"\\u{1F198}\",\n sound: \"\\u{1F509}\",\n space_invader: \"\\u{1F47E}\",\n spades: \"\\u2660\\uFE0F\",\n spaghetti: \"\\u{1F35D}\",\n sparkle: \"\\u2747\\uFE0F\",\n sparkler: \"\\u{1F387}\",\n sparkles: \"\\u2728\",\n sparkling_heart: \"\\u{1F496}\",\n speak_no_evil: \"\\u{1F64A}\",\n speaker: \"\\u{1F508}\",\n speaking_head: \"\\u{1F5E3}\",\n speech_balloon: \"\\u{1F4AC}\",\n speedboat: \"\\u{1F6A4}\",\n spider: \"\\u{1F577}\",\n spider_web: \"\\u{1F578}\",\n spiral_calendar: \"\\u{1F5D3}\",\n spiral_notepad: \"\\u{1F5D2}\",\n spoon: \"\\u{1F944}\",\n squid: \"\\u{1F991}\",\n stadium: \"\\u{1F3DF}\",\n star: \"\\u2B50\\uFE0F\",\n star2: \"\\u{1F31F}\",\n star_and_crescent: \"\\u262A\\uFE0F\",\n star_of_david: \"\\u2721\\uFE0F\",\n stars: \"\\u{1F320}\",\n station: \"\\u{1F689}\",\n statue_of_liberty: \"\\u{1F5FD}\",\n steam_locomotive: \"\\u{1F682}\",\n stew: \"\\u{1F372}\",\n stop_button: \"\\u23F9\",\n stop_sign: \"\\u{1F6D1}\",\n stopwatch: \"\\u23F1\",\n straight_ruler: \"\\u{1F4CF}\",\n strawberry: \"\\u{1F353}\",\n stuck_out_tongue: \"\\u{1F61B}\",\n stuck_out_tongue_closed_eyes: \"\\u{1F61D}\",\n stuck_out_tongue_winking_eye: \"\\u{1F61C}\",\n studio_microphone: \"\\u{1F399}\",\n stuffed_flatbread: \"\\u{1F959}\",\n sun_behind_large_cloud: \"\\u{1F325}\",\n sun_behind_rain_cloud: \"\\u{1F326}\",\n sun_behind_small_cloud: \"\\u{1F324}\",\n sun_with_face: \"\\u{1F31E}\",\n sunflower: \"\\u{1F33B}\",\n sunglasses: \"\\u{1F60E}\",\n sunny: \"\\u2600\\uFE0F\",\n sunrise: \"\\u{1F305}\",\n sunrise_over_mountains: \"\\u{1F304}\",\n surfing_man: \"\\u{1F3C4}\",\n surfing_woman: \"\\u{1F3C4}&zwj;\\u2640\\uFE0F\",\n sushi: \"\\u{1F363}\",\n suspension_railway: \"\\u{1F69F}\",\n sweat: \"\\u{1F613}\",\n sweat_drops: \"\\u{1F4A6}\",\n sweat_smile: \"\\u{1F605}\",\n sweet_potato: \"\\u{1F360}\",\n swimming_man: \"\\u{1F3CA}\",\n swimming_woman: \"\\u{1F3CA}&zwj;\\u2640\\uFE0F\",\n symbols: \"\\u{1F523}\",\n synagogue: \"\\u{1F54D}\",\n syringe: \"\\u{1F489}\",\n taco: \"\\u{1F32E}\",\n tada: \"\\u{1F389}\",\n tanabata_tree: \"\\u{1F38B}\",\n taurus: \"\\u2649\\uFE0F\",\n taxi: \"\\u{1F695}\",\n tea: \"\\u{1F375}\",\n telephone_receiver: \"\\u{1F4DE}\",\n telescope: \"\\u{1F52D}\",\n tennis: \"\\u{1F3BE}\",\n tent: \"\\u26FA\\uFE0F\",\n thermometer: \"\\u{1F321}\",\n thinking: \"\\u{1F914}\",\n thought_balloon: \"\\u{1F4AD}\",\n ticket: \"\\u{1F3AB}\",\n tickets: \"\\u{1F39F}\",\n tiger: \"\\u{1F42F}\",\n tiger2: \"\\u{1F405}\",\n timer_clock: \"\\u23F2\",\n tipping_hand_man: \"\\u{1F481}&zwj;\\u2642\\uFE0F\",\n tired_face: \"\\u{1F62B}\",\n tm: \"\\u2122\\uFE0F\",\n toilet: \"\\u{1F6BD}\",\n tokyo_tower: \"\\u{1F5FC}\",\n tomato: \"\\u{1F345}\",\n tongue: \"\\u{1F445}\",\n top: \"\\u{1F51D}\",\n tophat: \"\\u{1F3A9}\",\n tornado: \"\\u{1F32A}\",\n trackball: \"\\u{1F5B2}\",\n tractor: \"\\u{1F69C}\",\n traffic_light: \"\\u{1F6A5}\",\n train: \"\\u{1F68B}\",\n train2: \"\\u{1F686}\",\n tram: \"\\u{1F68A}\",\n triangular_flag_on_post: \"\\u{1F6A9}\",\n triangular_ruler: \"\\u{1F4D0}\",\n trident: \"\\u{1F531}\",\n triumph: \"\\u{1F624}\",\n trolleybus: \"\\u{1F68E}\",\n trophy: \"\\u{1F3C6}\",\n tropical_drink: \"\\u{1F379}\",\n tropical_fish: \"\\u{1F420}\",\n truck: \"\\u{1F69A}\",\n trumpet: \"\\u{1F3BA}\",\n tulip: \"\\u{1F337}\",\n tumbler_glass: \"\\u{1F943}\",\n turkey: \"\\u{1F983}\",\n turtle: \"\\u{1F422}\",\n tv: \"\\u{1F4FA}\",\n twisted_rightwards_arrows: \"\\u{1F500}\",\n two_hearts: \"\\u{1F495}\",\n two_men_holding_hands: \"\\u{1F46C}\",\n two_women_holding_hands: \"\\u{1F46D}\",\n u5272: \"\\u{1F239}\",\n u5408: \"\\u{1F234}\",\n u55b6: \"\\u{1F23A}\",\n u6307: \"\\u{1F22F}\\uFE0F\",\n u6708: \"\\u{1F237}\\uFE0F\",\n u6709: \"\\u{1F236}\",\n u6e80: \"\\u{1F235}\",\n u7121: \"\\u{1F21A}\\uFE0F\",\n u7533: \"\\u{1F238}\",\n u7981: \"\\u{1F232}\",\n u7a7a: \"\\u{1F233}\",\n umbrella: \"\\u2614\\uFE0F\",\n unamused: \"\\u{1F612}\",\n underage: \"\\u{1F51E}\",\n unicorn: \"\\u{1F984}\",\n unlock: \"\\u{1F513}\",\n up: \"\\u{1F199}\",\n upside_down_face: \"\\u{1F643}\",\n v: \"\\u270C\\uFE0F\",\n vertical_traffic_light: \"\\u{1F6A6}\",\n vhs: \"\\u{1F4FC}\",\n vibration_mode: \"\\u{1F4F3}\",\n video_camera: \"\\u{1F4F9}\",\n video_game: \"\\u{1F3AE}\",\n violin: \"\\u{1F3BB}\",\n virgo: \"\\u264D\\uFE0F\",\n volcano: \"\\u{1F30B}\",\n volleyball: \"\\u{1F3D0}\",\n vs: \"\\u{1F19A}\",\n vulcan_salute: \"\\u{1F596}\",\n walking_man: \"\\u{1F6B6}\",\n walking_woman: \"\\u{1F6B6}&zwj;\\u2640\\uFE0F\",\n waning_crescent_moon: \"\\u{1F318}\",\n waning_gibbous_moon: \"\\u{1F316}\",\n warning: \"\\u26A0\\uFE0F\",\n wastebasket: \"\\u{1F5D1}\",\n watch: \"\\u231A\\uFE0F\",\n water_buffalo: \"\\u{1F403}\",\n watermelon: \"\\u{1F349}\",\n wave: \"\\u{1F44B}\",\n wavy_dash: \"\\u3030\\uFE0F\",\n waxing_crescent_moon: \"\\u{1F312}\",\n wc: \"\\u{1F6BE}\",\n weary: \"\\u{1F629}\",\n wedding: \"\\u{1F492}\",\n weight_lifting_man: \"\\u{1F3CB}\\uFE0F\",\n weight_lifting_woman: \"\\u{1F3CB}\\uFE0F&zwj;\\u2640\\uFE0F\",\n whale: \"\\u{1F433}\",\n whale2: \"\\u{1F40B}\",\n wheel_of_dharma: \"\\u2638\\uFE0F\",\n wheelchair: \"\\u267F\\uFE0F\",\n white_check_mark: \"\\u2705\",\n white_circle: \"\\u26AA\\uFE0F\",\n white_flag: \"\\u{1F3F3}\\uFE0F\",\n white_flower: \"\\u{1F4AE}\",\n white_large_square: \"\\u2B1C\\uFE0F\",\n white_medium_small_square: \"\\u25FD\\uFE0F\",\n white_medium_square: \"\\u25FB\\uFE0F\",\n white_small_square: \"\\u25AB\\uFE0F\",\n white_square_button: \"\\u{1F533}\",\n wilted_flower: \"\\u{1F940}\",\n wind_chime: \"\\u{1F390}\",\n wind_face: \"\\u{1F32C}\",\n wine_glass: \"\\u{1F377}\",\n wink: \"\\u{1F609}\",\n wolf: \"\\u{1F43A}\",\n woman: \"\\u{1F469}\",\n woman_artist: \"\\u{1F469}&zwj;\\u{1F3A8}\",\n woman_astronaut: \"\\u{1F469}&zwj;\\u{1F680}\",\n woman_cartwheeling: \"\\u{1F938}&zwj;\\u2640\\uFE0F\",\n woman_cook: \"\\u{1F469}&zwj;\\u{1F373}\",\n woman_facepalming: \"\\u{1F926}&zwj;\\u2640\\uFE0F\",\n woman_factory_worker: \"\\u{1F469}&zwj;\\u{1F3ED}\",\n woman_farmer: \"\\u{1F469}&zwj;\\u{1F33E}\",\n woman_firefighter: \"\\u{1F469}&zwj;\\u{1F692}\",\n woman_health_worker: \"\\u{1F469}&zwj;\\u2695\\uFE0F\",\n woman_judge: \"\\u{1F469}&zwj;\\u2696\\uFE0F\",\n woman_juggling: \"\\u{1F939}&zwj;\\u2640\\uFE0F\",\n woman_mechanic: \"\\u{1F469}&zwj;\\u{1F527}\",\n woman_office_worker: \"\\u{1F469}&zwj;\\u{1F4BC}\",\n woman_pilot: \"\\u{1F469}&zwj;\\u2708\\uFE0F\",\n woman_playing_handball: \"\\u{1F93E}&zwj;\\u2640\\uFE0F\",\n woman_playing_water_polo: \"\\u{1F93D}&zwj;\\u2640\\uFE0F\",\n woman_scientist: \"\\u{1F469}&zwj;\\u{1F52C}\",\n woman_shrugging: \"\\u{1F937}&zwj;\\u2640\\uFE0F\",\n woman_singer: \"\\u{1F469}&zwj;\\u{1F3A4}\",\n woman_student: \"\\u{1F469}&zwj;\\u{1F393}\",\n woman_teacher: \"\\u{1F469}&zwj;\\u{1F3EB}\",\n woman_technologist: \"\\u{1F469}&zwj;\\u{1F4BB}\",\n woman_with_turban: \"\\u{1F473}&zwj;\\u2640\\uFE0F\",\n womans_clothes: \"\\u{1F45A}\",\n womans_hat: \"\\u{1F452}\",\n women_wrestling: \"\\u{1F93C}&zwj;\\u2640\\uFE0F\",\n womens: \"\\u{1F6BA}\",\n world_map: \"\\u{1F5FA}\",\n worried: \"\\u{1F61F}\",\n wrench: \"\\u{1F527}\",\n writing_hand: \"\\u270D\\uFE0F\",\n x: \"\\u274C\",\n yellow_heart: \"\\u{1F49B}\",\n yen: \"\\u{1F4B4}\",\n yin_yang: \"\\u262F\\uFE0F\",\n yum: \"\\u{1F60B}\",\n zap: \"\\u26A1\\uFE0F\",\n zipper_mouth_face: \"\\u{1F910}\",\n zzz: \"\\u{1F4A4}\",\n octocat: '<img alt=\":octocat:\" height=\"20\" width=\"20\" align=\"absmiddle\" src=\"https://assets-cdn.github.com/images/icons/emoji/octocat.png\">',\n showdown: `<span style=\"font-family: 'Anonymous Pro', monospace; text-decoration: underline; text-decoration-style: dashed; text-decoration-color: #3e8b8a;text-underline-position: under;\">S</span>`\n };\n showdown2.Converter = function(converterOptions) {\n var options = {}, langExtensions = [], outputModifiers = [], listeners = {}, setConvFlavor = setFlavor2, metadata = {\n parsed: {},\n raw: \"\",\n format: \"\"\n };\n _constructor();\n function _constructor() {\n converterOptions = converterOptions || {};\n for (var gOpt in globalOptions) {\n if (globalOptions.hasOwnProperty(gOpt)) {\n options[gOpt] = globalOptions[gOpt];\n }\n }\n if (typeof converterOptions === \"object\") {\n for (var opt in converterOptions) {\n if (converterOptions.hasOwnProperty(opt)) {\n options[opt] = converterOptions[opt];\n }\n }\n } else {\n throw Error(\"Converter expects the passed parameter to be an object, but \" + typeof converterOptions + \" was passed instead.\");\n }\n if (options.extensions) {\n showdown2.helper.forEach(options.extensions, _parseExtension);\n }\n }\n function _parseExtension(ext, name) {\n name = name || null;\n if (showdown2.helper.isString(ext)) {\n ext = showdown2.helper.stdExtName(ext);\n name = ext;\n if (showdown2.extensions[ext]) {\n console.warn(\"DEPRECATION WARNING: \" + ext + \" is an old extension that uses a deprecated loading method.Please inform the developer that the extension should be updated!\");\n legacyExtensionLoading(showdown2.extensions[ext], ext);\n return;\n } else if (!showdown2.helper.isUndefined(extensions2[ext])) {\n ext = extensions2[ext];\n } else {\n throw Error('Extension \"' + ext + '\" could not be loaded. It was either not found or is not a valid extension.');\n }\n }\n if (typeof ext === \"function\") {\n ext = ext();\n }\n if (!showdown2.helper.isArray(ext)) {\n ext = [ext];\n }\n var validExt = validate(ext, name);\n if (!validExt.valid) {\n throw Error(validExt.error);\n }\n for (var i = 0; i < ext.length; ++i) {\n switch (ext[i].type) {\n case \"lang\":\n langExtensions.push(ext[i]);\n break;\n case \"output\":\n outputModifiers.push(ext[i]);\n break;\n }\n if (ext[i].hasOwnProperty(\"listeners\")) {\n for (var ln in ext[i].listeners) {\n if (ext[i].listeners.hasOwnProperty(ln)) {\n listen(ln, ext[i].listeners[ln]);\n }\n }\n }\n }\n }\n function legacyExtensionLoading(ext, name) {\n if (typeof ext === \"function\") {\n ext = ext(new showdown2.Converter());\n }\n if (!showdown2.helper.isArray(ext)) {\n ext = [ext];\n }\n var valid = validate(ext, name);\n if (!valid.valid) {\n throw Error(valid.error);\n }\n for (var i = 0; i < ext.length; ++i) {\n switch (ext[i].type) {\n case \"lang\":\n langExtensions.push(ext[i]);\n break;\n case \"output\":\n outputModifiers.push(ext[i]);\n break;\n default:\n throw Error(\"Extension loader error: Type unrecognized!!!\");\n }\n }\n }\n function listen(name, callback) {\n if (!showdown2.helper.isString(name)) {\n throw Error(\"Invalid argument in converter.listen() method: name must be a string, but \" + typeof name + \" given\");\n }\n if (typeof callback !== \"function\") {\n throw Error(\"Invalid argument in converter.listen() method: callback must be a function, but \" + typeof callback + \" given\");\n }\n if (!listeners.hasOwnProperty(name)) {\n listeners[name] = [];\n }\n listeners[name].push(callback);\n }\n function rTrimInputText(text) {\n var rsp = text.match(/^\\s*/)[0].length, rgx = new RegExp(\"^\\\\s{0,\" + rsp + \"}\", \"gm\");\n return text.replace(rgx, \"\");\n }\n this._dispatch = function dispatch(evtName, text, options2, globals) {\n if (listeners.hasOwnProperty(evtName)) {\n for (var ei = 0; ei < listeners[evtName].length; ++ei) {\n var nText = listeners[evtName][ei](evtName, text, this, options2, globals);\n if (nText && typeof nText !== \"undefined\") {\n text = nText;\n }\n }\n }\n return text;\n };\n this.listen = function(name, callback) {\n listen(name, callback);\n return this;\n };\n this.makeHtml = function(text) {\n if (!text) {\n return text;\n }\n var globals = {\n gHtmlBlocks: [],\n gHtmlMdBlocks: [],\n gHtmlSpans: [],\n gUrls: {},\n gTitles: {},\n gDimensions: {},\n gListLevel: 0,\n hashLinkCounts: {},\n langExtensions,\n outputModifiers,\n converter: this,\n ghCodeBlocks: [],\n metadata: {\n parsed: {},\n raw: \"\",\n format: \"\"\n }\n };\n text = text.replace(/¨/g, \"\\xA8T\");\n text = text.replace(/\\$/g, \"\\xA8D\");\n text = text.replace(/\\r\\n/g, \"\\n\");\n text = text.replace(/\\r/g, \"\\n\");\n text = text.replace(/\\u00A0/g, \"&nbsp;\");\n if (options.smartIndentationFix) {\n text = rTrimInputText(text);\n }\n text = \"\\n\\n\" + text + \"\\n\\n\";\n text = showdown2.subParser(\"detab\")(text, options, globals);\n text = text.replace(/^[ \\t]+$/mg, \"\");\n showdown2.helper.forEach(langExtensions, function(ext) {\n text = showdown2.subParser(\"runExtension\")(ext, text, options, globals);\n });\n text = showdown2.subParser(\"metadata\")(text, options, globals);\n text = showdown2.subParser(\"hashPreCodeTags\")(text, options, globals);\n text = showdown2.subParser(\"githubCodeBlocks\")(text, options, globals);\n text = showdown2.subParser(\"hashHTMLBlocks\")(text, options, globals);\n text = showdown2.subParser(\"hashCodeTags\")(text, options, globals);\n text = showdown2.subParser(\"stripLinkDefinitions\")(text, options, globals);\n text = showdown2.subParser(\"blockGamut\")(text, options, globals);\n text = showdown2.subParser(\"unhashHTMLSpans\")(text, options, globals);\n text = showdown2.subParser(\"unescapeSpecialChars\")(text, options, globals);\n text = text.replace(/¨D/g, \"$$\");\n text = text.replace(/¨T/g, \"\\xA8\");\n text = showdown2.subParser(\"completeHTMLDocument\")(text, options, globals);\n showdown2.helper.forEach(outputModifiers, function(ext) {\n text = showdown2.subParser(\"runExtension\")(ext, text, options, globals);\n });\n metadata = globals.metadata;\n return text;\n };\n this.makeMarkdown = this.makeMd = function(src, HTMLParser) {\n src = src.replace(/\\r\\n/g, \"\\n\");\n src = src.replace(/\\r/g, \"\\n\");\n src = src.replace(/>[ \\t]+</, \">\\xA8NBSP;<\");\n if (!HTMLParser) {\n if (window && window.document) {\n HTMLParser = window.document;\n } else {\n throw new Error(\"HTMLParser is undefined. If in a webworker or nodejs environment, you need to provide a WHATWG DOM and HTML such as JSDOM\");\n }\n }\n var doc = HTMLParser.createElement(\"div\");\n doc.innerHTML = src;\n var globals = {\n preList: substitutePreCodeTags(doc)\n };\n clean(doc);\n var nodes = doc.childNodes, mdDoc = \"\";\n for (var i = 0; i < nodes.length; i++) {\n mdDoc += showdown2.subParser(\"makeMarkdown.node\")(nodes[i], globals);\n }\n function clean(node) {\n for (var n = 0; n < node.childNodes.length; ++n) {\n var child = node.childNodes[n];\n if (child.nodeType === 3) {\n if (!/\\S/.test(child.nodeValue)) {\n node.removeChild(child);\n --n;\n } else {\n child.nodeValue = child.nodeValue.split(\"\\n\").join(\" \");\n child.nodeValue = child.nodeValue.replace(/(\\s)+/g, \"$1\");\n }\n } else if (child.nodeType === 1) {\n clean(child);\n }\n }\n }\n function substitutePreCodeTags(doc2) {\n var pres = doc2.querySelectorAll(\"pre\"), presPH = [];\n for (var i2 = 0; i2 < pres.length; ++i2) {\n if (pres[i2].childElementCount === 1 && pres[i2].firstChild.tagName.toLowerCase() === \"code\") {\n var content = pres[i2].firstChild.innerHTML.trim(), language = pres[i2].firstChild.getAttribute(\"data-language\") || \"\";\n if (language === \"\") {\n var classes = pres[i2].firstChild.className.split(\" \");\n for (var c = 0; c < classes.length; ++c) {\n var matches = classes[c].match(/^language-(.+)$/);\n if (matches !== null) {\n language = matches[1];\n break;\n }\n }\n }\n content = showdown2.helper.unescapeHTMLEntities(content);\n presPH.push(content);\n pres[i2].outerHTML = '<precode language=\"' + language + '\" precodenum=\"' + i2.toString() + '\"></precode>';\n } else {\n presPH.push(pres[i2].innerHTML);\n pres[i2].innerHTML = \"\";\n pres[i2].setAttribute(\"prenum\", i2.toString());\n }\n }\n return presPH;\n }\n return mdDoc;\n };\n this.setOption = function(key, value) {\n options[key] = value;\n };\n this.getOption = function(key) {\n return options[key];\n };\n this.getOptions = function() {\n return options;\n };\n this.addExtension = function(extension2, name) {\n name = name || null;\n _parseExtension(extension2, name);\n };\n this.useExtension = function(extensionName) {\n _parseExtension(extensionName);\n };\n this.setFlavor = function(name) {\n if (!flavor.hasOwnProperty(name)) {\n throw Error(name + \" flavor was not found\");\n }\n var preset = flavor[name];\n setConvFlavor = name;\n for (var option in preset) {\n if (preset.hasOwnProperty(option)) {\n options[option] = preset[option];\n }\n }\n };\n this.getFlavor = function() {\n return setConvFlavor;\n };\n this.removeExtension = function(extension2) {\n if (!showdown2.helper.isArray(extension2)) {\n extension2 = [extension2];\n }\n for (var a = 0; a < extension2.length; ++a) {\n var ext = extension2[a];\n for (var i = 0; i < langExtensions.length; ++i) {\n if (langExtensions[i] === ext) {\n langExtensions[i].splice(i, 1);\n }\n }\n for (var ii = 0; ii < outputModifiers.length; ++i) {\n if (outputModifiers[ii] === ext) {\n outputModifiers[ii].splice(i, 1);\n }\n }\n }\n };\n this.getAllExtensions = function() {\n return {\n language: langExtensions,\n output: outputModifiers\n };\n };\n this.getMetadata = function(raw) {\n if (raw) {\n return metadata.raw;\n } else {\n return metadata.parsed;\n }\n };\n this.getMetadataFormat = function() {\n return metadata.format;\n };\n this._setMetadataPair = function(key, value) {\n metadata.parsed[key] = value;\n };\n this._setMetadataFormat = function(format) {\n metadata.format = format;\n };\n this._setMetadataRaw = function(raw) {\n metadata.raw = raw;\n };\n };\n showdown2.subParser(\"anchors\", function(text, options, globals) {\n text = globals.converter._dispatch(\"anchors.before\", text, options, globals);\n var writeAnchorTag = function(wholeMatch, linkText, linkId, url, m5, m6, title) {\n if (showdown2.helper.isUndefined(title)) {\n title = \"\";\n }\n linkId = linkId.toLowerCase();\n if (wholeMatch.search(/\\(<?\\s*>? ?(['\"].*['\"])?\\)$/m) > -1) {\n url = \"\";\n } else if (!url) {\n if (!linkId) {\n linkId = linkText.toLowerCase().replace(/ ?\\n/g, \" \");\n }\n url = \"#\" + linkId;\n if (!showdown2.helper.isUndefined(globals.gUrls[linkId])) {\n url = globals.gUrls[linkId];\n if (!showdown2.helper.isUndefined(globals.gTitles[linkId])) {\n title = globals.gTitles[linkId];\n }\n } else {\n return wholeMatch;\n }\n }\n url = url.replace(showdown2.helper.regexes.asteriskDashAndColon, showdown2.helper.escapeCharactersCallback);\n var result = '<a href=\"' + url + '\"';\n if (title !== \"\" && title !== null) {\n title = title.replace(/\"/g, \"&quot;\");\n title = title.replace(showdown2.helper.regexes.asteriskDashAndColon, showdown2.helper.escapeCharactersCallback);\n result += ' title=\"' + title + '\"';\n }\n if (options.openLinksInNewWindow && !/^#/.test(url)) {\n result += ' rel=\"noopener noreferrer\" target=\"\\xA8E95Eblank\"';\n }\n result += \">\" + linkText + \"</a>\";\n return result;\n };\n text = text.replace(/\\[((?:\\[[^\\]]*]|[^\\[\\]])*)] ?(?:\\n *)?\\[(.*?)]()()()()/g, writeAnchorTag);\n text = text.replace(/\\[((?:\\[[^\\]]*]|[^\\[\\]])*)]()[ \\t]*\\([ \\t]?<([^>]*)>(?:[ \\t]*(([\"'])([^\"]*?)\\5))?[ \\t]?\\)/g, writeAnchorTag);\n text = text.replace(/\\[((?:\\[[^\\]]*]|[^\\[\\]])*)]()[ \\t]*\\([ \\t]?<?([\\S]+?(?:\\([\\S]*?\\)[\\S]*?)?)>?(?:[ \\t]*(([\"'])([^\"]*?)\\5))?[ \\t]?\\)/g, writeAnchorTag);\n text = text.replace(/\\[([^\\[\\]]+)]()()()()()/g, writeAnchorTag);\n if (options.ghMentions) {\n text = text.replace(/(^|\\s)(\\\\)?(@([a-z\\d]+(?:[a-z\\d.-]+?[a-z\\d]+)*))/gmi, function(wm, st, escape, mentions, username) {\n if (escape === \"\\\\\") {\n return st + mentions;\n }\n if (!showdown2.helper.isString(options.ghMentionsLink)) {\n throw new Error(\"ghMentionsLink option must be a string\");\n }\n var lnk = options.ghMentionsLink.replace(/\\{u}/g, username), target = \"\";\n if (options.openLinksInNewWindow) {\n target = ' rel=\"noopener noreferrer\" target=\"\\xA8E95Eblank\"';\n }\n return st + '<a href=\"' + lnk + '\"' + target + \">\" + mentions + \"</a>\";\n });\n }\n text = globals.converter._dispatch(\"anchors.after\", text, options, globals);\n return text;\n });\n var simpleURLRegex = /([*~_]+|\\b)(((https?|ftp|dict):\\/\\/|www\\.)[^'\">\\s]+?\\.[^'\">\\s]+?)()(\\1)?(?=\\s|$)(?![\"<>])/gi, simpleURLRegex2 = /([*~_]+|\\b)(((https?|ftp|dict):\\/\\/|www\\.)[^'\">\\s]+\\.[^'\">\\s]+?)([.!?,()\\[\\]])?(\\1)?(?=\\s|$)(?![\"<>])/gi, delimUrlRegex = /()<(((https?|ftp|dict):\\/\\/|www\\.)[^'\">\\s]+)()>()/gi, simpleMailRegex = /(^|\\s)(?:mailto:)?([A-Za-z0-9!#$%&'*+-/=?^_`{|}~.]+@[-a-z0-9]+(\\.[-a-z0-9]+)*\\.[a-z]+)(?=$|\\s)/gmi, delimMailRegex = /<()(?:mailto:)?([-.\\w]+@[-a-z0-9]+(\\.[-a-z0-9]+)*\\.[a-z]+)>/gi, replaceLink = function(options) {\n return function(wm, leadingMagicChars, link, m2, m3, trailingPunctuation, trailingMagicChars) {\n link = link.replace(showdown2.helper.regexes.asteriskDashAndColon, showdown2.helper.escapeCharactersCallback);\n var lnkTxt = link, append = \"\", target = \"\", lmc = leadingMagicChars || \"\", tmc = trailingMagicChars || \"\";\n if (/^www\\./i.test(link)) {\n link = link.replace(/^www\\./i, \"http://www.\");\n }\n if (options.excludeTrailingPunctuationFromURLs && trailingPunctuation) {\n append = trailingPunctuation;\n }\n if (options.openLinksInNewWindow) {\n target = ' rel=\"noopener noreferrer\" target=\"\\xA8E95Eblank\"';\n }\n return lmc + '<a href=\"' + link + '\"' + target + \">\" + lnkTxt + \"</a>\" + append + tmc;\n };\n }, replaceMail = function(options, globals) {\n return function(wholeMatch, b, mail) {\n var href = \"mailto:\";\n b = b || \"\";\n mail = showdown2.subParser(\"unescapeSpecialChars\")(mail, options, globals);\n if (options.encodeEmails) {\n href = showdown2.helper.encodeEmailAddress(href + mail);\n mail = showdown2.helper.encodeEmailAddress(mail);\n } else {\n href = href + mail;\n }\n return b + '<a href=\"' + href + '\">' + mail + \"</a>\";\n };\n };\n showdown2.subParser(\"autoLinks\", function(text, options, globals) {\n text = globals.converter._dispatch(\"autoLinks.before\", text, options, globals);\n text = text.replace(delimUrlRegex, replaceLink(options));\n text = text.replace(delimMailRegex, replaceMail(options, globals));\n text = globals.converter._dispatch(\"autoLinks.after\", text, options, globals);\n return text;\n });\n showdown2.subParser(\"simplifiedAutoLinks\", function(text, options, globals) {\n if (!options.simplifiedAutoLink) {\n return text;\n }\n text = globals.converter._dispatch(\"simplifiedAutoLinks.before\", text, options, globals);\n if (options.excludeTrailingPunctuationFromURLs) {\n text = text.replace(simpleURLRegex2, replaceLink(options));\n } else {\n text = text.replace(simpleURLRegex, replaceLink(options));\n }\n text = text.replace(simpleMailRegex, replaceMail(options, globals));\n text = globals.converter._dispatch(\"simplifiedAutoLinks.after\", text, options, globals);\n return text;\n });\n showdown2.subParser(\"blockGamut\", function(text, options, globals) {\n text = globals.converter._dispatch(\"blockGamut.before\", text, options, globals);\n text = showdown2.subParser(\"blockQuotes\")(text, options, globals);\n text = showdown2.subParser(\"headers\")(text, options, globals);\n text = showdown2.subParser(\"horizontalRule\")(text, options, globals);\n text = showdown2.subParser(\"lists\")(text, options, globals);\n text = showdown2.subParser(\"codeBlocks\")(text, options, globals);\n text = showdown2.subParser(\"tables\")(text, options, globals);\n text = showdown2.subParser(\"hashHTMLBlocks\")(text, options, globals);\n text = showdown2.subParser(\"paragraphs\")(text, options, globals);\n text = globals.converter._dispatch(\"blockGamut.after\", text, options, globals);\n return text;\n });\n showdown2.subParser(\"blockQuotes\", function(text, options, globals) {\n text = globals.converter._dispatch(\"blockQuotes.before\", text, options, globals);\n text = text + \"\\n\\n\";\n var rgx = /(^ {0,3}>[ \\t]?.+\\n(.+\\n)*\\n*)+/gm;\n if (options.splitAdjacentBlockquotes) {\n rgx = /^ {0,3}>[\\s\\S]*?(?:\\n\\n)/gm;\n }\n text = text.replace(rgx, function(bq) {\n bq = bq.replace(/^[ \\t]*>[ \\t]?/gm, \"\");\n bq = bq.replace(/¨0/g, \"\");\n bq = bq.replace(/^[ \\t]+$/gm, \"\");\n bq = showdown2.subParser(\"githubCodeBlocks\")(bq, options, globals);\n bq = showdown2.subParser(\"blockGamut\")(bq, options, globals);\n bq = bq.replace(/(^|\\n)/g, \"$1 \");\n bq = bq.replace(/(\\s*<pre>[^\\r]+?<\\/pre>)/gm, function(wholeMatch, m1) {\n var pre = m1;\n pre = pre.replace(/^ /mg, \"\\xA80\");\n pre = pre.replace(/¨0/g, \"\");\n return pre;\n });\n return showdown2.subParser(\"hashBlock\")(\"<blockquote>\\n\" + bq + \"\\n</blockquote>\", options, globals);\n });\n text = globals.converter._dispatch(\"blockQuotes.after\", text, options, globals);\n return text;\n });\n showdown2.subParser(\"codeBlocks\", function(text, options, globals) {\n text = globals.converter._dispatch(\"codeBlocks.before\", text, options, globals);\n text += \"\\xA80\";\n var pattern = /(?:\\n\\n|^)((?:(?:[ ]{4}|\\t).*\\n+)+)(\\n*[ ]{0,3}[^ \\t\\n]|(?=¨0))/g;\n text = text.replace(pattern, function(wholeMatch, m1, m2) {\n var codeblock = m1, nextChar = m2, end = \"\\n\";\n codeblock = showdown2.subParser(\"outdent\")(codeblock, options, globals);\n codeblock = showdown2.subParser(\"encodeCode\")(codeblock, options, globals);\n codeblock = showdown2.subParser(\"detab\")(codeblock, options, globals);\n codeblock = codeblock.replace(/^\\n+/g, \"\");\n codeblock = codeblock.replace(/\\n+$/g, \"\");\n if (options.omitExtraWLInCodeBlocks) {\n end = \"\";\n }\n codeblock = \"<pre><code>\" + codeblock + end + \"</code></pre>\";\n return showdown2.subParser(\"hashBlock\")(codeblock, options, globals) + nextChar;\n });\n text = text.replace(/¨0/, \"\");\n text = globals.converter._dispatch(\"codeBlocks.after\", text, options, globals);\n return text;\n });\n showdown2.subParser(\"codeSpans\", function(text, options, globals) {\n text = globals.converter._dispatch(\"codeSpans.before\", text, options, globals);\n if (typeof text === \"undefined\") {\n text = \"\";\n }\n text = text.replace(/(^|[^\\\\])(`+)([^\\r]*?[^`])\\2(?!`)/gm, function(wholeMatch, m1, m2, m3) {\n var c = m3;\n c = c.replace(/^([ \\t]*)/g, \"\");\n c = c.replace(/[ \\t]*$/g, \"\");\n c = showdown2.subParser(\"encodeCode\")(c, options, globals);\n c = m1 + \"<code>\" + c + \"</code>\";\n c = showdown2.subParser(\"hashHTMLSpans\")(c, options, globals);\n return c;\n });\n text = globals.converter._dispatch(\"codeSpans.after\", text, options, globals);\n return text;\n });\n showdown2.subParser(\"completeHTMLDocument\", function(text, options, globals) {\n if (!options.completeHTMLDocument) {\n return text;\n }\n text = globals.converter._dispatch(\"completeHTMLDocument.before\", text, options, globals);\n var doctype = \"html\", doctypeParsed = \"<!DOCTYPE HTML>\\n\", title = \"\", charset = '<meta charset=\"utf-8\">\\n', lang = \"\", metadata = \"\";\n if (typeof globals.metadata.parsed.doctype !== \"undefined\") {\n doctypeParsed = \"<!DOCTYPE \" + globals.metadata.parsed.doctype + \">\\n\";\n doctype = globals.metadata.parsed.doctype.toString().toLowerCase();\n if (doctype === \"html\" || doctype === \"html5\") {\n charset = '<meta charset=\"utf-8\">';\n }\n }\n for (var meta in globals.metadata.parsed) {\n if (globals.metadata.parsed.hasOwnProperty(meta)) {\n switch (meta.toLowerCase()) {\n case \"doctype\":\n break;\n case \"title\":\n title = \"<title>\" + globals.metadata.parsed.title + \"</title>\\n\";\n break;\n case \"charset\":\n if (doctype === \"html\" || doctype === \"html5\") {\n charset = '<meta charset=\"' + globals.metadata.parsed.charset + '\">\\n';\n } else {\n charset = '<meta name=\"charset\" content=\"' + globals.metadata.parsed.charset + '\">\\n';\n }\n break;\n case \"language\":\n case \"lang\":\n lang = ' lang=\"' + globals.metadata.parsed[meta] + '\"';\n metadata += '<meta name=\"' + meta + '\" content=\"' + globals.metadata.parsed[meta] + '\">\\n';\n break;\n default:\n metadata += '<meta name=\"' + meta + '\" content=\"' + globals.metadata.parsed[meta] + '\">\\n';\n }\n }\n }\n text = doctypeParsed + \"<html\" + lang + \">\\n<head>\\n\" + title + charset + metadata + \"</head>\\n<body>\\n\" + text.trim() + \"\\n</body>\\n</html>\";\n text = globals.converter._dispatch(\"completeHTMLDocument.after\", text, options, globals);\n return text;\n });\n showdown2.subParser(\"detab\", function(text, options, globals) {\n text = globals.converter._dispatch(\"detab.before\", text, options, globals);\n text = text.replace(/\\t(?=\\t)/g, \" \");\n text = text.replace(/\\t/g, \"\\xA8A\\xA8B\");\n text = text.replace(/¨B(.+?)¨A/g, function(wholeMatch, m1) {\n var leadingText = m1, numSpaces = 4 - leadingText.length % 4;\n for (var i = 0; i < numSpaces; i++) {\n leadingText += \" \";\n }\n return leadingText;\n });\n text = text.replace(/¨A/g, \" \");\n text = text.replace(/¨B/g, \"\");\n text = globals.converter._dispatch(\"detab.after\", text, options, globals);\n return text;\n });\n showdown2.subParser(\"ellipsis\", function(text, options, globals) {\n text = globals.converter._dispatch(\"ellipsis.before\", text, options, globals);\n text = text.replace(/\\.\\.\\./g, \"\\u2026\");\n text = globals.converter._dispatch(\"ellipsis.after\", text, options, globals);\n return text;\n });\n showdown2.subParser(\"emoji\", function(text, options, globals) {\n if (!options.emoji) {\n return text;\n }\n text = globals.converter._dispatch(\"emoji.before\", text, options, globals);\n var emojiRgx = /:([\\S]+?):/g;\n text = text.replace(emojiRgx, function(wm, emojiCode) {\n if (showdown2.helper.emojis.hasOwnProperty(emojiCode)) {\n return showdown2.helper.emojis[emojiCode];\n }\n return wm;\n });\n text = globals.converter._dispatch(\"emoji.after\", text, options, globals);\n return text;\n });\n showdown2.subParser(\"encodeAmpsAndAngles\", function(text, options, globals) {\n text = globals.converter._dispatch(\"encodeAmpsAndAngles.before\", text, options, globals);\n text = text.replace(/&(?!#?[xX]?(?:[0-9a-fA-F]+|\\w+);)/g, \"&amp;\");\n text = text.replace(/<(?![a-z\\/?$!])/gi, \"&lt;\");\n text = text.replace(/</g, \"&lt;\");\n text = text.replace(/>/g, \"&gt;\");\n text = globals.converter._dispatch(\"encodeAmpsAndAngles.after\", text, options, globals);\n return text;\n });\n showdown2.subParser(\"encodeBackslashEscapes\", function(text, options, globals) {\n text = globals.converter._dispatch(\"encodeBackslashEscapes.before\", text, options, globals);\n text = text.replace(/\\\\(\\\\)/g, showdown2.helper.escapeCharactersCallback);\n text = text.replace(/\\\\([`*_{}\\[\\]()>#+.!~=|-])/g, showdown2.helper.escapeCharactersCallback);\n text = globals.converter._dispatch(\"encodeBackslashEscapes.after\", text, options, globals);\n return text;\n });\n showdown2.subParser(\"encodeCode\", function(text, options, globals) {\n text = globals.converter._dispatch(\"encodeCode.before\", text, options, globals);\n text = text.replace(/&/g, \"&amp;\").replace(/</g, \"&lt;\").replace(/>/g, \"&gt;\").replace(/([*_{}\\[\\]\\\\=~-])/g, showdown2.helper.escapeCharactersCallback);\n text = globals.converter._dispatch(\"encodeCode.after\", text, options, globals);\n return text;\n });\n showdown2.subParser(\"escapeSpecialCharsWithinTagAttributes\", function(text, options, globals) {\n text = globals.converter._dispatch(\"escapeSpecialCharsWithinTagAttributes.before\", text, options, globals);\n var tags = /<\\/?[a-z\\d_:-]+(?:[\\s]+[\\s\\S]+?)?>/gi, comments = /<!(--(?:(?:[^>-]|-[^>])(?:[^-]|-[^-])*)--)>/gi;\n text = text.replace(tags, function(wholeMatch) {\n return wholeMatch.replace(/(.)<\\/?code>(?=.)/g, \"$1`\").replace(/([\\\\`*_~=|])/g, showdown2.helper.escapeCharactersCallback);\n });\n text = text.replace(comments, function(wholeMatch) {\n return wholeMatch.replace(/([\\\\`*_~=|])/g, showdown2.helper.escapeCharactersCallback);\n });\n text = globals.converter._dispatch(\"escapeSpecialCharsWithinTagAttributes.after\", text, options, globals);\n return text;\n });\n showdown2.subParser(\"githubCodeBlocks\", function(text, options, globals) {\n if (!options.ghCodeBlocks) {\n return text;\n }\n text = globals.converter._dispatch(\"githubCodeBlocks.before\", text, options, globals);\n text += \"\\xA80\";\n text = text.replace(/(?:^|\\n)(?: {0,3})(```+|~~~+)(?: *)([^\\s`~]*)\\n([\\s\\S]*?)\\n(?: {0,3})\\1/g, function(wholeMatch, delim, language, codeblock) {\n var end = options.omitExtraWLInCodeBlocks ? \"\" : \"\\n\";\n codeblock = showdown2.subParser(\"encodeCode\")(codeblock, options, globals);\n codeblock = showdown2.subParser(\"detab\")(codeblock, options, globals);\n codeblock = codeblock.replace(/^\\n+/g, \"\");\n codeblock = codeblock.replace(/\\n+$/g, \"\");\n codeblock = \"<pre><code\" + (language ? ' class=\"' + language + \" language-\" + language + '\"' : \"\") + \">\" + codeblock + end + \"</code></pre>\";\n codeblock = showdown2.subParser(\"hashBlock\")(codeblock, options, globals);\n return \"\\n\\n\\xA8G\" + (globals.ghCodeBlocks.push({text: wholeMatch, codeblock}) - 1) + \"G\\n\\n\";\n });\n text = text.replace(/¨0/, \"\");\n return globals.converter._dispatch(\"githubCodeBlocks.after\", text, options, globals);\n });\n showdown2.subParser(\"hashBlock\", function(text, options, globals) {\n text = globals.converter._dispatch(\"hashBlock.before\", text, options, globals);\n text = text.replace(/(^\\n+|\\n+$)/g, \"\");\n text = \"\\n\\n\\xA8K\" + (globals.gHtmlBlocks.push(text) - 1) + \"K\\n\\n\";\n text = globals.converter._dispatch(\"hashBlock.after\", text, options, globals);\n return text;\n });\n showdown2.subParser(\"hashCodeTags\", function(text, options, globals) {\n text = globals.converter._dispatch(\"hashCodeTags.before\", text, options, globals);\n var repFunc = function(wholeMatch, match, left, right) {\n var codeblock = left + showdown2.subParser(\"encodeCode\")(match, options, globals) + right;\n return \"\\xA8C\" + (globals.gHtmlSpans.push(codeblock) - 1) + \"C\";\n };\n text = showdown2.helper.replaceRecursiveRegExp(text, repFunc, \"<code\\\\b[^>]*>\", \"</code>\", \"gim\");\n text = globals.converter._dispatch(\"hashCodeTags.after\", text, options, globals);\n return text;\n });\n showdown2.subParser(\"hashElement\", function(text, options, globals) {\n return function(wholeMatch, m1) {\n var blockText = m1;\n blockText = blockText.replace(/\\n\\n/g, \"\\n\");\n blockText = blockText.replace(/^\\n/, \"\");\n blockText = blockText.replace(/\\n+$/g, \"\");\n blockText = \"\\n\\n\\xA8K\" + (globals.gHtmlBlocks.push(blockText) - 1) + \"K\\n\\n\";\n return blockText;\n };\n });\n showdown2.subParser(\"hashHTMLBlocks\", function(text, options, globals) {\n text = globals.converter._dispatch(\"hashHTMLBlocks.before\", text, options, globals);\n var blockTags = [\n \"pre\",\n \"div\",\n \"h1\",\n \"h2\",\n \"h3\",\n \"h4\",\n \"h5\",\n \"h6\",\n \"blockquote\",\n \"table\",\n \"dl\",\n \"ol\",\n \"ul\",\n \"script\",\n \"noscript\",\n \"form\",\n \"fieldset\",\n \"iframe\",\n \"math\",\n \"style\",\n \"section\",\n \"header\",\n \"footer\",\n \"nav\",\n \"article\",\n \"aside\",\n \"address\",\n \"audio\",\n \"canvas\",\n \"figure\",\n \"hgroup\",\n \"output\",\n \"video\",\n \"p\"\n ], repFunc = function(wholeMatch, match, left, right) {\n var txt = wholeMatch;\n if (left.search(/\\bmarkdown\\b/) !== -1) {\n txt = left + globals.converter.makeHtml(match) + right;\n }\n return \"\\n\\n\\xA8K\" + (globals.gHtmlBlocks.push(txt) - 1) + \"K\\n\\n\";\n };\n if (options.backslashEscapesHTMLTags) {\n text = text.replace(/\\\\<(\\/?[^>]+?)>/g, function(wm, inside) {\n return \"&lt;\" + inside + \"&gt;\";\n });\n }\n for (var i = 0; i < blockTags.length; ++i) {\n var opTagPos, rgx1 = new RegExp(\"^ {0,3}(<\" + blockTags[i] + \"\\\\b[^>]*>)\", \"im\"), patLeft = \"<\" + blockTags[i] + \"\\\\b[^>]*>\", patRight = \"</\" + blockTags[i] + \">\";\n while ((opTagPos = showdown2.helper.regexIndexOf(text, rgx1)) !== -1) {\n var subTexts = showdown2.helper.splitAtIndex(text, opTagPos), newSubText1 = showdown2.helper.replaceRecursiveRegExp(subTexts[1], repFunc, patLeft, patRight, \"im\");\n if (newSubText1 === subTexts[1]) {\n break;\n }\n text = subTexts[0].concat(newSubText1);\n }\n }\n text = text.replace(/(\\n {0,3}(<(hr)\\b([^<>])*?\\/?>)[ \\t]*(?=\\n{2,}))/g, showdown2.subParser(\"hashElement\")(text, options, globals));\n text = showdown2.helper.replaceRecursiveRegExp(text, function(txt) {\n return \"\\n\\n\\xA8K\" + (globals.gHtmlBlocks.push(txt) - 1) + \"K\\n\\n\";\n }, \"^ {0,3}<!--\", \"-->\", \"gm\");\n text = text.replace(/(?:\\n\\n)( {0,3}(?:<([?%])[^\\r]*?\\2>)[ \\t]*(?=\\n{2,}))/g, showdown2.subParser(\"hashElement\")(text, options, globals));\n text = globals.converter._dispatch(\"hashHTMLBlocks.after\", text, options, globals);\n return text;\n });\n showdown2.subParser(\"hashHTMLSpans\", function(text, options, globals) {\n text = globals.converter._dispatch(\"hashHTMLSpans.before\", text, options, globals);\n function hashHTMLSpan(html) {\n return \"\\xA8C\" + (globals.gHtmlSpans.push(html) - 1) + \"C\";\n }\n text = text.replace(/<[^>]+?\\/>/gi, function(wm) {\n return hashHTMLSpan(wm);\n });\n text = text.replace(/<([^>]+?)>[\\s\\S]*?<\\/\\1>/g, function(wm) {\n return hashHTMLSpan(wm);\n });\n text = text.replace(/<([^>]+?)\\s[^>]+?>[\\s\\S]*?<\\/\\1>/g, function(wm) {\n return hashHTMLSpan(wm);\n });\n text = text.replace(/<[^>]+?>/gi, function(wm) {\n return hashHTMLSpan(wm);\n });\n text = globals.converter._dispatch(\"hashHTMLSpans.after\", text, options, globals);\n return text;\n });\n showdown2.subParser(\"unhashHTMLSpans\", function(text, options, globals) {\n text = globals.converter._dispatch(\"unhashHTMLSpans.before\", text, options, globals);\n for (var i = 0; i < globals.gHtmlSpans.length; ++i) {\n var repText = globals.gHtmlSpans[i], limit = 0;\n while (/¨C(\\d+)C/.test(repText)) {\n var num = RegExp.$1;\n repText = repText.replace(\"\\xA8C\" + num + \"C\", globals.gHtmlSpans[num]);\n if (limit === 10) {\n console.error(\"maximum nesting of 10 spans reached!!!\");\n break;\n }\n ++limit;\n }\n text = text.replace(\"\\xA8C\" + i + \"C\", repText);\n }\n text = globals.converter._dispatch(\"unhashHTMLSpans.after\", text, options, globals);\n return text;\n });\n showdown2.subParser(\"hashPreCodeTags\", function(text, options, globals) {\n text = globals.converter._dispatch(\"hashPreCodeTags.before\", text, options, globals);\n var repFunc = function(wholeMatch, match, left, right) {\n var codeblock = left + showdown2.subParser(\"encodeCode\")(match, options, globals) + right;\n return \"\\n\\n\\xA8G\" + (globals.ghCodeBlocks.push({text: wholeMatch, codeblock}) - 1) + \"G\\n\\n\";\n };\n text = showdown2.helper.replaceRecursiveRegExp(text, repFunc, \"^ {0,3}<pre\\\\b[^>]*>\\\\s*<code\\\\b[^>]*>\", \"^ {0,3}</code>\\\\s*</pre>\", \"gim\");\n text = globals.converter._dispatch(\"hashPreCodeTags.after\", text, options, globals);\n return text;\n });\n showdown2.subParser(\"headers\", function(text, options, globals) {\n text = globals.converter._dispatch(\"headers.before\", text, options, globals);\n var headerLevelStart = isNaN(parseInt(options.headerLevelStart)) ? 1 : parseInt(options.headerLevelStart), setextRegexH1 = options.smoothLivePreview ? /^(.+)[ \\t]*\\n={2,}[ \\t]*\\n+/gm : /^(.+)[ \\t]*\\n=+[ \\t]*\\n+/gm, setextRegexH2 = options.smoothLivePreview ? /^(.+)[ \\t]*\\n-{2,}[ \\t]*\\n+/gm : /^(.+)[ \\t]*\\n-+[ \\t]*\\n+/gm;\n text = text.replace(setextRegexH1, function(wholeMatch, m1) {\n var spanGamut = showdown2.subParser(\"spanGamut\")(m1, options, globals), hID = options.noHeaderId ? \"\" : ' id=\"' + headerId(m1) + '\"', hLevel = headerLevelStart, hashBlock = \"<h\" + hLevel + hID + \">\" + spanGamut + \"</h\" + hLevel + \">\";\n return showdown2.subParser(\"hashBlock\")(hashBlock, options, globals);\n });\n text = text.replace(setextRegexH2, function(matchFound, m1) {\n var spanGamut = showdown2.subParser(\"spanGamut\")(m1, options, globals), hID = options.noHeaderId ? \"\" : ' id=\"' + headerId(m1) + '\"', hLevel = headerLevelStart + 1, hashBlock = \"<h\" + hLevel + hID + \">\" + spanGamut + \"</h\" + hLevel + \">\";\n return showdown2.subParser(\"hashBlock\")(hashBlock, options, globals);\n });\n var atxStyle = options.requireSpaceBeforeHeadingText ? /^(#{1,6})[ \\t]+(.+?)[ \\t]*#*\\n+/gm : /^(#{1,6})[ \\t]*(.+?)[ \\t]*#*\\n+/gm;\n text = text.replace(atxStyle, function(wholeMatch, m1, m2) {\n var hText = m2;\n if (options.customizedHeaderId) {\n hText = m2.replace(/\\s?\\{([^{]+?)}\\s*$/, \"\");\n }\n var span = showdown2.subParser(\"spanGamut\")(hText, options, globals), hID = options.noHeaderId ? \"\" : ' id=\"' + headerId(m2) + '\"', hLevel = headerLevelStart - 1 + m1.length, header = \"<h\" + hLevel + hID + \">\" + span + \"</h\" + hLevel + \">\";\n return showdown2.subParser(\"hashBlock\")(header, options, globals);\n });\n function headerId(m) {\n var title, prefix;\n if (options.customizedHeaderId) {\n var match = m.match(/\\{([^{]+?)}\\s*$/);\n if (match && match[1]) {\n m = match[1];\n }\n }\n title = m;\n if (showdown2.helper.isString(options.prefixHeaderId)) {\n prefix = options.prefixHeaderId;\n } else if (options.prefixHeaderId === true) {\n prefix = \"section-\";\n } else {\n prefix = \"\";\n }\n if (!options.rawPrefixHeaderId) {\n title = prefix + title;\n }\n if (options.ghCompatibleHeaderId) {\n title = title.replace(/ /g, \"-\").replace(/&amp;/g, \"\").replace(/¨T/g, \"\").replace(/¨D/g, \"\").replace(/[&+$,\\/:;=?@\"#{}|^¨~\\[\\]`\\\\*)(%.!'<>]/g, \"\").toLowerCase();\n } else if (options.rawHeaderId) {\n title = title.replace(/ /g, \"-\").replace(/&amp;/g, \"&\").replace(/¨T/g, \"\\xA8\").replace(/¨D/g, \"$\").replace(/[\"']/g, \"-\").toLowerCase();\n } else {\n title = title.replace(/[^\\w]/g, \"\").toLowerCase();\n }\n if (options.rawPrefixHeaderId) {\n title = prefix + title;\n }\n if (globals.hashLinkCounts[title]) {\n title = title + \"-\" + globals.hashLinkCounts[title]++;\n } else {\n globals.hashLinkCounts[title] = 1;\n }\n return title;\n }\n text = globals.converter._dispatch(\"headers.after\", text, options, globals);\n return text;\n });\n showdown2.subParser(\"horizontalRule\", function(text, options, globals) {\n text = globals.converter._dispatch(\"horizontalRule.before\", text, options, globals);\n var key = showdown2.subParser(\"hashBlock\")(\"<hr />\", options, globals);\n text = text.replace(/^ {0,2}( ?-){3,}[ \\t]*$/gm, key);\n text = text.replace(/^ {0,2}( ?\\*){3,}[ \\t]*$/gm, key);\n text = text.replace(/^ {0,2}( ?_){3,}[ \\t]*$/gm, key);\n text = globals.converter._dispatch(\"horizontalRule.after\", text, options, globals);\n return text;\n });\n showdown2.subParser(\"images\", function(text, options, globals) {\n text = globals.converter._dispatch(\"images.before\", text, options, globals);\n var inlineRegExp = /!\\[([^\\]]*?)][ \\t]*()\\([ \\t]?<?([\\S]+?(?:\\([\\S]*?\\)[\\S]*?)?)>?(?: =([*\\d]+[A-Za-z%]{0,4})x([*\\d]+[A-Za-z%]{0,4}))?[ \\t]*(?:([\"'])([^\"]*?)\\6)?[ \\t]?\\)/g, crazyRegExp = /!\\[([^\\]]*?)][ \\t]*()\\([ \\t]?<([^>]*)>(?: =([*\\d]+[A-Za-z%]{0,4})x([*\\d]+[A-Za-z%]{0,4}))?[ \\t]*(?:(?:([\"'])([^\"]*?)\\6))?[ \\t]?\\)/g, base64RegExp = /!\\[([^\\]]*?)][ \\t]*()\\([ \\t]?<?(data:.+?\\/.+?;base64,[A-Za-z0-9+/=\\n]+?)>?(?: =([*\\d]+[A-Za-z%]{0,4})x([*\\d]+[A-Za-z%]{0,4}))?[ \\t]*(?:([\"'])([^\"]*?)\\6)?[ \\t]?\\)/g, referenceRegExp = /!\\[([^\\]]*?)] ?(?:\\n *)?\\[([\\s\\S]*?)]()()()()()/g, refShortcutRegExp = /!\\[([^\\[\\]]+)]()()()()()/g;\n function writeImageTagBase64(wholeMatch, altText, linkId, url, width, height, m5, title) {\n url = url.replace(/\\s/g, \"\");\n return writeImageTag(wholeMatch, altText, linkId, url, width, height, m5, title);\n }\n function writeImageTag(wholeMatch, altText, linkId, url, width, height, m5, title) {\n var gUrls = globals.gUrls, gTitles = globals.gTitles, gDims = globals.gDimensions;\n linkId = linkId.toLowerCase();\n if (!title) {\n title = \"\";\n }\n if (wholeMatch.search(/\\(<?\\s*>? ?(['\"].*['\"])?\\)$/m) > -1) {\n url = \"\";\n } else if (url === \"\" || url === null) {\n if (linkId === \"\" || linkId === null) {\n linkId = altText.toLowerCase().replace(/ ?\\n/g, \" \");\n }\n url = \"#\" + linkId;\n if (!showdown2.helper.isUndefined(gUrls[linkId])) {\n url = gUrls[linkId];\n if (!showdown2.helper.isUndefined(gTitles[linkId])) {\n title = gTitles[linkId];\n }\n if (!showdown2.helper.isUndefined(gDims[linkId])) {\n width = gDims[linkId].width;\n height = gDims[linkId].height;\n }\n } else {\n return wholeMatch;\n }\n }\n altText = altText.replace(/\"/g, \"&quot;\").replace(showdown2.helper.regexes.asteriskDashAndColon, showdown2.helper.escapeCharactersCallback);\n url = url.replace(showdown2.helper.regexes.asteriskDashAndColon, showdown2.helper.escapeCharactersCallback);\n var result = '<img src=\"' + url + '\" alt=\"' + altText + '\"';\n if (title && showdown2.helper.isString(title)) {\n title = title.replace(/\"/g, \"&quot;\").replace(showdown2.helper.regexes.asteriskDashAndColon, showdown2.helper.escapeCharactersCallback);\n result += ' title=\"' + title + '\"';\n }\n if (width && height) {\n width = width === \"*\" ? \"auto\" : width;\n height = height === \"*\" ? \"auto\" : height;\n result += ' width=\"' + width + '\"';\n result += ' height=\"' + height + '\"';\n }\n result += \" />\";\n return result;\n }\n text = text.replace(referenceRegExp, writeImageTag);\n text = text.replace(base64RegExp, writeImageTagBase64);\n text = text.replace(crazyRegExp, writeImageTag);\n text = text.replace(inlineRegExp, writeImageTag);\n text = text.replace(refShortcutRegExp, writeImageTag);\n text = globals.converter._dispatch(\"images.after\", text, options, globals);\n return text;\n });\n showdown2.subParser(\"italicsAndBold\", function(text, options, globals) {\n text = globals.converter._dispatch(\"italicsAndBold.before\", text, options, globals);\n function parseInside(txt, left, right) {\n return left + txt + right;\n }\n if (options.literalMidWordUnderscores) {\n text = text.replace(/\\b___(\\S[\\s\\S]*?)___\\b/g, function(wm, txt) {\n return parseInside(txt, \"<strong><em>\", \"</em></strong>\");\n });\n text = text.replace(/\\b__(\\S[\\s\\S]*?)__\\b/g, function(wm, txt) {\n return parseInside(txt, \"<strong>\", \"</strong>\");\n });\n text = text.replace(/\\b_(\\S[\\s\\S]*?)_\\b/g, function(wm, txt) {\n return parseInside(txt, \"<em>\", \"</em>\");\n });\n } else {\n text = text.replace(/___(\\S[\\s\\S]*?)___/g, function(wm, m) {\n return /\\S$/.test(m) ? parseInside(m, \"<strong><em>\", \"</em></strong>\") : wm;\n });\n text = text.replace(/__(\\S[\\s\\S]*?)__/g, function(wm, m) {\n return /\\S$/.test(m) ? parseInside(m, \"<strong>\", \"</strong>\") : wm;\n });\n text = text.replace(/_([^\\s_][\\s\\S]*?)_/g, function(wm, m) {\n return /\\S$/.test(m) ? parseInside(m, \"<em>\", \"</em>\") : wm;\n });\n }\n if (options.literalMidWordAsterisks) {\n text = text.replace(/([^*]|^)\\B\\*\\*\\*(\\S[\\s\\S]*?)\\*\\*\\*\\B(?!\\*)/g, function(wm, lead, txt) {\n return parseInside(txt, lead + \"<strong><em>\", \"</em></strong>\");\n });\n text = text.replace(/([^*]|^)\\B\\*\\*(\\S[\\s\\S]*?)\\*\\*\\B(?!\\*)/g, function(wm, lead, txt) {\n return parseInside(txt, lead + \"<strong>\", \"</strong>\");\n });\n text = text.replace(/([^*]|^)\\B\\*(\\S[\\s\\S]*?)\\*\\B(?!\\*)/g, function(wm, lead, txt) {\n return parseInside(txt, lead + \"<em>\", \"</em>\");\n });\n } else {\n text = text.replace(/\\*\\*\\*(\\S[\\s\\S]*?)\\*\\*\\*/g, function(wm, m) {\n return /\\S$/.test(m) ? parseInside(m, \"<strong><em>\", \"</em></strong>\") : wm;\n });\n text = text.replace(/\\*\\*(\\S[\\s\\S]*?)\\*\\*/g, function(wm, m) {\n return /\\S$/.test(m) ? parseInside(m, \"<strong>\", \"</strong>\") : wm;\n });\n text = text.replace(/\\*([^\\s*][\\s\\S]*?)\\*/g, function(wm, m) {\n return /\\S$/.test(m) ? parseInside(m, \"<em>\", \"</em>\") : wm;\n });\n }\n text = globals.converter._dispatch(\"italicsAndBold.after\", text, options, globals);\n return text;\n });\n showdown2.subParser(\"lists\", function(text, options, globals) {\n function processListItems(listStr, trimTrailing) {\n globals.gListLevel++;\n listStr = listStr.replace(/\\n{2,}$/, \"\\n\");\n listStr += \"\\xA80\";\n var rgx = /(\\n)?(^ {0,3})([*+-]|\\d+[.])[ \\t]+((\\[(x|X| )?])?[ \\t]*[^\\r]+?(\\n{1,2}))(?=\\n*(¨0| {0,3}([*+-]|\\d+[.])[ \\t]+))/gm, isParagraphed = /\\n[ \\t]*\\n(?!¨0)/.test(listStr);\n if (options.disableForced4SpacesIndentedSublists) {\n rgx = /(\\n)?(^ {0,3})([*+-]|\\d+[.])[ \\t]+((\\[(x|X| )?])?[ \\t]*[^\\r]+?(\\n{1,2}))(?=\\n*(¨0|\\2([*+-]|\\d+[.])[ \\t]+))/gm;\n }\n listStr = listStr.replace(rgx, function(wholeMatch, m1, m2, m3, m4, taskbtn, checked) {\n checked = checked && checked.trim() !== \"\";\n var item = showdown2.subParser(\"outdent\")(m4, options, globals), bulletStyle = \"\";\n if (taskbtn && options.tasklists) {\n bulletStyle = ' class=\"task-list-item\" style=\"list-style-type: none;\"';\n item = item.replace(/^[ \\t]*\\[(x|X| )?]/m, function() {\n var otp = '<input type=\"checkbox\" disabled style=\"margin: 0px 0.35em 0.25em -1.6em; vertical-align: middle;\"';\n if (checked) {\n otp += \" checked\";\n }\n otp += \">\";\n return otp;\n });\n }\n item = item.replace(/^([-*+]|\\d\\.)[ \\t]+[\\S\\n ]*/g, function(wm2) {\n return \"\\xA8A\" + wm2;\n });\n if (m1 || item.search(/\\n{2,}/) > -1) {\n item = showdown2.subParser(\"githubCodeBlocks\")(item, options, globals);\n item = showdown2.subParser(\"blockGamut\")(item, options, globals);\n } else {\n item = showdown2.subParser(\"lists\")(item, options, globals);\n item = item.replace(/\\n$/, \"\");\n item = showdown2.subParser(\"hashHTMLBlocks\")(item, options, globals);\n item = item.replace(/\\n\\n+/g, \"\\n\\n\");\n if (isParagraphed) {\n item = showdown2.subParser(\"paragraphs\")(item, options, globals);\n } else {\n item = showdown2.subParser(\"spanGamut\")(item, options, globals);\n }\n }\n item = item.replace(\"\\xA8A\", \"\");\n item = \"<li\" + bulletStyle + \">\" + item + \"</li>\\n\";\n return item;\n });\n listStr = listStr.replace(/¨0/g, \"\");\n globals.gListLevel--;\n if (trimTrailing) {\n listStr = listStr.replace(/\\s+$/, \"\");\n }\n return listStr;\n }\n function styleStartNumber(list, listType) {\n if (listType === \"ol\") {\n var res = list.match(/^ *(\\d+)\\./);\n if (res && res[1] !== \"1\") {\n return ' start=\"' + res[1] + '\"';\n }\n }\n return \"\";\n }\n function parseConsecutiveLists(list, listType, trimTrailing) {\n var olRgx = options.disableForced4SpacesIndentedSublists ? /^ ?\\d+\\.[ \\t]/gm : /^ {0,3}\\d+\\.[ \\t]/gm, ulRgx = options.disableForced4SpacesIndentedSublists ? /^ ?[*+-][ \\t]/gm : /^ {0,3}[*+-][ \\t]/gm, counterRxg = listType === \"ul\" ? olRgx : ulRgx, result = \"\";\n if (list.search(counterRxg) !== -1) {\n (function parseCL(txt) {\n var pos = txt.search(counterRxg), style2 = styleStartNumber(list, listType);\n if (pos !== -1) {\n result += \"\\n\\n<\" + listType + style2 + \">\\n\" + processListItems(txt.slice(0, pos), !!trimTrailing) + \"</\" + listType + \">\\n\";\n listType = listType === \"ul\" ? \"ol\" : \"ul\";\n counterRxg = listType === \"ul\" ? olRgx : ulRgx;\n parseCL(txt.slice(pos));\n } else {\n result += \"\\n\\n<\" + listType + style2 + \">\\n\" + processListItems(txt, !!trimTrailing) + \"</\" + listType + \">\\n\";\n }\n })(list);\n } else {\n var style = styleStartNumber(list, listType);\n result = \"\\n\\n<\" + listType + style + \">\\n\" + processListItems(list, !!trimTrailing) + \"</\" + listType + \">\\n\";\n }\n return result;\n }\n text = globals.converter._dispatch(\"lists.before\", text, options, globals);\n text += \"\\xA80\";\n if (globals.gListLevel) {\n text = text.replace(/^(( {0,3}([*+-]|\\d+[.])[ \\t]+)[^\\r]+?(¨0|\\n{2,}(?=\\S)(?![ \\t]*(?:[*+-]|\\d+[.])[ \\t]+)))/gm, function(wholeMatch, list, m2) {\n var listType = m2.search(/[*+-]/g) > -1 ? \"ul\" : \"ol\";\n return parseConsecutiveLists(list, listType, true);\n });\n } else {\n text = text.replace(/(\\n\\n|^\\n?)(( {0,3}([*+-]|\\d+[.])[ \\t]+)[^\\r]+?(¨0|\\n{2,}(?=\\S)(?![ \\t]*(?:[*+-]|\\d+[.])[ \\t]+)))/gm, function(wholeMatch, m1, list, m3) {\n var listType = m3.search(/[*+-]/g) > -1 ? \"ul\" : \"ol\";\n return parseConsecutiveLists(list, listType, false);\n });\n }\n text = text.replace(/¨0/, \"\");\n text = globals.converter._dispatch(\"lists.after\", text, options, globals);\n return text;\n });\n showdown2.subParser(\"metadata\", function(text, options, globals) {\n if (!options.metadata) {\n return text;\n }\n text = globals.converter._dispatch(\"metadata.before\", text, options, globals);\n function parseMetadataContents(content) {\n globals.metadata.raw = content;\n content = content.replace(/&/g, \"&amp;\").replace(/\"/g, \"&quot;\");\n content = content.replace(/\\n {4}/g, \" \");\n content.replace(/^([\\S ]+): +([\\s\\S]+?)$/gm, function(wm, key, value) {\n globals.metadata.parsed[key] = value;\n return \"\";\n });\n }\n text = text.replace(/^\\s*«««+(\\S*?)\\n([\\s\\S]+?)\\n»»»+\\n/, function(wholematch, format, content) {\n parseMetadataContents(content);\n return \"\\xA8M\";\n });\n text = text.replace(/^\\s*---+(\\S*?)\\n([\\s\\S]+?)\\n---+\\n/, function(wholematch, format, content) {\n if (format) {\n globals.metadata.format = format;\n }\n parseMetadataContents(content);\n return \"\\xA8M\";\n });\n text = text.replace(/¨M/g, \"\");\n text = globals.converter._dispatch(\"metadata.after\", text, options, globals);\n return text;\n });\n showdown2.subParser(\"outdent\", function(text, options, globals) {\n text = globals.converter._dispatch(\"outdent.before\", text, options, globals);\n text = text.replace(/^(\\t|[ ]{1,4})/gm, \"\\xA80\");\n text = text.replace(/¨0/g, \"\");\n text = globals.converter._dispatch(\"outdent.after\", text, options, globals);\n return text;\n });\n showdown2.subParser(\"paragraphs\", function(text, options, globals) {\n text = globals.converter._dispatch(\"paragraphs.before\", text, options, globals);\n text = text.replace(/^\\n+/g, \"\");\n text = text.replace(/\\n+$/g, \"\");\n var grafs = text.split(/\\n{2,}/g), grafsOut = [], end = grafs.length;\n for (var i = 0; i < end; i++) {\n var str = grafs[i];\n if (str.search(/¨(K|G)(\\d+)\\1/g) >= 0) {\n grafsOut.push(str);\n } else if (str.search(/\\S/) >= 0) {\n str = showdown2.subParser(\"spanGamut\")(str, options, globals);\n str = str.replace(/^([ \\t]*)/g, \"<p>\");\n str += \"</p>\";\n grafsOut.push(str);\n }\n }\n end = grafsOut.length;\n for (i = 0; i < end; i++) {\n var blockText = \"\", grafsOutIt = grafsOut[i], codeFlag = false;\n while (/¨(K|G)(\\d+)\\1/.test(grafsOutIt)) {\n var delim = RegExp.$1, num = RegExp.$2;\n if (delim === \"K\") {\n blockText = globals.gHtmlBlocks[num];\n } else {\n if (codeFlag) {\n blockText = showdown2.subParser(\"encodeCode\")(globals.ghCodeBlocks[num].text, options, globals);\n } else {\n blockText = globals.ghCodeBlocks[num].codeblock;\n }\n }\n blockText = blockText.replace(/\\$/g, \"$$$$\");\n grafsOutIt = grafsOutIt.replace(/(\\n\\n)?¨(K|G)\\d+\\2(\\n\\n)?/, blockText);\n if (/^<pre\\b[^>]*>\\s*<code\\b[^>]*>/.test(grafsOutIt)) {\n codeFlag = true;\n }\n }\n grafsOut[i] = grafsOutIt;\n }\n text = grafsOut.join(\"\\n\");\n text = text.replace(/^\\n+/g, \"\");\n text = text.replace(/\\n+$/g, \"\");\n return globals.converter._dispatch(\"paragraphs.after\", text, options, globals);\n });\n showdown2.subParser(\"runExtension\", function(ext, text, options, globals) {\n if (ext.filter) {\n text = ext.filter(text, globals.converter, options);\n } else if (ext.regex) {\n var re = ext.regex;\n if (!(re instanceof RegExp)) {\n re = new RegExp(re, \"g\");\n }\n text = text.replace(re, ext.replace);\n }\n return text;\n });\n showdown2.subParser(\"spanGamut\", function(text, options, globals) {\n text = globals.converter._dispatch(\"spanGamut.before\", text, options, globals);\n text = showdown2.subParser(\"codeSpans\")(text, options, globals);\n text = showdown2.subParser(\"escapeSpecialCharsWithinTagAttributes\")(text, options, globals);\n text = showdown2.subParser(\"encodeBackslashEscapes\")(text, options, globals);\n text = showdown2.subParser(\"images\")(text, options, globals);\n text = showdown2.subParser(\"anchors\")(text, options, globals);\n text = showdown2.subParser(\"autoLinks\")(text, options, globals);\n text = showdown2.subParser(\"simplifiedAutoLinks\")(text, options, globals);\n text = showdown2.subParser(\"emoji\")(text, options, globals);\n text = showdown2.subParser(\"underline\")(text, options, globals);\n text = showdown2.subParser(\"italicsAndBold\")(text, options, globals);\n text = showdown2.subParser(\"strikethrough\")(text, options, globals);\n text = showdown2.subParser(\"ellipsis\")(text, options, globals);\n text = showdown2.subParser(\"hashHTMLSpans\")(text, options, globals);\n text = showdown2.subParser(\"encodeAmpsAndAngles\")(text, options, globals);\n if (options.simpleLineBreaks) {\n if (!/\\n\\n¨K/.test(text)) {\n text = text.replace(/\\n+/g, \"<br />\\n\");\n }\n } else {\n text = text.replace(/ +\\n/g, \"<br />\\n\");\n }\n text = globals.converter._dispatch(\"spanGamut.after\", text, options, globals);\n return text;\n });\n showdown2.subParser(\"strikethrough\", function(text, options, globals) {\n function parseInside(txt) {\n if (options.simplifiedAutoLink) {\n txt = showdown2.subParser(\"simplifiedAutoLinks\")(txt, options, globals);\n }\n return \"<del>\" + txt + \"</del>\";\n }\n if (options.strikethrough) {\n text = globals.converter._dispatch(\"strikethrough.before\", text, options, globals);\n text = text.replace(/(?:~){2}([\\s\\S]+?)(?:~){2}/g, function(wm, txt) {\n return parseInside(txt);\n });\n text = globals.converter._dispatch(\"strikethrough.after\", text, options, globals);\n }\n return text;\n });\n showdown2.subParser(\"stripLinkDefinitions\", function(text, options, globals) {\n var regex = /^ {0,3}\\[(.+)]:[ \\t]*\\n?[ \\t]*<?([^>\\s]+)>?(?: =([*\\d]+[A-Za-z%]{0,4})x([*\\d]+[A-Za-z%]{0,4}))?[ \\t]*\\n?[ \\t]*(?:(\\n*)[\"|'(](.+?)[\"|')][ \\t]*)?(?:\\n+|(?=¨0))/gm, base64Regex = /^ {0,3}\\[(.+)]:[ \\t]*\\n?[ \\t]*<?(data:.+?\\/.+?;base64,[A-Za-z0-9+/=\\n]+?)>?(?: =([*\\d]+[A-Za-z%]{0,4})x([*\\d]+[A-Za-z%]{0,4}))?[ \\t]*\\n?[ \\t]*(?:(\\n*)[\"|'(](.+?)[\"|')][ \\t]*)?(?:\\n\\n|(?=¨0)|(?=\\n\\[))/gm;\n text += \"\\xA80\";\n var replaceFunc = function(wholeMatch, linkId, url, width, height, blankLines, title) {\n linkId = linkId.toLowerCase();\n if (url.match(/^data:.+?\\/.+?;base64,/)) {\n globals.gUrls[linkId] = url.replace(/\\s/g, \"\");\n } else {\n globals.gUrls[linkId] = showdown2.subParser(\"encodeAmpsAndAngles\")(url, options, globals);\n }\n if (blankLines) {\n return blankLines + title;\n } else {\n if (title) {\n globals.gTitles[linkId] = title.replace(/\"|'/g, \"&quot;\");\n }\n if (options.parseImgDimensions && width && height) {\n globals.gDimensions[linkId] = {\n width,\n height\n };\n }\n }\n return \"\";\n };\n text = text.replace(base64Regex, replaceFunc);\n text = text.replace(regex, replaceFunc);\n text = text.replace(/¨0/, \"\");\n return text;\n });\n showdown2.subParser(\"tables\", function(text, options, globals) {\n if (!options.tables) {\n return text;\n }\n var tableRgx = /^ {0,3}\\|?.+\\|.+\\n {0,3}\\|?[ \\t]*:?[ \\t]*(?:[-=]){2,}[ \\t]*:?[ \\t]*\\|[ \\t]*:?[ \\t]*(?:[-=]){2,}[\\s\\S]+?(?:\\n\\n|¨0)/gm, singeColTblRgx = /^ {0,3}\\|.+\\|[ \\t]*\\n {0,3}\\|[ \\t]*:?[ \\t]*(?:[-=]){2,}[ \\t]*:?[ \\t]*\\|[ \\t]*\\n( {0,3}\\|.+\\|[ \\t]*\\n)*(?:\\n|¨0)/gm;\n function parseStyles(sLine) {\n if (/^:[ \\t]*--*$/.test(sLine)) {\n return ' style=\"text-align:left;\"';\n } else if (/^--*[ \\t]*:[ \\t]*$/.test(sLine)) {\n return ' style=\"text-align:right;\"';\n } else if (/^:[ \\t]*--*[ \\t]*:$/.test(sLine)) {\n return ' style=\"text-align:center;\"';\n } else {\n return \"\";\n }\n }\n function parseHeaders(header, style) {\n var id = \"\";\n header = header.trim();\n if (options.tablesHeaderId || options.tableHeaderId) {\n id = ' id=\"' + header.replace(/ /g, \"_\").toLowerCase() + '\"';\n }\n header = showdown2.subParser(\"spanGamut\")(header, options, globals);\n return \"<th\" + id + style + \">\" + header + \"</th>\\n\";\n }\n function parseCells(cell, style) {\n var subText = showdown2.subParser(\"spanGamut\")(cell, options, globals);\n return \"<td\" + style + \">\" + subText + \"</td>\\n\";\n }\n function buildTable(headers, cells) {\n var tb = \"<table>\\n<thead>\\n<tr>\\n\", tblLgn = headers.length;\n for (var i = 0; i < tblLgn; ++i) {\n tb += headers[i];\n }\n tb += \"</tr>\\n</thead>\\n<tbody>\\n\";\n for (i = 0; i < cells.length; ++i) {\n tb += \"<tr>\\n\";\n for (var ii = 0; ii < tblLgn; ++ii) {\n tb += cells[i][ii];\n }\n tb += \"</tr>\\n\";\n }\n tb += \"</tbody>\\n</table>\\n\";\n return tb;\n }\n function parseTable(rawTable) {\n var i, tableLines = rawTable.split(\"\\n\");\n for (i = 0; i < tableLines.length; ++i) {\n if (/^ {0,3}\\|/.test(tableLines[i])) {\n tableLines[i] = tableLines[i].replace(/^ {0,3}\\|/, \"\");\n }\n if (/\\|[ \\t]*$/.test(tableLines[i])) {\n tableLines[i] = tableLines[i].replace(/\\|[ \\t]*$/, \"\");\n }\n tableLines[i] = showdown2.subParser(\"codeSpans\")(tableLines[i], options, globals);\n }\n var rawHeaders = tableLines[0].split(\"|\").map(function(s) {\n return s.trim();\n }), rawStyles = tableLines[1].split(\"|\").map(function(s) {\n return s.trim();\n }), rawCells = [], headers = [], styles = [], cells = [];\n tableLines.shift();\n tableLines.shift();\n for (i = 0; i < tableLines.length; ++i) {\n if (tableLines[i].trim() === \"\") {\n continue;\n }\n rawCells.push(tableLines[i].split(\"|\").map(function(s) {\n return s.trim();\n }));\n }\n if (rawHeaders.length < rawStyles.length) {\n return rawTable;\n }\n for (i = 0; i < rawStyles.length; ++i) {\n styles.push(parseStyles(rawStyles[i]));\n }\n for (i = 0; i < rawHeaders.length; ++i) {\n if (showdown2.helper.isUndefined(styles[i])) {\n styles[i] = \"\";\n }\n headers.push(parseHeaders(rawHeaders[i], styles[i]));\n }\n for (i = 0; i < rawCells.length; ++i) {\n var row = [];\n for (var ii = 0; ii < headers.length; ++ii) {\n if (showdown2.helper.isUndefined(rawCells[i][ii]))\n ;\n row.push(parseCells(rawCells[i][ii], styles[ii]));\n }\n cells.push(row);\n }\n return buildTable(headers, cells);\n }\n text = globals.converter._dispatch(\"tables.before\", text, options, globals);\n text = text.replace(/\\\\(\\|)/g, showdown2.helper.escapeCharactersCallback);\n text = text.replace(tableRgx, parseTable);\n text = text.replace(singeColTblRgx, parseTable);\n text = globals.converter._dispatch(\"tables.after\", text, options, globals);\n return text;\n });\n showdown2.subParser(\"underline\", function(text, options, globals) {\n if (!options.underline) {\n return text;\n }\n text = globals.converter._dispatch(\"underline.before\", text, options, globals);\n if (options.literalMidWordUnderscores) {\n text = text.replace(/\\b___(\\S[\\s\\S]*?)___\\b/g, function(wm, txt) {\n return \"<u>\" + txt + \"</u>\";\n });\n text = text.replace(/\\b__(\\S[\\s\\S]*?)__\\b/g, function(wm, txt) {\n return \"<u>\" + txt + \"</u>\";\n });\n } else {\n text = text.replace(/___(\\S[\\s\\S]*?)___/g, function(wm, m) {\n return /\\S$/.test(m) ? \"<u>\" + m + \"</u>\" : wm;\n });\n text = text.replace(/__(\\S[\\s\\S]*?)__/g, function(wm, m) {\n return /\\S$/.test(m) ? \"<u>\" + m + \"</u>\" : wm;\n });\n }\n text = text.replace(/(_)/g, showdown2.helper.escapeCharactersCallback);\n text = globals.converter._dispatch(\"underline.after\", text, options, globals);\n return text;\n });\n showdown2.subParser(\"unescapeSpecialChars\", function(text, options, globals) {\n text = globals.converter._dispatch(\"unescapeSpecialChars.before\", text, options, globals);\n text = text.replace(/¨E(\\d+)E/g, function(wholeMatch, m1) {\n var charCodeToReplace = parseInt(m1);\n return String.fromCharCode(charCodeToReplace);\n });\n text = globals.converter._dispatch(\"unescapeSpecialChars.after\", text, options, globals);\n return text;\n });\n showdown2.subParser(\"makeMarkdown.blockquote\", function(node, globals) {\n var txt = \"\";\n if (node.hasChildNodes()) {\n var children = node.childNodes, childrenLength = children.length;\n for (var i = 0; i < childrenLength; ++i) {\n var innerTxt = showdown2.subParser(\"makeMarkdown.node\")(children[i], globals);\n if (innerTxt === \"\") {\n continue;\n }\n txt += innerTxt;\n }\n }\n txt = txt.trim();\n txt = \"> \" + txt.split(\"\\n\").join(\"\\n> \");\n return txt;\n });\n showdown2.subParser(\"makeMarkdown.codeBlock\", function(node, globals) {\n var lang = node.getAttribute(\"language\"), num = node.getAttribute(\"precodenum\");\n return \"```\" + lang + \"\\n\" + globals.preList[num] + \"\\n```\";\n });\n showdown2.subParser(\"makeMarkdown.codeSpan\", function(node) {\n return \"`\" + node.innerHTML + \"`\";\n });\n showdown2.subParser(\"makeMarkdown.emphasis\", function(node, globals) {\n var txt = \"\";\n if (node.hasChildNodes()) {\n txt += \"*\";\n var children = node.childNodes, childrenLength = children.length;\n for (var i = 0; i < childrenLength; ++i) {\n txt += showdown2.subParser(\"makeMarkdown.node\")(children[i], globals);\n }\n txt += \"*\";\n }\n return txt;\n });\n showdown2.subParser(\"makeMarkdown.header\", function(node, globals, headerLevel) {\n var headerMark = new Array(headerLevel + 1).join(\"#\"), txt = \"\";\n if (node.hasChildNodes()) {\n txt = headerMark + \" \";\n var children = node.childNodes, childrenLength = children.length;\n for (var i = 0; i < childrenLength; ++i) {\n txt += showdown2.subParser(\"makeMarkdown.node\")(children[i], globals);\n }\n }\n return txt;\n });\n showdown2.subParser(\"makeMarkdown.hr\", function() {\n return \"---\";\n });\n showdown2.subParser(\"makeMarkdown.image\", function(node) {\n var txt = \"\";\n if (node.hasAttribute(\"src\")) {\n txt += \"![\" + node.getAttribute(\"alt\") + \"](\";\n txt += \"<\" + node.getAttribute(\"src\") + \">\";\n if (node.hasAttribute(\"width\") && node.hasAttribute(\"height\")) {\n txt += \" =\" + node.getAttribute(\"width\") + \"x\" + node.getAttribute(\"height\");\n }\n if (node.hasAttribute(\"title\")) {\n txt += ' \"' + node.getAttribute(\"title\") + '\"';\n }\n txt += \")\";\n }\n return txt;\n });\n showdown2.subParser(\"makeMarkdown.links\", function(node, globals) {\n var txt = \"\";\n if (node.hasChildNodes() && node.hasAttribute(\"href\")) {\n var children = node.childNodes, childrenLength = children.length;\n txt = \"[\";\n for (var i = 0; i < childrenLength; ++i) {\n txt += showdown2.subParser(\"makeMarkdown.node\")(children[i], globals);\n }\n txt += \"](\";\n txt += \"<\" + node.getAttribute(\"href\") + \">\";\n if (node.hasAttribute(\"title\")) {\n txt += ' \"' + node.getAttribute(\"title\") + '\"';\n }\n txt += \")\";\n }\n return txt;\n });\n showdown2.subParser(\"makeMarkdown.list\", function(node, globals, type) {\n var txt = \"\";\n if (!node.hasChildNodes()) {\n return \"\";\n }\n var listItems = node.childNodes, listItemsLenght = listItems.length, listNum = node.getAttribute(\"start\") || 1;\n for (var i = 0; i < listItemsLenght; ++i) {\n if (typeof listItems[i].tagName === \"undefined\" || listItems[i].tagName.toLowerCase() !== \"li\") {\n continue;\n }\n var bullet = \"\";\n if (type === \"ol\") {\n bullet = listNum.toString() + \". \";\n } else {\n bullet = \"- \";\n }\n txt += bullet + showdown2.subParser(\"makeMarkdown.listItem\")(listItems[i], globals);\n ++listNum;\n }\n txt += \"\\n<!-- -->\\n\";\n return txt.trim();\n });\n showdown2.subParser(\"makeMarkdown.listItem\", function(node, globals) {\n var listItemTxt = \"\";\n var children = node.childNodes, childrenLenght = children.length;\n for (var i = 0; i < childrenLenght; ++i) {\n listItemTxt += showdown2.subParser(\"makeMarkdown.node\")(children[i], globals);\n }\n if (!/\\n$/.test(listItemTxt)) {\n listItemTxt += \"\\n\";\n } else {\n listItemTxt = listItemTxt.split(\"\\n\").join(\"\\n \").replace(/^ {4}$/gm, \"\").replace(/\\n\\n+/g, \"\\n\\n\");\n }\n return listItemTxt;\n });\n showdown2.subParser(\"makeMarkdown.node\", function(node, globals, spansOnly) {\n spansOnly = spansOnly || false;\n var txt = \"\";\n if (node.nodeType === 3) {\n return showdown2.subParser(\"makeMarkdown.txt\")(node, globals);\n }\n if (node.nodeType === 8) {\n return \"<!--\" + node.data + \"-->\\n\\n\";\n }\n if (node.nodeType !== 1) {\n return \"\";\n }\n var tagName = node.tagName.toLowerCase();\n switch (tagName) {\n case \"h1\":\n if (!spansOnly) {\n txt = showdown2.subParser(\"makeMarkdown.header\")(node, globals, 1) + \"\\n\\n\";\n }\n break;\n case \"h2\":\n if (!spansOnly) {\n txt = showdown2.subParser(\"makeMarkdown.header\")(node, globals, 2) + \"\\n\\n\";\n }\n break;\n case \"h3\":\n if (!spansOnly) {\n txt = showdown2.subParser(\"makeMarkdown.header\")(node, globals, 3) + \"\\n\\n\";\n }\n break;\n case \"h4\":\n if (!spansOnly) {\n txt = showdown2.subParser(\"makeMarkdown.header\")(node, globals, 4) + \"\\n\\n\";\n }\n break;\n case \"h5\":\n if (!spansOnly) {\n txt = showdown2.subParser(\"makeMarkdown.header\")(node, globals, 5) + \"\\n\\n\";\n }\n break;\n case \"h6\":\n if (!spansOnly) {\n txt = showdown2.subParser(\"makeMarkdown.header\")(node, globals, 6) + \"\\n\\n\";\n }\n break;\n case \"p\":\n if (!spansOnly) {\n txt = showdown2.subParser(\"makeMarkdown.paragraph\")(node, globals) + \"\\n\\n\";\n }\n break;\n case \"blockquote\":\n if (!spansOnly) {\n txt = showdown2.subParser(\"makeMarkdown.blockquote\")(node, globals) + \"\\n\\n\";\n }\n break;\n case \"hr\":\n if (!spansOnly) {\n txt = showdown2.subParser(\"makeMarkdown.hr\")(node, globals) + \"\\n\\n\";\n }\n break;\n case \"ol\":\n if (!spansOnly) {\n txt = showdown2.subParser(\"makeMarkdown.list\")(node, globals, \"ol\") + \"\\n\\n\";\n }\n break;\n case \"ul\":\n if (!spansOnly) {\n txt = showdown2.subParser(\"makeMarkdown.list\")(node, globals, \"ul\") + \"\\n\\n\";\n }\n break;\n case \"precode\":\n if (!spansOnly) {\n txt = showdown2.subParser(\"makeMarkdown.codeBlock\")(node, globals) + \"\\n\\n\";\n }\n break;\n case \"pre\":\n if (!spansOnly) {\n txt = showdown2.subParser(\"makeMarkdown.pre\")(node, globals) + \"\\n\\n\";\n }\n break;\n case \"table\":\n if (!spansOnly) {\n txt = showdown2.subParser(\"makeMarkdown.table\")(node, globals) + \"\\n\\n\";\n }\n break;\n case \"code\":\n txt = showdown2.subParser(\"makeMarkdown.codeSpan\")(node, globals);\n break;\n case \"em\":\n case \"i\":\n txt = showdown2.subParser(\"makeMarkdown.emphasis\")(node, globals);\n break;\n case \"strong\":\n case \"b\":\n txt = showdown2.subParser(\"makeMarkdown.strong\")(node, globals);\n break;\n case \"del\":\n txt = showdown2.subParser(\"makeMarkdown.strikethrough\")(node, globals);\n break;\n case \"a\":\n txt = showdown2.subParser(\"makeMarkdown.links\")(node, globals);\n break;\n case \"img\":\n txt = showdown2.subParser(\"makeMarkdown.image\")(node, globals);\n break;\n default:\n txt = node.outerHTML + \"\\n\\n\";\n }\n return txt;\n });\n showdown2.subParser(\"makeMarkdown.paragraph\", function(node, globals) {\n var txt = \"\";\n if (node.hasChildNodes()) {\n var children = node.childNodes, childrenLength = children.length;\n for (var i = 0; i < childrenLength; ++i) {\n txt += showdown2.subParser(\"makeMarkdown.node\")(children[i], globals);\n }\n }\n txt = txt.trim();\n return txt;\n });\n showdown2.subParser(\"makeMarkdown.pre\", function(node, globals) {\n var num = node.getAttribute(\"prenum\");\n return \"<pre>\" + globals.preList[num] + \"</pre>\";\n });\n showdown2.subParser(\"makeMarkdown.strikethrough\", function(node, globals) {\n var txt = \"\";\n if (node.hasChildNodes()) {\n txt += \"~~\";\n var children = node.childNodes, childrenLength = children.length;\n for (var i = 0; i < childrenLength; ++i) {\n txt += showdown2.subParser(\"makeMarkdown.node\")(children[i], globals);\n }\n txt += \"~~\";\n }\n return txt;\n });\n showdown2.subParser(\"makeMarkdown.strong\", function(node, globals) {\n var txt = \"\";\n if (node.hasChildNodes()) {\n txt += \"**\";\n var children = node.childNodes, childrenLength = children.length;\n for (var i = 0; i < childrenLength; ++i) {\n txt += showdown2.subParser(\"makeMarkdown.node\")(children[i], globals);\n }\n txt += \"**\";\n }\n return txt;\n });\n showdown2.subParser(\"makeMarkdown.table\", function(node, globals) {\n var txt = \"\", tableArray = [[], []], headings = node.querySelectorAll(\"thead>tr>th\"), rows = node.querySelectorAll(\"tbody>tr\"), i, ii;\n for (i = 0; i < headings.length; ++i) {\n var headContent = showdown2.subParser(\"makeMarkdown.tableCell\")(headings[i], globals), allign = \"---\";\n if (headings[i].hasAttribute(\"style\")) {\n var style = headings[i].getAttribute(\"style\").toLowerCase().replace(/\\s/g, \"\");\n switch (style) {\n case \"text-align:left;\":\n allign = \":---\";\n break;\n case \"text-align:right;\":\n allign = \"---:\";\n break;\n case \"text-align:center;\":\n allign = \":---:\";\n break;\n }\n }\n tableArray[0][i] = headContent.trim();\n tableArray[1][i] = allign;\n }\n for (i = 0; i < rows.length; ++i) {\n var r = tableArray.push([]) - 1, cols = rows[i].getElementsByTagName(\"td\");\n for (ii = 0; ii < headings.length; ++ii) {\n var cellContent = \" \";\n if (typeof cols[ii] !== \"undefined\") {\n cellContent = showdown2.subParser(\"makeMarkdown.tableCell\")(cols[ii], globals);\n }\n tableArray[r].push(cellContent);\n }\n }\n var cellSpacesCount = 3;\n for (i = 0; i < tableArray.length; ++i) {\n for (ii = 0; ii < tableArray[i].length; ++ii) {\n var strLen = tableArray[i][ii].length;\n if (strLen > cellSpacesCount) {\n cellSpacesCount = strLen;\n }\n }\n }\n for (i = 0; i < tableArray.length; ++i) {\n for (ii = 0; ii < tableArray[i].length; ++ii) {\n if (i === 1) {\n if (tableArray[i][ii].slice(-1) === \":\") {\n tableArray[i][ii] = showdown2.helper.padEnd(tableArray[i][ii].slice(-1), cellSpacesCount - 1, \"-\") + \":\";\n } else {\n tableArray[i][ii] = showdown2.helper.padEnd(tableArray[i][ii], cellSpacesCount, \"-\");\n }\n } else {\n tableArray[i][ii] = showdown2.helper.padEnd(tableArray[i][ii], cellSpacesCount);\n }\n }\n txt += \"| \" + tableArray[i].join(\" | \") + \" |\\n\";\n }\n return txt.trim();\n });\n showdown2.subParser(\"makeMarkdown.tableCell\", function(node, globals) {\n var txt = \"\";\n if (!node.hasChildNodes()) {\n return \"\";\n }\n var children = node.childNodes, childrenLength = children.length;\n for (var i = 0; i < childrenLength; ++i) {\n txt += showdown2.subParser(\"makeMarkdown.node\")(children[i], globals, true);\n }\n return txt.trim();\n });\n showdown2.subParser(\"makeMarkdown.txt\", function(node) {\n var txt = node.nodeValue;\n txt = txt.replace(/ +/g, \" \");\n txt = txt.replace(/¨NBSP;/g, \" \");\n txt = showdown2.helper.unescapeHTMLEntities(txt);\n txt = txt.replace(/([*_~|`])/g, \"\\\\$1\");\n txt = txt.replace(/^(\\s*)>/g, \"\\\\$1>\");\n txt = txt.replace(/^#/gm, \"\\\\#\");\n txt = txt.replace(/^(\\s*)([-=]{3,})(\\s*)$/, \"$1\\\\$2$3\");\n txt = txt.replace(/^( {0,3}\\d+)\\./gm, \"$1\\\\.\");\n txt = txt.replace(/^( {0,3})([+-])/gm, \"$1\\\\$2\");\n txt = txt.replace(/]([\\s]*)\\(/g, \"\\\\]$1\\\\(\");\n txt = txt.replace(/^ {0,3}\\[([\\S \\t]*?)]:/gm, \"\\\\[$1]:\");\n return txt;\n });\n var root = this;\n if (module.exports) {\n module.exports = showdown2;\n } else {\n root.showdown = showdown2;\n }\n }).call(commonjsGlobal);\n});\nvar Converter = showdown.Converter;\nexport default showdown;\nvar extension = showdown.extension;\nvar extensions = showdown.extensions;\nvar getAllExtensions = showdown.getAllExtensions;\nvar getDefaultOptions = showdown.getDefaultOptions;\nvar getFlavor = showdown.getFlavor;\nvar getFlavorOptions = showdown.getFlavorOptions;\nvar getOption = showdown.getOption;\nvar getOptions = showdown.getOptions;\nvar helper = showdown.helper;\nvar removeExtension = showdown.removeExtension;\nvar resetExtensions = showdown.resetExtensions;\nvar resetOptions = showdown.resetOptions;\nvar setFlavor = showdown.setFlavor;\nvar setOption = showdown.setOption;\nvar subParser = showdown.subParser;\nvar validateExtension = showdown.validateExtension;\nexport {Converter, showdown as __moduleExports, extension, extensions, getAllExtensions, getDefaultOptions, getFlavor, getFlavorOptions, getOption, getOptions, helper, removeExtension, resetExtensions, resetOptions, setFlavor, setOption, subParser, validateExtension};\n","import { useState } from '../../strife.js';\nimport showdown from 'https://cdn.skypack.dev/showdown';\n\ncustomElements.define('strife-markdown-cpnt', class extends HTMLDivElement {\n\n constructor() {\n super();\n \n const classMap = {\n p: this.querySelector('p')?.classList.value\n }\n \n const bindings = Object.keys(classMap)\n .map(key => ({\n type: 'output',\n regex: new RegExp(`<${key}(.*)>`, 'g'),\n replace: `<${key} class=\"${classMap[key]}\" $1>`\n }));\n \n this.converter = new showdown.Converter({\n extensions: [...bindings]\n });\n \n this.tabIndex = 0;\n }\n \n async connectedCallback() {\n useState(this, (state) => {\n this.innerHTML = this.converter.makeHtml(state)\n }); \n }\n }, { extends: 'div' });","import { useState } from '../../strife.js';\n\ncustomElements.define(\n 'strife-picture-cpnt',\n class extends HTMLPictureElement {\n constructor() {\n super();\n\n this.image = this.querySelector('img');\n this.sources = [...this.querySelectorAll('source, img')];\n\n this.tabIndex = 0;\n }\n\n connectedCallback() {\n useState(this, (state) => {\n this.sources.forEach((source) => {\n this.render(source, state);\n });\n });\n }\n\n render(source, result, tr) {\n let currentSrc = source.src || source.srcset;\n if (currentSrc.startsWith(\"?\")) {\n currentSrc = \"https://strife.app/placeholder.png\" + currentSrc;\n }\n let url = new URL(currentSrc);\n\n const transformations = this.getTransformations(url);\n\n if (tr) {\n for (const [key, value] of tr.entries()) {\n transformations.set(key, value);\n }\n }\n\n url = new URL(result);\n\n url.searchParams.set(\n 'tr',\n [...transformations].map((tr) => tr.join('-')),\n );\n\n if (source instanceof HTMLImageElement) {\n source.src = url.href;\n } else if (source instanceof HTMLSourceElement) {\n source.srcset = url.href;\n }\n }\n\n getTransformations(url) {\n return url.searchParams.has('tr')\n ? new Map(\n url.searchParams\n .get('tr')\n .split(',')\n .map((t) => [...t.split('-')]) || null,\n )\n : new Map();\n }\n\n disconnectedCallback() { }\n },\n { extends: 'picture' },\n);\n","import { useState } from '../../strife.js';\n\ncustomElements.define(\n \"strife-img-cpnt\",\n class extends HTMLImageElement {\n constructor() {\n super();\n \n //this.addEventListener('error', () => alert('error'));\n \n this.tabIndex = 0;\n \n }\n \n connectedCallback() { \n useState(this, (state) => { \n this.render(this, state); \n }); \n }\n \n render(source, result, tr) {\n let currentSrc = source.src || source.srcset;\n if (currentSrc.startsWith(\"?\")) {\n currentSrc = \"https://strife.app/placeholder.png\" + currentSrc;\n }\n let url = new URL(currentSrc);\n \n const transformations = this.getTransformations(url);\n \n if(tr) {\n for (const [key, value] of tr.entries()) {\n transformations.set(key, value);\n }\n }\n \n url = new URL(result);\n \n url.searchParams.set(\n \"tr\",\n [...transformations].map((tr) => {\n return tr.join(\"-\");\n })\n );\n \n if (source instanceof HTMLImageElement) {\n source.src = url.href;\n }\n else if (source instanceof HTMLSourceElement) {\n source.srcset = url.href;\n }\n \n }\n \n getTransformations(url) {\n return url.searchParams.has(\"tr\")\n ? new Map(\n url.searchParams\n .get(\"tr\")\n .split(\",\")\n .map((t) => {\n return [...t.split(\"-\")];\n }) || null\n )\n : new Map();\n }\n \n disconnectedCallback() { }\n },\n { extends: \"img\" }\n );","import { useState } from '../../strife.js';\n\ncustomElements.define(\n \"strife-blocks-cpnt\", \n class BlocksComponent extends HTMLDivElement {\n constructor() {\n super();\n \n this.tabIndex = 0;\n }\n \n connectedCallback() {\n useState(this, (state) => (this.textContent = state)); \n }\n \n }, \n { extends: \"div\" });"],"names":["CMD","HSHK","EU","SYNC","CONNECT","SubscribableChannel","MessageChannel","constructor","broadcastChannel","BroadcastChannel","port1","addEventListener","event","data","cmd","this","onConnected","once","start","console","log","window","name","top","postMessage","context","port2","subscribe","messageHandler","Error","send","payload","promiseResolve","ACTION","NONE","EDIT","promise","Promise","resolve","useStrife","messageChannel","e","useState","async","self","handler","then","channel","sync","forEach","update","propertyName","dataset","currentPath","location","pathname","editor","editorName","Object","getPrototypeOf","replace","concat","toLowerCase","eventType","ev","preventDefault","stopPropagation","currentTarget","HTMLAnchorElement","altKey","href","updates","lastUserInteraction","Date","toJSON","action","origin","placeholder","ariaPlaceholder","reason","error","HeadingElement","HTMLHeadingElement","tabIndex","connectedCallback","state","textContent","customElements","define","extends","AddressElement","HTMLElement","AnchorElement","module","commonjsGlobal","globalThis","global","showdown","getDefaultOpts","simple","defaultOptions","omitExtraWLInCodeBlocks","defaultValue","describe","type","noHeaderId","prefixHeaderId","rawPrefixHeaderId","ghCompatibleHeaderId","rawHeaderId","headerLevelStart","parseImgDimensions","simplifiedAutoLink","excludeTrailingPunctuationFromURLs","literalMidWordUnderscores","literalMidWordAsterisks","strikethrough","tables","tablesHeaderId","ghCodeBlocks","tasklists","smoothLivePreview","smartIndentationFix","description","disableForced4SpacesIndentedSublists","simpleLineBreaks","requireSpaceBeforeHeadingText","ghMentions","ghMentionsLink","encodeEmails","openLinksInNewWindow","backslashEscapesHTMLTags","emoji","underline","completeHTMLDocument","metadata","splitAdjacentBlockquotes","JSON","parse","stringify","ret","opt","hasOwnProperty","showdown2","parsers","extensions2","globalOptions","setFlavor2","flavor","github","original","ghost","vanilla","allOn","options","allOptionsOn","validate","extension2","errMsg","valid","helper","isArray","i","length","baseMsg","ext","isString","isUndefined","listeners","filter","regex","ln","RegExp","escapeCharactersCallback","wholeMatch","m1","charCodeAt","extensions","setOption","key","value","getOption","getOptions","resetOptions","setFlavor","preset","option","getFlavor","getFlavorOptions","getDefaultOptions","subParser","func","extension","stdExtName","validExtension","getAllExtensions","removeExtension","resetExtensions","validateExtension","validateExtension2","warn","a","String","isFunction","toString","call","Array","obj","callback","prop","s","escapeCharacters","text","charsToEscape","afterBackslash","regexString","unescapeHTMLEntities","txt","rgxFindMatchPos","str","left","right","flags","t","m","end","f","g","indexOf","x","l","pos","exec","test","lastIndex","push","match","index","matchRecursiveRegExp","matchPos","results","slice","replaceRecursiveRegExp","replacement","repStr","finalStr","lng","bits","join","regexIndexOf","fromIndex","substring","search","splitAtIndex","encodeEmailAddress","mail","encode","ch","Math","floor","random","r","padEnd","targetLength","padString","repeat","msg","alert","regexes","asteriskDashAndColon","emojis","ab","abc","abcd","accept","aerial_tramway","airplane","alarm_clock","alembic","alien","ambulance","amphora","anchor","angel","anger","angry","anguished","ant","apple","aquarius","aries","arrow_backward","arrow_double_down","arrow_double_up","arrow_down","arrow_down_small","arrow_forward","arrow_heading_down","arrow_heading_up","arrow_left","arrow_lower_left","arrow_lower_right","arrow_right","arrow_right_hook","arrow_up","arrow_up_down","arrow_up_small","arrow_upper_left","arrow_upper_right","arrows_clockwise","arrows_counterclockwise","art","articulated_lorry","artificial_satellite","astonished","athletic_shoe","atm","atom_symbol","avocado","b","baby","baby_bottle","baby_chick","baby_symbol","back","bacon","badminton","baggage_claim","baguette_bread","balance_scale","balloon","ballot_box","ballot_box_with_check","bamboo","banana","bangbang","bank","bar_chart","barber","baseball","basketball","basketball_man","basketball_woman","bat","bath","bathtub","battery","beach_umbrella","bear","bed","bee","beer","beers","beetle","beginner","bell","bellhop_bell","bento","biking_man","bike","biking_woman","bikini","biohazard","bird","birthday","black_circle","black_flag","black_heart","black_joker","black_large_square","black_medium_small_square","black_medium_square","black_nib","black_small_square","black_square_button","blonde_man","blonde_woman","blossom","blowfish","blue_book","blue_car","blue_heart","blush","boar","boat","bomb","book","bookmark","bookmark_tabs","books","boom","boot","bouquet","bowing_man","bow_and_arrow","bowing_woman","bowling","boxing_glove","boy","bread","bride_with_veil","bridge_at_night","briefcase","broken_heart","bug","building_construction","bulb","bullettrain_front","bullettrain_side","burrito","bus","business_suit_levitating","busstop","bust_in_silhouette","busts_in_silhouette","butterfly","cactus","cake","calendar","call_me_hand","calling","camel","camera","camera_flash","camping","cancer","candle","candy","canoe","capital_abcd","capricorn","car","card_file_box","card_index","card_index_dividers","carousel_horse","carrot","cat","cat2","cd","chains","champagne","chart","chart_with_downwards_trend","chart_with_upwards_trend","checkered_flag","cheese","cherries","cherry_blossom","chestnut","chicken","children_crossing","chipmunk","chocolate_bar","christmas_tree","church","cinema","circus_tent","city_sunrise","city_sunset","cityscape","cl","clamp","clap","clapper","classical_building","clinking_glasses","clipboard","clock1","clock10","clock1030","clock11","clock1130","clock12","clock1230","clock130","clock2","clock230","clock3","clock330","clock4","clock430","clock5","clock530","clock6","clock630","clock7","clock730","clock8","clock830","clock9","clock930","closed_book","closed_lock_with_key","closed_umbrella","cloud","cloud_with_lightning","cloud_with_lightning_and_rain","cloud_with_rain","cloud_with_snow","clown_face","clubs","cocktail","coffee","coffin","cold_sweat","comet","computer","computer_mouse","confetti_ball","confounded","confused","congratulations","construction","construction_worker_man","construction_worker_woman","control_knobs","convenience_store","cookie","cool","policeman","copyright","corn","couch_and_lamp","couple","couple_with_heart_woman_man","couple_with_heart_man_man","couple_with_heart_woman_woman","couplekiss_man_man","couplekiss_man_woman","couplekiss_woman_woman","cow","cow2","cowboy_hat_face","crab","crayon","credit_card","crescent_moon","cricket","crocodile","croissant","crossed_fingers","crossed_flags","crossed_swords","crown","cry","crying_cat_face","crystal_ball","cucumber","cupid","curly_loop","currency_exchange","curry","custard","customs","cyclone","dagger","dancer","dancing_women","dancing_men","dango","dark_sunglasses","dart","dash","date","deciduous_tree","deer","department_store","derelict_house","desert","desert_island","desktop_computer","male_detective","diamond_shape_with_a_dot_inside","diamonds","disappointed","disappointed_relieved","dizzy","dizzy_face","do_not_litter","dog","dog2","dollar","dolls","dolphin","door","doughnut","dove","dragon","dragon_face","dress","dromedary_camel","drooling_face","droplet","drum","duck","dvd","eagle","ear","ear_of_rice","earth_africa","earth_americas","earth_asia","egg","eggplant","eight_pointed_black_star","eight_spoked_asterisk","electric_plug","elephant","email","envelope_with_arrow","euro","european_castle","european_post_office","evergreen_tree","exclamation","expressionless","eye","eye_speech_bubble","eyeglasses","eyes","face_with_head_bandage","face_with_thermometer","fist_oncoming","factory","fallen_leaf","family_man_woman_boy","family_man_boy","family_man_boy_boy","family_man_girl","family_man_girl_boy","family_man_girl_girl","family_man_man_boy","family_man_man_boy_boy","family_man_man_girl","family_man_man_girl_boy","family_man_man_girl_girl","family_man_woman_boy_boy","family_man_woman_girl","family_man_woman_girl_boy","family_man_woman_girl_girl","family_woman_boy","family_woman_boy_boy","family_woman_girl","family_woman_girl_boy","family_woman_girl_girl","family_woman_woman_boy","family_woman_woman_boy_boy","family_woman_woman_girl","family_woman_woman_girl_boy","family_woman_woman_girl_girl","fast_forward","fax","fearful","feet","female_detective","ferris_wheel","ferry","field_hockey","file_cabinet","file_folder","film_projector","film_strip","fire","fire_engine","fireworks","first_quarter_moon","first_quarter_moon_with_face","fish","fish_cake","fishing_pole_and_fish","fist_raised","fist_left","fist_right","flashlight","fleur_de_lis","flight_arrival","flight_departure","floppy_disk","flower_playing_cards","flushed","fog","foggy","football","footprints","fork_and_knife","fountain","fountain_pen","four_leaf_clover","fox_face","framed_picture","free","fried_egg","fried_shrimp","fries","frog","frowning","frowning_face","frowning_man","frowning_woman","middle_finger","fuelpump","full_moon","full_moon_with_face","funeral_urn","game_die","gear","gem","gemini","gift","gift_heart","girl","globe_with_meridians","goal_net","goat","golf","golfing_man","golfing_woman","gorilla","grapes","green_apple","green_book","green_heart","green_salad","grey_exclamation","grey_question","grimacing","grin","grinning","guardsman","guardswoman","guitar","gun","haircut_woman","haircut_man","hamburger","hammer","hammer_and_pick","hammer_and_wrench","hamster","hand","handbag","handshake","hankey","hatched_chick","hatching_chick","headphones","hear_no_evil","heart","heart_decoration","heart_eyes","heart_eyes_cat","heartbeat","heartpulse","hearts","heavy_check_mark","heavy_division_sign","heavy_dollar_sign","heavy_heart_exclamation","heavy_minus_sign","heavy_multiplication_x","heavy_plus_sign","helicopter","herb","hibiscus","high_brightness","high_heel","hocho","hole","honey_pot","horse","horse_racing","hospital","hot_pepper","hotdog","hotel","hotsprings","hourglass","hourglass_flowing_sand","house","house_with_garden","houses","hugs","hushed","ice_cream","ice_hockey","ice_skate","icecream","id","ideograph_advantage","imp","inbox_tray","incoming_envelope","tipping_hand_woman","information_source","innocent","interrobang","iphone","izakaya_lantern","jack_o_lantern","japan","japanese_castle","japanese_goblin","japanese_ogre","jeans","joy","joy_cat","joystick","kaaba","keyboard","keycap_ten","kick_scooter","kimono","kiss","kissing","kissing_cat","kissing_closed_eyes","kissing_heart","kissing_smiling_eyes","kiwi_fruit","koala","koko","label","large_blue_circle","large_blue_diamond","large_orange_diamond","last_quarter_moon","last_quarter_moon_with_face","latin_cross","laughing","leaves","ledger","left_luggage","left_right_arrow","leftwards_arrow_with_hook","lemon","leo","leopard","level_slider","libra","light_rail","link","lion","lips","lipstick","lizard","lock","lock_with_ink_pen","lollipop","loop","loud_sound","loudspeaker","love_hotel","love_letter","low_brightness","lying_face","mag","mag_right","mahjong","mailbox","mailbox_closed","mailbox_with_mail","mailbox_with_no_mail","man","man_artist","man_astronaut","man_cartwheeling","man_cook","man_dancing","man_facepalming","man_factory_worker","man_farmer","man_firefighter","man_health_worker","man_in_tuxedo","man_judge","man_juggling","man_mechanic","man_office_worker","man_pilot","man_playing_handball","man_playing_water_polo","man_scientist","man_shrugging","man_singer","man_student","man_teacher","man_technologist","man_with_gua_pi_mao","man_with_turban","tangerine","mans_shoe","mantelpiece_clock","maple_leaf","martial_arts_uniform","mask","massage_woman","massage_man","meat_on_bone","medal_military","medal_sports","mega","melon","memo","men_wrestling","menorah","mens","metal","metro","microphone","microscope","milk_glass","milky_way","minibus","minidisc","mobile_phone_off","money_mouth_face","money_with_wings","moneybag","monkey","monkey_face","monorail","moon","mortar_board","mosque","motor_boat","motor_scooter","motorcycle","motorway","mount_fuji","mountain","mountain_biking_man","mountain_biking_woman","mountain_cableway","mountain_railway","mountain_snow","mouse","mouse2","movie_camera","moyai","mrs_claus","muscle","mushroom","musical_keyboard","musical_note","musical_score","mute","nail_care","name_badge","national_park","nauseated_face","necktie","negative_squared_cross_mark","nerd_face","neutral_face","new","new_moon","new_moon_with_face","newspaper","newspaper_roll","next_track_button","ng","no_good_man","no_good_woman","night_with_stars","no_bell","no_bicycles","no_entry","no_entry_sign","no_mobile_phones","no_mouth","no_pedestrians","no_smoking","nose","notebook","notebook_with_decorative_cover","notes","nut_and_bolt","o","o2","ocean","octopus","oden","office","oil_drum","ok","ok_hand","ok_man","ok_woman","old_key","older_man","older_woman","om","on","oncoming_automobile","oncoming_bus","oncoming_police_car","oncoming_taxi","open_file_folder","open_hands","open_mouth","open_umbrella","ophiuchus","orange_book","orthodox_cross","outbox_tray","owl","ox","package","page_facing_up","page_with_curl","pager","paintbrush","palm_tree","pancakes","panda_face","paperclip","paperclips","parasol_on_ground","parking","part_alternation_mark","partly_sunny","passenger_ship","passport_control","pause_button","peace_symbol","peach","peanuts","pear","pen","pencil2","penguin","pensive","performing_arts","persevere","person_fencing","pouting_woman","phone","pick","pig","pig2","pig_nose","pill","pineapple","ping_pong","pisces","pizza","place_of_worship","plate_with_cutlery","play_or_pause_button","point_down","point_left","point_right","point_up","point_up_2","police_car","policewoman","poodle","popcorn","post_office","postal_horn","postbox","potable_water","potato","pouch","poultry_leg","pound","rage","pouting_cat","pouting_man","pray","prayer_beads","pregnant_woman","previous_track_button","prince","princess","printer","purple_heart","purse","pushpin","put_litter_in_its_place","question","rabbit","rabbit2","racehorse","racing_car","radio","radio_button","radioactive","railway_car","railway_track","rainbow","rainbow_flag","raised_back_of_hand","raised_hand_with_fingers_splayed","raised_hands","raising_hand_woman","raising_hand_man","ram","ramen","rat","record_button","recycle","red_circle","registered","relaxed","relieved","reminder_ribbon","repeat_one","rescue_worker_helmet","restroom","revolving_hearts","rewind","rhinoceros","ribbon","rice","rice_ball","rice_cracker","rice_scene","right_anger_bubble","ring","robot","rocket","rofl","roll_eyes","roller_coaster","rooster","rose","rosette","rotating_light","round_pushpin","rowing_man","rowing_woman","rugby_football","running_man","running_shirt_with_sash","running_woman","sa","sagittarius","sake","sandal","santa","satellite","saxophone","school","school_satchel","scissors","scorpion","scorpius","scream","scream_cat","scroll","seat","secret","see_no_evil","seedling","selfie","shallow_pan_of_food","shamrock","shark","shaved_ice","sheep","shell","shield","shinto_shrine","ship","shirt","shopping","shopping_cart","shower","shrimp","signal_strength","six_pointed_star","ski","skier","skull","skull_and_crossbones","sleeping","sleeping_bed","sleepy","slightly_frowning_face","slightly_smiling_face","slot_machine","small_airplane","small_blue_diamond","small_orange_diamond","small_red_triangle","small_red_triangle_down","smile","smile_cat","smiley","smiley_cat","smiling_imp","smirk","smirk_cat","smoking","snail","snake","sneezing_face","snowboarder","snowflake","snowman","snowman_with_snow","sob","soccer","soon","sos","sound","space_invader","spades","spaghetti","sparkle","sparkler","sparkles","sparkling_heart","speak_no_evil","speaker","speaking_head","speech_balloon","speedboat","spider","spider_web","spiral_calendar","spiral_notepad","spoon","squid","stadium","star","star2","star_and_crescent","star_of_david","stars","station","statue_of_liberty","steam_locomotive","stew","stop_button","stop_sign","stopwatch","straight_ruler","strawberry","stuck_out_tongue","stuck_out_tongue_closed_eyes","stuck_out_tongue_winking_eye","studio_microphone","stuffed_flatbread","sun_behind_large_cloud","sun_behind_rain_cloud","sun_behind_small_cloud","sun_with_face","sunflower","sunglasses","sunny","sunrise","sunrise_over_mountains","surfing_man","surfing_woman","sushi","suspension_railway","sweat","sweat_drops","sweat_smile","sweet_potato","swimming_man","swimming_woman","symbols","synagogue","syringe","taco","tada","tanabata_tree","taurus","taxi","tea","telephone_receiver","telescope","tennis","tent","thermometer","thinking","thought_balloon","ticket","tickets","tiger","tiger2","timer_clock","tipping_hand_man","tired_face","tm","toilet","tokyo_tower","tomato","tongue","tophat","tornado","trackball","tractor","traffic_light","train","train2","tram","triangular_flag_on_post","triangular_ruler","trident","triumph","trolleybus","trophy","tropical_drink","tropical_fish","truck","trumpet","tulip","tumbler_glass","turkey","turtle","tv","twisted_rightwards_arrows","two_hearts","two_men_holding_hands","two_women_holding_hands","u5272","u5408","u55b6","u6307","u6708","u6709","u6e80","u7121","u7533","u7981","u7a7a","umbrella","unamused","underage","unicorn","unlock","up","upside_down_face","v","vertical_traffic_light","vhs","vibration_mode","video_camera","video_game","violin","virgo","volcano","volleyball","vs","vulcan_salute","walking_man","walking_woman","waning_crescent_moon","waning_gibbous_moon","warning","wastebasket","watch","water_buffalo","watermelon","wave","wavy_dash","waxing_crescent_moon","wc","weary","wedding","weight_lifting_man","weight_lifting_woman","whale","whale2","wheel_of_dharma","wheelchair","white_check_mark","white_circle","white_flag","white_flower","white_large_square","white_medium_small_square","white_medium_square","white_small_square","white_square_button","wilted_flower","wind_chime","wind_face","wine_glass","wink","wolf","woman","woman_artist","woman_astronaut","woman_cartwheeling","woman_cook","woman_facepalming","woman_factory_worker","woman_farmer","woman_firefighter","woman_health_worker","woman_judge","woman_juggling","woman_mechanic","woman_office_worker","woman_pilot","woman_playing_handball","woman_playing_water_polo","woman_scientist","woman_shrugging","woman_singer","woman_student","woman_teacher","woman_technologist","woman_with_turban","womans_clothes","womans_hat","women_wrestling","womens","world_map","worried","wrench","writing_hand","yellow_heart","yen","yin_yang","yum","zap","zipper_mouth_face","zzz","octocat","Converter","converterOptions","langExtensions","outputModifiers","setConvFlavor","parsed","raw","format","_parseExtension","legacyExtensionLoading","validExt","listen","gOpt","_constructor","_dispatch","evtName","options2","globals","ei","nText","makeHtml","gHtmlBlocks","gHtmlMdBlocks","gHtmlSpans","gUrls","gTitles","gDimensions","gListLevel","hashLinkCounts","converter","rsp","rgx","rTrimInputText","makeMarkdown","makeMd","src","HTMLParser","document","doc","createElement","innerHTML","preList","doc2","pres","querySelectorAll","presPH","i2","childElementCount","firstChild","tagName","content","trim","language","getAttribute","classes","className","split","c","matches","outerHTML","setAttribute","substitutePreCodeTags","clean","node","n","childNodes","child","nodeType","nodeValue","removeChild","nodes","mdDoc","addExtension","useExtension","extensionName","splice","output","getMetadata","getMetadataFormat","_setMetadataPair","_setMetadataFormat","_setMetadataRaw","writeAnchorTag","linkText","linkId","url","m5","m6","title","result","wm","st","escape","mentions","username","lnk","target","simpleURLRegex","simpleURLRegex2","delimUrlRegex","simpleMailRegex","delimMailRegex","replaceLink","leadingMagicChars","m2","m3","trailingPunctuation","trailingMagicChars","lnkTxt","append","lmc","tmc","replaceMail","bq","codeblock","nextChar","doctype","doctypeParsed","charset","lang","meta","leadingText","numSpaces","emojiCode","delim","blockText","blockTags","repFunc","inside","opTagPos","rgx1","patLeft","patRight","subTexts","newSubText1","hashHTMLSpan","html","repText","limit","num","$1","isNaN","parseInt","setextRegexH2","headerId","prefix","customizedHeaderId","spanGamut","hID","hashBlock","matchFound","hLevel","hText","span","header","writeImageTag","altText","width","height","gDims","parseInside","lead","processListItems","listStr","trimTrailing","isParagraphed","m4","taskbtn","checked","item","bulletStyle","otp","wm2","styleStartNumber","list","listType","res","parseConsecutiveLists","olRgx","ulRgx","counterRxg","parseCL","style2","style","parseMetadataContents","wholematch","grafs","grafsOut","grafsOutIt","codeFlag","$2","re","replaceFunc","blankLines","parseCells","cell","parseTable","rawTable","tableLines","sLine","rawHeaders","map","rawStyles","rawCells","headers","styles","cells","shift","tableHeaderId","row","ii","tb","tblLgn","buildTable","charCodeToReplace","fromCharCode","hasChildNodes","children","childrenLength","innerTxt","headerLevel","headerMark","hasAttribute","listItems","listItemsLenght","listNum","listItemTxt","childrenLenght","spansOnly","tableArray","headings","rows","headContent","allign","cols","getElementsByTagName","cellContent","cellSpacesCount","strLen","exports","fn","path","basedir","require","base","commonjsRequire","HTMLDivElement","classMap","p","querySelector","classList","bindings","keys","HTMLPictureElement","image","sources","source","render","tr","currentSrc","srcset","startsWith","URL","transformations","getTransformations","entries","set","searchParams","HTMLImageElement","HTMLSourceElement","has","Map","get","disconnectedCallback"],"mappings":"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"}
1
+ {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,7 +1,11 @@
1
1
  {
2
2
  "name": "@strifeapp/strife",
3
- "version": "0.0.4-0",
3
+ "version": "0.0.6-preview.10",
4
4
  "keywords": [],
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/wieldyapp/wieldy"
8
+ },
5
9
  "files": [
6
10
  "dist"
7
11
  ],
@@ -9,9 +13,13 @@
9
13
  "module": "dist/index.esm.js",
10
14
  "unpkg": "dist/index.esm.js",
11
15
  "scripts": {
12
- "postversion": "npx klap build"
16
+ "prepublishOnly": "npm --no-git-tag-version version --preid=preview",
17
+ "postversion": "npx rollup -c -i index.js -o dist/index.esm.js"
13
18
  },
14
19
  "devDependencies": {
15
- "klap": "7.0.7"
20
+ "rollup": "^2.64.0",
21
+ "rollup-plugin-import-assert": "^2.1.0",
22
+ "rollup-plugin-terser": "^7.0.2",
23
+ "acorn-import-assertions": "^1.8.0"
16
24
  }
17
25
  }