formations/javascript/bower_components/remark/boilerplate-single.html

45 lines
301 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>My Awesome Presentation</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<style type="text/css">
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
body { font-family: 'Droid Serif'; }
h1, h2, h3 {
font-family: 'Yanone Kaffeesatz';
font-weight: normal;
}
.remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; }
</style>
</head>
<body onload="var slideshow = remark.create();">
<textarea id="source">
class: center, middle
# My Awesome Presentation
---
# Agenda
1. Introduction
2. Deep-dive
3. ...
[NOTE]: This file is portable; you don't need any other file, or an internet connection for this presentation.
---
# Introduction
</textarea>
<script type="text/javascript">
document.write(unescape("%3Cscript type='text/javascript'%3E" + "require%3Dfunction%28e%2Ct%2Cn%29%7Bfunction%20i%28n%2Cs%29%7Bif%28%21t%5Bn%5D%29%7Bif%28%21e%5Bn%5D%29%7Bvar%20o%3Dtypeof%20require%3D%3D%22function%22%26%26require%3Bif%28%21s%26%26o%29return%20o%28n%2C%210%29%3Bif%28r%29return%20r%28n%2C%210%29%3Bthrow%20new%20Error%28%22Cannot%20find%20module%20%27%22+n+%22%27%22%29%7Dvar%20u%3Dt%5Bn%5D%3D%7Bexports%3A%7B%7D%7D%3Be%5Bn%5D%5B0%5D.call%28u.exports%2Cfunction%28t%29%7Bvar%20r%3De%5Bn%5D%5B1%5D%5Bt%5D%3Breturn%20i%28r%3Fr%3At%29%7D%2Cu%2Cu.exports%29%7Dreturn%20t%5Bn%5D.exports%7Dvar%20r%3Dtypeof%20require%3D%3D%22function%22%26%26require%3Bfor%28var%20s%3D0%3Bs%3Cn.length%3Bs++%29i%28n%5Bs%5D%29%3Breturn%20i%7D%28%7B%22components/slide-number%22%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7Bmodule.exports%3Drequire%28%22aIW4aw%22%29%7D%2C%7B%7D%5D%2CaIW4aw%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7Bmodule.exports%3DSlideNumberViewModel%3Bfunction%20SlideNumberViewModel%28slide%2Cslideshow%29%7Bvar%20self%3Dthis%3Bself.slide%3Dslide%3Bself.slideshow%3Dslideshow%3Bself.element%3Ddocument.createElement%28%22div%22%29%3Bself.element.className%3D%22remark-slide-number%22%3Bself.element.innerHTML%3DformatSlideNumber%28self.slide%2Cself.slideshow%29%7Dfunction%20formatSlideNumber%28slide%2Cslideshow%29%7Bvar%20format%3Dslideshow.getSlideNumberFormat%28%29%2Cslides%3Dslideshow.getSlides%28%29%2Ccurrent%3DgetSlideNo%28slide%2Cslideshow%29%2Ctotal%3DgetSlideNo%28slides%5Bslides.length-1%5D%2Cslideshow%29%3Bif%28typeof%20format%3D%3D%3D%22function%22%29%7Breturn%20format.call%28slideshow%2Ccurrent%2Ctotal%29%7Dreturn%20format.replace%28%22%25current%25%22%2Ccurrent%29.replace%28%22%25total%25%22%2Ctotal%29%7Dfunction%20getSlideNo%28slide%2Cslideshow%29%7Bvar%20slides%3Dslideshow.getSlides%28%29%2Ci%2CslideNo%3D0%3Bfor%28i%3D0%3Bi%3C%3Dslide.getSlideIndex%28%29%26%26i%3Cslides.length%3B++i%29%7Bif%28slides%5Bi%5D.properties.count%21%3D%3D%22false%22%29%7BslideNo+%3D1%7D%7Dreturn%20Math.max%281%2CslideNo%29%7D%7D%2C%7B%7D%5D%2C%22components/printing%22%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7Bmodule.exports%3Drequire%28%22nZr0zp%22%29%7D%2C%7B%7D%5D%2CnZr0zp%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7Bvar%20EventEmitter%3Drequire%28%22events%22%29.EventEmitter%2Cstyler%3Drequire%28%22components/styler%22%29%3Bvar%20LANDSCAPE%3D%22landscape%22%2CPORTRAIT%3D%22portrait%22%2CPAGE_HEIGHT%3D681%2CPAGE_WIDTH%3D908%3Bfunction%20PrintComponent%28%29%7B%7DPrintComponent.prototype%3Dnew%20EventEmitter%3BPrintComponent.prototype.init%3Dfunction%28%29%7Bvar%20self%3Dthis%3Bthis.setPageOrientation%28LANDSCAPE%29%3Bif%28%21window.matchMedia%29%7Breturn%20false%7Dwindow.matchMedia%28%22print%22%29.addListener%28function%28e%29%7Bself.onPrint%28e%29%7D%29%7D%3BPrintComponent.prototype.onPrint%3Dfunction%28e%29%7Bvar%20slideHeight%3Bif%28%21e.matches%29%7Breturn%7Dthis.emit%28%22print%22%2C%7BisPortrait%3Athis._orientation%3D%3D%3D%22portrait%22%2CpageHeight%3Athis._pageHeight%2CpageWidth%3Athis._pageWidth%7D%29%7D%3BPrintComponent.prototype.setPageOrientation%3Dfunction%28orientation%29%7Bif%28orientation%3D%3D%3DPORTRAIT%29%7Bthis._pageHeight%3DPAGE_WIDTH%3Bthis._pageWidth%3DPAGE_HEIGHT%7Delse%20if%28orientation%3D%3D%3DLANDSCAPE%29%7Bthis._pageHeight%3DPAGE_HEIGHT%3Bthis._pageWidth%3DPAGE_WIDTH%7Delse%7Bthrow%20new%20Error%28%22Unknown%20print%20orientation%3A%20%22+orientation%29%7Dthis._orientation%3Dorientation%3Bstyler.setPageSize%28this._pageWidth+%22px%20%22+this._pageHeight+%22px%22%29%7D%3Bmodule.exports%3Dnew%20PrintComponent%7D%2C%7Bevents%3A1%2C%22components/styler%22%3A%22t5Lx4S%22%7D%5D%2C2%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7Bvar%20process%3Dmodule.exports%3D%7B%7D%3Bprocess.nextTick%3Dfunction%28%29%7Bvar%20canSetImmediate%3Dtypeof%20window%21%3D%3D%22undefined%22%26%26window.setImmediate%3Bvar%20canPost%3Dtypeof%20window%21%3D%3D%22undefined%22%26%26window.postMessage%26%26window.addEventListener%3Bif%28canSetImmediate%29%7Breturn%20function%28f%29%7Breturn%20window.setImmediate%28f%29%7D%7Dif%28canPost%29%7Bvar%20queue%3D%5B%5D%3Bwindow.addEventListener%28%22message%22%2Cfunction%28ev%29%7Bvar%20source%3Dev.source%3Bif%28%28source%3D%3D%3Dwindow%7C%7Csource%3D%3D%3Dnull%29%26%26ev.data%3D%3D%3D%22process-tick%22%29%7Bev.stopPropagation%28%29%3Bif%28queue.length%3E0%29%7Bvar%20fn%3Dqueue.shift%28%29%3Bfn%28%29%7D%7D%7D%2Ctrue%29%3Breturn%20function%20nextTick%28fn%29%7Bqueue.push%28fn%29%3Bwindow.postMessage%28%22process-tick%22%2C%22*%22%29%7D%7Dreturn%20function%20nextTick%28fn%29%7BsetTimeout%28fn%2C0%29%7D%7D%28%29%3Bprocess.title%3D%22browser%22%3Bprocess.browser%3Dtrue%3Bprocess.env%3D%7B%7D%3Bprocess.argv%3D%5B%5D%3Bprocess.binding%3Dfunction%28name%29%7Bthrow%20new%20Error%28%22process.binding%20is%20not%20supported%22%29%7D%3Bprocess.cwd%3Dfunction%28%29%7Breturn%22/%22%7D%3Bprocess.chdir%3Dfunction%28dir%29%7Bthrow%20new%20Error%28%22process.chdir%20is%20not%20supported%22%29%7D%7D%2C%7B%7D%5D%2C1%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7B%21function%28process%29%7Bif%28%21process.EventEmitter%29process.EventEmitter%3Dfunction%28%29%7B%7D%3Bvar%20EventEmitter%3Dexports.EventEmitter%3Dprocess.EventEmitter%3Bvar%20isArray%3Dtypeof%20Array.isArray%3D%3D%3D%22function%22%3FArray.isArray%3Afunction%28xs%29%7Breturn%20Object.prototype.toString.call%28xs%29%3D%3D%3D%22%5Bobject%20Array%5D%22%7D%3Bfunction%20indexOf%28xs%2Cx%29%7Bif%28xs.indexOf%29return%20xs.indexOf%28x%29%3Bfor%28var%20i%3D0%3Bi%3Cxs.length%3Bi++%29%7Bif%28x%3D%3D%3Dxs%5Bi%5D%29return%20i%7Dreturn-1%7Dvar%20defaultMaxListeners%3D10%3BEventEmitter.prototype.setMaxListeners%3Dfunction%28n%29%7Bif%28%21this._events%29this._events%3D%7B%7D%3Bthis._events.maxListeners%3Dn%7D%3BEventEmitter.prototype.emit%3Dfunction%28type%29%7Bif%28type%3D%3D%3D%22error%22%29%7Bif%28%21this._events%7C%7C%21this._events.error%7C%7CisArray%28this._events.error%29%26%26%21this._events.error.length%29%7Bif%28arguments%5B1%5Dinstanceof%20Error%29%7Bthrow%20arguments%5B1%5D%7Delse%7Bthrow%20new%20Error%28%22Uncaught%2C%20unspecified%20%27error%27%20event.%22%29%7Dreturn%20false%7D%7Dif%28%21this._events%29return%20false%3Bvar%20handler%3Dthis._events%5Btype%5D%3Bif%28%21handler%29return%20false%3Bif%28typeof%20handler%3D%3D%22function%22%29%7Bswitch%28arguments.length%29%7Bcase%201%3Ahandler.call%28this%29%3Bbreak%3Bcase%202%3Ahandler.call%28this%2Carguments%5B1%5D%29%3Bbreak%3Bcase%203%3Ahandler.call%28this%2Carguments%5B1%5D%2Carguments%5B2%5D%29%3Bbreak%3Bdefault%3Avar%20args%3DArray.prototype.slice.call%28arguments%2C1%29%3Bhandler.apply%28this%2Cargs%29%7Dreturn%20true%7Delse%20if%28isArray%28handler%29%29%7Bvar%20args%3DArray.prototype.slice.call%28arguments%2C1%29%3Bvar%20listeners%3Dhandler.slice%28%29%3Bfor%28var%20i%3D0%2Cl%3Dlisteners.length%3Bi%3Cl%3Bi++%29%7Blisteners%5Bi%5D.apply%28this%2Cargs%29%7Dreturn%20true%7Delse%7Breturn%20false%7D%7D%3BEventEmitter.prototype.addListener%3Dfunction%28type%2Clistener%29%7Bif%28%22function%22%21%3D%3Dtypeof%20listener%29%7Bthrow%20new%20Error%28%22addListener%20only%20takes%20instances%20of%20Function%22%29%7Dif%28%21this._events%29this._events%3D%7B%7D%3Bthis.emit%28%22newListener%22%2Ctype%2Clistener%29%3Bif%28%21this._events%5Btype%5D%29%7Bthis._events%5Btype%5D%3Dlistener%7Delse%20if%28isArray%28this._events%5Btype%5D%29%29%7Bif%28%21this._events%5Btype%5D.warned%29%7Bvar%20m%3Bif%28this._events.maxListeners%21%3D%3Dundefined%29%7Bm%3Dthis._events.maxListeners%7Delse%7Bm%3DdefaultMaxListeners%7Dif%28m%26%26m%3E0%26%26this._events%5Btype%5D.length%3Em%29%7Bthis._events%5Btype%5D.warned%3Dtrue%3Bconsole.error%28%22%28node%29%20warning%3A%20possible%20EventEmitter%20memory%20%22+%22leak%20detected.%20%25d%20listeners%20added.%20%22+%22Use%20emitter.setMaxListeners%28%29%20to%20increase%20limit.%22%2Cthis._events%5Btype%5D.length%29%3Bconsole.trace%28%29%7D%7Dthis._events%5Btype%5D.push%28listener%29%7Delse%7Bthis._events%5Btype%5D%3D%5Bthis._events%5Btype%5D%2Clistener%5D%7Dreturn%20this%7D%3BEventEmitter.prototype.on%3DEventEmitter.prototype.addListener%3BEventEmitter.prototype.once%3Dfunction%28type%2Clistener%29%7Bvar%20self%3Dthis%3Bself.on%28type%2Cfunction%20g%28%29%7Bself.removeListener%28type%2Cg%29%3Blistener.apply%28this%2Carguments%29%7D%29%3Breturn%20this%7D%3BEventEmitter.prototype.removeListener%3Dfunction%28type%2Clistener%29%7Bif%28%22function%22%21%3D%3Dtypeof%20listener%29%7Bthrow%20new%20Error%28%22removeListener%20only%20takes%20instances%20of%20Function%22%29%7Dif%28%21this._events%7C%7C%21this._events%5Btype%5D%29return%20this%3Bvar%20list%3Dthis._events%5Btype%5D%3Bif%28isArray%28list%29%29%7Bvar%20i%3DindexOf%28list%2Clistener%29%3Bif%28i%3C0%29return%20this%3Blist.splice%28i%2C1%29%3Bif%28list.length%3D%3D0%29delete%20this._events%5Btype%5D%7Delse%20if%28this._events%5Btype%5D%3D%3D%3Dlistener%29%7Bdelete%20this._events%5Btype%5D%7Dreturn%20this%7D%3BEventEmitter.prototype.removeAllListeners%3Dfunction%28type%29%7Bif%28arguments.length%3D%3D%3D0%29%7Bthis._events%3D%7B%7D%3Breturn%20this%7Dif%28type%26%26this._events%26%26this._events%5Btype%5D%29this._events%5Btype%5D%3Dnull%3Breturn%20this%7D%3BEventEmitter.prototype.listeners%3Dfunction%28type%29%7Bif%28%21this._events%29this._events%3D%7B%7D%3Bif%28%21this._events%5Btype%5D%29this._events%5Btype%5D%3D%5B%5D%3Bif%28%21isArray%28this._events%5Btype%5D%29%29%7Bthis._events%5Btype%5D%3D%5Bthis._events%5Btype%5D%5D%7Dreturn%20this._events%5Btype%5D%7D%7D%28require%28%22__browserify_process%22%29%29%7D%2C%7B__browserify_process%3A2%7D%5D%2C3%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7Bvar%20Api%3Drequire%28%22./remark/api%22%29%2Cpolyfills%3Drequire%28%22./polyfills%22%29%2Cstyler%3Drequire%28%22components/styler%22%29%3Bwindow.remark%3Dnew%20Api%3Bpolyfills.apply%28%29%3Bstyler.styleDocument%28%29%7D%2C%7B%22components/styler%22%3A%22t5Lx4S%22%2C%22./polyfills%22%3A4%2C%22./remark/api%22%3A5%7D%5D%2C4%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7Bexports.apply%3Dfunction%28%29%7BforEach%28%5BArray%2Cwindow.NodeList%2Cwindow.HTMLCollection%5D%2Cextend%29%7D%3Bfunction%20forEach%28list%2Cf%29%7Bvar%20i%3Bfor%28i%3D0%3Bi%3Clist.length%3B++i%29%7Bf%28list%5Bi%5D%2Ci%29%7D%7Dfunction%20extend%28object%29%7Bvar%20prototype%3Dobject%26%26object.prototype%3Bif%28%21prototype%29%7Breturn%7Dprototype.forEach%3Dprototype.forEach%7C%7Cfunction%28f%29%7BforEach%28this%2Cf%29%7D%3Bprototype.filter%3Dprototype.filter%7C%7Cfunction%28f%29%7Bvar%20result%3D%5B%5D%3Bthis.forEach%28function%28element%29%7Bif%28f%28element%2Cresult.length%29%29%7Bresult.push%28element%29%7D%7D%29%3Breturn%20result%7D%3Bprototype.map%3Dprototype.map%7C%7Cfunction%28f%29%7Bvar%20result%3D%5B%5D%3Bthis.forEach%28function%28element%29%7Bresult.push%28f%28element%2Cresult.length%29%29%7D%29%3Breturn%20result%7D%7D%7D%2C%7B%7D%5D%2C%22components/styler%22%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7Bmodule.exports%3Drequire%28%22t5Lx4S%22%29%7D%2C%7B%7D%5D%2Ct5Lx4S%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7Bvar%20resources%3Drequire%28%22../../resources%22%29%2Chighlighter%3Drequire%28%22../../highlighter%22%29%3Bmodule.exports%3D%7BstyleDocument%3AstyleDocument%2CsetPageSize%3AsetPageSize%7D%3Bfunction%20styleDocument%28%29%7Bvar%20headElement%2CstyleElement%2Cstyle%3Bif%28getRemarkStylesheet%28%29%29%7Breturn%7DheadElement%3Ddocument.getElementsByTagName%28%22head%22%29%5B0%5D%3BstyleElement%3Ddocument.createElement%28%22style%22%29%3BstyleElement.type%3D%22text/css%22%3BstyleElement.title%3D%22remark%22%3BstyleElement.innerHTML%3Dresources.documentStyles%3Bfor%28style%20in%20highlighter.styles%29%7Bif%28highlighter.styles.hasOwnProperty%28style%29%29%7BstyleElement.innerHTML%3DstyleElement.innerHTML+highlighter.styles%5Bstyle%5D%7D%7DheadElement.insertBefore%28styleElement%2CheadElement.firstChild%29%7Dfunction%20setPageSize%28size%29%7Bvar%20stylesheet%3DgetRemarkStylesheet%28%29%2CpageRule%3DgetPageRule%28stylesheet%29%3BpageRule.style.size%3Dsize%7Dfunction%20getRemarkStylesheet%28%29%7Bvar%20i%2Cl%3Ddocument.styleSheets.length%3Bfor%28i%3D0%3Bi%3Cl%3B++i%29%7Bif%28document.styleSheets%5Bi%5D.title%3D%3D%3D%22remark%22%29%7Breturn%20document.styleSheets%5Bi%5D%7D%7D%7Dfunction%20getPageRule%28stylesheet%29%7Bvar%20i%2Cl%3Dstylesheet.cssRules.length%3Bfor%28i%3D0%3Bi%3Cl%3B++i%29%7Bif%28stylesheet.cssRules%5Bi%5Dinstanceof%20window.CSSPageRule%29%7Breturn%20stylesheet.cssRules%5Bi%5D%7D%7D%7D%7D%2C%7B%22../../resources%22%3A6%2C%22../../highlighter%22%3A7%7D%5D%2C%22components/timer%22%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7Bmodule.exports%3Drequire%28%22yAcg0L%22%29%7D%2C%7B%7D%5D%2CyAcg0L%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7Bvar%20utils%3Drequire%28%22../../utils%22%29%3Bmodule.exports%3DTimerViewModel%3Bfunction%20TimerViewModel%28events%2Celement%29%7Bvar%20self%3Dthis%3Bself.events%3Devents%3Bself.element%3Delement%3Bself.startTime%3Dnull%3Bself.pauseStart%3Dnull%3Bself.pauseLength%3D0%3Belement.innerHTML%3D%220%3A00%3A00%22%3BsetInterval%28function%28%29%7Bself.updateTimer%28%29%7D%2C100%29%3Bevents.on%28%22start%22%2Cfunction%28%29%7Bself.startTime%3Dnew%20Date%7D%29%3Bevents.on%28%22resetTimer%22%2Cfunction%28%29%7Bself.startTime%3Dnull%3Bself.pauseStart%3Dnull%3Bself.pauseLength%3D0%3Bself.element.innerHTML%3D%220%3A00%3A00%22%7D%29%3Bevents.on%28%22pause%22%2Cfunction%28%29%7Bself.pauseStart%3Dnew%20Date%7D%29%3Bevents.on%28%22resume%22%2Cfunction%28%29%7Bself.pauseLength+%3Dnew%20Date-self.pauseStart%3Bself.pauseStart%3Dnull%7D%29%7DTimerViewModel.prototype.updateTimer%3Dfunction%28%29%7Bvar%20self%3Dthis%3Bif%28self.startTime%29%7Bvar%20millis%3Bif%28self.pauseStart%29%7Bmillis%3Dself.pauseStart-self.startTime-self.pauseLength%7Delse%7Bmillis%3Dnew%20Date-self.startTime-self.pauseLength%7Dvar%20seconds%3DMath.floor%28millis/1e3%29%2560%3Bvar%20minutes%3DMath.floor%28millis/6e4%29%2560%3Bvar%20hours%3DMath.floor%28millis/36e5%29%3Bself.element.innerHTML%3Dhours+%28minutes%3E9%3F%22%3A%22%3A%22%3A0%22%29+minutes+%28seconds%3E9%3F%22%3A%22%3A%22%3A0%22%29+seconds%7D%7D%7D%2C%7B%22../../utils%22%3A8%7D%5D%2C6%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7Bmodule.exports%3D%7BdocumentStyles%3A%22html.remark-container%2Cbody.remark-container%7Bheight%3A100%25%3Bwidth%3A100%25%3B-webkit-print-color-adjust%3Aexact%3B%7D.remark-container%7Bbackground%3A%23d7d8d2%3Bmargin%3A0%3Boverflow%3Ahidden%3B%7D.remark-container%3Afocus%7Boutline-style%3Asolid%3Boutline-width%3A1px%3B%7D%3A-webkit-full-screen%20.remark-container%7Bwidth%3A100%25%3Bheight%3A100%25%3B%7D.remark-slides-area%7Bposition%3Arelative%3Bheight%3A100%25%3Bwidth%3A100%25%3B%7D.remark-slide-container%7Bdisplay%3Anone%3Bposition%3Aabsolute%3Bheight%3A100%25%3Bwidth%3A100%25%3Bpage-break-after%3Aalways%3B%7D.remark-slide-scaler%7Bbackground-color%3Atransparent%3Boverflow%3Ahidden%3Bposition%3Aabsolute%3B-webkit-transform-origin%3Atop%20left%3B-moz-transform-origin%3Atop%20left%3Btransform-origin%3Atop-left%3B-moz-box-shadow%3A0%200%2030px%20%23888%3B-webkit-box-shadow%3A0%200%2030px%20%23888%3Bbox-shadow%3A0%200%2030px%20%23888%3B%7D.remark-slide%7Bheight%3A100%25%3Bwidth%3A100%25%3Bdisplay%3Atable%3Btable-layout%3Afixed%3B%7D.remark-slide%3E.left%7Btext-align%3Aleft%3B%7D.remark-slide%3E.center%7Btext-align%3Acenter%3B%7D.remark-slide%3E.right%7Btext-align%3Aright%3B%7D.remark-slide%3E.top%7Bvertical-align%3Atop%3B%7D.remark-slide%3E.middle%7Bvertical-align%3Amiddle%3B%7D.remark-slide%3E.bottom%7Bvertical-align%3Abottom%3B%7D.remark-slide-content%7Bbackground-color%3A%23fff%3Bbackground-position%3Acenter%3Bbackground-repeat%3Ano-repeat%3Bdisplay%3Atable-cell%3Bfont-size%3A20px%3Bpadding%3A1em%204em%201em%204em%3B%7D.remark-slide-content%20h1%7Bfont-size%3A55px%3B%7D.remark-slide-content%20h2%7Bfont-size%3A45px%3B%7D.remark-slide-content%20h3%7Bfont-size%3A35px%3B%7D.remark-slide-content%20.left%7Bdisplay%3Ablock%3Btext-align%3Aleft%3B%7D.remark-slide-content%20.center%7Bdisplay%3Ablock%3Btext-align%3Acenter%3B%7D.remark-slide-content%20.right%7Bdisplay%3Ablock%3Btext-align%3Aright%3B%7D.remark-slide-number%7Bbottom%3A12px%3Bopacity%3A0.5%3Bposition%3Aabsolute%3Bright%3A20px%3B%7D.remark-slide-notes%7Bborder-top%3A3px%20solid%20black%3Bposition%3Aabsolute%3Bdisplay%3Anone%3B%7D.remark-code%7Bfont-size%3A18px%3B%7D.remark-code-line%7Bmin-height%3A1em%3B%7D.remark-code-line-highlighted%7Bbackground-color%3Argba%28255%2C%20255%2C%200%2C%200.5%29%3B%7D.remark-code-span-highlighted%7Bbackground-color%3Argba%28255%2C%20255%2C%200%2C%200.5%29%3Bpadding%3A1px%202px%202px%202px%3B%7D.remark-visible%7Bdisplay%3Ablock%3Bz-index%3A2%3B%7D.remark-fading%7Bdisplay%3Ablock%3Bz-index%3A1%3B%7D.remark-fading%20.remark-slide-scaler%7B-moz-box-shadow%3Anone%3B-webkit-box-shadow%3Anone%3Bbox-shadow%3Anone%3B%7D.remark-backdrop%7Bposition%3Aabsolute%3Btop%3A0%3Bbottom%3A0%3Bleft%3A0%3Bright%3A0%3Bdisplay%3Anone%3Bbackground%3A%23000%3Bz-index%3A2%3B%7D.remark-pause%7Bbottom%3A0%3Btop%3A0%3Bright%3A0%3Bleft%3A0%3Bdisplay%3Anone%3Bposition%3Aabsolute%3Bz-index%3A1000%3B%7D.remark-pause%20.remark-pause-lozenge%7Bmargin-top%3A30%25%3Btext-align%3Acenter%3B%7D.remark-pause%20.remark-pause-lozenge%20span%7Bcolor%3Awhite%3Bbackground%3Ablack%3Bborder%3A2px%20solid%20black%3Bborder-radius%3A20px%3Bpadding%3A20px%2030px%3Bfont-family%3AHelvetica%2Carial%2Cfreesans%2Cclean%2Csans-serif%3Bfont-size%3A42pt%3Bfont-weight%3Abold%3B%7D.remark-container.remark-presenter-mode.remark-pause-mode%20.remark-pause%7Bdisplay%3Ablock%3B%7D.remark-container.remark-presenter-mode.remark-pause-mode%20.remark-backdrop%7Bdisplay%3Ablock%3Bopacity%3A0.5%3B%7D.remark-help%7Bbottom%3A0%3Btop%3A0%3Bright%3A0%3Bleft%3A0%3Bdisplay%3Anone%3Bposition%3Aabsolute%3Bz-index%3A1000%3B-webkit-transform-origin%3Atop%20left%3B-moz-transform-origin%3Atop%20left%3Btransform-origin%3Atop-left%3B%7D.remark-help%20.remark-help-content%7Bcolor%3Awhite%3Bfont-family%3AHelvetica%2Carial%2Cfreesans%2Cclean%2Csans-serif%3Bfont-size%3A12pt%3Bposition%3Aabsolute%3Btop%3A5%25%3Bbottom%3A10%25%3Bheight%3A10%25%3Bleft%3A5%25%3Bwidth%3A90%25%3B%7D.remark-help%20.remark-help-content%20h1%7Bfont-size%3A36px%3B%7D.remark-help%20.remark-help-content%20td%7Bcolor%3Awhite%3Bfont-size%3A12pt%3Bpadding%3A10px%3B%7D.remark-help%20.remark-help-content%20td%3Afirst-child%7Bpadding-left%3A0%3B%7D.remark-help%20.remark-help-content%20.key%7Bbackground%3Awhite%3Bcolor%3Ablack%3Bmin-width%3A1em%3Bdisplay%3Ainline-block%3Bpadding%3A3px%206px%3Btext-align%3Acenter%3Bborder-radius%3A4px%3Bfont-size%3A14px%3B%7D.remark-help%20.dismiss%7Btop%3A85%25%3B%7D.remark-container.remark-help-mode%20.remark-help%7Bdisplay%3Ablock%3B%7D.remark-container.remark-help-mode%20.remark-backdrop%7Bdisplay%3Ablock%3Bopacity%3A0.95%3B%7D.remark-preview-area%7Bbottom%3A2%25%3Bleft%3A2%25%3Bdisplay%3Anone%3Bopacity%3A0.5%3Bposition%3Aabsolute%3Bheight%3A47.25%25%3Bwidth%3A48%25%3B%7D.remark-preview-area%20.remark-slide-container%7Bdisplay%3Ablock%3B%7D.remark-notes-area%7Bbackground%3A%23e7e8e2%3Bbottom%3A0%3Bdisplay%3Anone%3Bleft%3A52%25%3Boverflow%3Ahidden%3Bposition%3Aabsolute%3Bright%3A0%3Btop%3A0%3B%7D.remark-notes-area%20.remark-top-area%7Bheight%3A50px%3Bleft%3A20px%3Bposition%3Aabsolute%3Bright%3A10px%3Btop%3A10px%3B%7D.remark-notes-area%20.remark-bottom-area%7Bposition%3Aabsolute%3Btop%3A75px%3Bbottom%3A10px%3Bleft%3A20px%3Bright%3A10px%3B%7D.remark-notes-area%20.remark-bottom-area%20.remark-toggle%7Bdisplay%3Ablock%3Btext-decoration%3Anone%3Bfont-family%3AHelvetica%2Carial%2Cfreesans%2Cclean%2Csans-serif%3Bborder-bottom%3A1px%20solid%20%23ccc%3Bheight%3A21px%3Bfont-size%3A0.75em%3Bfont-weight%3Abold%3Btext-transform%3Auppercase%3Bcolor%3A%23666%3Btext-shadow%3A%23f5f5f5%201px%201px%201px%3B%7D.remark-notes-area%20.remark-bottom-area%20.remark-notes-current-area%7Bheight%3A70%25%3Bposition%3Arelative%3B%7D.remark-notes-area%20.remark-bottom-area%20.remark-notes-current-area%20.remark-notes%7Bclear%3Aboth%3Bborder-top%3A1px%20solid%20%23f5f5f5%3Bposition%3Aabsolute%3Btop%3A22px%3Bbottom%3A0px%3Bleft%3A0px%3Bright%3A0px%3Boverflow-y%3Aauto%3Bmargin-bottom%3A20px%3B%7D.remark-notes-area%20.remark-bottom-area%20.remark-notes-preview-area%7Bheight%3A30%25%3Bposition%3Arelative%3B%7D.remark-notes-area%20.remark-bottom-area%20.remark-notes-preview-area%20.remark-notes-preview%7Bborder-top%3A1px%20solid%20%23f5f5f5%3Bposition%3Aabsolute%3Btop%3A22px%3Bbottom%3A0px%3Bleft%3A0px%3Bright%3A0px%3Boverflow-y%3Aauto%3B%7D.remark-notes-area%20.remark-bottom-area%20.remark-notes%3E*%3Afirst-child%2C.remark-notes-area%20.remark-bottom-area%20.remark-notes-preview%3E*%3Afirst-child%7Bmargin-top%3A5px%3B%7D.remark-notes-area%20.remark-bottom-area%20.remark-notes%3E*%3Alast-child%2C.remark-notes-area%20.remark-bottom-area%20.remark-notes-preview%3E*%3Alast-child%7Bmargin-bottom%3A0%3B%7D.remark-toolbar%7Bcolor%3A%23979892%3Bvertical-align%3Amiddle%3B%7D.remark-toolbar%20.remark-toolbar-link%7Bborder%3A2px%20solid%20%23d7d8d2%3Bcolor%3A%23979892%3Bdisplay%3Ainline-block%3Bpadding%3A2px%202px%3Btext-decoration%3Anone%3Btext-align%3Acenter%3Bmin-width%3A20px%3B%7D.remark-toolbar%20.remark-toolbar-link%3Ahover%7Bborder-color%3A%23979892%3Bcolor%3A%23676862%3B%7D.remark-toolbar%20.remark-toolbar-timer%7Bborder%3A2px%20solid%20black%3Bborder-radius%3A10px%3Bbackground%3Ablack%3Bcolor%3Awhite%3Bdisplay%3Ainline-block%3Bfloat%3Aright%3Bpadding%3A5px%2010px%3Bfont-family%3Asans-serif%3Bfont-weight%3Abold%3Bfont-size%3A175%25%3Btext-decoration%3Anone%3Btext-align%3Acenter%3B%7D.remark-container.remark-presenter-mode%20.remark-slides-area%7Btop%3A2%25%3Bleft%3A2%25%3Bheight%3A47.25%25%3Bwidth%3A48%25%3B%7D.remark-container.remark-presenter-mode%20.remark-preview-area%7Bdisplay%3Ablock%3B%7D.remark-container.remark-presenter-mode%20.remark-notes-area%7Bdisplay%3Ablock%3B%7D.remark-container.remark-blackout-mode%3Anot%28.remark-presenter-mode%29%20.remark-backdrop%7Bdisplay%3Ablock%3Bopacity%3A0.99%3B%7D.remark-container.remark-mirrored-mode%3Anot%28.remark-presenter-mode%29%20.remark-slides-area%7B-webkit-transform%3AscaleX%28-1%29%3B-moz-transform%3AscaleX%28-1%29%3B-ms-transform%3AscaleX%28-1%29%3B-o-transform%3AscaleX%28-1%29%3B%7D@media%20print%7B.remark-container%7Boverflow%3Avisible%3Bbackground-color%3A%23fff%3B%7D%20.remark-container.remark-presenter-mode%20.remark-slides-area%7Btop%3A0px%3Bleft%3A0px%3Bheight%3A100%25%3Bwidth%3A681px%3B%7D%20.remark-container.remark-presenter-mode%20.remark-preview-area%2C.remark-container.remark-presenter-mode%20.remark-notes-area%7Bdisplay%3Anone%3B%7D%20.remark-container.remark-presenter-mode%20.remark-slide-notes%7Bdisplay%3Ablock%3Bmargin-left%3A30px%3Bwidth%3A621px%3B%7D%20.remark-slide-container%7Bdisplay%3Ablock%3Bposition%3Arelative%3B%7D%20.remark-slide-scaler%7B-moz-box-shadow%3Anone%3B-webkit-box-shadow%3Anone%3Bbox-shadow%3Anone%3B%7D%7D@page%20%7Bmargin%3A0%3B%7D%22%2CcontainerLayout%3A%27%3Cdiv%20class%3D%22remark-notes-area%22%3E%5Cn%20%20%3Cdiv%20class%3D%22remark-top-area%22%3E%5Cn%20%20%20%20%3Cdiv%20class%3D%22remark-toolbar%22%3E%5Cn%20%20%20%20%20%20%3Ca%20class%3D%22remark-toolbar-link%22%20href%3D%22%23increase%22%3E+%3C/a%3E%5Cn%20%20%20%20%20%20%3Ca%20class%3D%22remark-toolbar-link%22%20href%3D%22%23decrease%22%3E-%3C/a%3E%5Cn%20%20%20%20%20%20%3Cspan%20class%3D%22remark-toolbar-timer%22%3E%3C/span%3E%5Cn%20%20%20%20%3C/div%3E%5Cn%20%20%3C/div%3E%5Cn%20%20%3Cdiv%20class%3D%22remark-bottom-area%22%3E%5Cn%20%20%20%20%3Cdiv%20class%3D%22remark-notes-current-area%22%3E%5Cn%20%20%20%20%20%20%3Cdiv%20class%3D%22remark-toggle%22%3ENotes%20for%20current%20slide%3C/div%3E%5Cn%20%20%20%20%20%20%3Cdiv%20class%3D%22remark-notes%22%3E%3C/div%3E%5Cn%20%20%20%20%3C/div%3E%5Cn%20%20%20%20%3Cdiv%20class%3D%22remark-notes-preview-area%22%3E%5Cn%20%20%20%20%20%20%3Cdiv%20class%3D%22remark-toggle%22%3ENotes%20for%20next%20slide%3C/div%3E%5Cn%20%20%20%20%20%20%3Cdiv%20class%3D%22remark-notes-preview%22%3E%3C/div%3E%5Cn%20%20%20%20%3C/div%3E%5Cn%20%20%3C/div%3E%5Cn%3C/div%3E%5Cn%3Cdiv%20class%3D%22remark-slides-area%22%3E%3C/div%3E%5Cn%3Cdiv%20class%3D%22remark-preview-area%22%3E%3C/div%3E%5Cn%3Cdiv%20class%3D%22remark-backdrop%22%3E%3C/div%3E%5Cn%3Cdiv%20class%3D%22remark-pause%22%3E%5Cn%20%20%3Cdiv%20class%3D%22remark-pause-lozenge%22%3E%5Cn%20%20%20%20%3Cspan%3EPaused%3C/span%3E%5Cn%20%20%3C/div%3E%5Cn%3C/div%3E%5Cn%3Cdiv%20class%3D%22remark-help%22%3E%5Cn%20%20%3Cdiv%20class%3D%22remark-help-content%22%3E%5Cn%20%20%20%20%3Ch1%3EHelp%3C/h1%3E%5Cn%20%20%20%20%3Cp%3E%3Cb%3EKeyboard%20shortcuts%3C/b%3E%3C/p%3E%5Cn%20%20%20%20%3Ctable%20class%3D%22light-keys%22%3E%5Cn%20%20%20%20%20%20%3Ctr%3E%5Cn%20%20%20%20%20%20%20%20%3Ctd%3E%5Cn%20%20%20%20%20%20%20%20%20%20%3Cspan%20class%3D%22key%22%3E%3Cb%3E%26uarr%3B%3C/b%3E%3C/span%3E%2C%5Cn%20%20%20%20%20%20%20%20%20%20%3Cspan%20class%3D%22key%22%3E%3Cb%3E%26larr%3B%3C/b%3E%3C/span%3E%2C%5Cn%20%20%20%20%20%20%20%20%20%20%3Cspan%20class%3D%22key%22%3EPg%20Up%3C/span%3E%2C%5Cn%20%20%20%20%20%20%20%20%20%20%3Cspan%20class%3D%22key%22%3Ek%3C/span%3E%5Cn%20%20%20%20%20%20%20%20%3C/td%3E%5Cn%20%20%20%20%20%20%20%20%3Ctd%3EGo%20to%20previous%20slide%3C/td%3E%5Cn%20%20%20%20%20%20%3C/tr%3E%5Cn%20%20%20%20%20%20%3Ctr%3E%5Cn%20%20%20%20%20%20%20%20%3Ctd%3E%5Cn%20%20%20%20%20%20%20%20%20%20%3Cspan%20class%3D%22key%22%3E%3Cb%3E%26darr%3B%3C/b%3E%3C/span%3E%2C%5Cn%20%20%20%20%20%20%20%20%20%20%3Cspan%20class%3D%22key%22%3E%3Cb%3E%26rarr%3B%3C/b%3E%3C/span%3E%2C%5Cn%20%20%20%20%20%20%20%20%20%20%3Cspan%20class%3D%22key%22%3EPg%20Dn%3C/span%3E%2C%5Cn%20%20%20%20%20%20%20%20%20%20%3Cspan%20class%3D%22key%22%3ESpace%3C/span%3E%2C%5Cn%20%20%20%20%20%20%20%20%20%20%3Cspan%20class%3D%22key%22%3Ej%3C/span%3E%5Cn%20%20%20%20%20%20%20%20%3C/td%3E%5Cn%20%20%20%20%20%20%20%20%3Ctd%3EGo%20to%20next%20slide%3C/td%3E%5Cn%20%20%20%20%20%20%3C/tr%3E%5Cn%20%20%20%20%20%20%3Ctr%3E%5Cn%20%20%20%20%20%20%20%20%3Ctd%3E%5Cn%20%20%20%20%20%20%20%20%20%20%3Cspan%20class%3D%22key%22%3EHome%3C/span%3E%5Cn%20%20%20%20%20%20%20%20%3C/td%3E%5Cn%20%20%20%20%20%20%20%20%3Ctd%3EGo%20to%20first%20slide%3C/td%3E%5Cn%20%20%20%20%20%20%3C/tr%3E%5Cn%20%20%20%20%20%20%3Ctr%3E%5Cn%20%20%20%20%20%20%20%20%3Ctd%3E%5Cn%20%20%20%20%20%20%20%20%20%20%3Cspan%20class%3D%22key%22%3EEnd%3C/span%3E%5Cn%20%20%20%20%20%20%20%20%3C/td%3E%5Cn%20%20%20%20%20%20%20%20%3Ctd%3EGo%20to%20last%20slide%3C/td%3E%5Cn%20%20%20%20%20%20%3C/tr%3E%5Cn%20%20%20%20%20%20%3Ctr%3E%5Cn%20%20%20%20%20%20%20%20%3Ctd%3E%5Cn%20%20%20%20%20%20%20%20%20%20%3Cspan%20class%3D%22key%22%3Eb%3C/span%3E%26nbsp%3B/%5Cn%20%20%20%20%20%20%20%20%20%20%3Cspan%20class%3D%22key%22%3Em%3C/span%3E%26nbsp%3B/%5Cn%20%20%20%20%20%20%20%20%20%20%3Cspan%20class%3D%22key%22%3Ef%3C/span%3E%5Cn%20%20%20%20%20%20%20%20%3C/td%3E%5Cn%20%20%20%20%20%20%20%20%3Ctd%3EToggle%20blackout%20/%20mirrored%20/%20fullscreen%20mode%3C/td%3E%5Cn%20%20%20%20%20%20%3C/tr%3E%5Cn%20%20%20%20%20%20%3Ctr%3E%5Cn%20%20%20%20%20%20%20%20%3Ctd%3E%5Cn%20%20%20%20%20%20%20%20%20%20%3Cspan%20class%3D%22key%22%3Ec%3C/span%3E%5Cn%20%20%20%20%20%20%20%20%3C/td%3E%5Cn%20%20%20%20%20%20%20%20%3Ctd%3EClone%20slideshow%3C/td%3E%5Cn%20%20%20%20%20%20%3C/tr%3E%5Cn%20%20%20%20%20%20%3Ctr%3E%5Cn%20%20%20%20%20%20%20%20%3Ctd%3E%5Cn%20%20%20%20%20%20%20%20%20%20%3Cspan%20class%3D%22key%22%3Ep%3C/span%3E%5Cn%20%20%20%20%20%20%20%20%3C/td%3E%5Cn%20%20%20%20%20%20%20%20%3Ctd%3EToggle%20presenter%20mode%3C/td%3E%5Cn%20%20%20%20%20%20%3C/tr%3E%5Cn%20%20%20%20%20%20%3Ctr%3E%5Cn%20%20%20%20%20%20%20%20%3Ctd%3E%5Cn%20%20%20%20%20%20%20%20%20%20%3Cspan%20class%3D%22key%22%3Et%3C/span%3E%5Cn%20%20%20%20%20%20%20%20%3C/td%3E%5Cn%20%20%20%20%20%20%20%20%3Ctd%3ERestart%20the%20presentation%20timer%3C/td%3E%5Cn%20%20%20%20%20%20%3C/tr%3E%5Cn%20%20%20%20%20%20%3Ctr%3E%5Cn%20%20%20%20%20%20%20%20%3Ctd%3E%5Cn%20%20%20%20%20%20%20%20%20%20%3Cspan%20class%3D%22key%22%3E%3F%3C/span%3E%2C%5Cn%20%20%20%20%20%20%20%20%20%20%3Cspan%20class%3D%22key%22%3Eh%3C/span%3E%5Cn%20%20%20%20%20%20%20%20%3C/td%3E%5Cn%20%20%20%20%20%20%20%20%3Ctd%3EToggle%20this%20help%3C/td%3E%5Cn%20%20%20%20%20%20%3C/tr%3E%5Cn%20%20%20%20%3C/table%3E%5Cn%20%20%3C/div%3E%5Cn%20%20%3Cdiv%20class%3D%22content%20dismiss%22%3E%5Cn%20%20%20%20%3Ctable%20class%3D%22light-keys%22%3E%5Cn%20%20%20%20%20%20%3Ctr%3E%5Cn%20%20%20%20%20%20%20%20%3Ctd%3E%5Cn%20%20%20%20%20%20%20%20%20%20%3Cspan%20class%3D%22key%22%3EEsc%3C/span%3E%5Cn%20%20%20%20%20%20%20%20%3C/td%3E%5Cn%20%20%20%20%20%20%20%20%3Ctd%3EBack%20to%20slideshow%3C/td%3E%5Cn%20%20%20%20%20%20%3C/tr%3E%5Cn%20%20%20%20%3C/table%3E%5Cn%20%20%3C/div%3E%5Cn%3C/div%3E%5Cn%27%7D%7D%2C%7B%7D%5D%2C8%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7Bexports.addClass%3Dfunction%28element%2CclassName%29%7Belement.className%3Dexports.getClasses%28element%29.concat%28%5BclassName%5D%29.join%28%22%20%22%29%7D%3Bexports.removeClass%3Dfunction%28element%2CclassName%29%7Belement.className%3Dexports.getClasses%28element%29.filter%28function%28klass%29%7Breturn%20klass%21%3D%3DclassName%7D%29.join%28%22%20%22%29%7D%3Bexports.toggleClass%3Dfunction%28element%2CclassName%29%7Bvar%20classes%3Dexports.getClasses%28element%29%2Cindex%3Dclasses.indexOf%28className%29%3Bif%28index%21%3D%3D-1%29%7Bclasses.splice%28index%2C1%29%7Delse%7Bclasses.push%28className%29%7Delement.className%3Dclasses.join%28%22%20%22%29%7D%3Bexports.getClasses%3Dfunction%28element%29%7Breturn%20element.className.split%28%22%20%22%29.filter%28function%28s%29%7Breturn%20s%21%3D%3D%22%22%7D%29%7D%3Bexports.hasClass%3Dfunction%28element%2CclassName%29%7Breturn%20exports.getClasses%28element%29.indexOf%28className%29%21%3D%3D-1%7D%3Bexports.getPrefixedProperty%3Dfunction%28element%2CpropertyName%29%7Bvar%20capitalizedPropertName%3DpropertyName%5B0%5D.toUpperCase%28%29+propertyName.slice%281%29%3Breturn%20element%5BpropertyName%5D%7C%7Celement%5B%22moz%22+capitalizedPropertName%5D%7C%7Celement%5B%22webkit%22+capitalizedPropertName%5D%7D%7D%2C%7B%7D%5D%2C7%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7B%21function%28%29%7Bvar%20hljs%3Dnew%20function%28%29%7Bfunction%20escape%28value%29%7Breturn%20value.replace%28/%26/gm%2C%22%26amp%3B%22%29.replace%28/%3C/gm%2C%22%26lt%3B%22%29.replace%28/%3E/gm%2C%22%26gt%3B%22%29%7Dfunction%20tag%28node%29%7Breturn%20node.nodeName.toLowerCase%28%29%7Dfunction%20testRe%28re%2Clexeme%29%7Bvar%20match%3Dre%26%26re.exec%28lexeme%29%3Breturn%20match%26%26match.index%3D%3D0%7Dfunction%20blockLanguage%28block%29%7Bvar%20classes%3D%28block.className+%22%20%22+%28block.parentNode%3Fblock.parentNode.className%3A%22%22%29%29.split%28/%5Cs+/%29%3Bclasses%3Dclasses.map%28function%28c%29%7Breturn%20c.replace%28/%5Elang%28uage%29%3F-/%2C%22%22%29%7D%29%3Breturn%20classes.filter%28function%28c%29%7Breturn%20getLanguage%28c%29%7C%7Cc%3D%3D%22no-highlight%22%7D%29%5B0%5D%7Dfunction%20inherit%28parent%2Cobj%29%7Bvar%20result%3D%7B%7D%3Bfor%28var%20key%20in%20parent%29result%5Bkey%5D%3Dparent%5Bkey%5D%3Bif%28obj%29for%28var%20key%20in%20obj%29result%5Bkey%5D%3Dobj%5Bkey%5D%3Breturn%20result%7Dfunction%20nodeStream%28node%29%7Bvar%20result%3D%5B%5D%3B%21function%20_nodeStream%28node%2Coffset%29%7Bfor%28var%20child%3Dnode.firstChild%3Bchild%3Bchild%3Dchild.nextSibling%29%7Bif%28child.nodeType%3D%3D3%29offset+%3Dchild.nodeValue.length%3Belse%20if%28tag%28child%29%3D%3D%22br%22%29offset+%3D1%3Belse%20if%28child.nodeType%3D%3D1%29%7Bresult.push%28%7Bevent%3A%22start%22%2Coffset%3Aoffset%2Cnode%3Achild%7D%29%3Boffset%3D_nodeStream%28child%2Coffset%29%3Bresult.push%28%7Bevent%3A%22stop%22%2Coffset%3Aoffset%2Cnode%3Achild%7D%29%7D%7Dreturn%20offset%7D%28node%2C0%29%3Breturn%20result%7Dfunction%20mergeStreams%28original%2Chighlighted%2Cvalue%29%7Bvar%20processed%3D0%3Bvar%20result%3D%22%22%3Bvar%20nodeStack%3D%5B%5D%3Bfunction%20selectStream%28%29%7Bif%28%21original.length%7C%7C%21highlighted.length%29%7Breturn%20original.length%3Foriginal%3Ahighlighted%7Dif%28original%5B0%5D.offset%21%3Dhighlighted%5B0%5D.offset%29%7Breturn%20original%5B0%5D.offset%3Chighlighted%5B0%5D.offset%3Foriginal%3Ahighlighted%7Dreturn%20highlighted%5B0%5D.event%3D%3D%22start%22%3Foriginal%3Ahighlighted%7Dfunction%20open%28node%29%7Bfunction%20attr_str%28a%29%7Breturn%22%20%22+a.nodeName+%27%3D%22%27+escape%28a.value%29+%27%22%27%7Dresult+%3D%22%3C%22+tag%28node%29+Array.prototype.map.call%28node.attributes%2Cattr_str%29.join%28%22%22%29+%22%3E%22%7Dfunction%20close%28node%29%7Bresult+%3D%22%3C/%22+tag%28node%29+%22%3E%22%7Dfunction%20render%28event%29%7B%28event.event%3D%3D%22start%22%3Fopen%3Aclose%29%28event.node%29%7Dwhile%28original.length%7C%7Chighlighted.length%29%7Bvar%20stream%3DselectStream%28%29%3Bresult+%3Descape%28value.substr%28processed%2Cstream%5B0%5D.offset-processed%29%29%3Bprocessed%3Dstream%5B0%5D.offset%3Bif%28stream%3D%3Doriginal%29%7BnodeStack.reverse%28%29.forEach%28close%29%3Bdo%7Brender%28stream.splice%280%2C1%29%5B0%5D%29%3Bstream%3DselectStream%28%29%7Dwhile%28stream%3D%3Doriginal%26%26stream.length%26%26stream%5B0%5D.offset%3D%3Dprocessed%29%3BnodeStack.reverse%28%29.forEach%28open%29%7Delse%7Bif%28stream%5B0%5D.event%3D%3D%22start%22%29%7BnodeStack.push%28stream%5B0%5D.node%29%7Delse%7BnodeStack.pop%28%29%7Drender%28stream.splice%280%2C1%29%5B0%5D%29%7D%7Dreturn%20result+escape%28value.substr%28processed%29%29%7Dfunction%20compileLanguage%28language%29%7Bfunction%20reStr%28re%29%7Breturn%20re%26%26re.source%7C%7Cre%7Dfunction%20langRe%28value%2Cglobal%29%7Breturn%20RegExp%28reStr%28value%29%2C%22m%22+%28language.case_insensitive%3F%22i%22%3A%22%22%29+%28global%3F%22g%22%3A%22%22%29%29%7Dfunction%20compileMode%28mode%2Cparent%29%7Bif%28mode.compiled%29return%3Bmode.compiled%3Dtrue%3Bmode.keywords%3Dmode.keywords%7C%7Cmode.beginKeywords%3Bif%28mode.keywords%29%7Bvar%20compiled_keywords%3D%7B%7D%3Bfunction%20flatten%28className%2Cstr%29%7Bif%28language.case_insensitive%29%7Bstr%3Dstr.toLowerCase%28%29%7Dstr.split%28%22%20%22%29.forEach%28function%28kw%29%7Bvar%20pair%3Dkw.split%28%22%7C%22%29%3Bcompiled_keywords%5Bpair%5B0%5D%5D%3D%5BclassName%2Cpair%5B1%5D%3FNumber%28pair%5B1%5D%29%3A1%5D%7D%29%7Dif%28typeof%20mode.keywords%3D%3D%22string%22%29%7Bflatten%28%22keyword%22%2Cmode.keywords%29%7Delse%7BObject.keys%28mode.keywords%29.forEach%28function%28className%29%7Bflatten%28className%2Cmode.keywords%5BclassName%5D%29%7D%29%7Dmode.keywords%3Dcompiled_keywords%7Dmode.lexemesRe%3DlangRe%28mode.lexemes%7C%7C/%5Cb%5BA-Za-z0-9_%5D+%5Cb/%2Ctrue%29%3Bif%28parent%29%7Bif%28mode.beginKeywords%29%7Bmode.begin%3D%22%5C%5Cb%28%22+mode.beginKeywords.split%28%22%20%22%29.join%28%22%7C%22%29+%22%29%5C%5Cb%22%7Dif%28%21mode.begin%29mode.begin%3D/%5CB%7C%5Cb/%3Bmode.beginRe%3DlangRe%28mode.begin%29%3Bif%28%21mode.end%26%26%21mode.endsWithParent%29mode.end%3D/%5CB%7C%5Cb/%3Bif%28mode.end%29mode.endRe%3DlangRe%28mode.end%29%3Bmode.terminator_end%3DreStr%28mode.end%29%7C%7C%22%22%3Bif%28mode.endsWithParent%26%26parent.terminator_end%29mode.terminator_end+%3D%28mode.end%3F%22%7C%22%3A%22%22%29+parent.terminator_end%7Dif%28mode.illegal%29mode.illegalRe%3DlangRe%28mode.illegal%29%3Bif%28mode.relevance%3D%3D%3Dundefined%29mode.relevance%3D1%3Bif%28%21mode.contains%29%7Bmode.contains%3D%5B%5D%7Dvar%20expanded_contains%3D%5B%5D%3Bmode.contains.forEach%28function%28c%29%7Bif%28c.variants%29%7Bc.variants.forEach%28function%28v%29%7Bexpanded_contains.push%28inherit%28c%2Cv%29%29%7D%29%7Delse%7Bexpanded_contains.push%28c%3D%3D%22self%22%3Fmode%3Ac%29%7D%7D%29%3Bmode.contains%3Dexpanded_contains%3Bmode.contains.forEach%28function%28c%29%7BcompileMode%28c%2Cmode%29%7D%29%3Bif%28mode.starts%29%7BcompileMode%28mode.starts%2Cparent%29%7Dvar%20terminators%3Dmode.contains.map%28function%28c%29%7Breturn%20c.beginKeywords%3F%22%5C%5C.%3F%28%22+c.begin+%22%29%5C%5C.%3F%22%3Ac.begin%7D%29.concat%28%5Bmode.terminator_end%2Cmode.illegal%5D%29.map%28reStr%29.filter%28Boolean%29%3Bmode.terminators%3Dterminators.length%3FlangRe%28terminators.join%28%22%7C%22%29%2Ctrue%29%3A%7Bexec%3Afunction%28s%29%7Breturn%20null%7D%7D%3Bmode.continuation%3D%7B%7D%7DcompileMode%28language%29%7Dfunction%20highlight%28name%2Cvalue%2Cignore_illegals%2Ccontinuation%29%7Bfunction%20subMode%28lexeme%2Cmode%29%7Bfor%28var%20i%3D0%3Bi%3Cmode.contains.length%3Bi++%29%7Bif%28testRe%28mode.contains%5Bi%5D.beginRe%2Clexeme%29%29%7Breturn%20mode.contains%5Bi%5D%7D%7D%7Dfunction%20endOfMode%28mode%2Clexeme%29%7Bif%28testRe%28mode.endRe%2Clexeme%29%29%7Breturn%20mode%7Dif%28mode.endsWithParent%29%7Breturn%20endOfMode%28mode.parent%2Clexeme%29%7D%7Dfunction%20isIllegal%28lexeme%2Cmode%29%7Breturn%21ignore_illegals%26%26testRe%28mode.illegalRe%2Clexeme%29%7Dfunction%20keywordMatch%28mode%2Cmatch%29%7Bvar%20match_str%3Dlanguage.case_insensitive%3Fmatch%5B0%5D.toLowerCase%28%29%3Amatch%5B0%5D%3Breturn%20mode.keywords.hasOwnProperty%28match_str%29%26%26mode.keywords%5Bmatch_str%5D%7Dfunction%20buildSpan%28classname%2CinsideSpan%2CleaveOpen%2CnoPrefix%29%7Bvar%20classPrefix%3DnoPrefix%3F%22%22%3Aoptions.classPrefix%2CopenSpan%3D%27%3Cspan%20class%3D%22%27+classPrefix%2CcloseSpan%3DleaveOpen%3F%22%22%3A%22%3C/span%3E%22%3BopenSpan+%3Dclassname+%27%22%3E%27%3Breturn%20openSpan+insideSpan+closeSpan%7Dfunction%20processKeywords%28%29%7Bif%28%21top.keywords%29return%20escape%28mode_buffer%29%3Bvar%20result%3D%22%22%3Bvar%20last_index%3D0%3Btop.lexemesRe.lastIndex%3D0%3Bvar%20match%3Dtop.lexemesRe.exec%28mode_buffer%29%3Bwhile%28match%29%7Bresult+%3Descape%28mode_buffer.substr%28last_index%2Cmatch.index-last_index%29%29%3Bvar%20keyword_match%3DkeywordMatch%28top%2Cmatch%29%3Bif%28keyword_match%29%7Brelevance+%3Dkeyword_match%5B1%5D%3Bresult+%3DbuildSpan%28keyword_match%5B0%5D%2Cescape%28match%5B0%5D%29%29%7Delse%7Bresult+%3Descape%28match%5B0%5D%29%7Dlast_index%3Dtop.lexemesRe.lastIndex%3Bmatch%3Dtop.lexemesRe.exec%28mode_buffer%29%7Dreturn%20result+escape%28mode_buffer.substr%28last_index%29%29%7Dfunction%20processSubLanguage%28%29%7Bif%28top.subLanguage%26%26%21languages%5Btop.subLanguage%5D%29%7Breturn%20escape%28mode_buffer%29%7Dvar%20result%3Dtop.subLanguage%3Fhighlight%28top.subLanguage%2Cmode_buffer%2Ctrue%2Ctop.continuation.top%29%3AhighlightAuto%28mode_buffer%29%3Bif%28top.relevance%3E0%29%7Brelevance+%3Dresult.relevance%7Dif%28top.subLanguageMode%3D%3D%22continuous%22%29%7Btop.continuation.top%3Dresult.top%7Dreturn%20buildSpan%28result.language%2Cresult.value%2Cfalse%2Ctrue%29%7Dfunction%20processBuffer%28%29%7Breturn%20top.subLanguage%21%3D%3Dundefined%3FprocessSubLanguage%28%29%3AprocessKeywords%28%29%7Dfunction%20startNewMode%28mode%2Clexeme%29%7Bvar%20markup%3Dmode.className%3FbuildSpan%28mode.className%2C%22%22%2Ctrue%29%3A%22%22%3Bif%28mode.returnBegin%29%7Bresult+%3Dmarkup%3Bmode_buffer%3D%22%22%7Delse%20if%28mode.excludeBegin%29%7Bresult+%3Descape%28lexeme%29+markup%3Bmode_buffer%3D%22%22%7Delse%7Bresult+%3Dmarkup%3Bmode_buffer%3Dlexeme%7Dtop%3DObject.create%28mode%2C%7Bparent%3A%7Bvalue%3Atop%7D%7D%29%7Dfunction%20processLexeme%28buffer%2Clexeme%29%7Bmode_buffer+%3Dbuffer%3Bif%28lexeme%3D%3D%3Dundefined%29%7Bresult+%3DprocessBuffer%28%29%3Breturn%200%7Dvar%20new_mode%3DsubMode%28lexeme%2Ctop%29%3Bif%28new_mode%29%7Bresult+%3DprocessBuffer%28%29%3BstartNewMode%28new_mode%2Clexeme%29%3Breturn%20new_mode.returnBegin%3F0%3Alexeme.length%7Dvar%20end_mode%3DendOfMode%28top%2Clexeme%29%3Bif%28end_mode%29%7Bvar%20origin%3Dtop%3Bif%28%21%28origin.returnEnd%7C%7Corigin.excludeEnd%29%29%7Bmode_buffer+%3Dlexeme%7Dresult+%3DprocessBuffer%28%29%3Bdo%7Bif%28top.className%29%7Bresult+%3D%22%3C/span%3E%22%7Drelevance+%3Dtop.relevance%3Btop%3Dtop.parent%7Dwhile%28top%21%3Dend_mode.parent%29%3Bif%28origin.excludeEnd%29%7Bresult+%3Descape%28lexeme%29%7Dmode_buffer%3D%22%22%3Bif%28end_mode.starts%29%7BstartNewMode%28end_mode.starts%2C%22%22%29%7Dreturn%20origin.returnEnd%3F0%3Alexeme.length%7Dif%28isIllegal%28lexeme%2Ctop%29%29throw%20new%20Error%28%27Illegal%20lexeme%20%22%27+lexeme+%27%22%20for%20mode%20%22%27+%28top.className%7C%7C%22%3Cunnamed%3E%22%29+%27%22%27%29%3Bmode_buffer+%3Dlexeme%3Breturn%20lexeme.length%7C%7C1%7Dvar%20language%3DgetLanguage%28name%29%3Bif%28%21language%29%7Bthrow%20new%20Error%28%27Unknown%20language%3A%20%22%27+name+%27%22%27%29%7DcompileLanguage%28language%29%3Bvar%20top%3Dcontinuation%7C%7Clanguage%3Bvar%20result%3D%22%22%3Bfor%28var%20current%3Dtop%3Bcurrent%21%3Dlanguage%3Bcurrent%3Dcurrent.parent%29%7Bif%28current.className%29%7Bresult+%3DbuildSpan%28current.className%2Cresult%2Ctrue%29%7D%7Dvar%20mode_buffer%3D%22%22%3Bvar%20relevance%3D0%3Btry%7Bvar%20match%2Ccount%2Cindex%3D0%3Bwhile%28true%29%7Btop.terminators.lastIndex%3Dindex%3Bmatch%3Dtop.terminators.exec%28value%29%3Bif%28%21match%29break%3Bcount%3DprocessLexeme%28value.substr%28index%2Cmatch.index-index%29%2Cmatch%5B0%5D%29%3Bindex%3Dmatch.index+count%7DprocessLexeme%28value.substr%28index%29%29%3Bfor%28var%20current%3Dtop%3Bcurrent.parent%3Bcurrent%3Dcurrent.parent%29%7Bif%28current.className%29%7Bresult+%3D%22%3C/span%3E%22%7D%7Dreturn%7Brelevance%3Arelevance%2Cvalue%3Aresult%2Clanguage%3Aname%2Ctop%3Atop%7D%7Dcatch%28e%29%7Bif%28e.message.indexOf%28%22Illegal%22%29%21%3D-1%29%7Breturn%7Brelevance%3A0%2Cvalue%3Aescape%28value%29%7D%7Delse%7Bthrow%20e%7D%7D%7Dfunction%20highlightAuto%28text%2ClanguageSubset%29%7BlanguageSubset%3DlanguageSubset%7C%7Coptions.languages%7C%7CObject.keys%28languages%29%3Bvar%20result%3D%7Brelevance%3A0%2Cvalue%3Aescape%28text%29%7D%3Bvar%20second_best%3Dresult%3BlanguageSubset.forEach%28function%28name%29%7Bif%28%21getLanguage%28name%29%29%7Breturn%7Dvar%20current%3Dhighlight%28name%2Ctext%2Cfalse%29%3Bcurrent.language%3Dname%3Bif%28current.relevance%3Esecond_best.relevance%29%7Bsecond_best%3Dcurrent%7Dif%28current.relevance%3Eresult.relevance%29%7Bsecond_best%3Dresult%3Bresult%3Dcurrent%7D%7D%29%3Bif%28second_best.language%29%7Bresult.second_best%3Dsecond_best%7Dreturn%20result%7Dfunction%20fixMarkup%28value%29%7Bif%28options.tabReplace%29%7Bvalue%3Dvalue.replace%28/%5E%28%28%3C%5B%5E%3E%5D+%3E%7C%5Ct%29+%29/gm%2Cfunction%28match%2Cp1%2Coffset%2Cs%29%7Breturn%20p1.replace%28/%5Ct/g%2Coptions.tabReplace%29%7D%29%7Dif%28options.useBR%29%7Bvalue%3Dvalue.replace%28/%5Cn/g%2C%22%3Cbr%3E%22%29%7Dreturn%20value%7Dfunction%20highlightBlock%28block%29%7Bvar%20text%3Doptions.useBR%3Fblock.innerHTML.replace%28/%5Cn/g%2C%22%22%29.replace%28/%3Cbr%3E%7C%3Cbr%20%5B%5E%3E%5D*%3E/g%2C%22%5Cn%22%29.replace%28/%3C%5B%5E%3E%5D*%3E/g%2C%22%22%29%3Ablock.textContent%3Bvar%20language%3DblockLanguage%28block%29%3Bif%28language%3D%3D%22no-highlight%22%29return%3Bvar%20result%3Dlanguage%3Fhighlight%28language%2Ctext%2Ctrue%29%3AhighlightAuto%28text%29%3Bvar%20original%3DnodeStream%28block%29%3Bif%28original.length%29%7Bvar%20pre%3Ddocument.createElementNS%28%22http%3A//www.w3.org/1999/xhtml%22%2C%22pre%22%29%3Bpre.innerHTML%3Dresult.value%3Bresult.value%3DmergeStreams%28original%2CnodeStream%28pre%29%2Ctext%29%7Dresult.value%3DfixMarkup%28result.value%29%3Bblock.innerHTML%3Dresult.value%3Bblock.className+%3D%22%20hljs%20%22+%28%21language%26%26result.language%7C%7C%22%22%29%3Bblock.result%3D%7Blanguage%3Aresult.language%2Cre%3Aresult.relevance%7D%3Bif%28result.second_best%29%7Bblock.second_best%3D%7Blanguage%3Aresult.second_best.language%2Cre%3Aresult.second_best.relevance%7D%7D%7Dvar%20options%3D%7BclassPrefix%3A%22hljs-%22%2CtabReplace%3Anull%2CuseBR%3Afalse%2Clanguages%3Aundefined%7D%3Bfunction%20configure%28user_options%29%7Boptions%3Dinherit%28options%2Cuser_options%29%7Dfunction%20initHighlighting%28%29%7Bif%28initHighlighting.called%29return%3BinitHighlighting.called%3Dtrue%3Bvar%20blocks%3Ddocument.querySelectorAll%28%22pre%20code%22%29%3BArray.prototype.forEach.call%28blocks%2ChighlightBlock%29%7Dfunction%20initHighlightingOnLoad%28%29%7BaddEventListener%28%22DOMContentLoaded%22%2CinitHighlighting%2Cfalse%29%3BaddEventListener%28%22load%22%2CinitHighlighting%2Cfalse%29%7Dvar%20languages%3D%7B%7D%3Bvar%20aliases%3D%7B%7D%3Bfunction%20registerLanguage%28name%2Clanguage%29%7Bvar%20lang%3Dlanguages%5Bname%5D%3Dlanguage%28this%29%3Bif%28lang.aliases%29%7Blang.aliases.forEach%28function%28alias%29%7Baliases%5Balias%5D%3Dname%7D%29%7D%7Dfunction%20listLanguages%28%29%7Breturn%20Object.keys%28languages%29%0A%7Dfunction%20getLanguage%28name%29%7Breturn%20languages%5Bname%5D%7C%7Clanguages%5Baliases%5Bname%5D%5D%7Dthis.highlight%3Dhighlight%3Bthis.highlightAuto%3DhighlightAuto%3Bthis.fixMarkup%3DfixMarkup%3Bthis.highlightBlock%3DhighlightBlock%3Bthis.configure%3Dconfigure%3Bthis.initHighlighting%3DinitHighlighting%3Bthis.initHighlightingOnLoad%3DinitHighlightingOnLoad%3Bthis.registerLanguage%3DregisterLanguage%3Bthis.listLanguages%3DlistLanguages%3Bthis.getLanguage%3DgetLanguage%3Bthis.inherit%3Dinherit%3Bthis.IDENT_RE%3D%22%5Ba-zA-Z%5D%5Ba-zA-Z0-9_%5D*%22%3Bthis.UNDERSCORE_IDENT_RE%3D%22%5Ba-zA-Z_%5D%5Ba-zA-Z0-9_%5D*%22%3Bthis.NUMBER_RE%3D%22%5C%5Cb%5C%5Cd+%28%5C%5C.%5C%5Cd+%29%3F%22%3Bthis.C_NUMBER_RE%3D%22%28%5C%5Cb0%5BxX%5D%5Ba-fA-F0-9%5D+%7C%28%5C%5Cb%5C%5Cd+%28%5C%5C.%5C%5Cd*%29%3F%7C%5C%5C.%5C%5Cd+%29%28%5BeE%5D%5B-+%5D%3F%5C%5Cd+%29%3F%29%22%3Bthis.BINARY_NUMBER_RE%3D%22%5C%5Cb%280b%5B01%5D+%29%22%3Bthis.RE_STARTERS_RE%3D%22%21%7C%21%3D%7C%21%3D%3D%7C%25%7C%25%3D%7C%26%7C%26%26%7C%26%3D%7C%5C%5C*%7C%5C%5C*%3D%7C%5C%5C+%7C%5C%5C+%3D%7C%2C%7C-%7C-%3D%7C/%3D%7C/%7C%3A%7C%3B%7C%3C%3C%7C%3C%3C%3D%7C%3C%3D%7C%3C%7C%3D%3D%3D%7C%3D%3D%7C%3D%7C%3E%3E%3E%3D%7C%3E%3E%3D%7C%3E%3D%7C%3E%3E%3E%7C%3E%3E%7C%3E%7C%5C%5C%3F%7C%5C%5C%5B%7C%5C%5C%7B%7C%5C%5C%28%7C%5C%5C%5E%7C%5C%5C%5E%3D%7C%5C%5C%7C%7C%5C%5C%7C%3D%7C%5C%5C%7C%5C%5C%7C%7C%7E%22%3Bthis.BACKSLASH_ESCAPE%3D%7Bbegin%3A%22%5C%5C%5C%5C%5B%5C%5Cs%5C%5CS%5D%22%2Crelevance%3A0%7D%3Bthis.APOS_STRING_MODE%3D%7BclassName%3A%22string%22%2Cbegin%3A%22%27%22%2Cend%3A%22%27%22%2Cillegal%3A%22%5C%5Cn%22%2Ccontains%3A%5Bthis.BACKSLASH_ESCAPE%5D%7D%3Bthis.QUOTE_STRING_MODE%3D%7BclassName%3A%22string%22%2Cbegin%3A%27%22%27%2Cend%3A%27%22%27%2Cillegal%3A%22%5C%5Cn%22%2Ccontains%3A%5Bthis.BACKSLASH_ESCAPE%5D%7D%3Bthis.PHRASAL_WORDS_MODE%3D%7Bbegin%3A/%5Cb%28a%7Can%7Cthe%7Care%7CI%7CI%27m%7Cisn%27t%7Cdon%27t%7Cdoesn%27t%7Cwon%27t%7Cbut%7Cjust%7Cshould%7Cpretty%7Csimply%7Cenough%7Cgonna%7Cgoing%7Cwtf%7Cso%7Csuch%29%5Cb/%7D%3Bthis.C_LINE_COMMENT_MODE%3D%7BclassName%3A%22comment%22%2Cbegin%3A%22//%22%2Cend%3A%22%24%22%2Ccontains%3A%5Bthis.PHRASAL_WORDS_MODE%5D%7D%3Bthis.C_BLOCK_COMMENT_MODE%3D%7BclassName%3A%22comment%22%2Cbegin%3A%22/%5C%5C*%22%2Cend%3A%22%5C%5C*/%22%2Ccontains%3A%5Bthis.PHRASAL_WORDS_MODE%5D%7D%3Bthis.HASH_COMMENT_MODE%3D%7BclassName%3A%22comment%22%2Cbegin%3A%22%23%22%2Cend%3A%22%24%22%2Ccontains%3A%5Bthis.PHRASAL_WORDS_MODE%5D%7D%3Bthis.NUMBER_MODE%3D%7BclassName%3A%22number%22%2Cbegin%3Athis.NUMBER_RE%2Crelevance%3A0%7D%3Bthis.C_NUMBER_MODE%3D%7BclassName%3A%22number%22%2Cbegin%3Athis.C_NUMBER_RE%2Crelevance%3A0%7D%3Bthis.BINARY_NUMBER_MODE%3D%7BclassName%3A%22number%22%2Cbegin%3Athis.BINARY_NUMBER_RE%2Crelevance%3A0%7D%3Bthis.CSS_NUMBER_MODE%3D%7BclassName%3A%22number%22%2Cbegin%3Athis.NUMBER_RE+%22%28%22+%22%25%7Cem%7Cex%7Cch%7Crem%22+%22%7Cvw%7Cvh%7Cvmin%7Cvmax%22+%22%7Ccm%7Cmm%7Cin%7Cpt%7Cpc%7Cpx%22+%22%7Cdeg%7Cgrad%7Crad%7Cturn%22+%22%7Cs%7Cms%22+%22%7CHz%7CkHz%22+%22%7Cdpi%7Cdpcm%7Cdppx%22+%22%29%3F%22%2Crelevance%3A0%7D%3Bthis.REGEXP_MODE%3D%7BclassName%3A%22regexp%22%2Cbegin%3A/%5C//%2Cend%3A/%5C/%5Bgim%5D*/%2Cillegal%3A/%5Cn/%2Ccontains%3A%5Bthis.BACKSLASH_ESCAPE%2C%7Bbegin%3A/%5C%5B/%2Cend%3A/%5C%5D/%2Crelevance%3A0%2Ccontains%3A%5Bthis.BACKSLASH_ESCAPE%5D%7D%5D%7D%3Bthis.TITLE_MODE%3D%7BclassName%3A%22title%22%2Cbegin%3Athis.IDENT_RE%2Crelevance%3A0%7D%3Bthis.UNDERSCORE_TITLE_MODE%3D%7BclassName%3A%22title%22%2Cbegin%3Athis.UNDERSCORE_IDENT_RE%2Crelevance%3A0%7D%7D%2Clanguages%3D%5B%7Bname%3A%22javascript%22%2Ccreate%3Afunction%28hljs%29%7Breturn%7Baliases%3A%5B%22js%22%5D%2Ckeywords%3A%7Bkeyword%3A%22in%20if%20for%20while%20finally%20var%20new%20function%20do%20return%20void%20else%20break%20catch%20%22+%22instanceof%20with%20throw%20case%20default%20try%20this%20switch%20continue%20typeof%20delete%20%22+%22let%20yield%20const%20class%22%2Cliteral%3A%22true%20false%20null%20undefined%20NaN%20Infinity%22%2Cbuilt_in%3A%22eval%20isFinite%20isNaN%20parseFloat%20parseInt%20decodeURI%20decodeURIComponent%20%22+%22encodeURI%20encodeURIComponent%20escape%20unescape%20Object%20Function%20Boolean%20Error%20%22+%22EvalError%20InternalError%20RangeError%20ReferenceError%20StopIteration%20SyntaxError%20%22+%22TypeError%20URIError%20Number%20Math%20Date%20String%20RegExp%20Array%20Float32Array%20%22+%22Float64Array%20Int16Array%20Int32Array%20Int8Array%20Uint16Array%20Uint32Array%20%22+%22Uint8Array%20Uint8ClampedArray%20ArrayBuffer%20DataView%20JSON%20Intl%20arguments%20require%20%22+%22module%20console%20window%20document%22%7D%2Ccontains%3A%5B%7BclassName%3A%22pi%22%2Cbegin%3A/%5E%5Cs*%28%27%7C%22%29use%20strict%28%27%7C%22%29/%2Crelevance%3A10%7D%2Chljs.APOS_STRING_MODE%2Chljs.QUOTE_STRING_MODE%2Chljs.C_LINE_COMMENT_MODE%2Chljs.C_BLOCK_COMMENT_MODE%2Chljs.C_NUMBER_MODE%2C%7Bbegin%3A%22%28%22+hljs.RE_STARTERS_RE+%22%7C%5C%5Cb%28case%7Creturn%7Cthrow%29%5C%5Cb%29%5C%5Cs*%22%2Ckeywords%3A%22return%20throw%20case%22%2Ccontains%3A%5Bhljs.C_LINE_COMMENT_MODE%2Chljs.C_BLOCK_COMMENT_MODE%2Chljs.REGEXP_MODE%2C%7Bbegin%3A/%3C/%2Cend%3A/%3E%3B/%2Crelevance%3A0%2CsubLanguage%3A%22xml%22%7D%5D%2Crelevance%3A0%7D%2C%7BclassName%3A%22function%22%2CbeginKeywords%3A%22function%22%2Cend%3A/%5C%7B/%2CexcludeEnd%3Atrue%2Ccontains%3A%5Bhljs.inherit%28hljs.TITLE_MODE%2C%7Bbegin%3A/%5BA-Za-z%24_%5D%5B0-9A-Za-z%24_%5D*/%7D%29%2C%7BclassName%3A%22params%22%2Cbegin%3A/%5C%28/%2Cend%3A/%5C%29/%2Ccontains%3A%5Bhljs.C_LINE_COMMENT_MODE%2Chljs.C_BLOCK_COMMENT_MODE%5D%2Cillegal%3A/%5B%22%27%5C%28%5D/%7D%5D%2Cillegal%3A/%5C%5B%7C%25/%7D%2C%7Bbegin%3A/%5C%24%5B%28.%5D/%7D%2C%7Bbegin%3A%22%5C%5C.%22+hljs.IDENT_RE%2Crelevance%3A0%7D%5D%7D%7D%7D%2C%7Bname%3A%22ruby%22%2Ccreate%3Afunction%28hljs%29%7Bvar%20RUBY_METHOD_RE%3D%22%5Ba-zA-Z_%5D%5C%5Cw*%5B%21%3F%3D%5D%3F%7C%5B-+%7E%5D%5C%5C@%7C%3C%3C%7C%3E%3E%7C%3D%7E%7C%3D%3D%3D%3F%7C%3C%3D%3E%7C%5B%3C%3E%5D%3D%3F%7C%5C%5C*%5C%5C*%7C%5B-/+%25%5E%26*%7E%60%7C%5D%7C%5C%5C%5B%5C%5C%5D%3D%3F%22%3Bvar%20RUBY_KEYWORDS%3D%22and%20false%20then%20defined%20module%20in%20return%20redo%20if%20BEGIN%20retry%20end%20for%20true%20self%20when%20%22+%22next%20until%20do%20begin%20unless%20END%20rescue%20nil%20else%20break%20undef%20not%20super%20class%20case%20%22+%22require%20yield%20alias%20while%20ensure%20elsif%20or%20include%20attr_reader%20attr_writer%20attr_accessor%22%3Bvar%20YARDOCTAG%3D%7BclassName%3A%22yardoctag%22%2Cbegin%3A%22@%5BA-Za-z%5D+%22%7D%3Bvar%20COMMENT%3D%7BclassName%3A%22comment%22%2Cvariants%3A%5B%7Bbegin%3A%22%23%22%2Cend%3A%22%24%22%2Ccontains%3A%5BYARDOCTAG%5D%7D%2C%7Bbegin%3A%22%5E%5C%5C%3Dbegin%22%2Cend%3A%22%5E%5C%5C%3Dend%22%2Ccontains%3A%5BYARDOCTAG%5D%2Crelevance%3A10%7D%2C%7Bbegin%3A%22%5E__END__%22%2Cend%3A%22%5C%5Cn%24%22%7D%5D%7D%3Bvar%20SUBST%3D%7BclassName%3A%22subst%22%2Cbegin%3A%22%23%5C%5C%7B%22%2Cend%3A%22%7D%22%2Ckeywords%3ARUBY_KEYWORDS%7D%3Bvar%20STRING%3D%7BclassName%3A%22string%22%2Ccontains%3A%5Bhljs.BACKSLASH_ESCAPE%2CSUBST%5D%2Cvariants%3A%5B%7Bbegin%3A/%27/%2Cend%3A/%27/%7D%2C%7Bbegin%3A/%22/%2Cend%3A/%22/%7D%2C%7Bbegin%3A%22%25%5Bqw%5D%3F%5C%5C%28%22%2Cend%3A%22%5C%5C%29%22%7D%2C%7Bbegin%3A%22%25%5Bqw%5D%3F%5C%5C%5B%22%2Cend%3A%22%5C%5C%5D%22%7D%2C%7Bbegin%3A%22%25%5Bqw%5D%3F%7B%22%2Cend%3A%22%7D%22%7D%2C%7Bbegin%3A%22%25%5Bqw%5D%3F%3C%22%2Cend%3A%22%3E%22%2Crelevance%3A10%7D%2C%7Bbegin%3A%22%25%5Bqw%5D%3F/%22%2Cend%3A%22/%22%2Crelevance%3A10%7D%2C%7Bbegin%3A%22%25%5Bqw%5D%3F%25%22%2Cend%3A%22%25%22%2Crelevance%3A10%7D%2C%7Bbegin%3A%22%25%5Bqw%5D%3F-%22%2Cend%3A%22-%22%2Crelevance%3A10%7D%2C%7Bbegin%3A%22%25%5Bqw%5D%3F%5C%5C%7C%22%2Cend%3A%22%5C%5C%7C%22%2Crelevance%3A10%7D%2C%7Bbegin%3A/%5CB%5C%3F%28%5C%5C%5Cd%7B1%2C3%7D%7C%5C%5Cx%5BA-Fa-f0-9%5D%7B1%2C2%7D%7C%5C%5Cu%5BA-Fa-f0-9%5D%7B4%7D%7C%5C%5C%3F%5CS%29%5Cb/%7D%5D%7D%3Bvar%20PARAMS%3D%7BclassName%3A%22params%22%2Cbegin%3A%22%5C%5C%28%22%2Cend%3A%22%5C%5C%29%22%2Ckeywords%3ARUBY_KEYWORDS%7D%3Bvar%20RUBY_DEFAULT_CONTAINS%3D%5BSTRING%2CCOMMENT%2C%7BclassName%3A%22class%22%2CbeginKeywords%3A%22class%20module%22%2Cend%3A%22%24%7C%3B%22%2Cillegal%3A/%3D/%2Ccontains%3A%5Bhljs.inherit%28hljs.TITLE_MODE%2C%7Bbegin%3A%22%5BA-Za-z_%5D%5C%5Cw*%28%3A%3A%5C%5Cw+%29*%28%5C%5C%3F%7C%5C%5C%21%29%3F%22%7D%29%2C%7BclassName%3A%22inheritance%22%2Cbegin%3A%22%3C%5C%5Cs*%22%2Ccontains%3A%5B%7BclassName%3A%22parent%22%2Cbegin%3A%22%28%22+hljs.IDENT_RE+%22%3A%3A%29%3F%22+hljs.IDENT_RE%7D%5D%7D%2CCOMMENT%5D%7D%2C%7BclassName%3A%22function%22%2CbeginKeywords%3A%22def%22%2Cend%3A%22%20%7C%24%7C%3B%22%2Crelevance%3A0%2Ccontains%3A%5Bhljs.inherit%28hljs.TITLE_MODE%2C%7Bbegin%3ARUBY_METHOD_RE%7D%29%2CPARAMS%2CCOMMENT%5D%7D%2C%7BclassName%3A%22constant%22%2Cbegin%3A%22%28%3A%3A%29%3F%28%5C%5Cb%5BA-Z%5D%5C%5Cw*%28%3A%3A%29%3F%29+%22%2Crelevance%3A0%7D%2C%7BclassName%3A%22symbol%22%2Cbegin%3A%22%3A%22%2Ccontains%3A%5BSTRING%2C%7Bbegin%3ARUBY_METHOD_RE%7D%5D%2Crelevance%3A0%7D%2C%7BclassName%3A%22symbol%22%2Cbegin%3Ahljs.UNDERSCORE_IDENT_RE+%22%28%5C%5C%21%7C%5C%5C%3F%29%3F%3A%22%2Crelevance%3A0%7D%2C%7BclassName%3A%22number%22%2Cbegin%3A%22%28%5C%5Cb0%5B0-7_%5D+%29%7C%28%5C%5Cb0x%5B0-9a-fA-F_%5D+%29%7C%28%5C%5Cb%5B1-9%5D%5B0-9_%5D*%28%5C%5C.%5B0-9_%5D+%29%3F%29%7C%5B0_%5D%5C%5Cb%22%2Crelevance%3A0%7D%2C%7BclassName%3A%22variable%22%2Cbegin%3A%22%28%5C%5C%24%5C%5CW%29%7C%28%28%5C%5C%24%7C%5C%5C@%5C%5C@%3F%29%28%5C%5Cw+%29%29%22%7D%2C%7Bbegin%3A%22%28%22+hljs.RE_STARTERS_RE+%22%29%5C%5Cs*%22%2Ccontains%3A%5BCOMMENT%2C%7BclassName%3A%22regexp%22%2Ccontains%3A%5Bhljs.BACKSLASH_ESCAPE%2CSUBST%5D%2Cillegal%3A/%5Cn/%2Cvariants%3A%5B%7Bbegin%3A%22/%22%2Cend%3A%22/%5Ba-z%5D*%22%7D%2C%7Bbegin%3A%22%25r%7B%22%2Cend%3A%22%7D%5Ba-z%5D*%22%7D%2C%7Bbegin%3A%22%25r%5C%5C%28%22%2Cend%3A%22%5C%5C%29%5Ba-z%5D*%22%7D%2C%7Bbegin%3A%22%25r%21%22%2Cend%3A%22%21%5Ba-z%5D*%22%7D%2C%7Bbegin%3A%22%25r%5C%5C%5B%22%2Cend%3A%22%5C%5C%5D%5Ba-z%5D*%22%7D%5D%7D%5D%2Crelevance%3A0%7D%5D%3BSUBST.contains%3DRUBY_DEFAULT_CONTAINS%3BPARAMS.contains%3DRUBY_DEFAULT_CONTAINS%3Breturn%7Baliases%3A%5B%22rb%22%2C%22gemspec%22%2C%22podspec%22%2C%22thor%22%5D%2Ckeywords%3ARUBY_KEYWORDS%2Ccontains%3ARUBY_DEFAULT_CONTAINS%7D%7D%7D%2C%7Bname%3A%22python%22%2Ccreate%3Afunction%28hljs%29%7Bvar%20PROMPT%3D%7BclassName%3A%22prompt%22%2Cbegin%3A/%5E%28%3E%3E%3E%7C%5C.%5C.%5C.%29%20/%7D%3Bvar%20STRING%3D%7BclassName%3A%22string%22%2Ccontains%3A%5Bhljs.BACKSLASH_ESCAPE%5D%2Cvariants%3A%5B%7Bbegin%3A/%28u%7Cb%29%3Fr%3F%27%27%27/%2Cend%3A/%27%27%27/%2Ccontains%3A%5BPROMPT%5D%2Crelevance%3A10%7D%2C%7Bbegin%3A/%28u%7Cb%29%3Fr%3F%22%22%22/%2Cend%3A/%22%22%22/%2Ccontains%3A%5BPROMPT%5D%2Crelevance%3A10%7D%2C%7Bbegin%3A/%28u%7Cr%7Cur%29%27/%2Cend%3A/%27/%2Crelevance%3A10%7D%2C%7Bbegin%3A/%28u%7Cr%7Cur%29%22/%2Cend%3A/%22/%2Crelevance%3A10%7D%2C%7Bbegin%3A/%28b%7Cbr%29%27/%2Cend%3A/%27/%7D%2C%7Bbegin%3A/%28b%7Cbr%29%22/%2Cend%3A/%22/%7D%2Chljs.APOS_STRING_MODE%2Chljs.QUOTE_STRING_MODE%5D%7D%3Bvar%20NUMBER%3D%7BclassName%3A%22number%22%2Crelevance%3A0%2Cvariants%3A%5B%7Bbegin%3Ahljs.BINARY_NUMBER_RE+%22%5BlLjJ%5D%3F%22%7D%2C%7Bbegin%3A%22%5C%5Cb%280o%5B0-7%5D+%29%5BlLjJ%5D%3F%22%7D%2C%7Bbegin%3Ahljs.C_NUMBER_RE+%22%5BlLjJ%5D%3F%22%7D%5D%7D%3Bvar%20PARAMS%3D%7BclassName%3A%22params%22%2Cbegin%3A/%5C%28/%2Cend%3A/%5C%29/%2Ccontains%3A%5B%22self%22%2CPROMPT%2CNUMBER%2CSTRING%5D%7D%3Bvar%20FUNC_CLASS_PROTO%3D%7Bend%3A/%3A/%2Cillegal%3A/%5B%24%7B%3D%3B%5Cn%5D/%2Ccontains%3A%5Bhljs.UNDERSCORE_TITLE_MODE%2CPARAMS%5D%7D%3Breturn%7Baliases%3A%5B%22py%22%2C%22gyp%22%5D%2Ckeywords%3A%7Bkeyword%3A%22and%20elif%20is%20global%20as%20in%20if%20from%20raise%20for%20except%20finally%20print%20import%20pass%20return%20%22+%22exec%20else%20break%20not%20with%20class%20assert%20yield%20try%20while%20continue%20del%20or%20def%20lambda%20%22+%22nonlocal%7C10%20None%20True%20False%22%2Cbuilt_in%3A%22Ellipsis%20NotImplemented%22%7D%2Cillegal%3A/%28%3C%5C/%7C-%3E%7C%5C%3F%29/%2Ccontains%3A%5BPROMPT%2CNUMBER%2CSTRING%2Chljs.HASH_COMMENT_MODE%2Chljs.inherit%28FUNC_CLASS_PROTO%2C%7BclassName%3A%22function%22%2CbeginKeywords%3A%22def%22%2Crelevance%3A10%7D%29%2Chljs.inherit%28FUNC_CLASS_PROTO%2C%7BclassName%3A%22class%22%2CbeginKeywords%3A%22class%22%7D%29%2C%7BclassName%3A%22decorator%22%2Cbegin%3A/@/%2Cend%3A/%24/%7D%2C%7Bbegin%3A/%5Cb%28print%7Cexec%29%5C%28/%7D%5D%7D%7D%7D%2C%7Bname%3A%22bash%22%2Ccreate%3Afunction%28hljs%29%7Bvar%20VAR%3D%7BclassName%3A%22variable%22%2Cvariants%3A%5B%7Bbegin%3A/%5C%24%5B%5Cw%5Cd%23@%5D%5B%5Cw%5Cd_%5D*/%7D%2C%7Bbegin%3A/%5C%24%5C%7B%28.*%3F%29%5C%7D/%7D%5D%7D%3Bvar%20QUOTE_STRING%3D%7BclassName%3A%22string%22%2Cbegin%3A/%22/%2Cend%3A/%22/%2Ccontains%3A%5Bhljs.BACKSLASH_ESCAPE%2CVAR%2C%7BclassName%3A%22variable%22%2Cbegin%3A/%5C%24%5C%28/%2Cend%3A/%5C%29/%2Ccontains%3A%5Bhljs.BACKSLASH_ESCAPE%5D%7D%5D%7D%3Bvar%20APOS_STRING%3D%7BclassName%3A%22string%22%2Cbegin%3A/%27/%2Cend%3A/%27/%7D%3Breturn%7Baliases%3A%5B%22sh%22%2C%22zsh%22%5D%2Clexemes%3A/-%3F%5Ba-z%5C.%5D+/%2Ckeywords%3A%7Bkeyword%3A%22if%20then%20else%20elif%20fi%20for%20break%20continue%20while%20in%20do%20done%20exit%20return%20set%20%22+%22declare%20case%20esac%20export%20exec%22%2Cliteral%3A%22true%20false%22%2Cbuilt_in%3A%22printf%20echo%20read%20cd%20pwd%20pushd%20popd%20dirs%20let%20eval%20unset%20typeset%20readonly%20%22+%22getopts%20source%20shopt%20caller%20type%20hash%20bind%20help%20sudo%22%2Coperator%3A%22-ne%20-eq%20-lt%20-gt%20-f%20-d%20-e%20-s%20-l%20-a%22%7D%2Ccontains%3A%5B%7BclassName%3A%22shebang%22%2Cbegin%3A/%5E%23%21%5B%5E%5Cn%5D+sh%5Cs*%24/%2Crelevance%3A10%7D%2C%7BclassName%3A%22function%22%2Cbegin%3A/%5Cw%5B%5Cw%5Cd_%5D*%5Cs*%5C%28%5Cs*%5C%29%5Cs*%5C%7B/%2CreturnBegin%3Atrue%2Ccontains%3A%5Bhljs.inherit%28hljs.TITLE_MODE%2C%7Bbegin%3A/%5Cw%5B%5Cw%5Cd_%5D*/%7D%29%5D%2Crelevance%3A0%7D%2Chljs.HASH_COMMENT_MODE%2Chljs.NUMBER_MODE%2CQUOTE_STRING%2CAPOS_STRING%2CVAR%5D%7D%7D%7D%2C%7Bname%3A%22java%22%2Ccreate%3Afunction%28hljs%29%7Bvar%20KEYWORDS%3D%22false%20synchronized%20int%20abstract%20float%20private%20char%20boolean%20static%20null%20if%20const%20%22+%22for%20true%20while%20long%20throw%20strictfp%20finally%20protected%20import%20native%20final%20return%20void%20%22+%22enum%20else%20break%20transient%20new%20catch%20instanceof%20byte%20super%20volatile%20case%20assert%20short%20%22+%22package%20default%20double%20public%20try%20this%20switch%20continue%20throws%22%3Breturn%7Baliases%3A%5B%22jsp%22%5D%2Ckeywords%3AKEYWORDS%2Cillegal%3A/%3C%5C//%2Ccontains%3A%5B%7BclassName%3A%22javadoc%22%2Cbegin%3A%22/%5C%5C*%5C%5C*%22%2Cend%3A%22%5C%5C*/%22%2Ccontains%3A%5B%7BclassName%3A%22javadoctag%22%2Cbegin%3A%22%28%5E%7C%5C%5Cs%29@%5BA-Za-z%5D+%22%7D%5D%2Crelevance%3A10%7D%2Chljs.C_LINE_COMMENT_MODE%2Chljs.C_BLOCK_COMMENT_MODE%2Chljs.APOS_STRING_MODE%2Chljs.QUOTE_STRING_MODE%2C%7BbeginKeywords%3A%22protected%20public%20private%22%2Cend%3A/%5B%7B%3B%3D%5D/%2Ckeywords%3AKEYWORDS%2Ccontains%3A%5B%7BclassName%3A%22class%22%2CbeginKeywords%3A%22class%20interface%22%2CendsWithParent%3Atrue%2CexcludeEnd%3Atrue%2Cillegal%3A/%5B%3A%22%3C%3E%5D/%2Ccontains%3A%5B%7BbeginKeywords%3A%22extends%20implements%22%2Crelevance%3A10%7D%2Chljs.UNDERSCORE_TITLE_MODE%5D%7D%2C%7Bbegin%3Ahljs.UNDERSCORE_IDENT_RE+%22%5C%5Cs*%5C%5C%28%22%2CreturnBegin%3Atrue%2Ccontains%3A%5Bhljs.UNDERSCORE_TITLE_MODE%5D%7D%5D%7D%2Chljs.C_NUMBER_MODE%2C%7BclassName%3A%22annotation%22%2Cbegin%3A%22@%5BA-Za-z%5D+%22%7D%5D%7D%7D%7D%2C%7Bname%3A%22php%22%2Ccreate%3Afunction%28hljs%29%7Bvar%20VARIABLE%3D%7BclassName%3A%22variable%22%2Cbegin%3A%22%5C%5C%24+%5Ba-zA-Z_%7F-%FF%5D%5Ba-zA-Z0-9_%7F-%FF%5D*%22%7D%3Bvar%20PREPROCESSOR%3D%7BclassName%3A%22preprocessor%22%2Cbegin%3A/%3C%5C%3F%28php%29%3F%7C%5C%3F%3E/%7D%3Bvar%20STRING%3D%7BclassName%3A%22string%22%2Ccontains%3A%5Bhljs.BACKSLASH_ESCAPE%2CPREPROCESSOR%5D%2Cvariants%3A%5B%7Bbegin%3A%27b%22%27%2Cend%3A%27%22%27%7D%2C%7Bbegin%3A%22b%27%22%2Cend%3A%22%27%22%7D%2Chljs.inherit%28hljs.APOS_STRING_MODE%2C%7Billegal%3Anull%7D%29%2Chljs.inherit%28hljs.QUOTE_STRING_MODE%2C%7Billegal%3Anull%7D%29%5D%7D%3Bvar%20NUMBER%3D%7Bvariants%3A%5Bhljs.BINARY_NUMBER_MODE%2Chljs.C_NUMBER_MODE%5D%7D%3Breturn%7Baliases%3A%5B%22php3%22%2C%22php4%22%2C%22php5%22%2C%22php6%22%5D%2Ccase_insensitive%3Atrue%2Ckeywords%3A%22and%20include_once%20list%20abstract%20global%20private%20echo%20interface%20as%20static%20endswitch%20%22+%22array%20null%20if%20endwhile%20or%20const%20for%20endforeach%20self%20var%20while%20isset%20public%20%22+%22protected%20exit%20foreach%20throw%20elseif%20include%20__FILE__%20empty%20require_once%20do%20xor%20%22+%22return%20parent%20clone%20use%20__CLASS__%20__LINE__%20else%20break%20print%20eval%20new%20%22+%22catch%20__METHOD__%20case%20exception%20default%20die%20require%20__FUNCTION__%20%22+%22enddeclare%20final%20try%20switch%20continue%20endfor%20endif%20declare%20unset%20true%20false%20%22+%22trait%20goto%20instanceof%20insteadof%20__DIR__%20__NAMESPACE__%20%22+%22yield%20finally%22%2Ccontains%3A%5Bhljs.C_LINE_COMMENT_MODE%2Chljs.HASH_COMMENT_MODE%2C%7BclassName%3A%22comment%22%2Cbegin%3A%22/%5C%5C*%22%2Cend%3A%22%5C%5C*/%22%2Ccontains%3A%5B%7BclassName%3A%22phpdoc%22%2Cbegin%3A%22%5C%5Cs@%5BA-Za-z%5D+%22%7D%2CPREPROCESSOR%5D%7D%2C%7BclassName%3A%22comment%22%2Cbegin%3A%22__halt_compiler.+%3F%3B%22%2CendsWithParent%3Atrue%2Ckeywords%3A%22__halt_compiler%22%2Clexemes%3Ahljs.UNDERSCORE_IDENT_RE%7D%2C%7BclassName%3A%22string%22%2Cbegin%3A%22%3C%3C%3C%5B%27%5C%22%5D%3F%5C%5Cw+%5B%27%5C%22%5D%3F%24%22%2Cend%3A%22%5E%5C%5Cw+%3B%22%2Ccontains%3A%5Bhljs.BACKSLASH_ESCAPE%5D%7D%2CPREPROCESSOR%2CVARIABLE%2C%7BclassName%3A%22function%22%2CbeginKeywords%3A%22function%22%2Cend%3A/%5B%3B%7B%5D/%2CexcludeEnd%3Atrue%2Cillegal%3A%22%5C%5C%24%7C%5C%5C%5B%7C%25%22%2Ccontains%3A%5Bhljs.UNDERSCORE_TITLE_MODE%2C%7BclassName%3A%22params%22%2Cbegin%3A%22%5C%5C%28%22%2Cend%3A%22%5C%5C%29%22%2Ccontains%3A%5B%22self%22%2CVARIABLE%2Chljs.C_BLOCK_COMMENT_MODE%2CSTRING%2CNUMBER%5D%7D%5D%7D%2C%7BclassName%3A%22class%22%2CbeginKeywords%3A%22class%20interface%22%2Cend%3A%22%7B%22%2CexcludeEnd%3Atrue%2Cillegal%3A/%5B%3A%5C%28%5C%24%22%5D/%2Ccontains%3A%5B%7BbeginKeywords%3A%22extends%20implements%22%2Crelevance%3A10%7D%2Chljs.UNDERSCORE_TITLE_MODE%5D%7D%2C%7BbeginKeywords%3A%22namespace%22%2Cend%3A%22%3B%22%2Cillegal%3A/%5B%5C.%27%5D/%2Ccontains%3A%5Bhljs.UNDERSCORE_TITLE_MODE%5D%7D%2C%7BbeginKeywords%3A%22use%22%2Cend%3A%22%3B%22%2Ccontains%3A%5Bhljs.UNDERSCORE_TITLE_MODE%5D%7D%2C%7Bbegin%3A%22%3D%3E%22%7D%2CSTRING%2CNUMBER%5D%7D%7D%7D%2C%7Bname%3A%22perl%22%2Ccreate%3Afunction%28hljs%29%7Bvar%20PERL_KEYWORDS%3D%22getpwent%20getservent%20quotemeta%20msgrcv%20scalar%20kill%20dbmclose%20undef%20lc%20%22+%22ma%20syswrite%20tr%20send%20umask%20sysopen%20shmwrite%20vec%20qx%20utime%20local%20oct%20semctl%20localtime%20%22+%22readpipe%20do%20return%20format%20read%20sprintf%20dbmopen%20pop%20getpgrp%20not%20getpwnam%20rewinddir%20qq%22+%22fileno%20qw%20endprotoent%20wait%20sethostent%20bless%20s%7C0%20opendir%20continue%20each%20sleep%20endgrent%20%22+%22shutdown%20dump%20chomp%20connect%20getsockname%20die%20socketpair%20close%20flock%20exists%20index%20shmget%22+%22sub%20for%20endpwent%20redo%20lstat%20msgctl%20setpgrp%20abs%20exit%20select%20print%20ref%20gethostbyaddr%20%22+%22unshift%20fcntl%20syscall%20goto%20getnetbyaddr%20join%20gmtime%20symlink%20semget%20splice%20x%7C0%20%22+%22getpeername%20recv%20log%20setsockopt%20cos%20last%20reverse%20gethostbyname%20getgrnam%20study%20formline%20%22+%22endhostent%20times%20chop%20length%20gethostent%20getnetent%20pack%20getprotoent%20getservbyname%20rand%20%22+%22mkdir%20pos%20chmod%20y%7C0%20substr%20endnetent%20printf%20next%20open%20msgsnd%20readdir%20use%20unlink%20%22+%22getsockopt%20getpriority%20rindex%20wantarray%20hex%20system%20getservbyport%20endservent%20int%20chr%20%22+%22untie%20rmdir%20prototype%20tell%20listen%20fork%20shmread%20ucfirst%20setprotoent%20else%20sysseek%20link%20%22+%22getgrgid%20shmctl%20waitpid%20unpack%20getnetbyname%20reset%20chdir%20grep%20split%20require%20caller%20%22+%22lcfirst%20until%20warn%20while%20values%20shift%20telldir%20getpwuid%20my%20getprotobynumber%20delete%20and%20%22+%22sort%20uc%20defined%20srand%20accept%20package%20seekdir%20getprotobyname%20semop%20our%20rename%20seek%20if%20q%7C0%20%22+%22chroot%20sysread%20setpwent%20no%20crypt%20getc%20chown%20sqrt%20write%20setnetent%20setpriority%20foreach%20%22+%22tie%20sin%20msgget%20map%20stat%20getlogin%20unless%20elsif%20truncate%20exec%20keys%20glob%20tied%20closedir%22+%22ioctl%20socket%20readlink%20eval%20xor%20readline%20binmode%20setservent%20eof%20ord%20bind%20alarm%20pipe%20%22+%22atan2%20getgrent%20exp%20time%20push%20setgrent%20gt%20lt%20or%20ne%20m%7C0%20break%20given%20say%20state%20when%22%3Bvar%20SUBST%3D%7BclassName%3A%22subst%22%2Cbegin%3A%22%5B%24@%5D%5C%5C%7B%22%2Cend%3A%22%5C%5C%7D%22%2Ckeywords%3APERL_KEYWORDS%7D%3Bvar%20METHOD%3D%7Bbegin%3A%22-%3E%7B%22%2Cend%3A%22%7D%22%7D%3Bvar%20VAR%3D%7BclassName%3A%22variable%22%2Cvariants%3A%5B%7Bbegin%3A/%5C%24%5Cd/%7D%2C%7Bbegin%3A/%5B%5C%24%5C%25%5C@%5C*%5D%28%5C%5E%5Cw%5Cb%7C%23%5Cw+%28%5C%3A%5C%3A%5Cw+%29*%7C%7B%5Cw+%7D%7C%5Cw+%28%5C%3A%5C%3A%5Cw*%29*%29/%7D%2C%7Bbegin%3A/%5B%5C%24%5C%25%5C@%5C*%5D%5B%5E%5Cs%5Cw%7B%5D/%2Crelevance%3A0%7D%5D%7D%3Bvar%20COMMENT%3D%7BclassName%3A%22comment%22%2Cbegin%3A%22%5E%28__END__%7C__DATA__%29%22%2Cend%3A%22%5C%5Cn%24%22%2Crelevance%3A5%7D%3Bvar%20STRING_CONTAINS%3D%5Bhljs.BACKSLASH_ESCAPE%2CSUBST%2CVAR%5D%3Bvar%20PERL_DEFAULT_CONTAINS%3D%5BVAR%2Chljs.HASH_COMMENT_MODE%2CCOMMENT%2C%7BclassName%3A%22comment%22%2Cbegin%3A%22%5E%5C%5C%3D%5C%5Cw%22%2Cend%3A%22%5C%5C%3Dcut%22%2CendsWithParent%3Atrue%7D%2CMETHOD%2C%7BclassName%3A%22string%22%2Ccontains%3ASTRING_CONTAINS%2Cvariants%3A%5B%7Bbegin%3A%22q%5Bqwxr%5D%3F%5C%5Cs*%5C%5C%28%22%2Cend%3A%22%5C%5C%29%22%2Crelevance%3A5%7D%2C%7Bbegin%3A%22q%5Bqwxr%5D%3F%5C%5Cs*%5C%5C%5B%22%2Cend%3A%22%5C%5C%5D%22%2Crelevance%3A5%7D%2C%7Bbegin%3A%22q%5Bqwxr%5D%3F%5C%5Cs*%5C%5C%7B%22%2Cend%3A%22%5C%5C%7D%22%2Crelevance%3A5%7D%2C%7Bbegin%3A%22q%5Bqwxr%5D%3F%5C%5Cs*%5C%5C%7C%22%2Cend%3A%22%5C%5C%7C%22%2Crelevance%3A5%7D%2C%7Bbegin%3A%22q%5Bqwxr%5D%3F%5C%5Cs*%5C%5C%3C%22%2Cend%3A%22%5C%5C%3E%22%2Crelevance%3A5%7D%2C%7Bbegin%3A%22qw%5C%5Cs+q%22%2Cend%3A%22q%22%2Crelevance%3A5%7D%2C%7Bbegin%3A%22%27%22%2Cend%3A%22%27%22%2Ccontains%3A%5Bhljs.BACKSLASH_ESCAPE%5D%7D%2C%7Bbegin%3A%27%22%27%2Cend%3A%27%22%27%7D%2C%7Bbegin%3A%22%60%22%2Cend%3A%22%60%22%2Ccontains%3A%5Bhljs.BACKSLASH_ESCAPE%5D%7D%2C%7Bbegin%3A%22%7B%5C%5Cw+%7D%22%2Ccontains%3A%5B%5D%2Crelevance%3A0%7D%2C%7Bbegin%3A%22-%3F%5C%5Cw+%5C%5Cs*%5C%5C%3D%5C%5C%3E%22%2Ccontains%3A%5B%5D%2Crelevance%3A0%7D%5D%7D%2C%7BclassName%3A%22number%22%2Cbegin%3A%22%28%5C%5Cb0%5B0-7_%5D+%29%7C%28%5C%5Cb0x%5B0-9a-fA-F_%5D+%29%7C%28%5C%5Cb%5B1-9%5D%5B0-9_%5D*%28%5C%5C.%5B0-9_%5D+%29%3F%29%7C%5B0_%5D%5C%5Cb%22%2Crelevance%3A0%7D%2C%7Bbegin%3A%22%28%5C%5C/%5C%5C/%7C%22+hljs.RE_STARTERS_RE+%22%7C%5C%5Cb%28split%7Creturn%7Cprint%7Creverse%7Cgrep%29%5C%5Cb%29%5C%5Cs*%22%2Ckeywords%3A%22split%20return%20print%20reverse%20grep%22%2Crelevance%3A0%2Ccontains%3A%5Bhljs.HASH_COMMENT_MODE%2CCOMMENT%2C%7BclassName%3A%22regexp%22%2Cbegin%3A%22%28s%7Ctr%7Cy%29/%28%5C%5C%5C%5C.%7C%5B%5E/%5D%29*/%28%5C%5C%5C%5C.%7C%5B%5E/%5D%29*/%5Ba-z%5D*%22%2Crelevance%3A10%7D%2C%7BclassName%3A%22regexp%22%2Cbegin%3A%22%28m%7Cqr%29%3F/%22%2Cend%3A%22/%5Ba-z%5D*%22%2Ccontains%3A%5Bhljs.BACKSLASH_ESCAPE%5D%2Crelevance%3A0%7D%5D%7D%2C%7BclassName%3A%22sub%22%2CbeginKeywords%3A%22sub%22%2Cend%3A%22%28%5C%5Cs*%5C%5C%28.*%3F%5C%5C%29%29%3F%5B%3B%7B%5D%22%2Crelevance%3A5%7D%2C%7BclassName%3A%22operator%22%2Cbegin%3A%22-%5C%5Cw%5C%5Cb%22%2Crelevance%3A0%7D%5D%3BSUBST.contains%3DPERL_DEFAULT_CONTAINS%3BMETHOD.contains%3DPERL_DEFAULT_CONTAINS%3Breturn%7Baliases%3A%5B%22pl%22%5D%2Ckeywords%3APERL_KEYWORDS%2Ccontains%3APERL_DEFAULT_CONTAINS%7D%7D%7D%2C%7Bname%3A%22cpp%22%2Ccreate%3Afunction%28hljs%29%7Bvar%20CPP_KEYWORDS%3D%7Bkeyword%3A%22false%20int%20float%20while%20private%20char%20catch%20export%20virtual%20operator%20sizeof%20%22+%22dynamic_cast%7C10%20typedef%20const_cast%7C10%20const%20struct%20for%20static_cast%7C10%20union%20namespace%20%22+%22unsigned%20long%20throw%20volatile%20static%20protected%20bool%20template%20mutable%20if%20public%20friend%20%22+%22do%20return%20goto%20auto%20void%20enum%20else%20break%20new%20extern%20using%20true%20class%20asm%20case%20typeid%20%22+%22short%20reinterpret_cast%7C10%20default%20double%20register%20explicit%20signed%20typename%20try%20this%20%22+%22switch%20continue%20wchar_t%20inline%20delete%20alignof%20char16_t%20char32_t%20constexpr%20decltype%20%22+%22noexcept%20nullptr%20static_assert%20thread_local%20restrict%20_Bool%20complex%20_Complex%20_Imaginary%22%2Cbuilt_in%3A%22std%20string%20cin%20cout%20cerr%20clog%20stringstream%20istringstream%20ostringstream%20%22+%22auto_ptr%20deque%20list%20queue%20stack%20vector%20map%20set%20bitset%20multiset%20multimap%20unordered_set%20%22+%22unordered_map%20unordered_multiset%20unordered_multimap%20array%20shared_ptr%20abort%20abs%20acos%20%22+%22asin%20atan2%20atan%20calloc%20ceil%20cosh%20cos%20exit%20exp%20fabs%20floor%20fmod%20fprintf%20fputs%20free%20frexp%20%22+%22fscanf%20isalnum%20isalpha%20iscntrl%20isdigit%20isgraph%20islower%20isprint%20ispunct%20isspace%20isupper%20%22+%22isxdigit%20tolower%20toupper%20labs%20ldexp%20log10%20log%20malloc%20memchr%20memcmp%20memcpy%20memset%20modf%20pow%20%22+%22printf%20putchar%20puts%20scanf%20sinh%20sin%20snprintf%20sprintf%20sqrt%20sscanf%20strcat%20strchr%20strcmp%20%22+%22strcpy%20strcspn%20strlen%20strncat%20strncmp%20strncpy%20strpbrk%20strrchr%20strspn%20strstr%20tanh%20tan%20%22+%22vfprintf%20vprintf%20vsprintf%22%7D%3Breturn%7Baliases%3A%5B%22c%22%2C%22h%22%2C%22c++%22%2C%22h++%22%5D%2Ckeywords%3ACPP_KEYWORDS%2Cillegal%3A%22%3C/%22%2Ccontains%3A%5Bhljs.C_LINE_COMMENT_MODE%2Chljs.C_BLOCK_COMMENT_MODE%2Chljs.QUOTE_STRING_MODE%2C%7BclassName%3A%22string%22%2Cbegin%3A%22%27%5C%5C%5C%5C%3F.%22%2Cend%3A%22%27%22%2Cillegal%3A%22.%22%7D%2C%7BclassName%3A%22number%22%2Cbegin%3A%22%5C%5Cb%28%5C%5Cd+%28%5C%5C.%5C%5Cd*%29%3F%7C%5C%5C.%5C%5Cd+%29%28u%7CU%7Cl%7CL%7Cul%7CUL%7Cf%7CF%29%22%7D%2Chljs.C_NUMBER_MODE%2C%7BclassName%3A%22preprocessor%22%2Cbegin%3A%22%23%22%2Cend%3A%22%24%22%2Ckeywords%3A%22if%20else%20elif%20endif%20define%20undef%20warning%20error%20line%20pragma%22%2Ccontains%3A%5B%7Bbegin%3A%27include%5C%5Cs*%5B%3C%22%5D%27%2Cend%3A%27%5B%3E%22%5D%27%2Ckeywords%3A%22include%22%2Cillegal%3A%22%5C%5Cn%22%7D%2Chljs.C_LINE_COMMENT_MODE%5D%7D%2C%7BclassName%3A%22stl_container%22%2Cbegin%3A%22%5C%5Cb%28deque%7Clist%7Cqueue%7Cstack%7Cvector%7Cmap%7Cset%7Cbitset%7Cmultiset%7Cmultimap%7Cunordered_map%7Cunordered_set%7Cunordered_multiset%7Cunordered_multimap%7Carray%29%5C%5Cs*%3C%22%2Cend%3A%22%3E%22%2Ckeywords%3ACPP_KEYWORDS%2Crelevance%3A10%2Ccontains%3A%5B%22self%22%5D%7D%2C%7Bbegin%3Ahljs.IDENT_RE+%22%3A%3A%22%7D%5D%7D%7D%7D%2C%7Bname%3A%22objectivec%22%2Ccreate%3Afunction%28hljs%29%7Bvar%20OBJC_KEYWORDS%3D%7Bkeyword%3A%22int%20float%20while%20char%20export%20sizeof%20typedef%20const%20struct%20for%20union%20%22+%22unsigned%20long%20volatile%20static%20bool%20mutable%20if%20do%20return%20goto%20void%20%22+%22enum%20else%20break%20extern%20asm%20case%20short%20default%20double%20register%20explicit%20%22+%22signed%20typename%20this%20switch%20continue%20wchar_t%20inline%20readonly%20assign%20%22+%22self%20synchronized%20id%20%22+%22nonatomic%20super%20unichar%20IBOutlet%20IBAction%20strong%20weak%20%22+%22@private%20@protected%20@public%20@try%20@property%20@end%20@throw%20@catch%20@finally%20%22+%22@synthesize%20@dynamic%20@selector%20@optional%20@required%22%2Cliteral%3A%22false%20true%20FALSE%20TRUE%20nil%20YES%20NO%20NULL%22%2Cbuilt_in%3A%22NSString%20NSDictionary%20CGRect%20CGPoint%20UIButton%20UILabel%20UITextView%20UIWebView%20MKMapView%20%22+%22UISegmentedControl%20NSObject%20UITableViewDelegate%20UITableViewDataSource%20NSThread%20%22+%22UIActivityIndicator%20UITabbar%20UIToolBar%20UIBarButtonItem%20UIImageView%20NSAutoreleasePool%20%22+%22UITableView%20BOOL%20NSInteger%20CGFloat%20NSException%20NSLog%20NSMutableString%20NSMutableArray%20%22+%22NSMutableDictionary%20NSURL%20NSIndexPath%20CGSize%20UITableViewCell%20UIView%20UIViewController%20%22+%22UINavigationBar%20UINavigationController%20UITabBarController%20UIPopoverController%20%22+%22UIPopoverControllerDelegate%20UIImage%20NSNumber%20UISearchBar%20NSFetchedResultsController%20%22+%22NSFetchedResultsChangeType%20UIScrollView%20UIScrollViewDelegate%20UIEdgeInsets%20UIColor%20%22+%22UIFont%20UIApplication%20NSNotFound%20NSNotificationCenter%20NSNotification%20%22+%22UILocalNotification%20NSBundle%20NSFileManager%20NSTimeInterval%20NSDate%20NSCalendar%20%22+%22NSUserDefaults%20UIWindow%20NSRange%20NSArray%20NSError%20NSURLRequest%20NSURLConnection%20%22+%22UIInterfaceOrientation%20MPMoviePlayerController%20dispatch_once_t%20%22+%22dispatch_queue_t%20dispatch_sync%20dispatch_async%20dispatch_once%22%7D%3Bvar%20LEXEMES%3D/%5Ba-zA-Z@%5D%5Ba-zA-Z0-9_%5D*/%3Bvar%20CLASS_KEYWORDS%3D%22@interface%20@class%20@protocol%20@implementation%22%3Breturn%7Baliases%3A%5B%22m%22%2C%22mm%22%2C%22objc%22%2C%22obj-c%22%5D%2Ckeywords%3AOBJC_KEYWORDS%2Clexemes%3ALEXEMES%2Cillegal%3A%22%3C/%22%2Ccontains%3A%5Bhljs.C_LINE_COMMENT_MODE%2Chljs.C_BLOCK_COMMENT_MODE%2Chljs.C_NUMBER_MODE%2Chljs.QUOTE_STRING_MODE%2C%7BclassName%3A%22string%22%2Cbegin%3A%22%27%22%2Cend%3A%22%5B%5E%5C%5C%5C%5C%5D%27%22%2Cillegal%3A%22%5B%5E%5C%5C%5C%5C%5D%5B%5E%27%5D%22%7D%2C%7BclassName%3A%22preprocessor%22%2Cbegin%3A%22%23import%22%2Cend%3A%22%24%22%2Ccontains%3A%5B%7BclassName%3A%22title%22%2Cbegin%3A%27%22%27%2Cend%3A%27%22%27%7D%2C%7BclassName%3A%22title%22%2Cbegin%3A%22%3C%22%2Cend%3A%22%3E%22%7D%5D%7D%2C%7BclassName%3A%22preprocessor%22%2Cbegin%3A%22%23%22%2Cend%3A%22%24%22%7D%2C%7BclassName%3A%22class%22%2Cbegin%3A%22%28%22+CLASS_KEYWORDS.split%28%22%20%22%29.join%28%22%7C%22%29+%22%29%5C%5Cb%22%2Cend%3A%22%28%7B%7C%24%29%22%2CexcludeEnd%3Atrue%2Ckeywords%3ACLASS_KEYWORDS%2Clexemes%3ALEXEMES%2Ccontains%3A%5Bhljs.UNDERSCORE_TITLE_MODE%5D%7D%2C%7BclassName%3A%22variable%22%2Cbegin%3A%22%5C%5C.%22+hljs.UNDERSCORE_IDENT_RE%2Crelevance%3A0%7D%5D%7D%7D%7D%2C%7Bname%3A%22cs%22%2Ccreate%3Afunction%28hljs%29%7Bvar%20KEYWORDS%3D%22abstract%20as%20base%20bool%20break%20byte%20case%20catch%20char%20checked%20const%20continue%20decimal%20%22+%22default%20delegate%20do%20double%20else%20enum%20event%20explicit%20extern%20false%20finally%20fixed%20float%20%22+%22for%20foreach%20goto%20if%20implicit%20in%20int%20interface%20internal%20is%20lock%20long%20new%20null%20%22+%22object%20operator%20out%20override%20params%20private%20protected%20public%20readonly%20ref%20return%20sbyte%20%22+%22sealed%20short%20sizeof%20stackalloc%20static%20string%20struct%20switch%20this%20throw%20true%20try%20typeof%20%22+%22uint%20ulong%20unchecked%20unsafe%20ushort%20using%20virtual%20volatile%20void%20while%20async%20await%20%22+%22ascending%20descending%20from%20get%20group%20into%20join%20let%20orderby%20partial%20select%20set%20value%20var%20%22+%22where%20yield%22%3Breturn%7Bkeywords%3AKEYWORDS%2Cillegal%3A/%3A%3A/%2Ccontains%3A%5B%7BclassName%3A%22comment%22%2Cbegin%3A%22///%22%2Cend%3A%22%24%22%2CreturnBegin%3Atrue%2Ccontains%3A%5B%7BclassName%3A%22xmlDocTag%22%2Cvariants%3A%5B%7Bbegin%3A%22///%22%2Crelevance%3A0%7D%2C%7Bbegin%3A%22%3C%21--%7C--%3E%22%7D%2C%7Bbegin%3A%22%3C/%3F%22%2Cend%3A%22%3E%22%7D%5D%7D%5D%7D%2Chljs.C_LINE_COMMENT_MODE%2Chljs.C_BLOCK_COMMENT_MODE%2C%7BclassName%3A%22preprocessor%22%2Cbegin%3A%22%23%22%2Cend%3A%22%24%22%2Ckeywords%3A%22if%20else%20elif%20endif%20define%20undef%20warning%20error%20line%20region%20endregion%20pragma%20checksum%22%7D%2C%7BclassName%3A%22string%22%2Cbegin%3A%27@%22%27%2Cend%3A%27%22%27%2Ccontains%3A%5B%7Bbegin%3A%27%22%22%27%7D%5D%7D%2Chljs.APOS_STRING_MODE%2Chljs.QUOTE_STRING_MODE%2Chljs.C_NUMBER_MODE%2C%7BbeginKeywords%3A%22protected%20public%20private%20internal%22%2Cend%3A/%5B%7B%3B%3D%5D/%2Ckeywords%3AKEYWORDS%2Ccontains%3A%5B%7BbeginKeywords%3A%22class%20namespace%20interface%22%2Cstarts%3A%7Bcontains%3A%5Bhljs.TITLE_MODE%5D%7D%7D%2C%7Bbegin%3Ahljs.IDENT_RE+%22%5C%5Cs*%5C%5C%28%22%2CreturnBegin%3Atrue%2Ccontains%3A%5Bhljs.TITLE_MODE%5D%7D%5D%7D%5D%7D%7D%7D%2C%7Bname%3A%22sql%22%2Ccreate%3Afunction%28hljs%29%7Bvar%20COMMENT_MODE%3D%7BclassName%3A%22comment%22%2Cbegin%3A%22--%22%2Cend%3A%22%24%22%7D%3Breturn%7Bcase_insensitive%3Atrue%2Cillegal%3A/%5B%3C%3E%5D/%2Ccontains%3A%5B%7BclassName%3A%22operator%22%2CbeginKeywords%3A%22begin%20end%20start%20commit%20rollback%20savepoint%20lock%20alter%20create%20drop%20rename%20call%20%22+%22delete%20do%20handler%20insert%20load%20replace%20select%20truncate%20update%20set%20show%20pragma%20grant%20%22+%22merge%20describe%20use%20explain%20help%20declare%20prepare%20execute%20deallocate%20savepoint%20release%20%22+%22unlock%20purge%20reset%20change%20stop%20analyze%20cache%20flush%20optimize%20repair%20kill%20%22+%22install%20uninstall%20checksum%20restore%20check%20backup%22%2Cend%3A/%3B/%2CendsWithParent%3Atrue%2Ckeywords%3A%7Bkeyword%3A%22abs%20absolute%20acos%20action%20add%20adddate%20addtime%20aes_decrypt%20aes_encrypt%20after%20aggregate%20all%20allocate%20alter%20%22+%22analyze%20and%20any%20are%20as%20asc%20ascii%20asin%20assertion%20at%20atan%20atan2%20atn2%20authorization%20authors%20avg%20backup%20%22+%22before%20begin%20benchmark%20between%20bin%20binlog%20bit_and%20bit_count%20bit_length%20bit_or%20bit_xor%20both%20by%20%22+%22cache%20call%20cascade%20cascaded%20case%20cast%20catalog%20ceil%20ceiling%20chain%20change%20changed%20char_length%20%22+%22character_length%20charindex%20charset%20check%20checksum%20checksum_agg%20choose%20close%20coalesce%20%22+%22coercibility%20collate%20collation%20collationproperty%20column%20columns%20columns_updated%20commit%20compress%20concat%20%22+%22concat_ws%20concurrent%20connect%20connection%20connection_id%20consistent%20constraint%20constraints%20continue%20%22+%22contributors%20conv%20convert%20convert_tz%20corresponding%20cos%20cot%20count%20count_big%20crc32%20create%20cross%20cume_dist%20%22+%22curdate%20current%20current_date%20current_time%20current_timestamp%20current_user%20cursor%20curtime%20data%20database%20%22+%22databases%20datalength%20date_add%20date_format%20date_sub%20dateadd%20datediff%20datefromparts%20datename%20%22+%22datepart%20datetime2fromparts%20datetimeoffsetfromparts%20day%20dayname%20dayofmonth%20dayofweek%20dayofyear%20%22+%22deallocate%20declare%20decode%20default%20deferrable%20deferred%20degrees%20delayed%20delete%20des_decrypt%20%22+%22des_encrypt%20des_key_file%20desc%20describe%20descriptor%20diagnostics%20difference%20disconnect%20distinct%20%22+%22distinctrow%20div%20do%20domain%20double%20drop%20dumpfile%20each%20else%20elt%20enclosed%20encode%20encrypt%20end%20end-exec%20%22+%22engine%20engines%20eomonth%20errors%20escape%20escaped%20event%20eventdata%20events%20except%20exception%20exec%20execute%20%22+%22exists%20exp%20explain%20export_set%20extended%20external%20extract%20fast%20fetch%20field%20fields%20find_in_set%20%22+%22first%20first_value%20floor%20flush%20for%20force%20foreign%20format%20found%20found_rows%20from%20from_base64%20%22+%22from_days%20from_unixtime%20full%20function%20get%20get_format%20get_lock%20getdate%20getutcdate%20global%20go%20goto%20grant%20%22+%22grants%20greatest%20group%20group_concat%20grouping%20grouping_id%20gtid_subset%20gtid_subtract%20handler%20having%20help%20%22+%22hex%20high_priority%20hosts%20hour%20ident_current%20ident_incr%20ident_seed%20identified%20identity%20if%20ifnull%20ignore%20%22+%22iif%20ilike%20immediate%20in%20index%20indicator%20inet6_aton%20inet6_ntoa%20inet_aton%20inet_ntoa%20infile%20initially%20inner%20%22+%22innodb%20input%20insert%20install%20instr%20intersect%20into%20is%20is_free_lock%20is_ipv4%20%22+%22is_ipv4_compat%20is_ipv4_mapped%20is_not%20is_not_null%20is_used_lock%20isdate%20isnull%20isolation%20join%20key%20kill%20%22+%22language%20last%20last_day%20last_insert_id%20last_value%20lcase%20lead%20leading%20least%20leaves%20left%20len%20lenght%20level%20%22+%22like%20limit%20lines%20ln%20load%20load_file%20local%20localtime%20localtimestamp%20locate%20lock%20log%20log10%20log2%20logfile%20%22+%22logs%20low_priority%20lower%20lpad%20ltrim%20make_set%20makedate%20maketime%20master%20master_pos_wait%20match%20matched%20max%20%22+%22md5%20medium%20merge%20microsecond%20mid%20min%20minute%20mod%20mode%20module%20month%20monthname%20mutex%20name_const%20names%20%22+%22national%20natural%20nchar%20next%20no%20no_write_to_binlog%20not%20now%20nullif%20nvarchar%20oct%20%22+%22octet_length%20of%20old_password%20on%20only%20open%20optimize%20option%20optionally%20or%20ord%20order%20outer%20outfile%20output%20%22+%22pad%20parse%20partial%20partition%20password%20patindex%20percent_rank%20percentile_cont%20percentile_disc%20period_add%20%22+%22period_diff%20pi%20plugin%20position%20pow%20power%20pragma%20precision%20prepare%20preserve%20primary%20prior%20privileges%20%22+%22procedure%20procedure_analyze%20processlist%20profile%20profiles%20public%20publishingservername%20purge%20quarter%20%22+%22query%20quick%20quote%20quotename%20radians%20rand%20read%20references%20regexp%20relative%20relaylog%20release%20%22+%22release_lock%20rename%20repair%20repeat%20replace%20replicate%20reset%20restore%20restrict%20return%20returns%20reverse%20%22+%22revoke%20right%20rlike%20rollback%20rollup%20round%20row%20row_count%20rows%20rpad%20rtrim%20savepoint%20schema%20scroll%20%22+%22sec_to_time%20second%20section%20select%20serializable%20server%20session%20session_user%20set%20sha%20sha1%20sha2%20share%20%22+%22show%20sign%20sin%20size%20slave%20sleep%20smalldatetimefromparts%20snapshot%20some%20soname%20soundex%20%22+%22sounds_like%20space%20sql%20sql_big_result%20sql_buffer_result%20sql_cache%20sql_calc_found_rows%20sql_no_cache%20%22+%22sql_small_result%20sql_variant_property%20sqlstate%20sqrt%20square%20start%20starting%20status%20std%20%22+%22stddev%20stddev_pop%20stddev_samp%20stdev%20stdevp%20stop%20str%20str_to_date%20straight_join%20strcmp%20string%20stuff%20%22+%22subdate%20substr%20substring%20subtime%20subtring_index%20sum%20switchoffset%20sysdate%20sysdatetime%20sysdatetimeoffset%20%22+%22system_user%20sysutcdatetime%20table%20tables%20tablespace%20tan%20temporary%20terminated%20tertiary_weights%20then%20time%20%22+%22time_format%20time_to_sec%20timediff%20timefromparts%20timestamp%20timestampadd%20timestampdiff%20timezone_hour%20%22+%22timezone_minute%20to%20to_base64%20to_days%20to_seconds%20todatetimeoffset%20trailing%20transaction%20translation%20%22+%22trigger%20trigger_nestlevel%20triggers%20trim%20truncate%20try_cast%20try_convert%20try_parse%20ucase%20uncompress%20%22+%22uncompressed_length%20unhex%20unicode%20uninstall%20union%20unique%20unix_timestamp%20unknown%20unlock%20update%20upgrade%20%22+%22upped%20upper%20usage%20use%20user%20user_resources%20using%20utc_date%20utc_time%20utc_timestamp%20uuid%20uuid_short%20%22+%22validate_password_strength%20value%20values%20var%20var_pop%20var_samp%20variables%20variance%20varp%20%22+%22version%20view%20warnings%20week%20weekday%20weekofyear%20weight_string%20when%20whenever%20where%20with%20work%20write%20xml%20%22+%22xor%20year%20yearweek%20zon%22%2Cliteral%3A%22true%20false%20null%22%2Cbuilt_in%3A%22array%20bigint%20binary%20bit%20blob%20boolean%20char%20character%20date%20dec%20decimal%20float%20int%20integer%20interval%20number%20%22+%22numeric%20real%20serial%20smallint%20varchar%20varying%20int8%20serial8%20text%22%7D%2Ccontains%3A%5B%7BclassName%3A%22string%22%2Cbegin%3A%22%27%22%2Cend%3A%22%27%22%2Ccontains%3A%5Bhljs.BACKSLASH_ESCAPE%2C%7Bbegin%3A%22%27%27%22%7D%5D%7D%2C%7BclassName%3A%22string%22%2Cbegin%3A%27%22%27%2Cend%3A%27%22%27%2Ccontains%3A%5Bhljs.BACKSLASH_ESCAPE%2C%7Bbegin%3A%27%22%22%27%7D%5D%7D%2C%7BclassName%3A%22string%22%2Cbegin%3A%22%60%22%2Cend%3A%22%60%22%2Ccontains%3A%5Bhljs.BACKSLASH_ESCAPE%5D%7D%2Chljs.C_NUMBER_MODE%2Chljs.C_BLOCK_COMMENT_MODE%2CCOMMENT_MODE%5D%7D%2Chljs.C_BLOCK_COMMENT_MODE%2CCOMMENT_MODE%5D%7D%7D%7D%2C%7Bname%3A%22xml%22%2Ccreate%3Afunction%28hljs%29%7Bvar%20XML_IDENT_RE%3D%22%5BA-Za-z0-9%5C%5C._%3A-%5D+%22%3Bvar%20PHP%3D%7Bbegin%3A/%3C%5C%3F%28php%29%3F%28%3F%21%5Cw%29/%2Cend%3A/%5C%3F%3E/%2CsubLanguage%3A%22php%22%2CsubLanguageMode%3A%22continuous%22%7D%3Bvar%20TAG_INTERNALS%3D%7BendsWithParent%3Atrue%2Cillegal%3A/%3C/%2Crelevance%3A0%2Ccontains%3A%5BPHP%2C%7BclassName%3A%22attribute%22%2Cbegin%3AXML_IDENT_RE%2Crelevance%3A0%7D%2C%7Bbegin%3A%22%3D%22%2Crelevance%3A0%2Ccontains%3A%5B%7BclassName%3A%22value%22%2Cvariants%3A%5B%7Bbegin%3A/%22/%2Cend%3A/%22/%7D%2C%7Bbegin%3A/%27/%2Cend%3A/%27/%7D%2C%7Bbegin%3A/%5B%5E%5Cs%5C/%3E%5D+/%7D%5D%7D%5D%7D%5D%7D%3Breturn%7Baliases%3A%5B%22html%22%2C%22xhtml%22%2C%22rss%22%2C%22atom%22%2C%22xsl%22%2C%22plist%22%5D%2Ccase_insensitive%3Atrue%2Ccontains%3A%5B%7BclassName%3A%22doctype%22%2Cbegin%3A%22%3C%21DOCTYPE%22%2Cend%3A%22%3E%22%2Crelevance%3A10%2Ccontains%3A%5B%7Bbegin%3A%22%5C%5C%5B%22%2Cend%3A%22%5C%5C%5D%22%7D%5D%7D%2C%7BclassName%3A%22comment%22%2Cbegin%3A%22%3C%21--%22%2Cend%3A%22--%3E%22%2Crelevance%3A10%7D%2C%7BclassName%3A%22cdata%22%2Cbegin%3A%22%3C%5C%5C%21%5C%5C%5BCDATA%5C%5C%5B%22%2Cend%3A%22%5C%5C%5D%5C%5C%5D%3E%22%2Crelevance%3A10%7D%2C%7BclassName%3A%22tag%22%2Cbegin%3A%22%3Cstyle%28%3F%3D%5C%5Cs%7C%3E%7C%24%29%22%2Cend%3A%22%3E%22%2Ckeywords%3A%7Btitle%3A%22style%22%7D%2Ccontains%3A%5BTAG_INTERNALS%5D%2Cstarts%3A%7Bend%3A%22%3C/style%3E%22%2CreturnEnd%3Atrue%2CsubLanguage%3A%22css%22%7D%7D%2C%7BclassName%3A%22tag%22%2Cbegin%3A%22%3Cscript%28%3F%3D%5C%5Cs%7C%3E%7C%24%29%22%2Cend%3A%22%3E%22%2Ckeywords%3A%7Btitle%3A%22script%22%7D%2Ccontains%3A%5BTAG_INTERNALS%5D%2Cstarts%3A%7Bend%3A%22%3C/%22%20+%20%22script%3E%22%2CreturnEnd%3Atrue%2CsubLanguage%3A%22javascript%22%7D%7D%2C%7Bbegin%3A%22%3C%25%22%2Cend%3A%22%25%3E%22%2CsubLanguage%3A%22vbscript%22%7D%2CPHP%2C%7BclassName%3A%22pi%22%2Cbegin%3A/%3C%5C%3F%5Cw+/%2Cend%3A/%5C%3F%3E/%2Crelevance%3A10%7D%2C%7BclassName%3A%22tag%22%2Cbegin%3A%22%3C/%3F%22%2Cend%3A%22/%3F%3E%22%2Ccontains%3A%5B%7BclassName%3A%22title%22%2Cbegin%3A%22%5B%5E%20/%3E%3C%5D+%22%2Crelevance%3A0%7D%2CTAG_INTERNALS%5D%7D%5D%7D%7D%7D%2C%7Bname%3A%22css%22%2Ccreate%3Afunction%28hljs%29%7Bvar%20IDENT_RE%3D%22%5Ba-zA-Z-%5D%5Ba-zA-Z0-9_-%5D*%22%3Bvar%20FUNCTION%3D%7BclassName%3A%22function%22%2Cbegin%3AIDENT_RE+%22%5C%5C%28%22%2CreturnBegin%3Atrue%2CexcludeEnd%3Atrue%2Cend%3A%22%5C%5C%28%22%7D%3Breturn%7Bcase_insensitive%3Atrue%2Cillegal%3A%22%5B%3D/%7C%27%5D%22%2Ccontains%3A%5Bhljs.C_BLOCK_COMMENT_MODE%2C%7BclassName%3A%22id%22%2Cbegin%3A%22%5C%5C%23%5BA-Za-z0-9_-%5D+%22%7D%2C%7BclassName%3A%22class%22%2Cbegin%3A%22%5C%5C.%5BA-Za-z0-9_-%5D+%22%2Crelevance%3A0%7D%2C%7BclassName%3A%22attr_selector%22%2Cbegin%3A%22%5C%5C%5B%22%2Cend%3A%22%5C%5C%5D%22%2Cillegal%3A%22%24%22%7D%2C%7BclassName%3A%22pseudo%22%2Cbegin%3A%22%3A%28%3A%29%3F%5Ba-zA-Z0-9%5C%5C_%5C%5C-%5C%5C+%5C%5C%28%5C%5C%29%5C%5C%5C%22%5C%5C%27%5D+%22%7D%2C%7BclassName%3A%22at_rule%22%2Cbegin%3A%22@%28font-face%7Cpage%29%22%2Clexemes%3A%22%5Ba-z-%5D+%22%2Ckeywords%3A%22font-face%20page%22%7D%2C%7BclassName%3A%22at_rule%22%2Cbegin%3A%22@%22%2Cend%3A%22%5B%7B%3B%5D%22%2Ccontains%3A%5B%7BclassName%3A%22keyword%22%2Cbegin%3A/%5CS+/%7D%2C%7Bbegin%3A/%5Cs/%2CendsWithParent%3Atrue%2CexcludeEnd%3Atrue%2Crelevance%3A0%2Ccontains%3A%5BFUNCTION%2Chljs.APOS_STRING_MODE%2Chljs.QUOTE_STRING_MODE%2Chljs.CSS_NUMBER_MODE%5D%7D%5D%7D%2C%7BclassName%3A%22tag%22%2Cbegin%3AIDENT_RE%2Crelevance%3A0%7D%2C%7BclassName%3A%22rules%22%2Cbegin%3A%22%7B%22%2Cend%3A%22%7D%22%2Cillegal%3A%22%5B%5E%5C%5Cs%5D%22%2Crelevance%3A0%2Ccontains%3A%5Bhljs.C_BLOCK_COMMENT_MODE%2C%7BclassName%3A%22rule%22%2Cbegin%3A%22%5B%5E%5C%5Cs%5D%22%2CreturnBegin%3Atrue%2Cend%3A%22%3B%22%2CendsWithParent%3Atrue%2Ccontains%3A%5B%7BclassName%3A%22attribute%22%2Cbegin%3A%22%5BA-Z%5C%5C_%5C%5C.%5C%5C-%5D+%22%2Cend%3A%22%3A%22%2CexcludeEnd%3Atrue%2Cillegal%3A%22%5B%5E%5C%5Cs%5D%22%2Cstarts%3A%7BclassName%3A%22value%22%2CendsWithParent%3Atrue%2CexcludeEnd%3Atrue%2Ccontains%3A%5BFUNCTION%2Chljs.CSS_NUMBER_MODE%2Chljs.QUOTE_STRING_MODE%2Chljs.APOS_STRING_MODE%2Chljs.C_BLOCK_COMMENT_MODE%2C%7BclassName%3A%22hexcolor%22%2Cbegin%3A%22%23%5B0-9A-Fa-f%5D+%22%7D%2C%7BclassName%3A%22important%22%2Cbegin%3A%22%21important%22%7D%5D%7D%7D%5D%7D%5D%7D%5D%7D%7D%7D%2C%7Bname%3A%22scala%22%2Ccreate%3Afunction%28hljs%29%7Bvar%20ANNOTATION%3D%7BclassName%3A%22annotation%22%2Cbegin%3A%22@%5BA-Za-z%5D+%22%7D%3Bvar%20STRING%3D%7BclassName%3A%22string%22%2Cbegin%3A%27u%3Fr%3F%22%22%22%27%2Cend%3A%27%22%22%22%27%2Crelevance%3A10%7D%3Bvar%20SYMBOL%3D%7BclassName%3A%22symbol%22%2Cbegin%3A%22%27%5C%5Cw%5B%5C%5Cw%5C%5Cd_%5D*%28%3F%21%27%29%22%7D%3Breturn%7Bkeywords%3A%22type%20yield%20lazy%20override%20def%20with%20val%20var%20false%20true%20sealed%20abstract%20private%20trait%20%22+%22object%20null%20if%20for%20while%20throw%20finally%20protected%20extends%20import%20final%20return%20else%20%22+%22break%20new%20catch%20super%20class%20case%20package%20default%20try%20this%20match%20continue%20throws%22%2Ccontains%3A%5B%7BclassName%3A%22javadoc%22%2Cbegin%3A%22/%5C%5C*%5C%5C*%22%2Cend%3A%22%5C%5C*/%22%2Ccontains%3A%5B%7BclassName%3A%22javadoctag%22%2Cbegin%3A%22@%5BA-Za-z%5D+%22%7D%5D%2Crelevance%3A10%7D%2Chljs.C_LINE_COMMENT_MODE%2Chljs.C_BLOCK_COMMENT_MODE%2CSTRING%2Chljs.QUOTE_STRING_MODE%2CSYMBOL%2C%7BclassName%3A%22class%22%2Cbegin%3A%22%28%28case%20%29%3Fclass%20%7Cobject%20%7Ctrait%20%29%22%2Cend%3A%22%28%7B%7C%24%29%22%2CexcludeEnd%3Atrue%2Cillegal%3A%22%3A%22%2Ckeywords%3A%22case%20class%20trait%20object%22%2Ccontains%3A%5B%7BbeginKeywords%3A%22extends%20with%22%2Crelevance%3A10%7D%2Chljs.UNDERSCORE_TITLE_MODE%2C%7BclassName%3A%22params%22%2Cbegin%3A%22%5C%5C%28%22%2Cend%3A%22%5C%5C%29%22%2Ccontains%3A%5Bhljs.QUOTE_STRING_MODE%2CSTRING%2CANNOTATION%5D%7D%5D%7D%2Chljs.C_NUMBER_MODE%2CANNOTATION%5D%7D%7D%7D%2C%7Bname%3A%22coffeescript%22%2Ccreate%3Afunction%28hljs%29%7Bvar%20KEYWORDS%3D%7Bkeyword%3A%22in%20if%20for%20while%20finally%20new%20do%20return%20else%20break%20catch%20instanceof%20throw%20try%20this%20%22+%22switch%20continue%20typeof%20delete%20debugger%20super%20%22+%22then%20unless%20until%20loop%20of%20by%20when%20and%20or%20is%20isnt%20not%22%2Cliteral%3A%22true%20false%20null%20undefined%20%22+%22yes%20no%20on%20off%22%2Creserved%3A%22case%20default%20function%20var%20void%20with%20const%20let%20enum%20export%20import%20native%20%22+%22__hasProp%20__extends%20__slice%20__bind%20__indexOf%22%2Cbuilt_in%3A%22npm%20require%20console%20print%20module%20global%20window%20document%22%7D%3B%0Avar%20JS_IDENT_RE%3D%22%5BA-Za-z%24_%5D%5B0-9A-Za-z%24_%5D*%22%3Bvar%20TITLE%3Dhljs.inherit%28hljs.TITLE_MODE%2C%7Bbegin%3AJS_IDENT_RE%7D%29%3Bvar%20SUBST%3D%7BclassName%3A%22subst%22%2Cbegin%3A/%23%5C%7B/%2Cend%3A/%7D/%2Ckeywords%3AKEYWORDS%7D%3Bvar%20EXPRESSIONS%3D%5Bhljs.BINARY_NUMBER_MODE%2Chljs.inherit%28hljs.C_NUMBER_MODE%2C%7Bstarts%3A%7Bend%3A%22%28%5C%5Cs*/%29%3F%22%2Crelevance%3A0%7D%7D%29%2C%7BclassName%3A%22string%22%2Cvariants%3A%5B%7Bbegin%3A/%27%27%27/%2Cend%3A/%27%27%27/%2Ccontains%3A%5Bhljs.BACKSLASH_ESCAPE%5D%7D%2C%7Bbegin%3A/%27/%2Cend%3A/%27/%2Ccontains%3A%5Bhljs.BACKSLASH_ESCAPE%5D%7D%2C%7Bbegin%3A/%22%22%22/%2Cend%3A/%22%22%22/%2Ccontains%3A%5Bhljs.BACKSLASH_ESCAPE%2CSUBST%5D%7D%2C%7Bbegin%3A/%22/%2Cend%3A/%22/%2Ccontains%3A%5Bhljs.BACKSLASH_ESCAPE%2CSUBST%5D%7D%5D%7D%2C%7BclassName%3A%22regexp%22%2Cvariants%3A%5B%7Bbegin%3A%22///%22%2Cend%3A%22///%22%2Ccontains%3A%5BSUBST%2Chljs.HASH_COMMENT_MODE%5D%7D%2C%7Bbegin%3A%22//%5Bgim%5D*%22%2Crelevance%3A0%7D%2C%7Bbegin%3A%22/%5C%5CS%28%5C%5C%5C%5C.%7C%5B%5E%5C%5Cn%5D%29*%3F/%5Bgim%5D*%28%3F%3D%5C%5Cs%7C%5C%5CW%7C%24%29%22%7D%5D%7D%2C%7BclassName%3A%22property%22%2Cbegin%3A%22@%22+JS_IDENT_RE%7D%2C%7Bbegin%3A%22%60%22%2Cend%3A%22%60%22%2CexcludeBegin%3Atrue%2CexcludeEnd%3Atrue%2CsubLanguage%3A%22javascript%22%7D%5D%3BSUBST.contains%3DEXPRESSIONS%3Breturn%7Baliases%3A%5B%22coffee%22%2C%22cson%22%2C%22iced%22%5D%2Ckeywords%3AKEYWORDS%2Ccontains%3AEXPRESSIONS.concat%28%5B%7BclassName%3A%22comment%22%2Cbegin%3A%22%23%23%23%22%2Cend%3A%22%23%23%23%22%7D%2Chljs.HASH_COMMENT_MODE%2C%7BclassName%3A%22function%22%2Cbegin%3A%22%28%22+JS_IDENT_RE+%22%5C%5Cs*%3D%5C%5Cs*%29%3F%28%5C%5C%28.*%5C%5C%29%29%3F%5C%5Cs*%5C%5CB%5B-%3D%5D%3E%22%2Cend%3A%22%5B-%3D%5D%3E%22%2CreturnBegin%3Atrue%2Ccontains%3A%5BTITLE%2C%7BclassName%3A%22params%22%2Cbegin%3A%22%5C%5C%28%22%2CreturnBegin%3Atrue%2Ccontains%3A%5B%7Bbegin%3A/%5C%28/%2Cend%3A/%5C%29/%2Ckeywords%3AKEYWORDS%2Ccontains%3A%5B%22self%22%5D.concat%28EXPRESSIONS%29%7D%5D%7D%5D%7D%2C%7BclassName%3A%22class%22%2CbeginKeywords%3A%22class%22%2Cend%3A%22%24%22%2Cillegal%3A/%5B%3A%3D%22%5C%5B%5C%5D%5D/%2Ccontains%3A%5B%7BbeginKeywords%3A%22extends%22%2CendsWithParent%3Atrue%2Cillegal%3A/%5B%3A%3D%22%5C%5B%5C%5D%5D/%2Ccontains%3A%5BTITLE%5D%7D%2CTITLE%5D%7D%2C%7BclassName%3A%22attribute%22%2Cbegin%3AJS_IDENT_RE+%22%3A%22%2Cend%3A%22%3A%22%2CreturnBegin%3Atrue%2CexcludeEnd%3Atrue%2Crelevance%3A0%7D%5D%29%7D%7D%7D%2C%7Bname%3A%22lisp%22%2Ccreate%3Afunction%28hljs%29%7Bvar%20LISP_IDENT_RE%3D%22%5Ba-zA-Z_%5C%5C-%5C%5C+%5C%5C*%5C%5C/%5C%5C%3C%5C%5C%3D%5C%5C%3E%5C%5C%26%5C%5C%23%5D%5Ba-zA-Z0-9_%5C%5C-%5C%5C+%5C%5C*%5C%5C/%5C%5C%3C%5C%5C%3D%5C%5C%3E%5C%5C%26%5C%5C%23%21%5D*%22%3Bvar%20LISP_SIMPLE_NUMBER_RE%3D%22%28%5C%5C-%7C%5C%5C+%29%3F%5C%5Cd+%28%5C%5C.%5C%5Cd+%7C%5C%5C/%5C%5Cd+%29%3F%28%28d%7Ce%7Cf%7Cl%7Cs%29%28%5C%5C+%7C%5C%5C-%29%3F%5C%5Cd+%29%3F%22%3Bvar%20SHEBANG%3D%7BclassName%3A%22shebang%22%2Cbegin%3A%22%5E%23%21%22%2Cend%3A%22%24%22%7D%3Bvar%20LITERAL%3D%7BclassName%3A%22literal%22%2Cbegin%3A%22%5C%5Cb%28t%7B1%7D%7Cnil%29%5C%5Cb%22%7D%3Bvar%20NUMBER%3D%7BclassName%3A%22number%22%2Cvariants%3A%5B%7Bbegin%3ALISP_SIMPLE_NUMBER_RE%2Crelevance%3A0%7D%2C%7Bbegin%3A%22%23b%5B0-1%5D+%28/%5B0-1%5D+%29%3F%22%7D%2C%7Bbegin%3A%22%23o%5B0-7%5D+%28/%5B0-7%5D+%29%3F%22%7D%2C%7Bbegin%3A%22%23x%5B0-9a-f%5D+%28/%5B0-9a-f%5D+%29%3F%22%7D%2C%7Bbegin%3A%22%23c%5C%5C%28%22+LISP_SIMPLE_NUMBER_RE+%22%20+%22+LISP_SIMPLE_NUMBER_RE%2Cend%3A%22%5C%5C%29%22%7D%5D%7D%3Bvar%20STRING%3Dhljs.inherit%28hljs.QUOTE_STRING_MODE%2C%7Billegal%3Anull%7D%29%3Bvar%20COMMENT%3D%7BclassName%3A%22comment%22%2Cbegin%3A%22%3B%22%2Cend%3A%22%24%22%7D%3Bvar%20VARIABLE%3D%7BclassName%3A%22variable%22%2Cbegin%3A%22%5C%5C*%22%2Cend%3A%22%5C%5C*%22%7D%3Bvar%20KEYWORD%3D%7BclassName%3A%22keyword%22%2Cbegin%3A%22%5B%3A%26%5D%22+LISP_IDENT_RE%7D%3Bvar%20QUOTED_LIST%3D%7Bbegin%3A%22%5C%5C%28%22%2Cend%3A%22%5C%5C%29%22%2Ccontains%3A%5B%22self%22%2CLITERAL%2CSTRING%2CNUMBER%5D%7D%3Bvar%20QUOTED%3D%7BclassName%3A%22quoted%22%2Ccontains%3A%5BNUMBER%2CSTRING%2CVARIABLE%2CKEYWORD%2CQUOTED_LIST%5D%2Cvariants%3A%5B%7Bbegin%3A%22%5B%27%60%5D%5C%5C%28%22%2Cend%3A%22%5C%5C%29%22%7D%2C%7Bbegin%3A%22%5C%5C%28quote%20%22%2Cend%3A%22%5C%5C%29%22%2Ckeywords%3A%7Btitle%3A%22quote%22%7D%7D%5D%7D%3Bvar%20LIST%3D%7BclassName%3A%22list%22%2Cbegin%3A%22%5C%5C%28%22%2Cend%3A%22%5C%5C%29%22%7D%3Bvar%20BODY%3D%7BendsWithParent%3Atrue%2Crelevance%3A0%7D%3BLIST.contains%3D%5B%7BclassName%3A%22title%22%2Cbegin%3ALISP_IDENT_RE%7D%2CBODY%5D%3BBODY.contains%3D%5BQUOTED%2CLIST%2CLITERAL%2CNUMBER%2CSTRING%2CCOMMENT%2CVARIABLE%2CKEYWORD%5D%3Breturn%7Billegal%3A/%5CS/%2Ccontains%3A%5BNUMBER%2CSHEBANG%2CLITERAL%2CSTRING%2CCOMMENT%2CQUOTED%2CLIST%5D%7D%7D%7D%2C%7Bname%3A%22clojure%22%2Ccreate%3Afunction%28hljs%29%7Bvar%20keywords%3D%7Bbuilt_in%3A%22def%20cond%20apply%20if-not%20if-let%20if%20not%20not%3D%20%3D%20%26lt%3B%20%3C%20%3E%20%26lt%3B%3D%20%3C%3D%20%3E%3D%20%3D%3D%20+%20/%20*%20-%20rem%20%22+%22quot%20neg%3F%20pos%3F%20delay%3F%20symbol%3F%20keyword%3F%20true%3F%20false%3F%20integer%3F%20empty%3F%20coll%3F%20list%3F%20%22+%22set%3F%20ifn%3F%20fn%3F%20associative%3F%20sequential%3F%20sorted%3F%20counted%3F%20reversible%3F%20number%3F%20decimal%3F%20%22+%22class%3F%20distinct%3F%20isa%3F%20float%3F%20rational%3F%20reduced%3F%20ratio%3F%20odd%3F%20even%3F%20char%3F%20seq%3F%20vector%3F%20%22+%22string%3F%20map%3F%20nil%3F%20contains%3F%20zero%3F%20instance%3F%20not-every%3F%20not-any%3F%20libspec%3F%20-%3E%20-%3E%3E%20..%20.%20%22+%22inc%20compare%20do%20dotimes%20mapcat%20take%20remove%20take-while%20drop%20letfn%20drop-last%20take-last%20%22+%22drop-while%20while%20intern%20condp%20case%20reduced%20cycle%20split-at%20split-with%20repeat%20replicate%20%22+%22iterate%20range%20merge%20zipmap%20declare%20line-seq%20sort%20comparator%20sort-by%20dorun%20doall%20nthnext%20%22+%22nthrest%20partition%20eval%20doseq%20await%20await-for%20let%20agent%20atom%20send%20send-off%20release-pending-sends%20%22+%22add-watch%20mapv%20filterv%20remove-watch%20agent-error%20restart-agent%20set-error-handler%20error-handler%20%22+%22set-error-mode%21%20error-mode%20shutdown-agents%20quote%20var%20fn%20loop%20recur%20throw%20try%20monitor-enter%20%22+%22monitor-exit%20defmacro%20defn%20defn-%20macroexpand%20macroexpand-1%20for%20dosync%20and%20or%20%22+%22when%20when-not%20when-let%20comp%20juxt%20partial%20sequence%20memoize%20constantly%20complement%20identity%20assert%20%22+%22peek%20pop%20doto%20proxy%20defstruct%20first%20rest%20cons%20defprotocol%20cast%20coll%20deftype%20defrecord%20last%20butlast%20%22+%22sigs%20reify%20second%20ffirst%20fnext%20nfirst%20nnext%20defmulti%20defmethod%20meta%20with-meta%20ns%20in-ns%20create-ns%20import%20%22+%22refer%20keys%20select-keys%20vals%20key%20val%20rseq%20name%20namespace%20promise%20into%20transient%20persistent%21%20conj%21%20%22+%22assoc%21%20dissoc%21%20pop%21%20disj%21%20use%20class%20type%20num%20float%20double%20short%20byte%20boolean%20bigint%20biginteger%20%22+%22bigdec%20print-method%20print-dup%20throw-if%20printf%20format%20load%20compile%20get-in%20update-in%20pr%20pr-on%20newline%20%22+%22flush%20read%20slurp%20read-line%20subvec%20with-open%20memfn%20time%20re-find%20re-groups%20rand-int%20rand%20mod%20locking%20%22+%22assert-valid-fdecl%20alias%20resolve%20ref%20deref%20refset%20swap%21%20reset%21%20set-validator%21%20compare-and-set%21%20alter-meta%21%20%22+%22reset-meta%21%20commute%20get-validator%20alter%20ref-set%20ref-history-count%20ref-min-history%20ref-max-history%20ensure%20sync%20io%21%20%22+%22new%20next%20conj%20set%21%20to-array%20future%20future-call%20into-array%20aset%20gen-class%20reduce%20map%20filter%20find%20empty%20%22+%22hash-map%20hash-set%20sorted-map%20sorted-map-by%20sorted-set%20sorted-set-by%20vec%20vector%20seq%20flatten%20reverse%20assoc%20dissoc%20list%20%22+%22disj%20get%20union%20difference%20intersection%20extend%20extend-type%20extend-protocol%20int%20nth%20delay%20count%20concat%20chunk%20chunk-buffer%20%22+%22chunk-append%20chunk-first%20chunk-rest%20max%20min%20dec%20unchecked-inc-int%20unchecked-inc%20unchecked-dec-inc%20unchecked-dec%20unchecked-negate%20%22+%22unchecked-add-int%20unchecked-add%20unchecked-subtract-int%20unchecked-subtract%20chunk-next%20chunk-cons%20chunked-seq%3F%20prn%20vary-meta%20%22+%22lazy-seq%20spread%20list*%20str%20find-keyword%20keyword%20symbol%20gensym%20force%20rationalize%22%7D%3Bvar%20CLJ_IDENT_RE%3D%22%5Ba-zA-Z_0-9%5C%5C%21%5C%5C.%5C%5C%3F%5C%5C-%5C%5C+%5C%5C*%5C%5C/%5C%5C%3C%5C%5C%3D%5C%5C%3E%5C%5C%26%5C%5C%23%5C%5C%24%27%3B%5D+%22%3Bvar%20SIMPLE_NUMBER_RE%3D%22%5B%5C%5Cs%3A%5C%5C%28%5C%5C%7B%5D+%5C%5Cd+%28%5C%5C.%5C%5Cd+%29%3F%22%3Bvar%20NUMBER%3D%7BclassName%3A%22number%22%2Cbegin%3ASIMPLE_NUMBER_RE%2Crelevance%3A0%7D%3Bvar%20STRING%3Dhljs.inherit%28hljs.QUOTE_STRING_MODE%2C%7Billegal%3Anull%7D%29%3Bvar%20COMMENT%3D%7BclassName%3A%22comment%22%2Cbegin%3A%22%3B%22%2Cend%3A%22%24%22%2Crelevance%3A0%7D%3Bvar%20COLLECTION%3D%7BclassName%3A%22collection%22%2Cbegin%3A%22%5B%5C%5C%5B%5C%5C%7B%5D%22%2Cend%3A%22%5B%5C%5C%5D%5C%5C%7D%5D%22%7D%3Bvar%20HINT%3D%7BclassName%3A%22comment%22%2Cbegin%3A%22%5C%5C%5E%22+CLJ_IDENT_RE%7D%3Bvar%20HINT_COL%3D%7BclassName%3A%22comment%22%2Cbegin%3A%22%5C%5C%5E%5C%5C%7B%22%2Cend%3A%22%5C%5C%7D%22%7D%3Bvar%20KEY%3D%7BclassName%3A%22attribute%22%2Cbegin%3A%22%5B%3A%5D%22+CLJ_IDENT_RE%7D%3Bvar%20LIST%3D%7BclassName%3A%22list%22%2Cbegin%3A%22%5C%5C%28%22%2Cend%3A%22%5C%5C%29%22%7D%3Bvar%20BODY%3D%7BendsWithParent%3Atrue%2Ckeywords%3A%7Bliteral%3A%22true%20false%20nil%22%7D%2Crelevance%3A0%7D%3Bvar%20TITLE%3D%7Bkeywords%3Akeywords%2Clexemes%3ACLJ_IDENT_RE%2CclassName%3A%22title%22%2Cbegin%3ACLJ_IDENT_RE%2Cstarts%3ABODY%7D%3BLIST.contains%3D%5B%7BclassName%3A%22comment%22%2Cbegin%3A%22comment%22%7D%2CTITLE%2CBODY%5D%3BBODY.contains%3D%5BLIST%2CSTRING%2CHINT%2CHINT_COL%2CCOMMENT%2CKEY%2CCOLLECTION%2CNUMBER%5D%3BCOLLECTION.contains%3D%5BLIST%2CSTRING%2CHINT%2CCOMMENT%2CKEY%2CCOLLECTION%2CNUMBER%5D%3Breturn%7Baliases%3A%5B%22clj%22%5D%2Cillegal%3A/%5CS/%2Ccontains%3A%5BCOMMENT%2CLIST%2C%7BclassName%3A%22prompt%22%2Cbegin%3A/%5E%3D%3E%20/%2Cstarts%3A%7Bend%3A/%5Cn%5Cn%7C%5CZ/%7D%7D%5D%7D%7D%7D%2C%7Bname%3A%22http%22%2Ccreate%3Afunction%28hljs%29%7Breturn%7Billegal%3A%22%5C%5CS%22%2Ccontains%3A%5B%7BclassName%3A%22status%22%2Cbegin%3A%22%5EHTTP/%5B0-9%5C%5C.%5D+%22%2Cend%3A%22%24%22%2Ccontains%3A%5B%7BclassName%3A%22number%22%2Cbegin%3A%22%5C%5Cb%5C%5Cd%7B3%7D%5C%5Cb%22%7D%5D%7D%2C%7BclassName%3A%22request%22%2Cbegin%3A%22%5E%5BA-Z%5D+%20%28.*%3F%29%20HTTP/%5B0-9%5C%5C.%5D+%24%22%2CreturnBegin%3Atrue%2Cend%3A%22%24%22%2Ccontains%3A%5B%7BclassName%3A%22string%22%2Cbegin%3A%22%20%22%2Cend%3A%22%20%22%2CexcludeBegin%3Atrue%2CexcludeEnd%3Atrue%7D%5D%7D%2C%7BclassName%3A%22attribute%22%2Cbegin%3A%22%5E%5C%5Cw%22%2Cend%3A%22%3A%20%22%2CexcludeEnd%3Atrue%2Cillegal%3A%22%5C%5Cn%7C%5C%5Cs%7C%3D%22%2Cstarts%3A%7BclassName%3A%22string%22%2Cend%3A%22%24%22%7D%7D%2C%7Bbegin%3A%22%5C%5Cn%5C%5Cn%22%2Cstarts%3A%7BsubLanguage%3A%22%22%2CendsWithParent%3Atrue%7D%7D%5D%7D%7D%7D%2C%7Bname%3A%22haskell%22%2Ccreate%3Afunction%28hljs%29%7Bvar%20COMMENT%3D%7BclassName%3A%22comment%22%2Cvariants%3A%5B%7Bbegin%3A%22--%22%2Cend%3A%22%24%22%7D%2C%7Bbegin%3A%22%7B-%22%2Cend%3A%22-%7D%22%2Ccontains%3A%5B%22self%22%5D%7D%5D%7D%3Bvar%20PRAGMA%3D%7BclassName%3A%22pragma%22%2Cbegin%3A%22%7B-%23%22%2Cend%3A%22%23-%7D%22%7D%3Bvar%20PREPROCESSOR%3D%7BclassName%3A%22preprocessor%22%2Cbegin%3A%22%5E%23%22%2Cend%3A%22%24%22%7D%3Bvar%20CONSTRUCTOR%3D%7BclassName%3A%22type%22%2Cbegin%3A%22%5C%5Cb%5BA-Z%5D%5B%5C%5Cw%27%5D*%22%2Crelevance%3A0%7D%3Bvar%20LIST%3D%7BclassName%3A%22container%22%2Cbegin%3A%22%5C%5C%28%22%2Cend%3A%22%5C%5C%29%22%2Cillegal%3A%27%22%27%2Ccontains%3A%5BPRAGMA%2CCOMMENT%2CPREPROCESSOR%2C%7BclassName%3A%22type%22%2Cbegin%3A%22%5C%5Cb%5BA-Z%5D%5B%5C%5Cw%5D*%28%5C%5C%28%28%5C%5C.%5C%5C.%7C%2C%7C%5C%5Cw+%29%5C%5C%29%29%3F%22%7D%2Chljs.inherit%28hljs.TITLE_MODE%2C%7Bbegin%3A%22%5B_a-z%5D%5B%5C%5Cw%27%5D*%22%7D%29%5D%7D%3Bvar%20RECORD%3D%7BclassName%3A%22container%22%2Cbegin%3A%22%7B%22%2Cend%3A%22%7D%22%2Ccontains%3ALIST.contains%7D%3Breturn%7Baliases%3A%5B%22hs%22%5D%2Ckeywords%3A%22let%20in%20if%20then%20else%20case%20of%20where%20do%20module%20import%20hiding%20%22+%22qualified%20type%20data%20newtype%20deriving%20class%20instance%20as%20default%20%22+%22infix%20infixl%20infixr%20foreign%20export%20ccall%20stdcall%20cplusplus%20%22+%22jvm%20dotnet%20safe%20unsafe%20family%20forall%20mdo%20proc%20rec%22%2Ccontains%3A%5B%7BclassName%3A%22module%22%2Cbegin%3A%22%5C%5Cbmodule%5C%5Cb%22%2Cend%3A%22where%22%2Ckeywords%3A%22module%20where%22%2Ccontains%3A%5BLIST%2CCOMMENT%5D%2Cillegal%3A%22%5C%5CW%5C%5C.%7C%3B%22%7D%2C%7BclassName%3A%22import%22%2Cbegin%3A%22%5C%5Cbimport%5C%5Cb%22%2Cend%3A%22%24%22%2Ckeywords%3A%22import%7C0%20qualified%20as%20hiding%22%2Ccontains%3A%5BLIST%2CCOMMENT%5D%2Cillegal%3A%22%5C%5CW%5C%5C.%7C%3B%22%7D%2C%7BclassName%3A%22class%22%2Cbegin%3A%22%5E%28%5C%5Cs*%29%3F%28class%7Cinstance%29%5C%5Cb%22%2Cend%3A%22where%22%2Ckeywords%3A%22class%20family%20instance%20where%22%2Ccontains%3A%5BCONSTRUCTOR%2CLIST%2CCOMMENT%5D%7D%2C%7BclassName%3A%22typedef%22%2Cbegin%3A%22%5C%5Cb%28data%7C%28new%29%3Ftype%29%5C%5Cb%22%2Cend%3A%22%24%22%2Ckeywords%3A%22data%20family%20type%20newtype%20deriving%22%2Ccontains%3A%5BPRAGMA%2CCOMMENT%2CCONSTRUCTOR%2CLIST%2CRECORD%5D%7D%2C%7BclassName%3A%22default%22%2CbeginKeywords%3A%22default%22%2Cend%3A%22%24%22%2Ccontains%3A%5BCONSTRUCTOR%2CLIST%2CCOMMENT%5D%7D%2C%7BclassName%3A%22infix%22%2CbeginKeywords%3A%22infix%20infixl%20infixr%22%2Cend%3A%22%24%22%2Ccontains%3A%5Bhljs.C_NUMBER_MODE%2CCOMMENT%5D%7D%2C%7BclassName%3A%22foreign%22%2Cbegin%3A%22%5C%5Cbforeign%5C%5Cb%22%2Cend%3A%22%24%22%2Ckeywords%3A%22foreign%20import%20export%20ccall%20stdcall%20cplusplus%20jvm%20%22+%22dotnet%20safe%20unsafe%22%2Ccontains%3A%5BCONSTRUCTOR%2Chljs.QUOTE_STRING_MODE%2CCOMMENT%5D%7D%2C%7BclassName%3A%22shebang%22%2Cbegin%3A%22%23%21%5C%5C/usr%5C%5C/bin%5C%5C/env%20runhaskell%22%2Cend%3A%22%24%22%7D%2CPRAGMA%2CCOMMENT%2CPREPROCESSOR%2Chljs.QUOTE_STRING_MODE%2Chljs.C_NUMBER_MODE%2CCONSTRUCTOR%2Chljs.inherit%28hljs.TITLE_MODE%2C%7Bbegin%3A%22%5E%5B_a-z%5D%5B%5C%5Cw%27%5D*%22%7D%29%2C%7Bbegin%3A%22-%3E%7C%3C-%22%7D%5D%7D%7D%7D%5D%3Bfor%28var%20i%3D0%3Bi%3Clanguages.length%3B++i%29%7Bhljs.registerLanguage%28languages%5Bi%5D.name%2Clanguages%5Bi%5D.create%29%7Dmodule.exports%3D%7Bstyles%3A%7Barta%3A%22.hljs-arta%7B%7D.hljs-arta%20.hljs%7Bdisplay%3Ablock%3Bpadding%3A0.5em%3Bbackground%3A%23222%3B%7D.hljs-arta%20.profile%20.hljs-header%20*%2C.hljs-arta%20.ini%20.hljs-title%2C.hljs-arta%20.nginx%20.hljs-title%7Bcolor%3A%23fff%3B%7D.hljs-arta%20.hljs-comment%2C.hljs-arta%20.hljs-javadoc%2C.hljs-arta%20.hljs-preprocessor%2C.hljs-arta%20.hljs-preprocessor%20.hljs-title%2C.hljs-arta%20.hljs-pragma%2C.hljs-arta%20.hljs-shebang%2C.hljs-arta%20.profile%20.hljs-summary%2C.hljs-arta%20.diff%2C.hljs-arta%20.hljs-pi%2C.hljs-arta%20.hljs-doctype%2C.hljs-arta%20.hljs-tag%2C.hljs-arta%20.hljs-template_comment%2C.hljs-arta%20.css%20.hljs-rules%2C.hljs-arta%20.tex%20.hljs-special%7Bcolor%3A%23444%3B%7D.hljs-arta%20.hljs-string%2C.hljs-arta%20.hljs-symbol%2C.hljs-arta%20.diff%20.hljs-change%2C.hljs-arta%20.hljs-regexp%2C.hljs-arta%20.xml%20.hljs-attribute%2C.hljs-arta%20.smalltalk%20.hljs-char%2C.hljs-arta%20.xml%20.hljs-value%2C.hljs-arta%20.ini%20.hljs-value%2C.hljs-arta%20.clojure%20.hljs-attribute%2C.hljs-arta%20.coffeescript%20.hljs-attribute%7Bcolor%3A%23ffcc33%3B%7D.hljs-arta%20.hljs-number%2C.hljs-arta%20.hljs-addition%7Bcolor%3A%2300cc66%3B%7D.hljs-arta%20.hljs-built_in%2C.hljs-arta%20.hljs-literal%2C.hljs-arta%20.vhdl%20.hljs-typename%2C.hljs-arta%20.go%20.hljs-constant%2C.hljs-arta%20.go%20.hljs-typename%2C.hljs-arta%20.ini%20.hljs-keyword%2C.hljs-arta%20.lua%20.hljs-title%2C.hljs-arta%20.perl%20.hljs-variable%2C.hljs-arta%20.php%20.hljs-variable%2C.hljs-arta%20.mel%20.hljs-variable%2C.hljs-arta%20.django%20.hljs-variable%2C.hljs-arta%20.css%20.funtion%2C.hljs-arta%20.smalltalk%20.method%2C.hljs-arta%20.hljs-hexcolor%2C.hljs-arta%20.hljs-important%2C.hljs-arta%20.hljs-flow%2C.hljs-arta%20.hljs-inheritance%2C.hljs-arta%20.parser3%20.hljs-variable%7Bcolor%3A%2332aaee%3B%7D.hljs-arta%20.hljs-keyword%2C.hljs-arta%20.hljs-tag%20.hljs-title%2C.hljs-arta%20.css%20.hljs-tag%2C.hljs-arta%20.css%20.hljs-class%2C.hljs-arta%20.css%20.hljs-id%2C.hljs-arta%20.css%20.hljs-pseudo%2C.hljs-arta%20.css%20.hljs-attr_selector%2C.hljs-arta%20.lisp%20.hljs-title%2C.hljs-arta%20.clojure%20.hljs-built_in%2C.hljs-arta%20.hljs-winutils%2C.hljs-arta%20.tex%20.hljs-command%2C.hljs-arta%20.hljs-request%2C.hljs-arta%20.hljs-status%7Bcolor%3A%236644aa%3B%7D.hljs-arta%20.hljs-title%2C.hljs-arta%20.ruby%20.hljs-constant%2C.hljs-arta%20.vala%20.hljs-constant%2C.hljs-arta%20.hljs-parent%2C.hljs-arta%20.hljs-deletion%2C.hljs-arta%20.hljs-template_tag%2C.hljs-arta%20.css%20.hljs-keyword%2C.hljs-arta%20.objectivec%20.hljs-class%20.hljs-id%2C.hljs-arta%20.smalltalk%20.hljs-class%2C.hljs-arta%20.lisp%20.hljs-keyword%2C.hljs-arta%20.apache%20.hljs-tag%2C.hljs-arta%20.nginx%20.hljs-variable%2C.hljs-arta%20.hljs-envvar%2C.hljs-arta%20.bash%20.hljs-variable%2C.hljs-arta%20.go%20.hljs-built_in%2C.hljs-arta%20.vbscript%20.hljs-built_in%2C.hljs-arta%20.lua%20.hljs-built_in%2C.hljs-arta%20.rsl%20.hljs-built_in%2C.hljs-arta%20.tail%2C.hljs-arta%20.avrasm%20.hljs-label%2C.hljs-arta%20.tex%20.hljs-formula%2C.hljs-arta%20.tex%20.hljs-formula%20*%7Bcolor%3A%23bb1166%3B%7D.hljs-arta%20.hljs-yardoctag%2C.hljs-arta%20.hljs-phpdoc%2C.hljs-arta%20.profile%20.hljs-header%2C.hljs-arta%20.ini%20.hljs-title%2C.hljs-arta%20.apache%20.hljs-tag%2C.hljs-arta%20.parser3%20.hljs-title%7Bfont-weight%3Abold%3B%7D.hljs-arta%20.coffeescript%20.javascript%2C.hljs-arta%20.javascript%20.xml%2C.hljs-arta%20.tex%20.hljs-formula%2C.hljs-arta%20.xml%20.javascript%2C.hljs-arta%20.xml%20.vbscript%2C.hljs-arta%20.xml%20.css%2C.hljs-arta%20.xml%20.hljs-cdata%7Bopacity%3A0.6%3B%7D.hljs-arta%20.hljs%2C.hljs-arta%20.hljs-subst%2C.hljs-arta%20.diff%20.hljs-chunk%2C.hljs-arta%20.css%20.hljs-value%2C.hljs-arta%20.css%20.hljs-attribute%7Bcolor%3A%23aaa%3B%7D%22%2Cascetic%3A%22.hljs-ascetic%7B%7D.hljs-ascetic%20.hljs%7Bdisplay%3Ablock%3Bpadding%3A0.5em%3Bbackground%3Awhite%3Bcolor%3Ablack%3B%7D.hljs-ascetic%20.hljs-string%2C.hljs-ascetic%20.hljs-tag%20.hljs-value%2C.hljs-ascetic%20.hljs-filter%20.hljs-argument%2C.hljs-ascetic%20.hljs-addition%2C.hljs-ascetic%20.hljs-change%2C.hljs-ascetic%20.apache%20.hljs-tag%2C.hljs-ascetic%20.apache%20.hljs-cbracket%2C.hljs-ascetic%20.nginx%20.hljs-built_in%2C.hljs-ascetic%20.tex%20.hljs-formula%7Bcolor%3A%23888%3B%7D.hljs-ascetic%20.hljs-comment%2C.hljs-ascetic%20.hljs-template_comment%2C.hljs-ascetic%20.hljs-shebang%2C.hljs-ascetic%20.hljs-doctype%2C.hljs-ascetic%20.hljs-pi%2C.hljs-ascetic%20.hljs-javadoc%2C.hljs-ascetic%20.hljs-deletion%2C.hljs-ascetic%20.apache%20.hljs-sqbracket%7Bcolor%3A%23ccc%3B%7D.hljs-ascetic%20.hljs-keyword%2C.hljs-ascetic%20.hljs-tag%20.hljs-title%2C.hljs-ascetic%20.ini%20.hljs-title%2C.hljs-ascetic%20.lisp%20.hljs-title%2C.hljs-ascetic%20.clojure%20.hljs-title%2C.hljs-ascetic%20.http%20.hljs-title%2C.hljs-ascetic%20.nginx%20.hljs-title%2C.hljs-ascetic%20.css%20.hljs-tag%2C.hljs-ascetic%20.hljs-winutils%2C.hljs-ascetic%20.hljs-flow%2C.hljs-ascetic%20.apache%20.hljs-tag%2C.hljs-ascetic%20.tex%20.hljs-command%2C.hljs-ascetic%20.hljs-request%2C.hljs-ascetic%20.hljs-status%7Bfont-weight%3Abold%3B%7D%22%2C%22atelier-dune.dark%22%3A%22.hljs-atelier-dune.dark%7B%7D.hljs-atelier-dune.dark%20.hljs-comment%2C.hljs-atelier-dune.dark%20.hljs-title%7Bcolor%3A%23999580%3B%7D.hljs-atelier-dune.dark%20.hljs-variable%2C.hljs-atelier-dune.dark%20.hljs-attribute%2C.hljs-atelier-dune.dark%20.hljs-tag%2C.hljs-atelier-dune.dark%20.hljs-regexp%2C.hljs-atelier-dune.dark%20.ruby%20.hljs-constant%2C.hljs-atelier-dune.dark%20.xml%20.hljs-tag%20.hljs-title%2C.hljs-atelier-dune.dark%20.xml%20.hljs-pi%2C.hljs-atelier-dune.dark%20.xml%20.hljs-doctype%2C.hljs-atelier-dune.dark%20.html%20.hljs-doctype%2C.hljs-atelier-dune.dark%20.css%20.hljs-id%2C.hljs-atelier-dune.dark%20.css%20.hljs-class%2C.hljs-atelier-dune.dark%20.css%20.hljs-pseudo%7Bcolor%3A%23d73737%3B%7D.hljs-atelier-dune.dark%20.hljs-number%2C.hljs-atelier-dune.dark%20.hljs-preprocessor%2C.hljs-atelier-dune.dark%20.hljs-pragma%2C.hljs-atelier-dune.dark%20.hljs-built_in%2C.hljs-atelier-dune.dark%20.hljs-literal%2C.hljs-atelier-dune.dark%20.hljs-params%2C.hljs-atelier-dune.dark%20.hljs-constant%7Bcolor%3A%23b65611%3B%7D.hljs-atelier-dune.dark%20.ruby%20.hljs-class%20.hljs-title%2C.hljs-atelier-dune.dark%20.css%20.hljs-rules%20.hljs-attribute%7Bcolor%3A%23cfb017%3B%7D.hljs-atelier-dune.dark%20.hljs-string%2C.hljs-atelier-dune.dark%20.hljs-value%2C.hljs-atelier-dune.dark%20.hljs-inheritance%2C.hljs-atelier-dune.dark%20.hljs-header%2C.hljs-atelier-dune.dark%20.ruby%20.hljs-symbol%2C.hljs-atelier-dune.dark%20.xml%20.hljs-cdata%7Bcolor%3A%2360ac39%3B%7D.hljs-atelier-dune.dark%20.css%20.hljs-hexcolor%7Bcolor%3A%231fad83%3B%7D.hljs-atelier-dune.dark%20.hljs-function%2C.hljs-atelier-dune.dark%20.python%20.hljs-decorator%2C.hljs-atelier-dune.dark%20.python%20.hljs-title%2C.hljs-atelier-dune.dark%20.ruby%20.hljs-function%20.hljs-title%2C.hljs-atelier-dune.dark%20.ruby%20.hljs-title%20.hljs-keyword%2C.hljs-atelier-dune.dark%20.perl%20.hljs-sub%2C.hljs-atelier-dune.dark%20.javascript%20.hljs-title%2C.hljs-atelier-dune.dark%20.coffeescript%20.hljs-title%7Bcolor%3A%236684e1%3B%7D.hljs-atelier-dune.dark%20.hljs-keyword%2C.hljs-atelier-dune.dark%20.javascript%20.hljs-function%7Bcolor%3A%23b854d4%3B%7D.hljs-atelier-dune.dark%20.hljs%7Bdisplay%3Ablock%3Bbackground%3A%23292824%3Bcolor%3A%23a6a28c%3Bpadding%3A0.5em%3B%7D.hljs-atelier-dune.dark%20.coffeescript%20.javascript%2C.hljs-atelier-dune.dark%20.javascript%20.xml%2C.hljs-atelier-dune.dark%20.tex%20.hljs-formula%2C.hljs-atelier-dune.dark%20.xml%20.javascript%2C.hljs-atelier-dune.dark%20.xml%20.vbscript%2C.hljs-atelier-dune.dark%20.xml%20.css%2C.hljs-atelier-dune.dark%20.xml%20.hljs-cdata%7Bopacity%3A0.5%3B%7D%22%2C%22atelier-dune.light%22%3A%22.hljs-atelier-dune.light%7B%7D.hljs-atelier-dune.light%20.hljs-comment%2C.hljs-atelier-dune.light%20.hljs-title%7Bcolor%3A%237d7a68%3B%7D.hljs-atelier-dune.light%20.hljs-variable%2C.hljs-atelier-dune.light%20.hljs-attribute%2C.hljs-atelier-dune.light%20.hljs-tag%2C.hljs-atelier-dune.light%20.hljs-regexp%2C.hljs-atelier-dune.light%20.ruby%20.hljs-constant%2C.hljs-atelier-dune.light%20.xml%20.hljs-tag%20.hljs-title%2C.hljs-atelier-dune.light%20.xml%20.hljs-pi%2C.hljs-atelier-dune.light%20.xml%20.hljs-doctype%2C.hljs-atelier-dune.light%20.html%20.hljs-doctype%2C.hljs-atelier-dune.light%20.css%20.hljs-id%2C.hljs-atelier-dune.light%20.css%20.hljs-class%2C.hljs-atelier-dune.light%20.css%20.hljs-pseudo%7Bcolor%3A%23d73737%3B%7D.hljs-atelier-dune.light%20.hljs-number%2C.hljs-atelier-dune.light%20.hljs-preprocessor%2C.hljs-atelier-dune.light%20.hljs-pragma%2C.hljs-atelier-dune.light%20.hljs-built_in%2C.hljs-atelier-dune.light%20.hljs-literal%2C.hljs-atelier-dune.light%20.hljs-params%2C.hljs-atelier-dune.light%20.hljs-constant%7Bcolor%3A%23b65611%3B%7D.hljs-atelier-dune.light%20.hljs-ruby%20.hljs-class%20.hljs-title%2C.hljs-atelier-dune.light%20.css%20.hljs-rules%20.hljs-attribute%7Bcolor%3A%23cfb017%3B%7D.hljs-atelier-dune.light%20.hljs-string%2C.hljs-atelier-dune.light%20.hljs-value%2C.hljs-atelier-dune.light%20.hljs-inheritance%2C.hljs-atelier-dune.light%20.hljs-header%2C.hljs-atelier-dune.light%20.ruby%20.hljs-symbol%2C.hljs-atelier-dune.light%20.xml%20.hljs-cdata%7Bcolor%3A%2360ac39%3B%7D.hljs-atelier-dune.light%20.css%20.hljs-hexcolor%7Bcolor%3A%231fad83%3B%7D.hljs-atelier-dune.light%20.hljs-function%2C.hljs-atelier-dune.light%20.python%20.hljs-decorator%2C.hljs-atelier-dune.light%20.python%20.hljs-title%2C.hljs-atelier-dune.light%20.ruby%20.hljs-function%20.hljs-title%2C.hljs-atelier-dune.light%20.ruby%20.hljs-title%20.hljs-keyword%2C.hljs-atelier-dune.light%20.perl%20.hljs-sub%2C.hljs-atelier-dune.light%20.javascript%20.hljs-title%2C.hljs-atelier-dune.light%20.coffeescript%20.hljs-title%7Bcolor%3A%236684e1%3B%7D.hljs-atelier-dune.light%20.hljs-keyword%2C.hljs-atelier-dune.light%20.javascript%20.hljs-function%7Bcolor%3A%23b854d4%3B%7D.hljs-atelier-dune.light%20.hljs%7Bdisplay%3Ablock%3Bbackground%3A%23fefbec%3Bcolor%3A%236e6b5e%3Bpadding%3A0.5em%3B%7D.hljs-atelier-dune.light%20.coffeescript%20.javascript%2C.hljs-atelier-dune.light%20.javascript%20.xml%2C.hljs-atelier-dune.light%20.tex%20.hljs-formula%2C.hljs-atelier-dune.light%20.xml%20.javascript%2C.hljs-atelier-dune.light%20.xml%20.vbscript%2C.hljs-atelier-dune.light%20.xml%20.css%2C.hljs-atelier-dune.light%20.xml%20.hljs-cdata%7Bopacity%3A0.5%3B%7D%22%2C%22atelier-forest.dark%22%3A%22.hljs-atelier-forest.dark%7B%7D.hljs-atelier-forest.dark%20.hljs-comment%2C.hljs-atelier-forest.dark%20.hljs-title%7Bcolor%3A%239c9491%3B%7D.hljs-atelier-forest.dark%20.hljs-variable%2C.hljs-atelier-forest.dark%20.hljs-attribute%2C.hljs-atelier-forest.dark%20.hljs-tag%2C.hljs-atelier-forest.dark%20.hljs-regexp%2C.hljs-atelier-forest.dark%20.ruby%20.hljs-constant%2C.hljs-atelier-forest.dark%20.xml%20.hljs-tag%20.hljs-title%2C.hljs-atelier-forest.dark%20.xml%20.hljs-pi%2C.hljs-atelier-forest.dark%20.xml%20.hljs-doctype%2C.hljs-atelier-forest.dark%20.html%20.hljs-doctype%2C.hljs-atelier-forest.dark%20.css%20.hljs-id%2C.hljs-atelier-forest.dark%20.css%20.hljs-class%2C.hljs-atelier-forest.dark%20.css%20.hljs-pseudo%7Bcolor%3A%23f22c40%3B%7D.hljs-atelier-forest.dark%20.hljs-number%2C.hljs-atelier-forest.dark%20.hljs-preprocessor%2C.hljs-atelier-forest.dark%20.hljs-pragma%2C.hljs-atelier-forest.dark%20.hljs-built_in%2C.hljs-atelier-forest.dark%20.hljs-literal%2C.hljs-atelier-forest.dark%20.hljs-params%2C.hljs-atelier-forest.dark%20.hljs-constant%7Bcolor%3A%23df5320%3B%7D.hljs-atelier-forest.dark%20.hljs-ruby%20.hljs-class%20.hljs-title%2C.hljs-atelier-forest.dark%20.css%20.hljs-rules%20.hljs-attribute%7Bcolor%3A%23d5911a%3B%7D.hljs-atelier-forest.dark%20.hljs-string%2C.hljs-atelier-forest.dark%20.hljs-value%2C.hljs-atelier-forest.dark%20.hljs-inheritance%2C.hljs-atelier-forest.dark%20.hljs-header%2C.hljs-atelier-forest.dark%20.ruby%20.hljs-symbol%2C.hljs-atelier-forest.dark%20.xml%20.hljs-cdata%7Bcolor%3A%235ab738%3B%7D.hljs-atelier-forest.dark%20.css%20.hljs-hexcolor%7Bcolor%3A%2300ad9c%3B%7D.hljs-atelier-forest.dark%20.hljs-function%2C.hljs-atelier-forest.dark%20.python%20.hljs-decorator%2C.hljs-atelier-forest.dark%20.python%20.hljs-title%2C.hljs-atelier-forest.dark%20.ruby%20.hljs-function%20.hljs-title%2C.hljs-atelier-forest.dark%20.ruby%20.hljs-title%20.hljs-keyword%2C.hljs-atelier-forest.dark%20.perl%20.hljs-sub%2C.hljs-atelier-forest.dark%20.javascript%20.hljs-title%2C.hljs-atelier-forest.dark%20.coffeescript%20.hljs-title%7Bcolor%3A%23407ee7%3B%7D.hljs-atelier-forest.dark%20.hljs-keyword%2C.hljs-atelier-forest.dark%20.javascript%20.hljs-function%7Bcolor%3A%236666ea%3B%7D.hljs-atelier-forest.dark%20.hljs%7Bdisplay%3Ablock%3Bbackground%3A%232c2421%3Bcolor%3A%23a8a19f%3Bpadding%3A0.5em%3B%7D.hljs-atelier-forest.dark%20.coffeescript%20.javascript%2C.hljs-atelier-forest.dark%20.javascript%20.xml%2C.hljs-atelier-forest.dark%20.tex%20.hljs-formula%2C.hljs-atelier-forest.dark%20.xml%20.javascript%2C.hljs-atelier-forest.dark%20.xml%20.vbscript%2C.hljs-atelier-forest.dark%20.xml%20.css%2C.hljs-atelier-forest.dark%20.xml%20.hljs-cdata%7Bopacity%3A0.5%3B%7D%22%2C%22atelier-forest.light%22%3A%22.hljs-atelier-forest.light%7B%7D.hljs-atelier-forest.light%20.hljs-comment%2C.hljs-atelier-forest.light%20.hljs-title%7Bcolor%3A%23766e6b%3B%7D.hljs-atelier-forest.light%20.hljs-variable%2C.hljs-atelier-forest.light%20.hljs-attribute%2C.hljs-atelier-forest.light%20.hljs-tag%2C.hljs-atelier-forest.light%20.hljs-regexp%2C.hljs-atelier-forest.light%20.ruby%20.hljs-constant%2C.hljs-atelier-forest.light%20.xml%20.hljs-tag%20.hljs-title%2C.hljs-atelier-forest.light%20.xml%20.hljs-pi%2C.hljs-atelier-forest.light%20.xml%20.hljs-doctype%2C.hljs-atelier-forest.light%20.html%20.hljs-doctype%2C.hljs-atelier-forest.light%20.css%20.hljs-id%2C.hljs-atelier-forest.light%20.css%20.hljs-class%2C.hljs-atelier-forest.light%20.css%20.hljs-pseudo%7Bcolor%3A%23f22c40%3B%7D.hljs-atelier-forest.light%20.hljs-number%2C.hljs-atelier-forest.light%20.hljs-preprocessor%2C.hljs-atelier-forest.light%20.hljs-pragma%2C.hljs-atelier-forest.light%20.hljs-built_in%2C.hljs-atelier-forest.light%20.hljs-literal%2C.hljs-atelier-forest.light%20.hljs-params%2C.hljs-atelier-forest.light%20.hljs-constant%7Bcolor%3A%23df5320%3B%7D.hljs-atelier-forest.light%20.hljs-ruby%20.hljs-class%20.hljs-title%2C.hljs-atelier-forest.light%20.css%20.hljs-rules%20.hljs-attribute%7Bcolor%3A%23d5911a%3B%7D.hljs-atelier-forest.light%20.hljs-string%2C.hljs-atelier-forest.light%20.hljs-value%2C.hljs-atelier-forest.light%20.hljs-inheritance%2C.hljs-atelier-forest.light%20.hljs-header%2C.hljs-atelier-forest.light%20.ruby%20.hljs-symbol%2C.hljs-atelier-forest.light%20.xml%20.hljs-cdata%7Bcolor%3A%235ab738%3B%7D.hljs-atelier-forest.light%20.css%20.hljs-hexcolor%7Bcolor%3A%2300ad9c%3B%7D.hljs-atelier-forest.light%20.hljs-function%2C.hljs-atelier-forest.light%20.python%20.hljs-decorator%2C.hljs-atelier-forest.light%20.python%20.hljs-title%2C.hljs-atelier-forest.light%20.ruby%20.hljs-function%20.hljs-title%2C.hljs-atelier-forest.light%20.ruby%20.hljs-title%20.hljs-keyword%2C.hljs-atelier-forest.light%20.perl%20.hljs-sub%2C.hljs-atelier-forest.light%20.javascript%20.hljs-title%2C.hljs-atelier-forest.light%20.coffeescript%20.hljs-title%7Bcolor%3A%23407ee7%3B%7D.hljs-atelier-forest.light%20.hljs-keyword%2C.hljs-atelier-forest.light%20.javascript%20.hljs-function%7Bcolor%3A%236666ea%3B%7D.hljs-atelier-forest.light%20.hljs%7Bdisplay%3Ablock%3Bbackground%3A%23f1efee%3Bcolor%3A%2368615e%3Bpadding%3A0.5em%3B%7D.hljs-atelier-forest.light%20.coffeescript%20.javascript%2C.hljs-atelier-forest.light%20.javascript%20.xml%2C.hljs-atelier-forest.light%20.tex%20.hljs-formula%2C.hljs-atelier-forest.light%20.xml%20.javascript%2C.hljs-atelier-forest.light%20.xml%20.vbscript%2C.hljs-atelier-forest.light%20.xml%20.css%2C.hljs-atelier-forest.light%20.xml%20.hljs-cdata%7Bopacity%3A0.5%3B%7D%22%2C%22atelier-heath.dark%22%3A%22.hljs-atelier-heath.dark%7B%7D.hljs-atelier-heath.dark%20.hljs-comment%2C.hljs-atelier-heath.dark%20.hljs-title%7Bcolor%3A%239e8f9e%3B%7D.hljs-atelier-heath.dark%20.hljs-variable%2C.hljs-atelier-heath.dark%20.hljs-attribute%2C.hljs-atelier-heath.dark%20.hljs-tag%2C.hljs-atelier-heath.dark%20.hljs-regexp%2C.hljs-atelier-heath.dark%20.ruby%20.hljs-constant%2C.hljs-atelier-heath.dark%20.xml%20.hljs-tag%20.hljs-title%2C.hljs-atelier-heath.dark%20.xml%20.hljs-pi%2C.hljs-atelier-heath.dark%20.xml%20.hljs-doctype%2C.hljs-atelier-heath.dark%20.html%20.hljs-doctype%2C.hljs-atelier-heath.dark%20.css%20.hljs-id%2C.hljs-atelier-heath.dark%20.css%20.hljs-class%2C.hljs-atelier-heath.dark%20.css%20.hljs-pseudo%7Bcolor%3A%23ca402b%3B%7D.hljs-atelier-heath.dark%20.hljs-number%2C.hljs-atelier-heath.dark%20.hljs-preprocessor%2C.hljs-atelier-heath.dark%20.hljs-pragma%2C.hljs-atelier-heath.dark%20.hljs-built_in%2C.hljs-atelier-heath.dark%20.hljs-literal%2C.hljs-atelier-heath.dark%20.hljs-params%2C.hljs-atelier-heath.dark%20.hljs-constant%7Bcolor%3A%23a65926%3B%7D.hljs-atelier-heath.dark%20.hljs-ruby%20.hljs-class%20.hljs-title%2C.hljs-atelier-heath.dark%20.css%20.hljs-rules%20.hljs-attribute%7Bcolor%3A%23bb8a35%3B%7D.hljs-atelier-heath.dark%20.hljs-string%2C.hljs-atelier-heath.dark%20.hljs-value%2C.hljs-atelier-heath.dark%20.hljs-inheritance%2C.hljs-atelier-heath.dark%20.hljs-header%2C.hljs-atelier-heath.dark%20.ruby%20.hljs-symbol%2C.hljs-atelier-heath.dark%20.xml%20.hljs-cdata%7Bcolor%3A%23379a37%3B%7D.hljs-atelier-heath.dark%20.css%20.hljs-hexcolor%7Bcolor%3A%23159393%3B%7D.hljs-atelier-heath.dark%20.hljs-function%2C.hljs-atelier-heath.dark%20.python%20.hljs-decorator%2C.hljs-atelier-heath.dark%20.python%20.hljs-title%2C.hljs-atelier-heath.dark%20.ruby%20.hljs-function%20.hljs-title%2C.hljs-atelier-heath.dark%20.ruby%20.hljs-title%20.hljs-keyword%2C.hljs-atelier-heath.dark%20.perl%20.hljs-sub%2C.hljs-atelier-heath.dark%20.javascript%20.hljs-title%2C.hljs-atelier-heath.dark%20.coffeescript%20.hljs-title%7Bcolor%3A%23516aec%3B%7D.hljs-atelier-heath.dark%20.hljs-keyword%2C.hljs-atelier-heath.dark%20.javascript%20.hljs-function%7Bcolor%3A%237b59c0%3B%7D.hljs-atelier-heath.dark%20.hljs%7Bdisplay%3Ablock%3Bbackground%3A%23292329%3Bcolor%3A%23ab9bab%3Bpadding%3A0.5em%3B%7D.hljs-atelier-heath.dark%20.coffeescript%20.javascript%2C.hljs-atelier-heath.dark%20.javascript%20.xml%2C.hljs-atelier-heath.dark%20.tex%20.hljs-formula%2C.hljs-atelier-heath.dark%20.xml%20.javascript%2C.hljs-atelier-heath.dark%20.xml%20.vbscript%2C.hljs-atelier-heath.dark%20.xml%20.css%2C.hljs-atelier-heath.dark%20.xml%20.hljs-cdata%7Bopacity%3A0.5%3B%7D%22%2C%22atelier-heath.light%22%3A%22.hljs-atelier-heath.light%7B%7D.hljs-atelier-heath.light%20.hljs-comment%2C.hljs-atelier-heath.light%20.hljs-title%7Bcolor%3A%23776977%3B%7D.hljs-atelier-heath.light%20.hljs-variable%2C.hljs-atelier-heath.light%20.hljs-attribute%2C.hljs-atelier-heath.light%20.hljs-tag%2C.hljs-atelier-heath.light%20.hljs-regexp%2C.hljs-atelier-heath.light%20.ruby%20.hljs-constant%2C.hljs-atelier-heath.light%20.xml%20.hljs-tag%20.hljs-title%2C.hljs-atelier-heath.light%20.xml%20.hljs-pi%2C.hljs-atelier-heath.light%20.xml%20.hljs-doctype%2C.hljs-atelier-heath.light%20.html%20.hljs-doctype%2C.hljs-atelier-heath.light%20.css%20.hljs-id%2C.hljs-atelier-heath.light%20.css%20.hljs-class%2C.hljs-atelier-heath.light%20.css%20.hljs-pseudo%7Bcolor%3A%23ca402b%3B%7D.hljs-atelier-heath.light%20.hljs-number%2C.hljs-atelier-heath.light%20.hljs-preprocessor%2C.hljs-atelier-heath.light%20.hljs-pragma%2C.hljs-atelier-heath.light%20.hljs-built_in%2C.hljs-atelier-heath.light%20.hljs-literal%2C.hljs-atelier-heath.light%20.hljs-params%2C.hljs-atelier-heath.light%20.hljs-constant%7Bcolor%3A%23a65926%3B%7D.hljs-atelier-heath.light%20.hljs-ruby%20.hljs-class%20.hljs-title%2C.hljs-atelier-heath.light%20.css%20.hljs-rules%20.hljs-attribute%7Bcolor%3A%23bb8a35%3B%7D.hljs-atelier-heath.light%20.hljs-string%2C.hljs-atelier-heath.light%20.hljs-value%2C.hljs-atelier-heath.light%20.hljs-inheritance%2C.hljs-atelier-heath.light%20.hljs-header%2C.hljs-atelier-heath.light%20.ruby%20.hljs-symbol%2C.hljs-atelier-heath.light%20.xml%20.hljs-cdata%7Bcolor%3A%23379a37%3B%7D.hljs-atelier-heath.light%20.css%20.hljs-hexcolor%7Bcolor%3A%23159393%3B%7D.hljs-atelier-heath.light%20.hljs-function%2C.hljs-atelier-heath.light%20.python%20.hljs-decorator%2C.hljs-atelier-heath.light%20.python%20.hljs-title%2C.hljs-atelier-heath.light%20.ruby%20.hljs-function%20.hljs-title%2C.hljs-atelier-heath.light%20.ruby%20.hljs-title%20.hljs-keyword%2C.hljs-atelier-heath.light%20.perl%20.hljs-sub%2C.hljs-atelier-heath.light%20.javascript%20.hljs-title%2C.hljs-atelier-heath.light%20.coffeescript%20.hljs-title%7Bcolor%3A%23516aec%3B%7D.hljs-atelier-heath.light%20.hljs-keyword%2C.hljs-atelier-heath.light%20.javascript%20.hljs-function%7Bcolor%3A%237b59c0%3B%7D.hljs-atelier-heath.light%20.hljs%7Bdisplay%3Ablock%3Bbackground%3A%23f7f3f7%3Bcolor%3A%23695d69%3Bpadding%3A0.5em%3B%7D.hljs-atelier-heath.light%20.coffeescript%20.javascript%2C.hljs-atelier-heath.light%20.javascript%20.xml%2C.hljs-atelier-heath.light%20.tex%20.hljs-formula%2C.hljs-atelier-heath.light%20.xml%20.javascript%2C.hljs-atelier-heath.light%20.xml%20.vbscript%2C.hljs-atelier-heath.light%20.xml%20.css%2C.hljs-atelier-heath.light%20.xml%20.hljs-cdata%7Bopacity%3A0.5%3B%7D%22%2C%22atelier-lakeside.dark%22%3A%22.hljs-atelier-lakeside.dark%7B%7D.hljs-atelier-lakeside.dark%20.hljs-comment%2C.hljs-atelier-lakeside.dark%20.hljs-title%7Bcolor%3A%237195a8%3B%7D.hljs-atelier-lakeside.dark%20.hljs-variable%2C.hljs-atelier-lakeside.dark%20.hljs-attribute%2C.hljs-atelier-lakeside.dark%20.hljs-tag%2C.hljs-atelier-lakeside.dark%20.hljs-regexp%2C.hljs-atelier-lakeside.dark%20.ruby%20.hljs-constant%2C.hljs-atelier-lakeside.dark%20.xml%20.hljs-tag%20.hljs-title%2C.hljs-atelier-lakeside.dark%20.xml%20.hljs-pi%2C.hljs-atelier-lakeside.dark%20.xml%20.hljs-doctype%2C.hljs-atelier-lakeside.dark%20.html%20.hljs-doctype%2C.hljs-atelier-lakeside.dark%20.css%20.hljs-id%2C.hljs-atelier-lakeside.dark%20.css%20.hljs-class%2C.hljs-atelier-lakeside.dark%20.css%20.hljs-pseudo%7Bcolor%3A%23d22d72%3B%7D.hljs-atelier-lakeside.dark%20.hljs-number%2C.hljs-atelier-lakeside.dark%20.hljs-preprocessor%2C.hljs-atelier-lakeside.dark%20.hljs-pragma%2C.hljs-atelier-lakeside.dark%20.hljs-built_in%2C.hljs-atelier-lakeside.dark%20.hljs-literal%2C.hljs-atelier-lakeside.dark%20.hljs-params%2C.hljs-atelier-lakeside.dark%20.hljs-constant%7Bcolor%3A%23935c25%3B%7D.hljs-atelier-lakeside.dark%20.hljs-ruby%20.hljs-class%20.hljs-title%2C.hljs-atelier-lakeside.dark%20.css%20.hljs-rules%20.hljs-attribute%7Bcolor%3A%238a8a0f%3B%7D.hljs-atelier-lakeside.dark%20.hljs-string%2C.hljs-atelier-lakeside.dark%20.hljs-value%2C.hljs-atelier-lakeside.dark%20.hljs-inheritance%2C.hljs-atelier-lakeside.dark%20.hljs-header%2C.hljs-atelier-lakeside.dark%20.ruby%20.hljs-symbol%2C.hljs-atelier-lakeside.dark%20.xml%20.hljs-cdata%7Bcolor%3A%23568c3b%3B%7D.hljs-atelier-lakeside.dark%20.css%20.hljs-hexcolor%7Bcolor%3A%232d8f6f%3B%7D.hljs-atelier-lakeside.dark%20.hljs-function%2C.hljs-atelier-lakeside.dark%20.python%20.hljs-decorator%2C.hljs-atelier-lakeside.dark%20.python%20.hljs-title%2C.hljs-atelier-lakeside.dark%20.ruby%20.hljs-function%20.hljs-title%2C.hljs-atelier-lakeside.dark%20.ruby%20.hljs-title%20.hljs-keyword%2C.hljs-atelier-lakeside.dark%20.perl%20.hljs-sub%2C.hljs-atelier-lakeside.dark%20.javascript%20.hljs-title%2C.hljs-atelier-lakeside.dark%20.coffeescript%20.hljs-title%7Bcolor%3A%23257fad%3B%7D.hljs-atelier-lakeside.dark%20.hljs-keyword%2C.hljs-atelier-lakeside.dark%20.javascript%20.hljs-function%7Bcolor%3A%235d5db1%3B%7D.hljs-atelier-lakeside.dark%20.hljs%7Bdisplay%3Ablock%3Bbackground%3A%231f292e%3Bcolor%3A%237ea2b4%3Bpadding%3A0.5em%3B%7D.hljs-atelier-lakeside.dark%20.coffeescript%20.javascript%2C.hljs-atelier-lakeside.dark%20.javascript%20.xml%2C.hljs-atelier-lakeside.dark%20.tex%20.hljs-formula%2C.hljs-atelier-lakeside.dark%20.xml%20.javascript%2C.hljs-atelier-lakeside.dark%20.xml%20.vbscript%2C.hljs-atelier-lakeside.dark%20.xml%20.css%2C.hljs-atelier-lakeside.dark%20.xml%20.hljs-cdata%7Bopacity%3A0.5%3B%7D%22%2C%22atelier-lakeside.light%22%3A%22.hljs-atelier-lakeside.light%7B%7D.hljs-atelier-lakeside.light%20.hljs-comment%2C.hljs-atelier-lakeside.light%20.hljs-title%7Bcolor%3A%235a7b8c%3B%7D.hljs-atelier-lakeside.light%20.hljs-variable%2C.hljs-atelier-lakeside.light%20.hljs-attribute%2C.hljs-atelier-lakeside.light%20.hljs-tag%2C.hljs-atelier-lakeside.light%20.hljs-regexp%2C.hljs-atelier-lakeside.light%20.ruby%20.hljs-constant%2C.hljs-atelier-lakeside.light%20.xml%20.hljs-tag%20.hljs-title%2C.hljs-atelier-lakeside.light%20.xml%20.hljs-pi%2C.hljs-atelier-lakeside.light%20.xml%20.hljs-doctype%2C.hljs-atelier-lakeside.light%20.html%20.hljs-doctype%2C.hljs-atelier-lakeside.light%20.css%20.hljs-id%2C.hljs-atelier-lakeside.light%20.css%20.hljs-class%2C.hljs-atelier-lakeside.light%20.css%20.hljs-pseudo%7Bcolor%3A%23d22d72%3B%7D.hljs-atelier-lakeside.light%20.hljs-number%2C.hljs-atelier-lakeside.light%20.hljs-preprocessor%2C.hljs-atelier-lakeside.light%20.hljs-pragma%2C.hljs-atelier-lakeside.light%20.hljs-built_in%2C.hljs-atelier-lakeside.light%20.hljs-literal%2C.hljs-atelier-lakeside.light%20.hljs-params%2C.hljs-atelier-lakeside.light%20.hljs-constant%7Bcolor%3A%23935c25%3B%7D.hljs-atelier-lakeside.light%20.hljs-ruby%20.hljs-class%20.hljs-title%2C.hljs-atelier-lakeside.light%20.css%20.hljs-rules%20.hljs-attribute%7Bcolor%3A%238a8a0f%3B%7D.hljs-atelier-lakeside.light%20.hljs-string%2C.hljs-atelier-lakeside.light%20.hljs-value%2C.hljs-atelier-lakeside.light%20.hljs-inheritance%2C.hljs-atelier-lakeside.light%20.hljs-header%2C.hljs-atelier-lakeside.light%20.ruby%20.hljs-symbol%2C.hljs-atelier-lakeside.light%20.xml%20.hljs-cdata%7Bcolor%3A%23568c3b%3B%7D.hljs-atelier-lakeside.light%20.css%20.hljs-hexcolor%7Bcolor%3A%232d8f6f%3B%7D.hljs-atelier-lakeside.light%20.hljs-function%2C.hljs-atelier-lakeside.light%20.python%20.hljs-decorator%2C.hljs-atelier-lakeside.light%20.python%20.hljs-title%2C.hljs-atelier-lakeside.light%20.ruby%20.hljs-function%20.hljs-title%2C.hljs-atelier-lakeside.light%20.ruby%20.hljs-title%20.hljs-keyword%2C.hljs-atelier-lakeside.light%20.perl%20.hljs-sub%2C.hljs-atelier-lakeside.light%20.javascript%20.hljs-title%2C.hljs-atelier-lakeside.light%20.coffeescript%20.hljs-title%7Bcolor%3A%23257fad%3B%7D.hljs-atelier-lakeside.light%20.hljs-keyword%2C.hljs-atelier-lakeside.light%20.javascript%20.hljs-function%7Bcolor%3A%235d5db1%3B%7D.hljs-atelier-lakeside.light%20.hljs%7Bdisplay%3Ablock%3Bbackground%3A%23ebf8ff%3Bcolor%3A%23516d7b%3Bpadding%3A0.5em%3B%7D.hljs-atelier-lakeside.light%20.coffeescript%20.javascript%2C.hljs-atelier-lakeside.light%20.javascript%20.xml%2C.hljs-atelier-lakeside.light%20.tex%20.hljs-formula%2C.hljs-atelier-lakeside.light%20.xml%20.javascript%2C.hljs-atelier-lakeside.light%20.xml%20.vbscript%2C.hljs-atelier-lakeside.light%20.xml%20.css%2C.hljs-atelier-lakeside.light%20.xml%20.hljs-cdata%7Bopacity%3A0.5%3B%7D%22%2C%22atelier-seaside.dark%22%3A%22.hljs-atelier-seaside.dark%7B%7D.hljs-atelier-seaside.dark%20.hljs-comment%2C.hljs-atelier-seaside.dark%20.hljs-title%7Bcolor%3A%23809980%3B%7D.hljs-atelier-seaside.dark%20.hljs-variable%2C.hljs-atelier-seaside.dark%20.hljs-attribute%2C.hljs-atelier-seaside.dark%20.hljs-tag%2C.hljs-atelier-seaside.dark%20.hljs-regexp%2C.hljs-atelier-seaside.dark%20.ruby%20.hljs-constant%2C.hljs-atelier-seaside.dark%20.xml%20.hljs-tag%20.hljs-title%2C.hljs-atelier-seaside.dark%20.xml%20.hljs-pi%2C.hljs-atelier-seaside.dark%20.xml%20.hljs-doctype%2C.hljs-atelier-seaside.dark%20.html%20.hljs-doctype%2C.hljs-atelier-seaside.dark%20.css%20.hljs-id%2C.hljs-atelier-seaside.dark%20.css%20.hljs-class%2C.hljs-atelier-seaside.dark%20.css%20.hljs-pseudo%7Bcolor%3A%23e6193c%3B%7D.hljs-atelier-seaside.dark%20.hljs-number%2C.hljs-atelier-seaside.dark%20.hljs-preprocessor%2C.hljs-atelier-seaside.dark%20.hljs-pragma%2C.hljs-atelier-seaside.dark%20.hljs-built_in%2C.hljs-atelier-seaside.dark%20.hljs-literal%2C.hljs-atelier-seaside.dark%20.hljs-params%2C.hljs-atelier-seaside.dark%20.hljs-constant%7Bcolor%3A%2387711d%3B%7D.hljs-atelier-seaside.dark%20.hljs-ruby%20.hljs-class%20.hljs-title%2C.hljs-atelier-seaside.dark%20.css%20.hljs-rules%20.hljs-attribute%7Bcolor%3A%23c3c322%3B%7D.hljs-atelier-seaside.dark%20.hljs-string%2C.hljs-atelier-seaside.dark%20.hljs-value%2C.hljs-atelier-seaside.dark%20.hljs-inheritance%2C.hljs-atelier-seaside.dark%20.hljs-header%2C.hljs-atelier-seaside.dark%20.ruby%20.hljs-symbol%2C.hljs-atelier-seaside.dark%20.xml%20.hljs-cdata%7Bcolor%3A%2329a329%3B%7D.hljs-atelier-seaside.dark%20.css%20.hljs-hexcolor%7Bcolor%3A%231999b3%3B%7D.hljs-atelier-seaside.dark%20.hljs-function%2C.hljs-atelier-seaside.dark%20.python%20.hljs-decorator%2C.hljs-atelier-seaside.dark%20.python%20.hljs-title%2C.hljs-atelier-seaside.dark%20.ruby%20.hljs-function%20.hljs-title%2C.hljs-atelier-seaside.dark%20.ruby%20.hljs-title%20.hljs-keyword%2C.hljs-atelier-seaside.dark%20.perl%20.hljs-sub%2C.hljs-atelier-seaside.dark%20.javascript%20.hljs-title%2C.hljs-atelier-seaside.dark%20.coffeescript%20.hljs-title%7Bcolor%3A%233d62f5%3B%7D.hljs-atelier-seaside.dark%20.hljs-keyword%2C.hljs-atelier-seaside.dark%20.javascript%20.hljs-function%7Bcolor%3A%23ad2bee%3B%7D.hljs-atelier-seaside.dark%20.hljs%7Bdisplay%3Ablock%3Bbackground%3A%23242924%3Bcolor%3A%238ca68c%3Bpadding%3A0.5em%3B%7D.hljs-atelier-seaside.dark%20.coffeescript%20.javascript%2C.hljs-atelier-seaside.dark%20.javascript%20.xml%2C.hljs-atelier-seaside.dark%20.tex%20.hljs-formula%2C.hljs-atelier-seaside.dark%20.xml%20.javascript%2C.hljs-atelier-seaside.dark%20.xml%20.vbscript%2C.hljs-atelier-seaside.dark%20.xml%20.css%2C.hljs-atelier-seaside.dark%20.xml%20.hljs-cdata%7Bopacity%3A0.5%3B%7D%22%2C%22atelier-seaside.light%22%3A%22.hljs-atelier-seaside.light%7B%7D.hljs-atelier-seaside.light%20.hljs-comment%2C.hljs-atelier-seaside.light%20.hljs-title%7Bcolor%3A%23687d68%3B%7D.hljs-atelier-seaside.light%20.hljs-variable%2C.hljs-atelier-seaside.light%20.hljs-attribute%2C.hljs-atelier-seaside.light%20.hljs-tag%2C.hljs-atelier-seaside.light%20.hljs-regexp%2C.hljs-atelier-seaside.light%20.ruby%20.hljs-constant%2C.hljs-atelier-seaside.light%20.xml%20.hljs-tag%20.hljs-title%2C.hljs-atelier-seaside.light%20.xml%20.hljs-pi%2C.hljs-atelier-seaside.light%20.xml%20.hljs-doctype%2C.hljs-atelier-seaside.light%20.html%20.hljs-doctype%2C.hljs-atelier-seaside.light%20.css%20.hljs-id%2C.hljs-atelier-seaside.light%20.css%20.hljs-class%2C.hljs-atelier-seaside.light%20.css%20.hljs-pseudo%7Bcolor%3A%23e6193c%3B%7D.hljs-atelier-seaside.light%20.hljs-number%2C.hljs-atelier-seaside.light%20.hljs-preprocessor%2C.hljs-atelier-seaside.light%20.hljs-pragma%2C.hljs-atelier-seaside.light%20.hljs-built_in%2C.hljs-atelier-seaside.light%20.hljs-literal%2C.hljs-atelier-seaside.light%20.hljs-params%2C.hljs-atelier-seaside.light%20.hljs-constant%7Bcolor%3A%2387711d%3B%7D.hljs-atelier-seaside.light%20.hljs-ruby%20.hljs-class%20.hljs-title%2C.hljs-atelier-seaside.light%20.css%20.hljs-rules%20.hljs-attribute%7Bcolor%3A%23c3c322%3B%7D.hljs-atelier-seaside.light%20.hljs-string%2C.hljs-atelier-seaside.light%20.hljs-value%2C.hljs-atelier-seaside.light%20.hljs-inheritance%2C.hljs-atelier-seaside.light%20.hljs-header%2C.hljs-atelier-seaside.light%20.ruby%20.hljs-symbol%2C.hljs-atelier-seaside.light%20.xml%20.hljs-cdata%7Bcolor%3A%2329a329%3B%7D.hljs-atelier-seaside.light%20.css%20.hljs-hexcolor%7Bcolor%3A%231999b3%3B%7D.hljs-atelier-seaside.light%20.hljs-function%2C.hljs-atelier-seaside.light%20.python%20.hljs-decorator%2C.hljs-atelier-seaside.light%20.python%20.hljs-title%2C.hljs-atelier-seaside.light%20.ruby%20.hljs-function%20.hljs-title%2C.hljs-atelier-seaside.light%20.ruby%20.hljs-title%20.hljs-keyword%2C.hljs-atelier-seaside.light%20.perl%20.hljs-sub%2C.hljs-atelier-seaside.light%20.javascript%20.hljs-title%2C.hljs-atelier-seaside.light%20.coffeescript%20.hljs-title%7Bcolor%3A%233d62f5%3B%7D.hljs-atelier-seaside.light%20.hljs-keyword%2C.hljs-atelier-seaside.light%20.javascript%20.hljs-function%7Bcolor%3A%23ad2bee%3B%7D.hljs-atelier-seaside.light%20.hljs%7Bdisplay%3Ablock%3Bbackground%3A%23f0fff0%3Bcolor%3A%235e6e5e%3Bpadding%3A0.5em%3B%7D.hljs-atelier-seaside.light%20.coffeescript%20.javascript%2C.hljs-atelier-seaside.light%20.javascript%20.xml%2C.hljs-atelier-seaside.light%20.tex%20.hljs-formula%2C.hljs-atelier-seaside.light%20.xml%20.javascript%2C.hljs-atelier-seaside.light%20.xml%20.vbscript%2C.hljs-atelier-seaside.light%20.xml%20.css%2C.hljs-atelier-seaside.light%20.xml%20.hljs-cdata%7Bopacity%3A0.5%3B%7D%22%2Cdark%3A%22.hljs-dark%7B%7D.hljs-dark%20.hljs%7Bdisplay%3Ablock%3Bpadding%3A0.5em%3Bbackground%3A%23444%3B%7D.hljs-dark%20.hljs-keyword%2C.hljs-dark%20.hljs-literal%2C.hljs-dark%20.hljs-change%2C.hljs-dark%20.hljs-winutils%2C.hljs-dark%20.hljs-flow%2C.hljs-dark%20.lisp%20.hljs-title%2C.hljs-dark%20.clojure%20.hljs-built_in%2C.hljs-dark%20.nginx%20.hljs-title%2C.hljs-dark%20.tex%20.hljs-special%7Bcolor%3Awhite%3B%7D.hljs-dark%20.hljs%2C.hljs-dark%20.hljs-subst%7Bcolor%3A%23ddd%3B%7D.hljs-dark%20.hljs-string%2C.hljs-dark%20.hljs-title%2C.hljs-dark%20.haskell%20.hljs-type%2C.hljs-dark%20.ini%20.hljs-title%2C.hljs-dark%20.hljs-tag%20.hljs-value%2C.hljs-dark%20.css%20.hljs-rules%20.hljs-value%2C.hljs-dark%20.hljs-preprocessor%2C.hljs-dark%20.hljs-pragma%2C.hljs-dark%20.ruby%20.hljs-symbol%2C.hljs-dark%20.ruby%20.hljs-symbol%20.hljs-string%2C.hljs-dark%20.ruby%20.hljs-class%20.hljs-parent%2C.hljs-dark%20.hljs-built_in%2C.hljs-dark%20.django%20.hljs-template_tag%2C.hljs-dark%20.django%20.hljs-variable%2C.hljs-dark%20.smalltalk%20.hljs-class%2C.hljs-dark%20.hljs-javadoc%2C.hljs-dark%20.ruby%20.hljs-string%2C.hljs-dark%20.django%20.hljs-filter%20.hljs-argument%2C.hljs-dark%20.smalltalk%20.hljs-localvars%2C.hljs-dark%20.smalltalk%20.hljs-array%2C.hljs-dark%20.hljs-attr_selector%2C.hljs-dark%20.hljs-pseudo%2C.hljs-dark%20.hljs-addition%2C.hljs-dark%20.hljs-stream%2C.hljs-dark%20.hljs-envvar%2C.hljs-dark%20.apache%20.hljs-tag%2C.hljs-dark%20.apache%20.hljs-cbracket%2C.hljs-dark%20.tex%20.hljs-command%2C.hljs-dark%20.hljs-prompt%2C.hljs-dark%20.coffeescript%20.hljs-attribute%7Bcolor%3A%23d88%3B%7D.hljs-dark%20.hljs-comment%2C.hljs-dark%20.java%20.hljs-annotation%2C.hljs-dark%20.python%20.hljs-decorator%2C.hljs-dark%20.hljs-template_comment%2C.hljs-dark%20.hljs-pi%2C.hljs-dark%20.hljs-doctype%2C.hljs-dark%20.hljs-deletion%2C.hljs-dark%20.hljs-shebang%2C.hljs-dark%20.apache%20.hljs-sqbracket%2C.hljs-dark%20.tex%20.hljs-formula%7Bcolor%3A%23777%3B%7D.hljs-dark%20.hljs-keyword%2C.hljs-dark%20.hljs-literal%2C.hljs-dark%20.hljs-title%2C.hljs-dark%20.css%20.hljs-id%2C.hljs-dark%20.hljs-phpdoc%2C.hljs-dark%20.haskell%20.hljs-type%2C.hljs-dark%20.vbscript%20.hljs-built_in%2C.hljs-dark%20.rsl%20.hljs-built_in%2C.hljs-dark%20.smalltalk%20.hljs-class%2C.hljs-dark%20.diff%20.hljs-header%2C.hljs-dark%20.hljs-chunk%2C.hljs-dark%20.hljs-winutils%2C.hljs-dark%20.bash%20.hljs-variable%2C.hljs-dark%20.apache%20.hljs-tag%2C.hljs-dark%20.tex%20.hljs-special%2C.hljs-dark%20.hljs-request%2C.hljs-dark%20.hljs-status%7Bfont-weight%3Abold%3B%7D.hljs-dark%20.coffeescript%20.javascript%2C.hljs-dark%20.javascript%20.xml%2C.hljs-dark%20.tex%20.hljs-formula%2C.hljs-dark%20.xml%20.javascript%2C.hljs-dark%20.xml%20.vbscript%2C.hljs-dark%20.xml%20.css%2C.hljs-dark%20.xml%20.hljs-cdata%7Bopacity%3A0.5%3B%7D%22%2C%22default%22%3A%22.hljs-default%7B%7D.hljs-default%20.hljs%7Bdisplay%3Ablock%3Bpadding%3A0.5em%3Bbackground%3A%23f0f0f0%3B%7D.hljs-default%20.hljs%2C.hljs-default%20.hljs-subst%2C.hljs-default%20.hljs-tag%20.hljs-title%2C.hljs-default%20.lisp%20.hljs-title%2C.hljs-default%20.clojure%20.hljs-built_in%2C.hljs-default%20.nginx%20.hljs-title%7Bcolor%3Ablack%3B%7D.hljs-default%20.hljs-string%2C.hljs-default%20.hljs-title%2C.hljs-default%20.hljs-constant%2C.hljs-default%20.hljs-parent%2C.hljs-default%20.hljs-tag%20.hljs-value%2C.hljs-default%20.hljs-rules%20.hljs-value%2C.hljs-default%20.hljs-preprocessor%2C.hljs-default%20.hljs-pragma%2C.hljs-default%20.haml%20.hljs-symbol%2C.hljs-default%20.ruby%20.hljs-symbol%2C.hljs-default%20.ruby%20.hljs-symbol%20.hljs-string%2C.hljs-default%20.hljs-template_tag%2C.hljs-default%20.django%20.hljs-variable%2C.hljs-default%20.smalltalk%20.hljs-class%2C.hljs-default%20.hljs-addition%2C.hljs-default%20.hljs-flow%2C.hljs-default%20.hljs-stream%2C.hljs-default%20.bash%20.hljs-variable%2C.hljs-default%20.apache%20.hljs-tag%2C.hljs-default%20.apache%20.hljs-cbracket%2C.hljs-default%20.tex%20.hljs-command%2C.hljs-default%20.tex%20.hljs-special%2C.hljs-default%20.erlang_repl%20.hljs-function_or_atom%2C.hljs-default%20.asciidoc%20.hljs-header%2C.hljs-default%20.markdown%20.hljs-header%2C.hljs-default%20.coffeescript%20.hljs-attribute%7Bcolor%3A%23800%3B%7D.hljs-default%20.smartquote%2C.hljs-default%20.hljs-comment%2C.hljs-default%20.hljs-annotation%2C.hljs-default%20.hljs-template_comment%2C.hljs-default%20.diff%20.hljs-header%2C.hljs-default%20.hljs-chunk%2C.hljs-default%20.asciidoc%20.hljs-blockquote%2C.hljs-default%20.markdown%20.hljs-blockquote%7Bcolor%3A%23888%3B%7D.hljs-default%20.hljs-number%2C.hljs-default%20.hljs-date%2C.hljs-default%20.hljs-regexp%2C.hljs-default%20.hljs-literal%2C.hljs-default%20.hljs-hexcolor%2C.hljs-default%20.smalltalk%20.hljs-symbol%2C.hljs-default%20.smalltalk%20.hljs-char%2C.hljs-default%20.go%20.hljs-constant%2C.hljs-default%20.hljs-change%2C.hljs-default%20.lasso%20.hljs-variable%2C.hljs-default%20.makefile%20.hljs-variable%2C.hljs-default%20.asciidoc%20.hljs-bullet%2C.hljs-default%20.markdown%20.hljs-bullet%2C.hljs-default%20.asciidoc%20.hljs-link_url%2C.hljs-default%20.markdown%20.hljs-link_url%7Bcolor%3A%23080%3B%7D.hljs-default%20.hljs-label%2C.hljs-default%20.hljs-javadoc%2C.hljs-default%20.ruby%20.hljs-string%2C.hljs-default%20.hljs-decorator%2C.hljs-default%20.hljs-filter%20.hljs-argument%2C.hljs-default%20.hljs-localvars%2C.hljs-default%20.hljs-array%2C.hljs-default%20.hljs-attr_selector%2C.hljs-default%20.hljs-important%2C.hljs-default%20.hljs-pseudo%2C.hljs-default%20.hljs-pi%2C.hljs-default%20.haml%20.hljs-bullet%2C.hljs-default%20.hljs-doctype%2C.hljs-default%20.hljs-deletion%2C.hljs-default%20.hljs-envvar%2C.hljs-default%20.hljs-shebang%2C.hljs-default%20.apache%20.hljs-sqbracket%2C.hljs-default%20.nginx%20.hljs-built_in%2C.hljs-default%20.tex%20.hljs-formula%2C.hljs-default%20.erlang_repl%20.hljs-reserved%2C.hljs-default%20.hljs-prompt%2C.hljs-default%20.asciidoc%20.hljs-link_label%2C.hljs-default%20.markdown%20.hljs-link_label%2C.hljs-default%20.vhdl%20.hljs-attribute%2C.hljs-default%20.clojure%20.hljs-attribute%2C.hljs-default%20.asciidoc%20.hljs-attribute%2C.hljs-default%20.lasso%20.hljs-attribute%2C.hljs-default%20.coffeescript%20.hljs-property%2C.hljs-default%20.hljs-phony%7Bcolor%3A%2388f%3B%7D.hljs-default%20.hljs-keyword%2C.hljs-default%20.hljs-id%2C.hljs-default%20.hljs-title%2C.hljs-default%20.hljs-built_in%2C.hljs-default%20.css%20.hljs-tag%2C.hljs-default%20.hljs-javadoctag%2C.hljs-default%20.hljs-phpdoc%2C.hljs-default%20.hljs-yardoctag%2C.hljs-default%20.smalltalk%20.hljs-class%2C.hljs-default%20.hljs-winutils%2C.hljs-default%20.bash%20.hljs-variable%2C.hljs-default%20.apache%20.hljs-tag%2C.hljs-default%20.go%20.hljs-typename%2C.hljs-default%20.tex%20.hljs-command%2C.hljs-default%20.asciidoc%20.hljs-strong%2C.hljs-default%20.markdown%20.hljs-strong%2C.hljs-default%20.hljs-request%2C.hljs-default%20.hljs-status%7Bfont-weight%3Abold%3B%7D.hljs-default%20.asciidoc%20.hljs-emphasis%2C.hljs-default%20.markdown%20.hljs-emphasis%7Bfont-style%3Aitalic%3B%7D.hljs-default%20.nginx%20.hljs-built_in%7Bfont-weight%3Anormal%3B%7D.hljs-default%20.coffeescript%20.javascript%2C.hljs-default%20.javascript%20.xml%2C.hljs-default%20.lasso%20.markup%2C.hljs-default%20.tex%20.hljs-formula%2C.hljs-default%20.xml%20.javascript%2C.hljs-default%20.xml%20.vbscript%2C.hljs-default%20.xml%20.css%2C.hljs-default%20.xml%20.hljs-cdata%7Bopacity%3A0.5%3B%7D%22%2Cdocco%3A%22.hljs-docco%7B%7D.hljs-docco%20.hljs%7Bdisplay%3Ablock%3Bpadding%3A0.5em%3Bcolor%3A%23000%3Bbackground%3A%23f8f8ff%3B%7D.hljs-docco%20.hljs-comment%2C.hljs-docco%20.hljs-template_comment%2C.hljs-docco%20.diff%20.hljs-header%2C.hljs-docco%20.hljs-javadoc%7Bcolor%3A%23408080%3Bfont-style%3Aitalic%3B%7D.hljs-docco%20.hljs-keyword%2C.hljs-docco%20.assignment%2C.hljs-docco%20.hljs-literal%2C.hljs-docco%20.css%20.rule%20.hljs-keyword%2C.hljs-docco%20.hljs-winutils%2C.hljs-docco%20.javascript%20.hljs-title%2C.hljs-docco%20.lisp%20.hljs-title%2C.hljs-docco%20.hljs-subst%7Bcolor%3A%23954121%3B%7D.hljs-docco%20.hljs-number%2C.hljs-docco%20.hljs-hexcolor%7Bcolor%3A%2340a070%3B%7D.hljs-docco%20.hljs-string%2C.hljs-docco%20.hljs-tag%20.hljs-value%2C.hljs-docco%20.hljs-phpdoc%2C.hljs-docco%20.tex%20.hljs-formula%7Bcolor%3A%23219161%3B%7D.hljs-docco%20.hljs-title%2C.hljs-docco%20.hljs-id%7Bcolor%3A%2319469d%3B%7D.hljs-docco%20.hljs-params%7Bcolor%3A%2300f%3B%7D.hljs-docco%20.javascript%20.hljs-title%2C.hljs-docco%20.lisp%20.hljs-title%2C.hljs-docco%20.hljs-subst%7Bfont-weight%3Anormal%3B%7D.hljs-docco%20.hljs-class%20.hljs-title%2C.hljs-docco%20.haskell%20.hljs-label%2C.hljs-docco%20.tex%20.hljs-command%7Bcolor%3A%23458%3Bfont-weight%3Abold%3B%7D.hljs-docco%20.hljs-tag%2C.hljs-docco%20.hljs-tag%20.hljs-title%2C.hljs-docco%20.hljs-rules%20.hljs-property%2C.hljs-docco%20.django%20.hljs-tag%20.hljs-keyword%7Bcolor%3A%23000080%3Bfont-weight%3Anormal%3B%7D.hljs-docco%20.hljs-attribute%2C.hljs-docco%20.hljs-variable%2C.hljs-docco%20.instancevar%2C.hljs-docco%20.lisp%20.hljs-body%7Bcolor%3A%23008080%3B%7D.hljs-docco%20.hljs-regexp%7Bcolor%3A%23b68%3B%7D.hljs-docco%20.hljs-class%7Bcolor%3A%23458%3Bfont-weight%3Abold%3B%7D.hljs-docco%20.hljs-symbol%2C.hljs-docco%20.ruby%20.hljs-symbol%20.hljs-string%2C.hljs-docco%20.ruby%20.hljs-symbol%20.hljs-keyword%2C.hljs-docco%20.ruby%20.hljs-symbol%20.keymethods%2C.hljs-docco%20.lisp%20.hljs-keyword%2C.hljs-docco%20.tex%20.hljs-special%2C.hljs-docco%20.input_number%7Bcolor%3A%23990073%3B%7D.hljs-docco%20.builtin%2C.hljs-docco%20.constructor%2C.hljs-docco%20.hljs-built_in%2C.hljs-docco%20.lisp%20.hljs-title%7Bcolor%3A%230086b3%3B%7D.hljs-docco%20.hljs-preprocessor%2C.hljs-docco%20.hljs-pragma%2C.hljs-docco%20.hljs-pi%2C.hljs-docco%20.hljs-doctype%2C.hljs-docco%20.hljs-shebang%2C.hljs-docco%20.hljs-cdata%7Bcolor%3A%23999%3Bfont-weight%3Abold%3B%7D.hljs-docco%20.hljs-deletion%7Bbackground%3A%23fdd%3B%7D.hljs-docco%20.hljs-addition%7Bbackground%3A%23dfd%3B%7D.hljs-docco%20.diff%20.hljs-change%7Bbackground%3A%230086b3%3B%7D.hljs-docco%20.hljs-chunk%7Bcolor%3A%23aaa%3B%7D.hljs-docco%20.tex%20.hljs-formula%7Bopacity%3A0.5%3B%7D%22%2Cfar%3A%22.hljs-far%7B%7D.hljs-far%20.hljs%7Bdisplay%3Ablock%3Bpadding%3A0.5em%3Bbackground%3A%23000080%3B%7D.hljs-far%20.hljs%2C.hljs-far%20.hljs-subst%7Bcolor%3A%230ff%3B%7D.hljs-far%20.hljs-string%2C.hljs-far%20.ruby%20.hljs-string%2C.hljs-far%20.haskell%20.hljs-type%2C.hljs-far%20.hljs-tag%20.hljs-value%2C.hljs-far%20.hljs-rules%20.hljs-value%2C.hljs-far%20.hljs-rules%20.hljs-value%20.hljs-number%2C.hljs-far%20.hljs-preprocessor%2C.hljs-far%20.hljs-pragma%2C.hljs-far%20.ruby%20.hljs-symbol%2C.hljs-far%20.ruby%20.hljs-symbol%20.hljs-string%2C.hljs-far%20.hljs-built_in%2C.hljs-far%20.django%20.hljs-template_tag%2C.hljs-far%20.django%20.hljs-variable%2C.hljs-far%20.smalltalk%20.hljs-class%2C.hljs-far%20.hljs-addition%2C.hljs-far%20.apache%20.hljs-tag%2C.hljs-far%20.apache%20.hljs-cbracket%2C.hljs-far%20.tex%20.hljs-command%2C.hljs-far%20.clojure%20.hljs-title%2C.hljs-far%20.coffeescript%20.hljs-attribute%7Bcolor%3A%23ff0%3B%7D.hljs-far%20.hljs-keyword%2C.hljs-far%20.css%20.hljs-id%2C.hljs-far%20.hljs-title%2C.hljs-far%20.haskell%20.hljs-type%2C.hljs-far%20.vbscript%20.hljs-built_in%2C.hljs-far%20.rsl%20.hljs-built_in%2C.hljs-far%20.smalltalk%20.hljs-class%2C.hljs-far%20.xml%20.hljs-tag%20.hljs-title%2C.hljs-far%20.hljs-winutils%2C.hljs-far%20.hljs-flow%2C.hljs-far%20.hljs-change%2C.hljs-far%20.hljs-envvar%2C.hljs-far%20.bash%20.hljs-variable%2C.hljs-far%20.tex%20.hljs-special%2C.hljs-far%20.clojure%20.hljs-built_in%7Bcolor%3A%23fff%3B%7D.hljs-far%20.hljs-comment%2C.hljs-far%20.hljs-phpdoc%2C.hljs-far%20.hljs-javadoc%2C.hljs-far%20.java%20.hljs-annotation%2C.hljs-far%20.hljs-template_comment%2C.hljs-far%20.hljs-deletion%2C.hljs-far%20.apache%20.hljs-sqbracket%2C.hljs-far%20.tex%20.hljs-formula%7Bcolor%3A%23888%3B%7D.hljs-far%20.hljs-number%2C.hljs-far%20.hljs-date%2C.hljs-far%20.hljs-regexp%2C.hljs-far%20.hljs-literal%2C.hljs-far%20.smalltalk%20.hljs-symbol%2C.hljs-far%20.smalltalk%20.hljs-char%2C.hljs-far%20.clojure%20.hljs-attribute%7Bcolor%3A%230f0%3B%7D.hljs-far%20.python%20.hljs-decorator%2C.hljs-far%20.django%20.hljs-filter%20.hljs-argument%2C.hljs-far%20.smalltalk%20.hljs-localvars%2C.hljs-far%20.smalltalk%20.hljs-array%2C.hljs-far%20.hljs-attr_selector%2C.hljs-far%20.hljs-pseudo%2C.hljs-far%20.xml%20.hljs-pi%2C.hljs-far%20.diff%20.hljs-header%2C.hljs-far%20.hljs-chunk%2C.hljs-far%20.hljs-shebang%2C.hljs-far%20.nginx%20.hljs-built_in%2C.hljs-far%20.hljs-prompt%7Bcolor%3A%23008080%3B%7D.hljs-far%20.hljs-keyword%2C.hljs-far%20.css%20.hljs-id%2C.hljs-far%20.hljs-title%2C.hljs-far%20.haskell%20.hljs-type%2C.hljs-far%20.vbscript%20.hljs-built_in%2C.hljs-far%20.rsl%20.hljs-built_in%2C.hljs-far%20.smalltalk%20.hljs-class%2C.hljs-far%20.hljs-winutils%2C.hljs-far%20.hljs-flow%2C.hljs-far%20.apache%20.hljs-tag%2C.hljs-far%20.nginx%20.hljs-built_in%2C.hljs-far%20.tex%20.hljs-command%2C.hljs-far%20.tex%20.hljs-special%2C.hljs-far%20.hljs-request%2C.hljs-far%20.hljs-status%7Bfont-weight%3Abold%3B%7D%22%2Cfoundation%3A%22.hljs-foundation%7B%7D.hljs-foundation%20.hljs%7Bdisplay%3Ablock%3Bpadding%3A0.5em%3Bbackground%3A%23eee%3B%7D.hljs-foundation%20.hljs-header%2C.hljs-foundation%20.hljs-decorator%2C.hljs-foundation%20.hljs-annotation%7Bcolor%3A%23000077%3B%7D.hljs-foundation%20.hljs-horizontal_rule%2C.hljs-foundation%20.hljs-link_url%2C.hljs-foundation%20.hljs-emphasis%2C.hljs-foundation%20.hljs-attribute%7Bcolor%3A%23070%3B%7D.hljs-foundation%20.hljs-emphasis%7Bfont-style%3Aitalic%3B%7D.hljs-foundation%20.hljs-link_label%2C.hljs-foundation%20.hljs-strong%2C.hljs-foundation%20.hljs-value%2C.hljs-foundation%20.hljs-string%2C.hljs-foundation%20.scss%20.hljs-value%20.hljs-string%7Bcolor%3A%23d14%3B%7D.hljs-foundation%20.hljs-strong%7Bfont-weight%3Abold%3B%7D.hljs-foundation%20.hljs-blockquote%2C.hljs-foundation%20.hljs-comment%7Bcolor%3A%23998%3Bfont-style%3Aitalic%3B%7D.hljs-foundation%20.asciidoc%20.hljs-title%2C.hljs-foundation%20.hljs-function%20.hljs-title%7Bcolor%3A%23900%3B%7D.hljs-foundation%20.hljs-class%7Bcolor%3A%23458%3B%7D.hljs-foundation%20.hljs-id%2C.hljs-foundation%20.hljs-pseudo%2C.hljs-foundation%20.hljs-constant%2C.hljs-foundation%20.hljs-hexcolor%7Bcolor%3Ateal%3B%7D.hljs-foundation%20.hljs-variable%7Bcolor%3A%23336699%3B%7D.hljs-foundation%20.hljs-bullet%2C.hljs-foundation%20.hljs-javadoc%7Bcolor%3A%23997700%3B%7D.hljs-foundation%20.hljs-pi%2C.hljs-foundation%20.hljs-doctype%7Bcolor%3A%233344bb%3B%7D.hljs-foundation%20.hljs-code%2C.hljs-foundation%20.hljs-number%7Bcolor%3A%23099%3B%7D.hljs-foundation%20.hljs-important%7Bcolor%3A%23f00%3B%7D.hljs-foundation%20.smartquote%2C.hljs-foundation%20.hljs-label%7Bcolor%3A%23970%3B%7D.hljs-foundation%20.hljs-preprocessor%2C.hljs-foundation%20.hljs-pragma%7Bcolor%3A%23579%3B%7D.hljs-foundation%20.hljs-reserved%2C.hljs-foundation%20.hljs-keyword%2C.hljs-foundation%20.scss%20.hljs-value%7Bcolor%3A%23000%3B%7D.hljs-foundation%20.hljs-regexp%7Bbackground-color%3A%23fff0ff%3Bcolor%3A%23880088%3B%7D.hljs-foundation%20.hljs-symbol%7Bcolor%3A%23990073%3B%7D.hljs-foundation%20.hljs-symbol%20.hljs-string%7Bcolor%3A%23a60%3B%7D.hljs-foundation%20.hljs-tag%7Bcolor%3A%23007700%3B%7D.hljs-foundation%20.hljs-at_rule%2C.hljs-foundation%20.hljs-at_rule%20.hljs-keyword%7Bcolor%3A%23088%3B%7D.hljs-foundation%20.hljs-at_rule%20.hljs-preprocessor%7Bcolor%3A%23808%3B%7D.hljs-foundation%20.scss%20.hljs-tag%2C.hljs-foundation%20.scss%20.hljs-attribute%7Bcolor%3A%23339%3B%7D%22%2Cgithub%3A%22.hljs-github%7B%7D.hljs-github%20.hljs%7Bdisplay%3Ablock%3Bpadding%3A0.5em%3Bcolor%3A%23333%3Bbackground%3A%23f8f8f8%3B%7D.hljs-github%20.hljs-comment%2C.hljs-github%20.hljs-template_comment%2C.hljs-github%20.diff%20.hljs-header%2C.hljs-github%20.hljs-javadoc%7Bcolor%3A%23998%3Bfont-style%3Aitalic%3B%7D.hljs-github%20.hljs-keyword%2C.hljs-github%20.css%20.rule%20.hljs-keyword%2C.hljs-github%20.hljs-winutils%2C.hljs-github%20.javascript%20.hljs-title%2C.hljs-github%20.nginx%20.hljs-title%2C.hljs-github%20.hljs-subst%2C.hljs-github%20.hljs-request%2C.hljs-github%20.hljs-status%7Bcolor%3A%23333%3Bfont-weight%3Abold%3B%7D.hljs-github%20.hljs-number%2C.hljs-github%20.hljs-hexcolor%2C.hljs-github%20.ruby%20.hljs-constant%7Bcolor%3A%23099%3B%7D.hljs-github%20.hljs-string%2C.hljs-github%20.hljs-tag%20.hljs-value%2C.hljs-github%20.hljs-phpdoc%2C.hljs-github%20.tex%20.hljs-formula%7Bcolor%3A%23d14%3B%7D.hljs-github%20.hljs-title%2C.hljs-github%20.hljs-id%2C.hljs-github%20.coffeescript%20.hljs-params%2C.hljs-github%20.scss%20.hljs-preprocessor%7Bcolor%3A%23900%3Bfont-weight%3Abold%3B%7D.hljs-github%20.javascript%20.hljs-title%2C.hljs-github%20.lisp%20.hljs-title%2C.hljs-github%20.clojure%20.hljs-title%2C.hljs-github%20.hljs-subst%7Bfont-weight%3Anormal%3B%7D.hljs-github%20.hljs-class%20.hljs-title%2C.hljs-github%20.haskell%20.hljs-type%2C.hljs-github%20.vhdl%20.hljs-literal%2C.hljs-github%20.tex%20.hljs-command%7Bcolor%3A%23458%3Bfont-weight%3Abold%3B%7D.hljs-github%20.hljs-tag%2C.hljs-github%20.hljs-tag%20.hljs-title%2C.hljs-github%20.hljs-rules%20.hljs-property%2C.hljs-github%20.django%20.hljs-tag%20.hljs-keyword%7Bcolor%3A%23000080%3Bfont-weight%3Anormal%3B%7D.hljs-github%20.hljs-attribute%2C.hljs-github%20.hljs-variable%2C.hljs-github%20.lisp%20.hljs-body%7Bcolor%3A%23008080%3B%7D.hljs-github%20.hljs-regexp%7Bcolor%3A%23009926%3B%7D.hljs-github%20.hljs-symbol%2C.hljs-github%20.ruby%20.hljs-symbol%20.hljs-string%2C.hljs-github%20.lisp%20.hljs-keyword%2C.hljs-github%20.tex%20.hljs-special%2C.hljs-github%20.hljs-prompt%7Bcolor%3A%23990073%3B%7D.hljs-github%20.hljs-built_in%2C.hljs-github%20.lisp%20.hljs-title%2C.hljs-github%20.clojure%20.hljs-built_in%7Bcolor%3A%230086b3%3B%7D.hljs-github%20.hljs-preprocessor%2C.hljs-github%20.hljs-pragma%2C.hljs-github%20.hljs-pi%2C.hljs-github%20.hljs-doctype%2C.hljs-github%20.hljs-shebang%2C.hljs-github%20.hljs-cdata%7Bcolor%3A%23999%3Bfont-weight%3Abold%3B%7D.hljs-github%20.hljs-deletion%7Bbackground%3A%23fdd%3B%7D.hljs-github%20.hljs-addition%7Bbackground%3A%23dfd%3B%7D.hljs-github%20.diff%20.hljs-change%7Bbackground%3A%230086b3%3B%7D.hljs-github%20.hljs-chunk%7Bcolor%3A%23aaa%3B%7D%22%2Cgooglecode%3A%22.hljs-googlecode%7B%7D.hljs-googlecode%20.hljs%7Bdisplay%3Ablock%3Bpadding%3A0.5em%3Bbackground%3Awhite%3Bcolor%3Ablack%3B%7D.hljs-googlecode%20.hljs-comment%2C.hljs-googlecode%20.hljs-template_comment%2C.hljs-googlecode%20.hljs-javadoc%7Bcolor%3A%23800%3B%7D.hljs-googlecode%20.hljs-keyword%2C.hljs-googlecode%20.method%2C.hljs-googlecode%20.hljs-list%20.hljs-title%2C.hljs-googlecode%20.clojure%20.hljs-built_in%2C.hljs-googlecode%20.nginx%20.hljs-title%2C.hljs-googlecode%20.hljs-tag%20.hljs-title%2C.hljs-googlecode%20.setting%20.hljs-value%2C.hljs-googlecode%20.hljs-winutils%2C.hljs-googlecode%20.tex%20.hljs-command%2C.hljs-googlecode%20.http%20.hljs-title%2C.hljs-googlecode%20.hljs-request%2C.hljs-googlecode%20.hljs-status%7Bcolor%3A%23008%3B%7D.hljs-googlecode%20.hljs-envvar%2C.hljs-googlecode%20.tex%20.hljs-special%7Bcolor%3A%23660%3B%7D.hljs-googlecode%20.hljs-string%2C.hljs-googlecode%20.hljs-tag%20.hljs-value%2C.hljs-googlecode%20.hljs-cdata%2C.hljs-googlecode%20.hljs-filter%20.hljs-argument%2C.hljs-googlecode%20.hljs-attr_selector%2C.hljs-googlecode%20.apache%20.hljs-cbracket%2C.hljs-googlecode%20.hljs-date%2C.hljs-googlecode%20.hljs-regexp%2C.hljs-googlecode%20.coffeescript%20.hljs-attribute%7Bcolor%3A%23080%3B%7D.hljs-googlecode%20.hljs-sub%20.hljs-identifier%2C.hljs-googlecode%20.hljs-pi%2C.hljs-googlecode%20.hljs-tag%2C.hljs-googlecode%20.hljs-tag%20.hljs-keyword%2C.hljs-googlecode%20.hljs-decorator%2C.hljs-googlecode%20.ini%20.hljs-title%2C.hljs-googlecode%20.hljs-shebang%2C.hljs-googlecode%20.hljs-prompt%2C.hljs-googlecode%20.hljs-hexcolor%2C.hljs-googlecode%20.hljs-rules%20.hljs-value%2C.hljs-googlecode%20.hljs-literal%2C.hljs-googlecode%20.hljs-symbol%2C.hljs-googlecode%20.ruby%20.hljs-symbol%20.hljs-string%2C.hljs-googlecode%20.hljs-number%2C.hljs-googlecode%20.css%20.hljs-function%2C.hljs-googlecode%20.clojure%20.hljs-attribute%7Bcolor%3A%23066%3B%7D.hljs-googlecode%20.hljs-class%20.hljs-title%2C.hljs-googlecode%20.haskell%20.hljs-type%2C.hljs-googlecode%20.smalltalk%20.hljs-class%2C.hljs-googlecode%20.hljs-javadoctag%2C.hljs-googlecode%20.hljs-yardoctag%2C.hljs-googlecode%20.hljs-phpdoc%2C.hljs-googlecode%20.hljs-typename%2C.hljs-googlecode%20.hljs-tag%20.hljs-attribute%2C.hljs-googlecode%20.hljs-doctype%2C.hljs-googlecode%20.hljs-class%20.hljs-id%2C.hljs-googlecode%20.hljs-built_in%2C.hljs-googlecode%20.setting%2C.hljs-googlecode%20.hljs-params%2C.hljs-googlecode%20.hljs-variable%2C.hljs-googlecode%20.clojure%20.hljs-title%7Bcolor%3A%23606%3B%7D.hljs-googlecode%20.css%20.hljs-tag%2C.hljs-googlecode%20.hljs-rules%20.hljs-property%2C.hljs-googlecode%20.hljs-pseudo%2C.hljs-googlecode%20.hljs-subst%7Bcolor%3A%23000%3B%7D.hljs-googlecode%20.css%20.hljs-class%2C.hljs-googlecode%20.css%20.hljs-id%7Bcolor%3A%239b703f%3B%7D.hljs-googlecode%20.hljs-value%20.hljs-important%7Bcolor%3A%23ff7700%3Bfont-weight%3Abold%3B%7D.hljs-googlecode%20.hljs-rules%20.hljs-keyword%7Bcolor%3A%23c5af75%3B%7D.hljs-googlecode%20.hljs-annotation%2C.hljs-googlecode%20.apache%20.hljs-sqbracket%2C.hljs-googlecode%20.nginx%20.hljs-built_in%7Bcolor%3A%239b859d%3B%7D.hljs-googlecode%20.hljs-preprocessor%2C.hljs-googlecode%20.hljs-preprocessor%20*%2C.hljs-googlecode%20.hljs-pragma%7Bcolor%3A%23444%3B%7D.hljs-googlecode%20.tex%20.hljs-formula%7Bbackground-color%3A%23eee%3Bfont-style%3Aitalic%3B%7D.hljs-googlecode%20.diff%20.hljs-header%2C.hljs-googlecode%20.hljs-chunk%7Bcolor%3A%23808080%3Bfont-weight%3Abold%3B%7D.hljs-googlecode%20.diff%20.hljs-change%7Bbackground-color%3A%23bccff9%3B%7D.hljs-googlecode%20.hljs-addition%7Bbackground-color%3A%23baeeba%3B%7D.hljs-googlecode%20.hljs-deletion%7Bbackground-color%3A%23ffc8bd%3B%7D.hljs-googlecode%20.hljs-comment%20.hljs-yardoctag%7Bfont-weight%3Abold%3B%7D%22%2Cidea%3A%22.hljs-idea%7B%7D.hljs-idea%20.hljs%7Bdisplay%3Ablock%3Bpadding%3A0.5em%3Bcolor%3A%23000%3Bbackground%3A%23fff%3B%7D.hljs-idea%20.hljs-subst%2C.hljs-idea%20.hljs-title%2C.hljs-idea%20.json%20.hljs-value%7Bfont-weight%3Anormal%3Bcolor%3A%23000%3B%7D.hljs-idea%20.hljs-comment%2C.hljs-idea%20.hljs-template_comment%2C.hljs-idea%20.hljs-javadoc%2C.hljs-idea%20.diff%20.hljs-header%7Bcolor%3A%23808080%3Bfont-style%3Aitalic%3B%7D.hljs-idea%20.hljs-annotation%2C.hljs-idea%20.hljs-decorator%2C.hljs-idea%20.hljs-preprocessor%2C.hljs-idea%20.hljs-pragma%2C.hljs-idea%20.hljs-doctype%2C.hljs-idea%20.hljs-pi%2C.hljs-idea%20.hljs-chunk%2C.hljs-idea%20.hljs-shebang%2C.hljs-idea%20.apache%20.hljs-cbracket%2C.hljs-idea%20.hljs-prompt%2C.hljs-idea%20.http%20.hljs-title%7Bcolor%3A%23808000%3B%7D.hljs-idea%20.hljs-tag%2C.hljs-idea%20.hljs-pi%7Bbackground%3A%23efefef%3B%7D.hljs-idea%20.hljs-tag%20.hljs-title%2C.hljs-idea%20.hljs-id%2C.hljs-idea%20.hljs-attr_selector%2C.hljs-idea%20.hljs-pseudo%2C.hljs-idea%20.hljs-literal%2C.hljs-idea%20.hljs-keyword%2C.hljs-idea%20.hljs-hexcolor%2C.hljs-idea%20.css%20.hljs-function%2C.hljs-idea%20.ini%20.hljs-title%2C.hljs-idea%20.css%20.hljs-class%2C.hljs-idea%20.hljs-list%20.hljs-title%2C.hljs-idea%20.clojure%20.hljs-title%2C.hljs-idea%20.nginx%20.hljs-title%2C.hljs-idea%20.tex%20.hljs-command%2C.hljs-idea%20.hljs-request%2C.hljs-idea%20.hljs-status%7Bfont-weight%3Abold%3Bcolor%3A%23000080%3B%7D.hljs-idea%20.hljs-attribute%2C.hljs-idea%20.hljs-rules%20.hljs-keyword%2C.hljs-idea%20.hljs-number%2C.hljs-idea%20.hljs-date%2C.hljs-idea%20.hljs-regexp%2C.hljs-idea%20.tex%20.hljs-special%7Bfont-weight%3Abold%3Bcolor%3A%230000ff%3B%7D.hljs-idea%20.hljs-number%2C.hljs-idea%20.hljs-regexp%7Bfont-weight%3Anormal%3B%7D.hljs-idea%20.hljs-string%2C.hljs-idea%20.hljs-value%2C.hljs-idea%20.hljs-filter%20.hljs-argument%2C.hljs-idea%20.css%20.hljs-function%20.hljs-params%2C.hljs-idea%20.apache%20.hljs-tag%7Bcolor%3A%23008000%3Bfont-weight%3Abold%3B%7D.hljs-idea%20.hljs-symbol%2C.hljs-idea%20.ruby%20.hljs-symbol%20.hljs-string%2C.hljs-idea%20.hljs-char%2C.hljs-idea%20.tex%20.hljs-formula%7Bcolor%3A%23000%3Bbackground%3A%23d0eded%3Bfont-style%3Aitalic%3B%7D.hljs-idea%20.hljs-phpdoc%2C.hljs-idea%20.hljs-yardoctag%2C.hljs-idea%20.hljs-javadoctag%7Btext-decoration%3Aunderline%3B%7D.hljs-idea%20.hljs-variable%2C.hljs-idea%20.hljs-envvar%2C.hljs-idea%20.apache%20.hljs-sqbracket%2C.hljs-idea%20.nginx%20.hljs-built_in%7Bcolor%3A%23660e7a%3B%7D.hljs-idea%20.hljs-addition%7Bbackground%3A%23baeeba%3B%7D.hljs-idea%20.hljs-deletion%7Bbackground%3A%23ffc8bd%3B%7D.hljs-idea%20.diff%20.hljs-change%7Bbackground%3A%23bccff9%3B%7D%22%2Cir_black%3A%22.hljs-ir_black%7B%7D.hljs-ir_black%20.hljs%7Bdisplay%3Ablock%3Bpadding%3A0.5em%3Bbackground%3A%23000%3Bcolor%3A%23f8f8f8%3B%7D.hljs-ir_black%20.hljs-shebang%2C.hljs-ir_black%20.hljs-comment%2C.hljs-ir_black%20.hljs-template_comment%2C.hljs-ir_black%20.hljs-javadoc%7Bcolor%3A%237c7c7c%3B%7D.hljs-ir_black%20.hljs-keyword%2C.hljs-ir_black%20.hljs-tag%2C.hljs-ir_black%20.tex%20.hljs-command%2C.hljs-ir_black%20.hljs-request%2C.hljs-ir_black%20.hljs-status%2C.hljs-ir_black%20.clojure%20.hljs-attribute%7Bcolor%3A%2396cbfe%3B%7D.hljs-ir_black%20.hljs-sub%20.hljs-keyword%2C.hljs-ir_black%20.method%2C.hljs-ir_black%20.hljs-list%20.hljs-title%2C.hljs-ir_black%20.nginx%20.hljs-title%7Bcolor%3A%23ffffb6%3B%7D.hljs-ir_black%20.hljs-string%2C.hljs-ir_black%20.hljs-tag%20.hljs-value%2C.hljs-ir_black%20.hljs-cdata%2C.hljs-ir_black%20.hljs-filter%20.hljs-argument%2C.hljs-ir_black%20.hljs-attr_selector%2C.hljs-ir_black%20.apache%20.hljs-cbracket%2C.hljs-ir_black%20.hljs-date%2C.hljs-ir_black%20.coffeescript%20.hljs-attribute%7Bcolor%3A%23a8ff60%3B%7D.hljs-ir_black%20.hljs-subst%7Bcolor%3A%23daefa3%3B%7D.hljs-ir_black%20.hljs-regexp%7Bcolor%3A%23e9c062%3B%7D.hljs-ir_black%20.hljs-title%2C.hljs-ir_black%20.hljs-sub%20.hljs-identifier%2C.hljs-ir_black%20.hljs-pi%2C.hljs-ir_black%20.hljs-decorator%2C.hljs-ir_black%20.tex%20.hljs-special%2C.hljs-ir_black%20.haskell%20.hljs-type%2C.hljs-ir_black%20.hljs-constant%2C.hljs-ir_black%20.smalltalk%20.hljs-class%2C.hljs-ir_black%20.hljs-javadoctag%2C.hljs-ir_black%20.hljs-yardoctag%2C.hljs-ir_black%20.hljs-phpdoc%2C.hljs-ir_black%20.nginx%20.hljs-built_in%7Bcolor%3A%23ffffb6%3B%7D.hljs-ir_black%20.hljs-symbol%2C.hljs-ir_black%20.ruby%20.hljs-symbol%20.hljs-string%2C.hljs-ir_black%20.hljs-number%2C.hljs-ir_black%20.hljs-variable%2C.hljs-ir_black%20.vbscript%2C.hljs-ir_black%20.hljs-literal%7Bcolor%3A%23c6c5fe%3B%7D.hljs-ir_black%20.css%20.hljs-tag%7Bcolor%3A%2396cbfe%3B%7D.hljs-ir_black%20.css%20.hljs-rules%20.hljs-property%2C.hljs-ir_black%20.css%20.hljs-id%7Bcolor%3A%23ffffb6%3B%7D.hljs-ir_black%20.css%20.hljs-class%7Bcolor%3A%23fff%3B%7D.hljs-ir_black%20.hljs-hexcolor%7Bcolor%3A%23c6c5fe%3B%7D.hljs-ir_black%20.hljs-number%7Bcolor%3A%23ff73fd%3B%7D.hljs-ir_black%20.coffeescript%20.javascript%2C.hljs-ir_black%20.javascript%20.xml%2C.hljs-ir_black%20.tex%20.hljs-formula%2C.hljs-ir_black%20.xml%20.javascript%2C.hljs-ir_black%20.xml%20.vbscript%2C.hljs-ir_black%20.xml%20.css%2C.hljs-ir_black%20.xml%20.hljs-cdata%7Bopacity%3A0.7%3B%7D%22%2Cmagula%3A%22.hljs-magula%7B%7D.hljs-magula%20.hljs%7Bdisplay%3Ablock%3Bpadding%3A0.5em%3Bbackground-color%3A%23f4f4f4%3B%7D.hljs-magula%20.hljs%2C.hljs-magula%20.hljs-subst%2C.hljs-magula%20.lisp%20.hljs-title%2C.hljs-magula%20.clojure%20.hljs-built_in%7Bcolor%3Ablack%3B%7D.hljs-magula%20.hljs-string%2C.hljs-magula%20.hljs-title%2C.hljs-magula%20.hljs-parent%2C.hljs-magula%20.hljs-tag%20.hljs-value%2C.hljs-magula%20.hljs-rules%20.hljs-value%2C.hljs-magula%20.hljs-preprocessor%2C.hljs-magula%20.hljs-pragma%2C.hljs-magula%20.ruby%20.hljs-symbol%2C.hljs-magula%20.ruby%20.hljs-symbol%20.hljs-string%2C.hljs-magula%20.hljs-template_tag%2C.hljs-magula%20.django%20.hljs-variable%2C.hljs-magula%20.smalltalk%20.hljs-class%2C.hljs-magula%20.hljs-addition%2C.hljs-magula%20.hljs-flow%2C.hljs-magula%20.hljs-stream%2C.hljs-magula%20.bash%20.hljs-variable%2C.hljs-magula%20.apache%20.hljs-cbracket%2C.hljs-magula%20.coffeescript%20.hljs-attribute%7Bcolor%3A%23050%3B%7D.hljs-magula%20.hljs-comment%2C.hljs-magula%20.hljs-annotation%2C.hljs-magula%20.hljs-template_comment%2C.hljs-magula%20.diff%20.hljs-header%2C.hljs-magula%20.hljs-chunk%7Bcolor%3A%23777%3B%7D.hljs-magula%20.hljs-number%2C.hljs-magula%20.hljs-date%2C.hljs-magula%20.hljs-regexp%2C.hljs-magula%20.hljs-literal%2C.hljs-magula%20.smalltalk%20.hljs-symbol%2C.hljs-magula%20.smalltalk%20.hljs-char%2C.hljs-magula%20.hljs-change%2C.hljs-magula%20.tex%20.hljs-special%7Bcolor%3A%23800%3B%7D.hljs-magula%20.hljs-label%2C.hljs-magula%20.hljs-javadoc%2C.hljs-magula%20.ruby%20.hljs-string%2C.hljs-magula%20.hljs-decorator%2C.hljs-magula%20.hljs-filter%20.hljs-argument%2C.hljs-magula%20.hljs-localvars%2C.hljs-magula%20.hljs-array%2C.hljs-magula%20.hljs-attr_selector%2C.hljs-magula%20.hljs-pseudo%2C.hljs-magula%20.hljs-pi%2C.hljs-magula%20.hljs-doctype%2C.hljs-magula%20.hljs-deletion%2C.hljs-magula%20.hljs-envvar%2C.hljs-magula%20.hljs-shebang%2C.hljs-magula%20.apache%20.hljs-sqbracket%2C.hljs-magula%20.nginx%20.hljs-built_in%2C.hljs-magula%20.tex%20.hljs-formula%2C.hljs-magula%20.hljs-prompt%2C.hljs-magula%20.clojure%20.hljs-attribute%7Bcolor%3A%2300e%3B%7D.hljs-magula%20.hljs-keyword%2C.hljs-magula%20.hljs-id%2C.hljs-magula%20.hljs-phpdoc%2C.hljs-magula%20.hljs-title%2C.hljs-magula%20.hljs-built_in%2C.hljs-magula%20.smalltalk%20.hljs-class%2C.hljs-magula%20.hljs-winutils%2C.hljs-magula%20.bash%20.hljs-variable%2C.hljs-magula%20.apache%20.hljs-tag%2C.hljs-magula%20.xml%20.hljs-tag%2C.hljs-magula%20.tex%20.hljs-command%2C.hljs-magula%20.hljs-request%2C.hljs-magula%20.hljs-status%7Bfont-weight%3Abold%3Bcolor%3Anavy%3B%7D.hljs-magula%20.nginx%20.hljs-built_in%7Bfont-weight%3Anormal%3B%7D.hljs-magula%20.coffeescript%20.javascript%2C.hljs-magula%20.javascript%20.xml%2C.hljs-magula%20.tex%20.hljs-formula%2C.hljs-magula%20.xml%20.javascript%2C.hljs-magula%20.xml%20.vbscript%2C.hljs-magula%20.xml%20.css%2C.hljs-magula%20.xml%20.hljs-cdata%7Bopacity%3A0.5%3B%7D.hljs-magula%20.apache%20.hljs-tag%7Bfont-weight%3Abold%3Bcolor%3Ablue%3B%7D%22%2C%22mono-blue%22%3A%22.hljs-mono-blue%7B%7D.hljs-mono-blue%20.hljs%7Bdisplay%3Ablock%3Bpadding%3A0.5em%3Bbackground%3A%23eaeef3%3Bcolor%3A%2300193a%3B%7D.hljs-mono-blue%20.hljs-keyword%2C.hljs-mono-blue%20.hljs-title%2C.hljs-mono-blue%20.hljs-important%2C.hljs-mono-blue%20.hljs-request%2C.hljs-mono-blue%20.hljs-header%2C.hljs-mono-blue%20.hljs-javadoctag%7Bfont-weight%3Abold%3B%7D.hljs-mono-blue%20.hljs-comment%2C.hljs-mono-blue%20.hljs-chunk%2C.hljs-mono-blue%20.hljs-template_comment%7Bcolor%3A%23738191%3B%7D.hljs-mono-blue%20.hljs-string%2C.hljs-mono-blue%20.hljs-title%2C.hljs-mono-blue%20.hljs-parent%2C.hljs-mono-blue%20.hljs-built_in%2C.hljs-mono-blue%20.hljs-literal%2C.hljs-mono-blue%20.hljs-filename%2C.hljs-mono-blue%20.hljs-value%2C.hljs-mono-blue%20.hljs-addition%2C.hljs-mono-blue%20.hljs-tag%2C.hljs-mono-blue%20.hljs-argument%2C.hljs-mono-blue%20.hljs-link_label%2C.hljs-mono-blue%20.hljs-blockquote%2C.hljs-mono-blue%20.hljs-header%7Bcolor%3A%230048ab%3B%7D.hljs-mono-blue%20.hljs-decorator%2C.hljs-mono-blue%20.hljs-prompt%2C.hljs-mono-blue%20.hljs-yardoctag%2C.hljs-mono-blue%20.hljs-subst%2C.hljs-mono-blue%20.hljs-symbol%2C.hljs-mono-blue%20.hljs-doctype%2C.hljs-mono-blue%20.hljs-regexp%2C.hljs-mono-blue%20.hljs-preprocessor%2C.hljs-mono-blue%20.hljs-pragma%2C.hljs-mono-blue%20.hljs-pi%2C.hljs-mono-blue%20.hljs-attribute%2C.hljs-mono-blue%20.hljs-attr_selector%2C.hljs-mono-blue%20.hljs-javadoc%2C.hljs-mono-blue%20.hljs-xmlDocTag%2C.hljs-mono-blue%20.hljs-deletion%2C.hljs-mono-blue%20.hljs-shebang%2C.hljs-mono-blue%20.hljs-string%20.hljs-variable%2C.hljs-mono-blue%20.hljs-link_url%2C.hljs-mono-blue%20.hljs-bullet%2C.hljs-mono-blue%20.hljs-sqbracket%2C.hljs-mono-blue%20.hljs-phony%7Bcolor%3A%234c81c9%3B%7D%22%2Cmonokai%3A%22.hljs-monokai%7B%7D.hljs-monokai%20.hljs%7Bdisplay%3Ablock%3Bpadding%3A0.5em%3Bbackground%3A%23272822%3B%7D.hljs-monokai%20.hljs-tag%2C.hljs-monokai%20.hljs-tag%20.hljs-title%2C.hljs-monokai%20.hljs-keyword%2C.hljs-monokai%20.hljs-literal%2C.hljs-monokai%20.hljs-strong%2C.hljs-monokai%20.hljs-change%2C.hljs-monokai%20.hljs-winutils%2C.hljs-monokai%20.hljs-flow%2C.hljs-monokai%20.lisp%20.hljs-title%2C.hljs-monokai%20.clojure%20.hljs-built_in%2C.hljs-monokai%20.nginx%20.hljs-title%2C.hljs-monokai%20.tex%20.hljs-special%7Bcolor%3A%23f92672%3B%7D.hljs-monokai%20.hljs%7Bcolor%3A%23ddd%3B%7D.hljs-monokai%20.hljs%20.hljs-constant%2C.hljs-monokai%20.asciidoc%20.hljs-code%7Bcolor%3A%2366d9ef%3B%7D.hljs-monokai%20.hljs-code%2C.hljs-monokai%20.hljs-class%20.hljs-title%2C.hljs-monokai%20.hljs-header%7Bcolor%3Awhite%3B%7D.hljs-monokai%20.hljs-link_label%2C.hljs-monokai%20.hljs-attribute%2C.hljs-monokai%20.hljs-symbol%2C.hljs-monokai%20.hljs-symbol%20.hljs-string%2C.hljs-monokai%20.hljs-value%2C.hljs-monokai%20.hljs-regexp%7Bcolor%3A%23bf79db%3B%7D.hljs-monokai%20.hljs-link_url%2C.hljs-monokai%20.hljs-tag%20.hljs-value%2C.hljs-monokai%20.hljs-string%2C.hljs-monokai%20.hljs-bullet%2C.hljs-monokai%20.hljs-subst%2C.hljs-monokai%20.hljs-title%2C.hljs-monokai%20.hljs-emphasis%2C.hljs-monokai%20.haskell%20.hljs-type%2C.hljs-monokai%20.hljs-preprocessor%2C.hljs-monokai%20.hljs-pragma%2C.hljs-monokai%20.ruby%20.hljs-class%20.hljs-parent%2C.hljs-monokai%20.hljs-built_in%2C.hljs-monokai%20.django%20.hljs-template_tag%2C.hljs-monokai%20.django%20.hljs-variable%2C.hljs-monokai%20.smalltalk%20.hljs-class%2C.hljs-monokai%20.hljs-javadoc%2C.hljs-monokai%20.django%20.hljs-filter%20.hljs-argument%2C.hljs-monokai%20.smalltalk%20.hljs-localvars%2C.hljs-monokai%20.smalltalk%20.hljs-array%2C.hljs-monokai%20.hljs-attr_selector%2C.hljs-monokai%20.hljs-pseudo%2C.hljs-monokai%20.hljs-addition%2C.hljs-monokai%20.hljs-stream%2C.hljs-monokai%20.hljs-envvar%2C.hljs-monokai%20.apache%20.hljs-tag%2C.hljs-monokai%20.apache%20.hljs-cbracket%2C.hljs-monokai%20.tex%20.hljs-command%2C.hljs-monokai%20.hljs-prompt%7Bcolor%3A%23a6e22e%3B%7D.hljs-monokai%20.hljs-comment%2C.hljs-monokai%20.java%20.hljs-annotation%2C.hljs-monokai%20.smartquote%2C.hljs-monokai%20.hljs-blockquote%2C.hljs-monokai%20.hljs-horizontal_rule%2C.hljs-monokai%20.python%20.hljs-decorator%2C.hljs-monokai%20.hljs-template_comment%2C.hljs-monokai%20.hljs-pi%2C.hljs-monokai%20.hljs-doctype%2C.hljs-monokai%20.hljs-deletion%2C.hljs-monokai%20.hljs-shebang%2C.hljs-monokai%20.apache%20.hljs-sqbracket%2C.hljs-monokai%20.tex%20.hljs-formula%7Bcolor%3A%2375715e%3B%7D.hljs-monokai%20.hljs-keyword%2C.hljs-monokai%20.hljs-literal%2C.hljs-monokai%20.css%20.hljs-id%2C.hljs-monokai%20.hljs-phpdoc%2C.hljs-monokai%20.hljs-title%2C.hljs-monokai%20.hljs-header%2C.hljs-monokai%20.haskell%20.hljs-type%2C.hljs-monokai%20.vbscript%20.hljs-built_in%2C.hljs-monokai%20.rsl%20.hljs-built_in%2C.hljs-monokai%20.smalltalk%20.hljs-class%2C.hljs-monokai%20.diff%20.hljs-header%2C.hljs-monokai%20.hljs-chunk%2C.hljs-monokai%20.hljs-winutils%2C.hljs-monokai%20.bash%20.hljs-variable%2C.hljs-monokai%20.apache%20.hljs-tag%2C.hljs-monokai%20.tex%20.hljs-special%2C.hljs-monokai%20.hljs-request%2C.hljs-monokai%20.hljs-status%7Bfont-weight%3Abold%3B%7D.hljs-monokai%20.coffeescript%20.javascript%2C.hljs-monokai%20.javascript%20.xml%2C.hljs-monokai%20.tex%20.hljs-formula%2C.hljs-monokai%20.xml%20.javascript%2C.hljs-monokai%20.xml%20.vbscript%2C.hljs-monokai%20.xml%20.css%2C.hljs-monokai%20.xml%20.hljs-cdata%7Bopacity%3A0.5%3B%7D%22%2Cmonokai_sublime%3A%22.hljs-monokai_sublime%7B%7D.hljs-monokai_sublime%20.hljs%7Bdisplay%3Ablock%3Bpadding%3A0.5em%3Bbackground%3A%2323241f%3B%7D.hljs-monokai_sublime%20.hljs%2C.hljs-monokai_sublime%20.hljs-tag%2C.hljs-monokai_sublime%20.css%20.hljs-rules%2C.hljs-monokai_sublime%20.css%20.hljs-value%2C.hljs-monokai_sublime%20.css%20.hljs-function%20.hljs-preprocessor%2C.hljs-monokai_sublime%20.hljs-pragma%7Bcolor%3A%23f8f8f2%3B%7D.hljs-monokai_sublime%20.hljs-strongemphasis%2C.hljs-monokai_sublime%20.hljs-strong%2C.hljs-monokai_sublime%20.hljs-emphasis%7Bcolor%3A%23a8a8a2%3B%7D.hljs-monokai_sublime%20.hljs-bullet%2C.hljs-monokai_sublime%20.hljs-blockquote%2C.hljs-monokai_sublime%20.hljs-horizontal_rule%2C.hljs-monokai_sublime%20.hljs-number%2C.hljs-monokai_sublime%20.hljs-regexp%2C.hljs-monokai_sublime%20.alias%20.hljs-keyword%2C.hljs-monokai_sublime%20.hljs-literal%2C.hljs-monokai_sublime%20.hljs-hexcolor%7Bcolor%3A%23ae81ff%3B%7D.hljs-monokai_sublime%20.hljs-tag%20.hljs-value%2C.hljs-monokai_sublime%20.hljs-code%2C.hljs-monokai_sublime%20.hljs-title%2C.hljs-monokai_sublime%20.css%20.hljs-class%2C.hljs-monokai_sublime%20.hljs-class%20.hljs-title%3Alast-child%7Bcolor%3A%23a6e22e%3B%7D.hljs-monokai_sublime%20.hljs-link_url%7Bfont-size%3A80%25%3B%7D.hljs-monokai_sublime%20.hljs-strong%2C.hljs-monokai_sublime%20.hljs-strongemphasis%7Bfont-weight%3Abold%3B%7D.hljs-monokai_sublime%20.hljs-emphasis%2C.hljs-monokai_sublime%20.hljs-strongemphasis%2C.hljs-monokai_sublime%20.hljs-class%20.hljs-title%3Alast-child%7Bfont-style%3Aitalic%3B%7D.hljs-monokai_sublime%20.hljs-keyword%2C.hljs-monokai_sublime%20.hljs-function%2C.hljs-monokai_sublime%20.hljs-change%2C.hljs-monokai_sublime%20.hljs-winutils%2C.hljs-monokai_sublime%20.hljs-flow%2C.hljs-monokai_sublime%20.lisp%20.hljs-title%2C.hljs-monokai_sublime%20.clojure%20.hljs-built_in%2C.hljs-monokai_sublime%20.nginx%20.hljs-title%2C.hljs-monokai_sublime%20.tex%20.hljs-special%2C.hljs-monokai_sublime%20.hljs-header%2C.hljs-monokai_sublime%20.hljs-attribute%2C.hljs-monokai_sublime%20.hljs-symbol%2C.hljs-monokai_sublime%20.hljs-symbol%20.hljs-string%2C.hljs-monokai_sublime%20.hljs-tag%20.hljs-title%2C.hljs-monokai_sublime%20.hljs-value%2C.hljs-monokai_sublime%20.alias%20.hljs-keyword%3Afirst-child%2C.hljs-monokai_sublime%20.css%20.hljs-tag%2C.hljs-monokai_sublime%20.css%20.unit%2C.hljs-monokai_sublime%20.css%20.hljs-important%7Bcolor%3A%23f92672%3B%7D.hljs-monokai_sublime%20.hljs-function%20.hljs-keyword%2C.hljs-monokai_sublime%20.hljs-class%20.hljs-keyword%3Afirst-child%2C.hljs-monokai_sublime%20.hljs-constant%2C.hljs-monokai_sublime%20.css%20.hljs-attribute%7Bcolor%3A%2366d9ef%3B%7D.hljs-monokai_sublime%20.hljs-variable%2C.hljs-monokai_sublime%20.hljs-params%2C.hljs-monokai_sublime%20.hljs-class%20.hljs-title%7Bcolor%3A%23f8f8f2%3B%7D.hljs-monokai_sublime%20.hljs-string%2C.hljs-monokai_sublime%20.css%20.hljs-id%2C.hljs-monokai_sublime%20.hljs-subst%2C.hljs-monokai_sublime%20.haskell%20.hljs-type%2C.hljs-monokai_sublime%20.ruby%20.hljs-class%20.hljs-parent%2C.hljs-monokai_sublime%20.hljs-built_in%2C.hljs-monokai_sublime%20.django%20.hljs-template_tag%2C.hljs-monokai_sublime%20.django%20.hljs-variable%2C.hljs-monokai_sublime%20.smalltalk%20.hljs-class%2C.hljs-monokai_sublime%20.django%20.hljs-filter%20.hljs-argument%2C.hljs-monokai_sublime%20.smalltalk%20.hljs-localvars%2C.hljs-monokai_sublime%20.smalltalk%20.hljs-array%2C.hljs-monokai_sublime%20.hljs-attr_selector%2C.hljs-monokai_sublime%20.hljs-pseudo%2C.hljs-monokai_sublime%20.hljs-addition%2C.hljs-monokai_sublime%20.hljs-stream%2C.hljs-monokai_sublime%20.hljs-envvar%2C.hljs-monokai_sublime%20.apache%20.hljs-tag%2C.hljs-monokai_sublime%20.apache%20.hljs-cbracket%2C.hljs-monokai_sublime%20.tex%20.hljs-command%2C.hljs-monokai_sublime%20.hljs-prompt%2C.hljs-monokai_sublime%20.hljs-link_label%2C.hljs-monokai_sublime%20.hljs-link_url%7Bcolor%3A%23e6db74%3B%7D.hljs-monokai_sublime%20.hljs-comment%2C.hljs-monokai_sublime%20.hljs-javadoc%2C.hljs-monokai_sublime%20.java%20.hljs-annotation%2C.hljs-monokai_sublime%20.python%20.hljs-decorator%2C.hljs-monokai_sublime%20.hljs-template_comment%2C.hljs-monokai_sublime%20.hljs-pi%2C.hljs-monokai_sublime%20.hljs-doctype%2C.hljs-monokai_sublime%20.hljs-deletion%2C.hljs-monokai_sublime%20.hljs-shebang%2C.hljs-monokai_sublime%20.apache%20.hljs-sqbracket%2C.hljs-monokai_sublime%20.tex%20.hljs-formula%7Bcolor%3A%2375715e%3B%7D.hljs-monokai_sublime%20.coffeescript%20.javascript%2C.hljs-monokai_sublime%20.javascript%20.xml%2C.hljs-monokai_sublime%20.tex%20.hljs-formula%2C.hljs-monokai_sublime%20.xml%20.javascript%2C.hljs-monokai_sublime%20.xml%20.vbscript%2C.hljs-monokai_sublime%20.xml%20.css%2C.hljs-monokai_sublime%20.xml%20.hljs-cdata%2C.hljs-monokai_sublime%20.xml%20.php%2C.hljs-monokai_sublime%20.php%20.xml%7Bopacity%3A0.5%3B%7D%22%2Cobsidian%3A%22.hljs-obsidian%7B%7D.hljs-obsidian%20.hljs%7Bdisplay%3Ablock%3Bpadding%3A0.5em%3Bbackground%3A%23282b2e%3B%7D.hljs-obsidian%20.hljs-keyword%2C.hljs-obsidian%20.hljs-literal%2C.hljs-obsidian%20.hljs-change%2C.hljs-obsidian%20.hljs-winutils%2C.hljs-obsidian%20.hljs-flow%2C.hljs-obsidian%20.lisp%20.hljs-title%2C.hljs-obsidian%20.clojure%20.hljs-built_in%2C.hljs-obsidian%20.nginx%20.hljs-title%2C.hljs-obsidian%20.css%20.hljs-id%2C.hljs-obsidian%20.tex%20.hljs-special%7Bcolor%3A%2393c763%3B%7D.hljs-obsidian%20.hljs-number%7Bcolor%3A%23ffcd22%3B%7D.hljs-obsidian%20.hljs%7Bcolor%3A%23e0e2e4%3B%7D.hljs-obsidian%20.css%20.hljs-tag%2C.hljs-obsidian%20.css%20.hljs-pseudo%7Bcolor%3A%23d0d2b5%3B%7D.hljs-obsidian%20.hljs-attribute%2C.hljs-obsidian%20.hljs%20.hljs-constant%7Bcolor%3A%23668bb0%3B%7D.hljs-obsidian%20.xml%20.hljs-attribute%7Bcolor%3A%23b3b689%3B%7D.hljs-obsidian%20.xml%20.hljs-tag%20.hljs-value%7Bcolor%3A%23e8e2b7%3B%7D.hljs-obsidian%20.hljs-code%2C.hljs-obsidian%20.hljs-class%20.hljs-title%2C.hljs-obsidian%20.hljs-header%7Bcolor%3Awhite%3B%7D.hljs-obsidian%20.hljs-class%2C.hljs-obsidian%20.hljs-hexcolor%7Bcolor%3A%2393c763%3B%7D.hljs-obsidian%20.hljs-regexp%7Bcolor%3A%23d39745%3B%7D.hljs-obsidian%20.hljs-at_rule%2C.hljs-obsidian%20.hljs-at_rule%20.hljs-keyword%7Bcolor%3A%23a082bd%3B%7D.hljs-obsidian%20.hljs-doctype%7Bcolor%3A%23557182%3B%7D.hljs-obsidian%20.hljs-link_url%2C.hljs-obsidian%20.hljs-tag%2C.hljs-obsidian%20.hljs-tag%20.hljs-title%2C.hljs-obsidian%20.hljs-bullet%2C.hljs-obsidian%20.hljs-subst%2C.hljs-obsidian%20.hljs-emphasis%2C.hljs-obsidian%20.haskell%20.hljs-type%2C.hljs-obsidian%20.hljs-preprocessor%2C.hljs-obsidian%20.hljs-pragma%2C.hljs-obsidian%20.ruby%20.hljs-class%20.hljs-parent%2C.hljs-obsidian%20.hljs-built_in%2C.hljs-obsidian%20.django%20.hljs-template_tag%2C.hljs-obsidian%20.django%20.hljs-variable%2C.hljs-obsidian%20.smalltalk%20.hljs-class%2C.hljs-obsidian%20.hljs-javadoc%2C.hljs-obsidian%20.django%20.hljs-filter%20.hljs-argument%2C.hljs-obsidian%20.smalltalk%20.hljs-localvars%2C.hljs-obsidian%20.smalltalk%20.hljs-array%2C.hljs-obsidian%20.hljs-attr_selector%2C.hljs-obsidian%20.hljs-pseudo%2C.hljs-obsidian%20.hljs-addition%2C.hljs-obsidian%20.hljs-stream%2C.hljs-obsidian%20.hljs-envvar%2C.hljs-obsidian%20.apache%20.hljs-tag%2C.hljs-obsidian%20.apache%20.hljs-cbracket%2C.hljs-obsidian%20.tex%20.hljs-command%2C.hljs-obsidian%20.hljs-prompt%7Bcolor%3A%238cbbad%3B%7D.hljs-obsidian%20.hljs-string%7Bcolor%3A%23ec7600%3B%7D.hljs-obsidian%20.hljs-comment%2C.hljs-obsidian%20.java%20.hljs-annotation%2C.hljs-obsidian%20.hljs-blockquote%2C.hljs-obsidian%20.hljs-horizontal_rule%2C.hljs-obsidian%20.python%20.hljs-decorator%2C.hljs-obsidian%20.hljs-template_comment%2C.hljs-obsidian%20.hljs-pi%2C.hljs-obsidian%20.hljs-deletion%2C.hljs-obsidian%20.hljs-shebang%2C.hljs-obsidian%20.apache%20.hljs-sqbracket%2C.hljs-obsidian%20.tex%20.hljs-formula%7Bcolor%3A%23818e96%3B%7D.hljs-obsidian%20.hljs-keyword%2C.hljs-obsidian%20.hljs-literal%2C.hljs-obsidian%20.css%20.hljs-id%2C.hljs-obsidian%20.hljs-phpdoc%2C.hljs-obsidian%20.hljs-title%2C.hljs-obsidian%20.hljs-header%2C.hljs-obsidian%20.haskell%20.hljs-type%2C.hljs-obsidian%20.vbscript%20.hljs-built_in%2C.hljs-obsidian%20.rsl%20.hljs-built_in%2C.hljs-obsidian%20.smalltalk%20.hljs-class%2C.hljs-obsidian%20.diff%20.hljs-header%2C.hljs-obsidian%20.hljs-chunk%2C.hljs-obsidian%20.hljs-winutils%2C.hljs-obsidian%20.bash%20.hljs-variable%2C.hljs-obsidian%20.apache%20.hljs-tag%2C.hljs-obsidian%20.tex%20.hljs-special%2C.hljs-obsidian%20.hljs-request%2C.hljs-obsidian%20.hljs-at_rule%20.hljs-keyword%2C.hljs-obsidian%20.hljs-status%7Bfont-weight%3Abold%3B%7D.hljs-obsidian%20.coffeescript%20.javascript%2C.hljs-obsidian%20.javascript%20.xml%2C.hljs-obsidian%20.tex%20.hljs-formula%2C.hljs-obsidian%20.xml%20.javascript%2C.hljs-obsidian%20.xml%20.vbscript%2C.hljs-obsidian%20.xml%20.css%2C.hljs-obsidian%20.xml%20.hljs-cdata%7Bopacity%3A0.5%3B%7D%22%2C%22paraiso.dark%22%3A%22.hljs-paraiso.dark%7B%7D.hljs-paraiso.dark%20.hljs-comment%2C.hljs-paraiso.dark%20.hljs-title%7Bcolor%3A%238d8687%3B%7D.hljs-paraiso.dark%20.hljs-variable%2C.hljs-paraiso.dark%20.hljs-attribute%2C.hljs-paraiso.dark%20.hljs-tag%2C.hljs-paraiso.dark%20.hljs-regexp%2C.hljs-paraiso.dark%20.ruby%20.hljs-constant%2C.hljs-paraiso.dark%20.xml%20.hljs-tag%20.hljs-title%2C.hljs-paraiso.dark%20.xml%20.hljs-pi%2C.hljs-paraiso.dark%20.xml%20.hljs-doctype%2C.hljs-paraiso.dark%20.html%20.hljs-doctype%2C.hljs-paraiso.dark%20.css%20.hljs-id%2C.hljs-paraiso.dark%20.css%20.hljs-class%2C.hljs-paraiso.dark%20.css%20.hljs-pseudo%7Bcolor%3A%23ef6155%3B%7D.hljs-paraiso.dark%20.hljs-number%2C.hljs-paraiso.dark%20.hljs-preprocessor%2C.hljs-paraiso.dark%20.hljs-built_in%2C.hljs-paraiso.dark%20.hljs-literal%2C.hljs-paraiso.dark%20.hljs-params%2C.hljs-paraiso.dark%20.hljs-constant%7Bcolor%3A%23f99b15%3B%7D.hljs-paraiso.dark%20.ruby%20.hljs-class%20.hljs-title%2C.hljs-paraiso.dark%20.css%20.hljs-rules%20.hljs-attribute%7Bcolor%3A%23fec418%3B%7D.hljs-paraiso.dark%20.hljs-string%2C.hljs-paraiso.dark%20.hljs-value%2C.hljs-paraiso.dark%20.hljs-inheritance%2C.hljs-paraiso.dark%20.hljs-header%2C.hljs-paraiso.dark%20.ruby%20.hljs-symbol%2C.hljs-paraiso.dark%20.xml%20.hljs-cdata%7Bcolor%3A%2348b685%3B%7D.hljs-paraiso.dark%20.css%20.hljs-hexcolor%7Bcolor%3A%235bc4bf%3B%7D.hljs-paraiso.dark%20.hljs-function%2C.hljs-paraiso.dark%20.python%20.hljs-decorator%2C.hljs-paraiso.dark%20.python%20.hljs-title%2C.hljs-paraiso.dark%20.ruby%20.hljs-function%20.hljs-title%2C.hljs-paraiso.dark%20.ruby%20.hljs-title%20.hljs-keyword%2C.hljs-paraiso.dark%20.perl%20.hljs-sub%2C.hljs-paraiso.dark%20.javascript%20.hljs-title%2C.hljs-paraiso.dark%20.coffeescript%20.hljs-title%7Bcolor%3A%2306b6ef%3B%7D.hljs-paraiso.dark%20.hljs-keyword%2C.hljs-paraiso.dark%20.javascript%20.hljs-function%7Bcolor%3A%23815ba4%3B%7D.hljs-paraiso.dark%20.hljs%7Bdisplay%3Ablock%3Bbackground%3A%232f1e2e%3Bcolor%3A%23a39e9b%3Bpadding%3A0.5em%3B%7D.hljs-paraiso.dark%20.coffeescript%20.javascript%2C.hljs-paraiso.dark%20.javascript%20.xml%2C.hljs-paraiso.dark%20.tex%20.hljs-formula%2C.hljs-paraiso.dark%20.xml%20.javascript%2C.hljs-paraiso.dark%20.xml%20.vbscript%2C.hljs-paraiso.dark%20.xml%20.css%2C.hljs-paraiso.dark%20.xml%20.hljs-cdata%7Bopacity%3A0.5%3B%7D%22%2C%22paraiso.light%22%3A%22.hljs-paraiso.light%7B%7D.hljs-paraiso.light%20.hljs-comment%2C.hljs-paraiso.light%20.hljs-title%7Bcolor%3A%23776e71%3B%7D.hljs-paraiso.light%20.hljs-variable%2C.hljs-paraiso.light%20.hljs-attribute%2C.hljs-paraiso.light%20.hljs-tag%2C.hljs-paraiso.light%20.hljs-regexp%2C.hljs-paraiso.light%20.ruby%20.hljs-constant%2C.hljs-paraiso.light%20.xml%20.hljs-tag%20.hljs-title%2C.hljs-paraiso.light%20.xml%20.hljs-pi%2C.hljs-paraiso.light%20.xml%20.hljs-doctype%2C.hljs-paraiso.light%20.html%20.hljs-doctype%2C.hljs-paraiso.light%20.css%20.hljs-id%2C.hljs-paraiso.light%20.css%20.hljs-class%2C.hljs-paraiso.light%20.css%20.hljs-pseudo%7Bcolor%3A%23ef6155%3B%7D.hljs-paraiso.light%20.hljs-number%2C.hljs-paraiso.light%20.hljs-preprocessor%2C.hljs-paraiso.light%20.hljs-built_in%2C.hljs-paraiso.light%20.hljs-literal%2C.hljs-paraiso.light%20.hljs-params%2C.hljs-paraiso.light%20.hljs-constant%7Bcolor%3A%23f99b15%3B%7D.hljs-paraiso.light%20.ruby%20.hljs-class%20.hljs-title%2C.hljs-paraiso.light%20.css%20.hljs-rules%20.hljs-attribute%7Bcolor%3A%23fec418%3B%7D.hljs-paraiso.light%20.hljs-string%2C.hljs-paraiso.light%20.hljs-value%2C.hljs-paraiso.light%20.hljs-inheritance%2C.hljs-paraiso.light%20.hljs-header%2C.hljs-paraiso.light%20.ruby%20.hljs-symbol%2C.hljs-paraiso.light%20.xml%20.hljs-cdata%7Bcolor%3A%2348b685%3B%7D.hljs-paraiso.light%20.css%20.hljs-hexcolor%7Bcolor%3A%235bc4bf%3B%7D.hljs-paraiso.light%20.hljs-function%2C.hljs-paraiso.light%20.python%20.hljs-decorator%2C.hljs-paraiso.light%20.python%20.hljs-title%2C.hljs-paraiso.light%20.ruby%20.hljs-function%20.hljs-title%2C.hljs-paraiso.light%20.ruby%20.hljs-title%20.hljs-keyword%2C.hljs-paraiso.light%20.perl%20.hljs-sub%2C.hljs-paraiso.light%20.javascript%20.hljs-title%2C.hljs-paraiso.light%20.coffeescript%20.hljs-title%7Bcolor%3A%2306b6ef%3B%7D.hljs-paraiso.light%20.hljs-keyword%2C.hljs-paraiso.light%20.javascript%20.hljs-function%7Bcolor%3A%23815ba4%3B%7D.hljs-paraiso.light%20.hljs%7Bdisplay%3Ablock%3Bbackground%3A%23e7e9db%3Bcolor%3A%234f424c%3Bpadding%3A0.5em%3B%7D.hljs-paraiso.light%20.coffeescript%20.javascript%2C.hljs-paraiso.light%20.javascript%20.xml%2C.hljs-paraiso.light%20.tex%20.hljs-formula%2C.hljs-paraiso.light%20.xml%20.javascript%2C.hljs-paraiso.light%20.xml%20.vbscript%2C.hljs-paraiso.light%20.xml%20.css%2C.hljs-paraiso.light%20.xml%20.hljs-cdata%7Bopacity%3A0.5%3B%7D%22%2Crailscasts%3A%22.hljs-railscasts%7B%7D.hljs-railscasts%20.hljs%7Bdisplay%3Ablock%3Bpadding%3A0.5em%3Bbackground%3A%23232323%3Bcolor%3A%23e6e1dc%3B%7D.hljs-railscasts%20.hljs-comment%2C.hljs-railscasts%20.hljs-template_comment%2C.hljs-railscasts%20.hljs-javadoc%2C.hljs-railscasts%20.hljs-shebang%7Bcolor%3A%23bc9458%3Bfont-style%3Aitalic%3B%7D.hljs-railscasts%20.hljs-keyword%2C.hljs-railscasts%20.ruby%20.hljs-function%20.hljs-keyword%2C.hljs-railscasts%20.hljs-request%2C.hljs-railscasts%20.hljs-status%2C.hljs-railscasts%20.nginx%20.hljs-title%2C.hljs-railscasts%20.method%2C.hljs-railscasts%20.hljs-list%20.hljs-title%7Bcolor%3A%23c26230%3B%7D.hljs-railscasts%20.hljs-string%2C.hljs-railscasts%20.hljs-number%2C.hljs-railscasts%20.hljs-regexp%2C.hljs-railscasts%20.hljs-tag%20.hljs-value%2C.hljs-railscasts%20.hljs-cdata%2C.hljs-railscasts%20.hljs-filter%20.hljs-argument%2C.hljs-railscasts%20.hljs-attr_selector%2C.hljs-railscasts%20.apache%20.hljs-cbracket%2C.hljs-railscasts%20.hljs-date%2C.hljs-railscasts%20.tex%20.hljs-command%2C.hljs-railscasts%20.markdown%20.hljs-link_label%7Bcolor%3A%23a5c261%3B%7D.hljs-railscasts%20.hljs-subst%7Bcolor%3A%23519f50%3B%7D.hljs-railscasts%20.hljs-tag%2C.hljs-railscasts%20.hljs-tag%20.hljs-keyword%2C.hljs-railscasts%20.hljs-tag%20.hljs-title%2C.hljs-railscasts%20.hljs-doctype%2C.hljs-railscasts%20.hljs-sub%20.hljs-identifier%2C.hljs-railscasts%20.hljs-pi%2C.hljs-railscasts%20.input_number%7Bcolor%3A%23e8bf6a%3B%7D.hljs-railscasts%20.hljs-identifier%7Bcolor%3A%23d0d0ff%3B%7D.hljs-railscasts%20.hljs-class%20.hljs-title%2C.hljs-railscasts%20.haskell%20.hljs-type%2C.hljs-railscasts%20.smalltalk%20.hljs-class%2C.hljs-railscasts%20.hljs-javadoctag%2C.hljs-railscasts%20.hljs-yardoctag%2C.hljs-railscasts%20.hljs-phpdoc%7Btext-decoration%3Anone%3B%7D.hljs-railscasts%20.hljs-constant%7Bcolor%3A%23da4939%3B%7D.hljs-railscasts%20.hljs-symbol%2C.hljs-railscasts%20.hljs-built_in%2C.hljs-railscasts%20.ruby%20.hljs-symbol%20.hljs-string%2C.hljs-railscasts%20.ruby%20.hljs-symbol%20.hljs-identifier%2C.hljs-railscasts%20.markdown%20.hljs-link_url%2C.hljs-railscasts%20.hljs-attribute%7Bcolor%3A%236d9cbe%3B%7D.hljs-railscasts%20.markdown%20.hljs-link_url%7Btext-decoration%3Aunderline%3B%7D.hljs-railscasts%20.hljs-params%2C.hljs-railscasts%20.hljs-variable%2C.hljs-railscasts%20.clojure%20.hljs-attribute%7Bcolor%3A%23d0d0ff%3B%7D.hljs-railscasts%20.css%20.hljs-tag%2C.hljs-railscasts%20.hljs-rules%20.hljs-property%2C.hljs-railscasts%20.hljs-pseudo%2C.hljs-railscasts%20.tex%20.hljs-special%7Bcolor%3A%23cda869%3B%7D.hljs-railscasts%20.css%20.hljs-class%7Bcolor%3A%239b703f%3B%7D.hljs-railscasts%20.hljs-rules%20.hljs-keyword%7Bcolor%3A%23c5af75%3B%7D.hljs-railscasts%20.hljs-rules%20.hljs-value%7Bcolor%3A%23cf6a4c%3B%7D.hljs-railscasts%20.css%20.hljs-id%7Bcolor%3A%238b98ab%3B%7D.hljs-railscasts%20.hljs-annotation%2C.hljs-railscasts%20.apache%20.hljs-sqbracket%2C.hljs-railscasts%20.nginx%20.hljs-built_in%7Bcolor%3A%239b859d%3B%7D.hljs-railscasts%20.hljs-preprocessor%2C.hljs-railscasts%20.hljs-preprocessor%20*%2C.hljs-railscasts%20.hljs-pragma%7Bcolor%3A%238996a8%20%21important%3B%7D.hljs-railscasts%20.hljs-hexcolor%2C.hljs-railscasts%20.css%20.hljs-value%20.hljs-number%7Bcolor%3A%23a5c261%3B%7D.hljs-railscasts%20.hljs-title%2C.hljs-railscasts%20.hljs-decorator%2C.hljs-railscasts%20.css%20.hljs-function%7Bcolor%3A%23ffc66d%3B%7D.hljs-railscasts%20.diff%20.hljs-header%2C.hljs-railscasts%20.hljs-chunk%7Bbackground-color%3A%232f33ab%3Bcolor%3A%23e6e1dc%3Bdisplay%3Ainline-block%3Bwidth%3A100%25%3B%7D.hljs-railscasts%20.diff%20.hljs-change%7Bbackground-color%3A%234a410d%3Bcolor%3A%23f8f8f8%3Bdisplay%3Ainline-block%3Bwidth%3A100%25%3B%7D.hljs-railscasts%20.hljs-addition%7Bbackground-color%3A%23144212%3Bcolor%3A%23e6e1dc%3Bdisplay%3Ainline-block%3Bwidth%3A100%25%3B%7D.hljs-railscasts%20.hljs-deletion%7Bbackground-color%3A%23600%3Bcolor%3A%23e6e1dc%3Bdisplay%3Ainline-block%3Bwidth%3A100%25%3B%7D.hljs-railscasts%20.coffeescript%20.javascript%2C.hljs-railscasts%20.javascript%20.xml%2C.hljs-railscasts%20.tex%20.hljs-formula%2C.hljs-railscasts%20.xml%20.javascript%2C.hljs-railscasts%20.xml%20.vbscript%2C.hljs-railscasts%20.xml%20.css%2C.hljs-railscasts%20.xml%20.hljs-cdata%7Bopacity%3A0.7%3B%7D%22%2Crainbow%3A%22.hljs-rainbow%7B%7D.hljs-rainbow%20.hljs%7Bdisplay%3Ablock%3Bpadding%3A0.5em%3Bbackground%3A%23474949%3Bcolor%3A%23d1d9e1%3B%7D.hljs-rainbow%20.hljs-body%2C.hljs-rainbow%20.hljs-collection%7Bcolor%3A%23d1d9e1%3B%7D.hljs-rainbow%20.hljs-comment%2C.hljs-rainbow%20.hljs-template_comment%2C.hljs-rainbow%20.diff%20.hljs-header%2C.hljs-rainbow%20.hljs-doctype%2C.hljs-rainbow%20.lisp%20.hljs-string%2C.hljs-rainbow%20.hljs-javadoc%7Bcolor%3A%23969896%3Bfont-style%3Aitalic%3B%7D.hljs-rainbow%20.hljs-keyword%2C.hljs-rainbow%20.clojure%20.hljs-attribute%2C.hljs-rainbow%20.hljs-winutils%2C.hljs-rainbow%20.javascript%20.hljs-title%2C.hljs-rainbow%20.hljs-addition%2C.hljs-rainbow%20.css%20.hljs-tag%7Bcolor%3A%23cc99cc%3B%7D.hljs-rainbow%20.hljs-number%7Bcolor%3A%23f99157%3B%7D.hljs-rainbow%20.hljs-command%2C.hljs-rainbow%20.hljs-string%2C.hljs-rainbow%20.hljs-tag%20.hljs-value%2C.hljs-rainbow%20.hljs-phpdoc%2C.hljs-rainbow%20.tex%20.hljs-formula%2C.hljs-rainbow%20.hljs-regexp%2C.hljs-rainbow%20.hljs-hexcolor%7Bcolor%3A%238abeb7%3B%7D.hljs-rainbow%20.hljs-title%2C.hljs-rainbow%20.hljs-localvars%2C.hljs-rainbow%20.hljs-function%20.hljs-title%2C.hljs-rainbow%20.hljs-chunk%2C.hljs-rainbow%20.hljs-decorator%2C.hljs-rainbow%20.hljs-built_in%2C.hljs-rainbow%20.lisp%20.hljs-title%2C.hljs-rainbow%20.hljs-identifier%7Bcolor%3A%23b5bd68%3B%7D.hljs-rainbow%20.hljs-class%20.hljs-keyword%7Bcolor%3A%23f2777a%3B%7D.hljs-rainbow%20.hljs-variable%2C.hljs-rainbow%20.lisp%20.hljs-body%2C.hljs-rainbow%20.smalltalk%20.hljs-number%2C.hljs-rainbow%20.hljs-constant%2C.hljs-rainbow%20.hljs-class%20.hljs-title%2C.hljs-rainbow%20.hljs-parent%2C.hljs-rainbow%20.haskell%20.hljs-label%2C.hljs-rainbow%20.hljs-id%2C.hljs-rainbow%20.lisp%20.hljs-title%2C.hljs-rainbow%20.clojure%20.hljs-title%20.hljs-built_in%7Bcolor%3A%23ffcc66%3B%7D.hljs-rainbow%20.hljs-tag%20.hljs-title%2C.hljs-rainbow%20.hljs-rules%20.hljs-property%2C.hljs-rainbow%20.django%20.hljs-tag%20.hljs-keyword%2C.hljs-rainbow%20.clojure%20.hljs-title%20.hljs-built_in%7Bfont-weight%3Abold%3B%7D.hljs-rainbow%20.hljs-attribute%2C.hljs-rainbow%20.clojure%20.hljs-title%7Bcolor%3A%2381a2be%3B%7D.hljs-rainbow%20.hljs-preprocessor%2C.hljs-rainbow%20.hljs-pragma%2C.hljs-rainbow%20.hljs-pi%2C.hljs-rainbow%20.hljs-shebang%2C.hljs-rainbow%20.hljs-symbol%2C.hljs-rainbow%20.hljs-symbol%20.hljs-string%2C.hljs-rainbow%20.diff%20.hljs-change%2C.hljs-rainbow%20.hljs-special%2C.hljs-rainbow%20.hljs-attr_selector%2C.hljs-rainbow%20.hljs-important%2C.hljs-rainbow%20.hljs-subst%2C.hljs-rainbow%20.hljs-cdata%7Bcolor%3A%23f99157%3B%7D.hljs-rainbow%20.hljs-deletion%7Bcolor%3A%23dc322f%3B%7D.hljs-rainbow%20.tex%20.hljs-formula%7Bbackground%3A%23eee8d5%3B%7D%22%2Csolarized_dark%3A%22.hljs-solarized_dark%7B%7D.hljs-solarized_dark%20.hljs%7Bdisplay%3Ablock%3Bpadding%3A0.5em%3Bbackground%3A%23002b36%3Bcolor%3A%23839496%3B%7D.hljs-solarized_dark%20.hljs-comment%2C.hljs-solarized_dark%20.hljs-template_comment%2C.hljs-solarized_dark%20.diff%20.hljs-header%2C.hljs-solarized_dark%20.hljs-doctype%2C.hljs-solarized_dark%20.hljs-pi%2C.hljs-solarized_dark%20.lisp%20.hljs-string%2C.hljs-solarized_dark%20.hljs-javadoc%7Bcolor%3A%23586e75%3B%7D.hljs-solarized_dark%20.hljs-keyword%2C.hljs-solarized_dark%20.hljs-winutils%2C.hljs-solarized_dark%20.method%2C.hljs-solarized_dark%20.hljs-addition%2C.hljs-solarized_dark%20.css%20.hljs-tag%2C.hljs-solarized_dark%20.hljs-request%2C.hljs-solarized_dark%20.hljs-status%2C.hljs-solarized_dark%20.nginx%20.hljs-title%7Bcolor%3A%23859900%3B%7D.hljs-solarized_dark%20.hljs-number%2C.hljs-solarized_dark%20.hljs-command%2C.hljs-solarized_dark%20.hljs-string%2C.hljs-solarized_dark%20.hljs-tag%20.hljs-value%2C.hljs-solarized_dark%20.hljs-rules%20.hljs-value%2C.hljs-solarized_dark%20.hljs-phpdoc%2C.hljs-solarized_dark%20.tex%20.hljs-formula%2C.hljs-solarized_dark%20.hljs-regexp%2C.hljs-solarized_dark%20.hljs-hexcolor%2C.hljs-solarized_dark%20.hljs-link_url%7Bcolor%3A%232aa198%3B%7D.hljs-solarized_dark%20.hljs-title%2C.hljs-solarized_dark%20.hljs-localvars%2C.hljs-solarized_dark%20.hljs-chunk%2C.hljs-solarized_dark%20.hljs-decorator%2C.hljs-solarized_dark%20.hljs-built_in%2C.hljs-solarized_dark%20.hljs-identifier%2C.hljs-solarized_dark%20.vhdl%20.hljs-literal%2C.hljs-solarized_dark%20.hljs-id%2C.hljs-solarized_dark%20.css%20.hljs-function%7Bcolor%3A%23268bd2%3B%7D.hljs-solarized_dark%20.hljs-attribute%2C.hljs-solarized_dark%20.hljs-variable%2C.hljs-solarized_dark%20.lisp%20.hljs-body%2C.hljs-solarized_dark%20.smalltalk%20.hljs-number%2C.hljs-solarized_dark%20.hljs-constant%2C.hljs-solarized_dark%20.hljs-class%20.hljs-title%2C.hljs-solarized_dark%20.hljs-parent%2C.hljs-solarized_dark%20.haskell%20.hljs-type%2C.hljs-solarized_dark%20.hljs-link_reference%7Bcolor%3A%23b58900%3B%7D.hljs-solarized_dark%20.hljs-preprocessor%2C.hljs-solarized_dark%20.hljs-preprocessor%20.hljs-keyword%2C.hljs-solarized_dark%20.hljs-pragma%2C.hljs-solarized_dark%20.hljs-shebang%2C.hljs-solarized_dark%20.hljs-symbol%2C.hljs-solarized_dark%20.hljs-symbol%20.hljs-string%2C.hljs-solarized_dark%20.diff%20.hljs-change%2C.hljs-solarized_dark%20.hljs-special%2C.hljs-solarized_dark%20.hljs-attr_selector%2C.hljs-solarized_dark%20.hljs-subst%2C.hljs-solarized_dark%20.hljs-cdata%2C.hljs-solarized_dark%20.clojure%20.hljs-title%2C.hljs-solarized_dark%20.css%20.hljs-pseudo%2C.hljs-solarized_dark%20.hljs-header%7Bcolor%3A%23cb4b16%3B%7D.hljs-solarized_dark%20.hljs-deletion%2C.hljs-solarized_dark%20.hljs-important%7Bcolor%3A%23dc322f%3B%7D.hljs-solarized_dark%20.hljs-link_label%7Bcolor%3A%236c71c4%3B%7D.hljs-solarized_dark%20.tex%20.hljs-formula%7Bbackground%3A%23073642%3B%7D%22%2Csolarized_light%3A%22.hljs-solarized_light%7B%7D.hljs-solarized_light%20.hljs%7Bdisplay%3Ablock%3Bpadding%3A0.5em%3Bbackground%3A%23fdf6e3%3Bcolor%3A%23657b83%3B%7D.hljs-solarized_light%20.hljs-comment%2C.hljs-solarized_light%20.hljs-template_comment%2C.hljs-solarized_light%20.diff%20.hljs-header%2C.hljs-solarized_light%20.hljs-doctype%2C.hljs-solarized_light%20.hljs-pi%2C.hljs-solarized_light%20.lisp%20.hljs-string%2C.hljs-solarized_light%20.hljs-javadoc%7Bcolor%3A%2393a1a1%3B%7D.hljs-solarized_light%20.hljs-keyword%2C.hljs-solarized_light%20.hljs-winutils%2C.hljs-solarized_light%20.method%2C.hljs-solarized_light%20.hljs-addition%2C.hljs-solarized_light%20.css%20.hljs-tag%2C.hljs-solarized_light%20.hljs-request%2C.hljs-solarized_light%20.hljs-status%2C.hljs-solarized_light%20.nginx%20.hljs-title%7Bcolor%3A%23859900%3B%7D.hljs-solarized_light%20.hljs-number%2C.hljs-solarized_light%20.hljs-command%2C.hljs-solarized_light%20.hljs-string%2C.hljs-solarized_light%20.hljs-tag%20.hljs-value%2C.hljs-solarized_light%20.hljs-rules%20.hljs-value%2C.hljs-solarized_light%20.hljs-phpdoc%2C.hljs-solarized_light%20.tex%20.hljs-formula%2C.hljs-solarized_light%20.hljs-regexp%2C.hljs-solarized_light%20.hljs-hexcolor%2C.hljs-solarized_light%20.hljs-link_url%7Bcolor%3A%232aa198%3B%7D.hljs-solarized_light%20.hljs-title%2C.hljs-solarized_light%20.hljs-localvars%2C.hljs-solarized_light%20.hljs-chunk%2C.hljs-solarized_light%20.hljs-decorator%2C.hljs-solarized_light%20.hljs-built_in%2C.hljs-solarized_light%20.hljs-identifier%2C.hljs-solarized_light%20.vhdl%20.hljs-literal%2C.hljs-solarized_light%20.hljs-id%2C.hljs-solarized_light%20.css%20.hljs-function%7Bcolor%3A%23268bd2%3B%7D.hljs-solarized_light%20.hljs-attribute%2C.hljs-solarized_light%20.hljs-variable%2C.hljs-solarized_light%20.lisp%20.hljs-body%2C.hljs-solarized_light%20.smalltalk%20.hljs-number%2C.hljs-solarized_light%20.hljs-constant%2C.hljs-solarized_light%20.hljs-class%20.hljs-title%2C.hljs-solarized_light%20.hljs-parent%2C.hljs-solarized_light%20.haskell%20.hljs-type%2C.hljs-solarized_light%20.hljs-link_reference%7Bcolor%3A%23b58900%3B%7D.hljs-solarized_light%20.hljs-preprocessor%2C.hljs-solarized_light%20.hljs-preprocessor%20.hljs-keyword%2C.hljs-solarized_light%20.hljs-pragma%2C.hljs-solarized_light%20.hljs-shebang%2C.hljs-solarized_light%20.hljs-symbol%2C.hljs-solarized_light%20.hljs-symbol%20.hljs-string%2C.hljs-solarized_light%20.diff%20.hljs-change%2C.hljs-solarized_light%20.hljs-special%2C.hljs-solarized_light%20.hljs-attr_selector%2C.hljs-solarized_light%20.hljs-subst%2C.hljs-solarized_light%20.hljs-cdata%2C.hljs-solarized_light%20.clojure%20.hljs-title%2C.hljs-solarized_light%20.css%20.hljs-pseudo%2C.hljs-solarized_light%20.hljs-header%7Bcolor%3A%23cb4b16%3B%7D.hljs-solarized_light%20.hljs-deletion%2C.hljs-solarized_light%20.hljs-important%7Bcolor%3A%23dc322f%3B%7D.hljs-solarized_light%20.hljs-link_label%7Bcolor%3A%236c71c4%3B%7D.hljs-solarized_light%20.tex%20.hljs-formula%7Bbackground%3A%23eee8d5%3B%7D%22%2Csunburst%3A%22.hljs-sunburst%7B%7D.hljs-sunburst%20.hljs%7Bdisplay%3Ablock%3Bpadding%3A0.5em%3Bbackground%3A%23000%3Bcolor%3A%23f8f8f8%3B%7D.hljs-sunburst%20.hljs-comment%2C.hljs-sunburst%20.hljs-template_comment%2C.hljs-sunburst%20.hljs-javadoc%7Bcolor%3A%23aeaeae%3Bfont-style%3Aitalic%3B%7D.hljs-sunburst%20.hljs-keyword%2C.hljs-sunburst%20.ruby%20.hljs-function%20.hljs-keyword%2C.hljs-sunburst%20.hljs-request%2C.hljs-sunburst%20.hljs-status%2C.hljs-sunburst%20.nginx%20.hljs-title%7Bcolor%3A%23e28964%3B%7D.hljs-sunburst%20.hljs-function%20.hljs-keyword%2C.hljs-sunburst%20.hljs-sub%20.hljs-keyword%2C.hljs-sunburst%20.method%2C.hljs-sunburst%20.hljs-list%20.hljs-title%7Bcolor%3A%2399cf50%3B%7D.hljs-sunburst%20.hljs-string%2C.hljs-sunburst%20.hljs-tag%20.hljs-value%2C.hljs-sunburst%20.hljs-cdata%2C.hljs-sunburst%20.hljs-filter%20.hljs-argument%2C.hljs-sunburst%20.hljs-attr_selector%2C.hljs-sunburst%20.apache%20.hljs-cbracket%2C.hljs-sunburst%20.hljs-date%2C.hljs-sunburst%20.tex%20.hljs-command%2C.hljs-sunburst%20.coffeescript%20.hljs-attribute%7Bcolor%3A%2365b042%3B%7D.hljs-sunburst%20.hljs-subst%7Bcolor%3A%23daefa3%3B%7D.hljs-sunburst%20.hljs-regexp%7Bcolor%3A%23e9c062%3B%7D.hljs-sunburst%20.hljs-title%2C.hljs-sunburst%20.hljs-sub%20.hljs-identifier%2C.hljs-sunburst%20.hljs-pi%2C.hljs-sunburst%20.hljs-tag%2C.hljs-sunburst%20.hljs-tag%20.hljs-keyword%2C.hljs-sunburst%20.hljs-decorator%2C.hljs-sunburst%20.hljs-shebang%2C.hljs-sunburst%20.hljs-prompt%7Bcolor%3A%2389bdff%3B%7D.hljs-sunburst%20.hljs-class%20.hljs-title%2C.hljs-sunburst%20.haskell%20.hljs-type%2C.hljs-sunburst%20.smalltalk%20.hljs-class%2C.hljs-sunburst%20.hljs-javadoctag%2C.hljs-sunburst%20.hljs-yardoctag%2C.hljs-sunburst%20.hljs-phpdoc%7Btext-decoration%3Aunderline%3B%7D.hljs-sunburst%20.hljs-symbol%2C.hljs-sunburst%20.ruby%20.hljs-symbol%20.hljs-string%2C.hljs-sunburst%20.hljs-number%7Bcolor%3A%233387cc%3B%7D.hljs-sunburst%20.hljs-params%2C.hljs-sunburst%20.hljs-variable%2C.hljs-sunburst%20.clojure%20.hljs-attribute%7Bcolor%3A%233e87e3%3B%7D.hljs-sunburst%20.css%20.hljs-tag%2C.hljs-sunburst%20.hljs-rules%20.hljs-property%2C.hljs-sunburst%20.hljs-pseudo%2C.hljs-sunburst%20.tex%20.hljs-special%7Bcolor%3A%23cda869%3B%7D.hljs-sunburst%20.css%20.hljs-class%7Bcolor%3A%239b703f%3B%7D.hljs-sunburst%20.hljs-rules%20.hljs-keyword%7Bcolor%3A%23c5af75%3B%7D.hljs-sunburst%20.hljs-rules%20.hljs-value%7Bcolor%3A%23cf6a4c%3B%7D.hljs-sunburst%20.css%20.hljs-id%7Bcolor%3A%238b98ab%3B%7D.hljs-sunburst%20.hljs-annotation%2C.hljs-sunburst%20.apache%20.hljs-sqbracket%2C.hljs-sunburst%20.nginx%20.hljs-built_in%7Bcolor%3A%239b859d%3B%7D.hljs-sunburst%20.hljs-preprocessor%2C.hljs-sunburst%20.hljs-pragma%7Bcolor%3A%238996a8%3B%7D.hljs-sunburst%20.hljs-hexcolor%2C.hljs-sunburst%20.css%20.hljs-value%20.hljs-number%7Bcolor%3A%23dd7b3b%3B%7D.hljs-sunburst%20.css%20.hljs-function%7Bcolor%3A%23dad085%3B%7D.hljs-sunburst%20.diff%20.hljs-header%2C.hljs-sunburst%20.hljs-chunk%2C.hljs-sunburst%20.tex%20.hljs-formula%7Bbackground-color%3A%230e2231%3Bcolor%3A%23f8f8f8%3Bfont-style%3Aitalic%3B%7D.hljs-sunburst%20.diff%20.hljs-change%7Bbackground-color%3A%234a410d%3Bcolor%3A%23f8f8f8%3B%7D.hljs-sunburst%20.hljs-addition%7Bbackground-color%3A%23253b22%3Bcolor%3A%23f8f8f8%3B%7D.hljs-sunburst%20.hljs-deletion%7Bbackground-color%3A%23420e09%3Bcolor%3A%23f8f8f8%3B%7D.hljs-sunburst%20.coffeescript%20.javascript%2C.hljs-sunburst%20.javascript%20.xml%2C.hljs-sunburst%20.tex%20.hljs-formula%2C.hljs-sunburst%20.xml%20.javascript%2C.hljs-sunburst%20.xml%20.vbscript%2C.hljs-sunburst%20.xml%20.css%2C.hljs-sunburst%20.xml%20.hljs-cdata%7Bopacity%3A0.5%3B%7D%22%2C%22tomorrow-night-blue%22%3A%22.hljs-tomorrow-night-blue%7B%7D.hljs-tomorrow-night-blue%20.hljs-comment%2C.hljs-tomorrow-night-blue%20.hljs-title%7Bcolor%3A%237285b7%3B%7D.hljs-tomorrow-night-blue%20.hljs-variable%2C.hljs-tomorrow-night-blue%20.hljs-attribute%2C.hljs-tomorrow-night-blue%20.hljs-tag%2C.hljs-tomorrow-night-blue%20.hljs-regexp%2C.hljs-tomorrow-night-blue%20.ruby%20.hljs-constant%2C.hljs-tomorrow-night-blue%20.xml%20.hljs-tag%20.hljs-title%2C.hljs-tomorrow-night-blue%20.xml%20.hljs-pi%2C.hljs-tomorrow-night-blue%20.xml%20.hljs-doctype%2C.hljs-tomorrow-night-blue%20.html%20.hljs-doctype%2C.hljs-tomorrow-night-blue%20.css%20.hljs-id%2C.hljs-tomorrow-night-blue%20.css%20.hljs-class%2C.hljs-tomorrow-night-blue%20.css%20.hljs-pseudo%7Bcolor%3A%23ff9da4%3B%7D.hljs-tomorrow-night-blue%20.hljs-number%2C.hljs-tomorrow-night-blue%20.hljs-preprocessor%2C.hljs-tomorrow-night-blue%20.hljs-pragma%2C.hljs-tomorrow-night-blue%20.hljs-built_in%2C.hljs-tomorrow-night-blue%20.hljs-literal%2C.hljs-tomorrow-night-blue%20.hljs-params%2C.hljs-tomorrow-night-blue%20.hljs-constant%7Bcolor%3A%23ffc58f%3B%7D.hljs-tomorrow-night-blue%20.ruby%20.hljs-class%20.hljs-title%2C.hljs-tomorrow-night-blue%20.css%20.hljs-rules%20.hljs-attribute%7Bcolor%3A%23ffeead%3B%7D.hljs-tomorrow-night-blue%20.hljs-string%2C.hljs-tomorrow-night-blue%20.hljs-value%2C.hljs-tomorrow-night-blue%20.hljs-inheritance%2C.hljs-tomorrow-night-blue%20.hljs-header%2C.hljs-tomorrow-night-blue%20.ruby%20.hljs-symbol%2C.hljs-tomorrow-night-blue%20.xml%20.hljs-cdata%7Bcolor%3A%23d1f1a9%3B%7D.hljs-tomorrow-night-blue%20.css%20.hljs-hexcolor%7Bcolor%3A%2399ffff%3B%7D.hljs-tomorrow-night-blue%20.hljs-function%2C.hljs-tomorrow-night-blue%20.python%20.hljs-decorator%2C.hljs-tomorrow-night-blue%20.python%20.hljs-title%2C.hljs-tomorrow-night-blue%20.ruby%20.hljs-function%20.hljs-title%2C.hljs-tomorrow-night-blue%20.ruby%20.hljs-title%20.hljs-keyword%2C.hljs-tomorrow-night-blue%20.perl%20.hljs-sub%2C.hljs-tomorrow-night-blue%20.javascript%20.hljs-title%2C.hljs-tomorrow-night-blue%20.coffeescript%20.hljs-title%7Bcolor%3A%23bbdaff%3B%7D.hljs-tomorrow-night-blue%20.hljs-keyword%2C.hljs-tomorrow-night-blue%20.javascript%20.hljs-function%7Bcolor%3A%23ebbbff%3B%7D.hljs-tomorrow-night-blue%20.hljs%7Bdisplay%3Ablock%3Bbackground%3A%23002451%3Bcolor%3Awhite%3Bpadding%3A0.5em%3B%7D.hljs-tomorrow-night-blue%20.coffeescript%20.javascript%2C.hljs-tomorrow-night-blue%20.javascript%20.xml%2C.hljs-tomorrow-night-blue%20.tex%20.hljs-formula%2C.hljs-tomorrow-night-blue%20.xml%20.javascript%2C.hljs-tomorrow-night-blue%20.xml%20.vbscript%2C.hljs-tomorrow-night-blue%20.xml%20.css%2C.hljs-tomorrow-night-blue%20.xml%20.hljs-cdata%7Bopacity%3A0.5%3B%7D%22%2C%22tomorrow-night-bright%22%3A%22.hljs-tomorrow-night-bright%7B%7D.hljs-tomorrow-night-bright%20.hljs-comment%2C.hljs-tomorrow-night-bright%20.hljs-title%7Bcolor%3A%23969896%3B%7D.hljs-tomorrow-night-bright%20.hljs-variable%2C.hljs-tomorrow-night-bright%20.hljs-attribute%2C.hljs-tomorrow-night-bright%20.hljs-tag%2C.hljs-tomorrow-night-bright%20.hljs-regexp%2C.hljs-tomorrow-night-bright%20.ruby%20.hljs-constant%2C.hljs-tomorrow-night-bright%20.xml%20.hljs-tag%20.hljs-title%2C.hljs-tomorrow-night-bright%20.xml%20.hljs-pi%2C.hljs-tomorrow-night-bright%20.xml%20.hljs-doctype%2C.hljs-tomorrow-night-bright%20.html%20.hljs-doctype%2C.hljs-tomorrow-night-bright%20.css%20.hljs-id%2C.hljs-tomorrow-night-bright%20.css%20.hljs-class%2C.hljs-tomorrow-night-bright%20.css%20.hljs-pseudo%7Bcolor%3A%23d54e53%3B%7D.hljs-tomorrow-night-bright%20.hljs-number%2C.hljs-tomorrow-night-bright%20.hljs-preprocessor%2C.hljs-tomorrow-night-bright%20.hljs-pragma%2C.hljs-tomorrow-night-bright%20.hljs-built_in%2C.hljs-tomorrow-night-bright%20.hljs-literal%2C.hljs-tomorrow-night-bright%20.hljs-params%2C.hljs-tomorrow-night-bright%20.hljs-constant%7Bcolor%3A%23e78c45%3B%7D.hljs-tomorrow-night-bright%20.ruby%20.hljs-class%20.hljs-title%2C.hljs-tomorrow-night-bright%20.css%20.hljs-rules%20.hljs-attribute%7Bcolor%3A%23e7c547%3B%7D.hljs-tomorrow-night-bright%20.hljs-string%2C.hljs-tomorrow-night-bright%20.hljs-value%2C.hljs-tomorrow-night-bright%20.hljs-inheritance%2C.hljs-tomorrow-night-bright%20.hljs-header%2C.hljs-tomorrow-night-bright%20.ruby%20.hljs-symbol%2C.hljs-tomorrow-night-bright%20.xml%20.hljs-cdata%7Bcolor%3A%23b9ca4a%3B%7D.hljs-tomorrow-night-bright%20.css%20.hljs-hexcolor%7Bcolor%3A%2370c0b1%3B%7D.hljs-tomorrow-night-bright%20.hljs-function%2C.hljs-tomorrow-night-bright%20.python%20.hljs-decorator%2C.hljs-tomorrow-night-bright%20.python%20.hljs-title%2C.hljs-tomorrow-night-bright%20.ruby%20.hljs-function%20.hljs-title%2C.hljs-tomorrow-night-bright%20.ruby%20.hljs-title%20.hljs-keyword%2C.hljs-tomorrow-night-bright%20.perl%20.hljs-sub%2C.hljs-tomorrow-night-bright%20.javascript%20.hljs-title%2C.hljs-tomorrow-night-bright%20.coffeescript%20.hljs-title%7Bcolor%3A%237aa6da%3B%7D.hljs-tomorrow-night-bright%20.hljs-keyword%2C.hljs-tomorrow-night-bright%20.javascript%20.hljs-function%7Bcolor%3A%23c397d8%3B%7D.hljs-tomorrow-night-bright%20.hljs%7Bdisplay%3Ablock%3Bbackground%3Ablack%3Bcolor%3A%23eaeaea%3Bpadding%3A0.5em%3B%7D.hljs-tomorrow-night-bright%20.coffeescript%20.javascript%2C.hljs-tomorrow-night-bright%20.javascript%20.xml%2C.hljs-tomorrow-night-bright%20.tex%20.hljs-formula%2C.hljs-tomorrow-night-bright%20.xml%20.javascript%2C.hljs-tomorrow-night-bright%20.xml%20.vbscript%2C.hljs-tomorrow-night-bright%20.xml%20.css%2C.hljs-tomorrow-night-bright%20.xml%20.hljs-cdata%7Bopacity%3A0.5%3B%7D%22%2C%22tomorrow-night-eighties%22%3A%22.hljs-tomorrow-night-eighties%7B%7D.hljs-tomorrow-night-eighties%20.hljs-comment%2C.hljs-tomorrow-night-eighties%20.hljs-title%7Bcolor%3A%23999999%3B%7D.hljs-tomorrow-night-eighties%20.hljs-variable%2C.hljs-tomorrow-night-eighties%20.hljs-attribute%2C.hljs-tomorrow-night-eighties%20.hljs-tag%2C.hljs-tomorrow-night-eighties%20.hljs-regexp%2C.hljs-tomorrow-night-eighties%20.ruby%20.hljs-constant%2C.hljs-tomorrow-night-eighties%20.xml%20.hljs-tag%20.hljs-title%2C.hljs-tomorrow-night-eighties%20.xml%20.hljs-pi%2C.hljs-tomorrow-night-eighties%20.xml%20.hljs-doctype%2C.hljs-tomorrow-night-eighties%20.html%20.hljs-doctype%2C.hljs-tomorrow-night-eighties%20.css%20.hljs-id%2C.hljs-tomorrow-night-eighties%20.css%20.hljs-class%2C.hljs-tomorrow-night-eighties%20.css%20.hljs-pseudo%7Bcolor%3A%23f2777a%3B%7D.hljs-tomorrow-night-eighties%20.hljs-number%2C.hljs-tomorrow-night-eighties%20.hljs-preprocessor%2C.hljs-tomorrow-night-eighties%20.hljs-pragma%2C.hljs-tomorrow-night-eighties%20.hljs-built_in%2C.hljs-tomorrow-night-eighties%20.hljs-literal%2C.hljs-tomorrow-night-eighties%20.hljs-params%2C.hljs-tomorrow-night-eighties%20.hljs-constant%7Bcolor%3A%23f99157%3B%7D.hljs-tomorrow-night-eighties%20.ruby%20.hljs-class%20.hljs-title%2C.hljs-tomorrow-night-eighties%20.css%20.hljs-rules%20.hljs-attribute%7Bcolor%3A%23ffcc66%3B%7D.hljs-tomorrow-night-eighties%20.hljs-string%2C.hljs-tomorrow-night-eighties%20.hljs-value%2C.hljs-tomorrow-night-eighties%20.hljs-inheritance%2C.hljs-tomorrow-night-eighties%20.hljs-header%2C.hljs-tomorrow-night-eighties%20.ruby%20.hljs-symbol%2C.hljs-tomorrow-night-eighties%20.xml%20.hljs-cdata%7Bcolor%3A%2399cc99%3B%7D.hljs-tomorrow-night-eighties%20.css%20.hljs-hexcolor%7Bcolor%3A%2366cccc%3B%7D.hljs-tomorrow-night-eighties%20.hljs-function%2C.hljs-tomorrow-night-eighties%20.python%20.hljs-decorator%2C.hljs-tomorrow-night-eighties%20.python%20.hljs-title%2C.hljs-tomorrow-night-eighties%20.ruby%20.hljs-function%20.hljs-title%2C.hljs-tomorrow-night-eighties%20.ruby%20.hljs-title%20.hljs-keyword%2C.hljs-tomorrow-night-eighties%20.perl%20.hljs-sub%2C.hljs-tomorrow-night-eighties%20.javascript%20.hljs-title%2C.hljs-tomorrow-night-eighties%20.coffeescript%20.hljs-title%7Bcolor%3A%236699cc%3B%7D.hljs-tomorrow-night-eighties%20.hljs-keyword%2C.hljs-tomorrow-night-eighties%20.javascript%20.hljs-function%7Bcolor%3A%23cc99cc%3B%7D.hljs-tomorrow-night-eighties%20.hljs%7Bdisplay%3Ablock%3Bbackground%3A%232d2d2d%3Bcolor%3A%23cccccc%3Bpadding%3A0.5em%3B%7D.hljs-tomorrow-night-eighties%20.coffeescript%20.javascript%2C.hljs-tomorrow-night-eighties%20.javascript%20.xml%2C.hljs-tomorrow-night-eighties%20.tex%20.hljs-formula%2C.hljs-tomorrow-night-eighties%20.xml%20.javascript%2C.hljs-tomorrow-night-eighties%20.xml%20.vbscript%2C.hljs-tomorrow-night-eighties%20.xml%20.css%2C.hljs-tomorrow-night-eighties%20.xml%20.hljs-cdata%7Bopacity%3A0.5%3B%7D%22%2C%22tomorrow-night%22%3A%22.hljs-tomorrow-night%7B%7D.hljs-tomorrow-night%20.hljs-comment%2C.hljs-tomorrow-night%20.hljs-title%7Bcolor%3A%23969896%3B%7D.hljs-tomorrow-night%20.hljs-variable%2C.hljs-tomorrow-night%20.hljs-attribute%2C.hljs-tomorrow-night%20.hljs-tag%2C.hljs-tomorrow-night%20.hljs-regexp%2C.hljs-tomorrow-night%20.ruby%20.hljs-constant%2C.hljs-tomorrow-night%20.xml%20.hljs-tag%20.hljs-title%2C.hljs-tomorrow-night%20.xml%20.hljs-pi%2C.hljs-tomorrow-night%20.xml%20.hljs-doctype%2C.hljs-tomorrow-night%20.html%20.hljs-doctype%2C.hljs-tomorrow-night%20.css%20.hljs-id%2C.hljs-tomorrow-night%20.css%20.hljs-class%2C.hljs-tomorrow-night%20.css%20.hljs-pseudo%7Bcolor%3A%23cc6666%3B%7D.hljs-tomorrow-night%20.hljs-number%2C.hljs-tomorrow-night%20.hljs-preprocessor%2C.hljs-tomorrow-night%20.hljs-pragma%2C.hljs-tomorrow-night%20.hljs-built_in%2C.hljs-tomorrow-night%20.hljs-literal%2C.hljs-tomorrow-night%20.hljs-params%2C.hljs-tomorrow-night%20.hljs-constant%7Bcolor%3A%23de935f%3B%7D.hljs-tomorrow-night%20.ruby%20.hljs-class%20.hljs-title%2C.hljs-tomorrow-night%20.css%20.hljs-rules%20.hljs-attribute%7Bcolor%3A%23f0c674%3B%7D.hljs-tomorrow-night%20.hljs-string%2C.hljs-tomorrow-night%20.hljs-value%2C.hljs-tomorrow-night%20.hljs-inheritance%2C.hljs-tomorrow-night%20.hljs-header%2C.hljs-tomorrow-night%20.ruby%20.hljs-symbol%2C.hljs-tomorrow-night%20.xml%20.hljs-cdata%7Bcolor%3A%23b5bd68%3B%7D.hljs-tomorrow-night%20.css%20.hljs-hexcolor%7Bcolor%3A%238abeb7%3B%7D.hljs-tomorrow-night%20.hljs-function%2C.hljs-tomorrow-night%20.python%20.hljs-decorator%2C.hljs-tomorrow-night%20.python%20.hljs-title%2C.hljs-tomorrow-night%20.ruby%20.hljs-function%20.hljs-title%2C.hljs-tomorrow-night%20.ruby%20.hljs-title%20.hljs-keyword%2C.hljs-tomorrow-night%20.perl%20.hljs-sub%2C.hljs-tomorrow-night%20.javascript%20.hljs-title%2C.hljs-tomorrow-night%20.coffeescript%20.hljs-title%7Bcolor%3A%2381a2be%3B%7D.hljs-tomorrow-night%20.hljs-keyword%2C.hljs-tomorrow-night%20.javascript%20.hljs-function%7Bcolor%3A%23b294bb%3B%7D.hljs-tomorrow-night%20.hljs%7Bdisplay%3Ablock%3Bbackground%3A%231d1f21%3Bcolor%3A%23c5c8c6%3Bpadding%3A0.5em%3B%7D.hljs-tomorrow-night%20.coffeescript%20.javascript%2C.hljs-tomorrow-night%20.javascript%20.xml%2C.hljs-tomorrow-night%20.tex%20.hljs-formula%2C.hljs-tomorrow-night%20.xml%20.javascript%2C.hljs-tomorrow-night%20.xml%20.vbscript%2C.hljs-tomorrow-night%20.xml%20.css%2C.hljs-tomorrow-night%20.xml%20.hljs-cdata%7Bopacity%3A0.5%3B%7D%22%2Ctomorrow%3A%22.hljs-tomorrow%7B%7D.hljs-tomorrow%20.hljs-comment%2C.hljs-tomorrow%20.hljs-title%7Bcolor%3A%238e908c%3B%7D.hljs-tomorrow%20.hljs-variable%2C.hljs-tomorrow%20.hljs-attribute%2C.hljs-tomorrow%20.hljs-tag%2C.hljs-tomorrow%20.hljs-regexp%2C.hljs-tomorrow%20.ruby%20.hljs-constant%2C.hljs-tomorrow%20.xml%20.hljs-tag%20.hljs-title%2C.hljs-tomorrow%20.xml%20.hljs-pi%2C.hljs-tomorrow%20.xml%20.hljs-doctype%2C.hljs-tomorrow%20.html%20.hljs-doctype%2C.hljs-tomorrow%20.css%20.hljs-id%2C.hljs-tomorrow%20.css%20.hljs-class%2C.hljs-tomorrow%20.css%20.hljs-pseudo%7Bcolor%3A%23c82829%3B%7D.hljs-tomorrow%20.hljs-number%2C.hljs-tomorrow%20.hljs-preprocessor%2C.hljs-tomorrow%20.hljs-pragma%2C.hljs-tomorrow%20.hljs-built_in%2C.hljs-tomorrow%20.hljs-literal%2C.hljs-tomorrow%20.hljs-params%2C.hljs-tomorrow%20.hljs-constant%7Bcolor%3A%23f5871f%3B%7D.hljs-tomorrow%20.ruby%20.hljs-class%20.hljs-title%2C.hljs-tomorrow%20.css%20.hljs-rules%20.hljs-attribute%7Bcolor%3A%23eab700%3B%7D.hljs-tomorrow%20.hljs-string%2C.hljs-tomorrow%20.hljs-value%2C.hljs-tomorrow%20.hljs-inheritance%2C.hljs-tomorrow%20.hljs-header%2C.hljs-tomorrow%20.ruby%20.hljs-symbol%2C.hljs-tomorrow%20.xml%20.hljs-cdata%7Bcolor%3A%23718c00%3B%7D.hljs-tomorrow%20.css%20.hljs-hexcolor%7Bcolor%3A%233e999f%3B%7D.hljs-tomorrow%20.hljs-function%2C.hljs-tomorrow%20.python%20.hljs-decorator%2C.hljs-tomorrow%20.python%20.hljs-title%2C.hljs-tomorrow%20.ruby%20.hljs-function%20.hljs-title%2C.hljs-tomorrow%20.ruby%20.hljs-title%20.hljs-keyword%2C.hljs-tomorrow%20.perl%20.hljs-sub%2C.hljs-tomorrow%20.javascript%20.hljs-title%2C.hljs-tomorrow%20.coffeescript%20.hljs-title%7Bcolor%3A%234271ae%3B%7D.hljs-tomorrow%20.hljs-keyword%2C.hljs-tomorrow%20.javascript%20.hljs-function%7Bcolor%3A%238959a8%3B%7D.hljs-tomorrow%20.hljs%7Bdisplay%3Ablock%3Bbackground%3Awhite%3Bcolor%3A%234d4d4c%3Bpadding%3A0.5em%3B%7D.hljs-tomorrow%20.coffeescript%20.javascript%2C.hljs-tomorrow%20.javascript%20.xml%2C.hljs-tomorrow%20.tex%20.hljs-formula%2C.hljs-tomorrow%20.xml%20.javascript%2C.hljs-tomorrow%20.xml%20.vbscript%2C.hljs-tomorrow%20.xml%20.css%2C.hljs-tomorrow%20.xml%20.hljs-cdata%7Bopacity%3A0.5%3B%7D%22%2Cvs%3A%22.hljs-vs%7B%7D.hljs-vs%20.hljs%7Bdisplay%3Ablock%3Bpadding%3A0.5em%3Bbackground%3Awhite%3Bcolor%3Ablack%3B%7D.hljs-vs%20.hljs-comment%2C.hljs-vs%20.hljs-annotation%2C.hljs-vs%20.hljs-template_comment%2C.hljs-vs%20.diff%20.hljs-header%2C.hljs-vs%20.hljs-chunk%2C.hljs-vs%20.apache%20.hljs-cbracket%7Bcolor%3A%23008000%3B%7D.hljs-vs%20.hljs-keyword%2C.hljs-vs%20.hljs-id%2C.hljs-vs%20.hljs-built_in%2C.hljs-vs%20.css%20.smalltalk%20.hljs-class%2C.hljs-vs%20.hljs-winutils%2C.hljs-vs%20.bash%20.hljs-variable%2C.hljs-vs%20.tex%20.hljs-command%2C.hljs-vs%20.hljs-request%2C.hljs-vs%20.hljs-status%2C.hljs-vs%20.nginx%20.hljs-title%2C.hljs-vs%20.xml%20.hljs-tag%2C.hljs-vs%20.xml%20.hljs-tag%20.hljs-value%7Bcolor%3A%2300f%3B%7D.hljs-vs%20.hljs-string%2C.hljs-vs%20.hljs-title%2C.hljs-vs%20.hljs-parent%2C.hljs-vs%20.hljs-tag%20.hljs-value%2C.hljs-vs%20.hljs-rules%20.hljs-value%2C.hljs-vs%20.ruby%20.hljs-symbol%2C.hljs-vs%20.ruby%20.hljs-symbol%20.hljs-string%2C.hljs-vs%20.hljs-template_tag%2C.hljs-vs%20.django%20.hljs-variable%2C.hljs-vs%20.hljs-addition%2C.hljs-vs%20.hljs-flow%2C.hljs-vs%20.hljs-stream%2C.hljs-vs%20.apache%20.hljs-tag%2C.hljs-vs%20.hljs-date%2C.hljs-vs%20.tex%20.hljs-formula%2C.hljs-vs%20.coffeescript%20.hljs-attribute%7Bcolor%3A%23a31515%3B%7D.hljs-vs%20.ruby%20.hljs-string%2C.hljs-vs%20.hljs-decorator%2C.hljs-vs%20.hljs-filter%20.hljs-argument%2C.hljs-vs%20.hljs-localvars%2C.hljs-vs%20.hljs-array%2C.hljs-vs%20.hljs-attr_selector%2C.hljs-vs%20.hljs-pseudo%2C.hljs-vs%20.hljs-pi%2C.hljs-vs%20.hljs-doctype%2C.hljs-vs%20.hljs-deletion%2C.hljs-vs%20.hljs-envvar%2C.hljs-vs%20.hljs-shebang%2C.hljs-vs%20.hljs-preprocessor%2C.hljs-vs%20.hljs-pragma%2C.hljs-vs%20.userType%2C.hljs-vs%20.apache%20.hljs-sqbracket%2C.hljs-vs%20.nginx%20.hljs-built_in%2C.hljs-vs%20.tex%20.hljs-special%2C.hljs-vs%20.hljs-prompt%7Bcolor%3A%232b91af%3B%7D.hljs-vs%20.hljs-phpdoc%2C.hljs-vs%20.hljs-javadoc%2C.hljs-vs%20.hljs-xmlDocTag%7Bcolor%3A%23808080%3B%7D.hljs-vs%20.vhdl%20.hljs-typename%7Bfont-weight%3Abold%3B%7D.hljs-vs%20.vhdl%20.hljs-string%7Bcolor%3A%23666666%3B%7D.hljs-vs%20.vhdl%20.hljs-literal%7Bcolor%3A%23a31515%3B%7D.hljs-vs%20.vhdl%20.hljs-attribute%7Bcolor%3A%2300b0e8%3B%7D.hljs-vs%20.xml%20.hljs-attribute%7Bcolor%3A%23f00%3B%7D%22%2Cxcode%3A%22.hljs-xcode%7B%7D.hljs-xcode%20.hljs%7Bdisplay%3Ablock%3Bpadding%3A0.5em%3Bbackground%3A%23fff%3Bcolor%3Ablack%3B%7D.hljs-xcode%20.hljs-comment%2C.hljs-xcode%20.hljs-template_comment%2C.hljs-xcode%20.hljs-javadoc%7Bcolor%3A%23006a00%3B%7D.hljs-xcode%20.hljs-keyword%2C.hljs-xcode%20.hljs-literal%2C.hljs-xcode%20.nginx%20.hljs-title%7Bcolor%3A%23aa0d91%3B%7D.hljs-xcode%20.method%2C.hljs-xcode%20.hljs-list%20.hljs-title%2C.hljs-xcode%20.hljs-tag%20.hljs-title%2C.hljs-xcode%20.setting%20.hljs-value%2C.hljs-xcode%20.hljs-winutils%2C.hljs-xcode%20.tex%20.hljs-command%2C.hljs-xcode%20.http%20.hljs-title%2C.hljs-xcode%20.hljs-request%2C.hljs-xcode%20.hljs-status%7Bcolor%3A%23008%3B%7D.hljs-xcode%20.hljs-envvar%2C.hljs-xcode%20.tex%20.hljs-special%7Bcolor%3A%23660%3B%7D.hljs-xcode%20.hljs-string%7Bcolor%3A%23c41a16%3B%7D.hljs-xcode%20.hljs-tag%20.hljs-value%2C.hljs-xcode%20.hljs-cdata%2C.hljs-xcode%20.hljs-filter%20.hljs-argument%2C.hljs-xcode%20.hljs-attr_selector%2C.hljs-xcode%20.apache%20.hljs-cbracket%2C.hljs-xcode%20.hljs-date%2C.hljs-xcode%20.hljs-regexp%7Bcolor%3A%23080%3B%7D.hljs-xcode%20.hljs-sub%20.hljs-identifier%2C.hljs-xcode%20.hljs-pi%2C.hljs-xcode%20.hljs-tag%2C.hljs-xcode%20.hljs-tag%20.hljs-keyword%2C.hljs-xcode%20.hljs-decorator%2C.hljs-xcode%20.ini%20.hljs-title%2C.hljs-xcode%20.hljs-shebang%2C.hljs-xcode%20.hljs-prompt%2C.hljs-xcode%20.hljs-hexcolor%2C.hljs-xcode%20.hljs-rules%20.hljs-value%2C.hljs-xcode%20.hljs-symbol%2C.hljs-xcode%20.hljs-symbol%20.hljs-string%2C.hljs-xcode%20.hljs-number%2C.hljs-xcode%20.css%20.hljs-function%2C.hljs-xcode%20.clojure%20.hljs-title%2C.hljs-xcode%20.clojure%20.hljs-built_in%2C.hljs-xcode%20.hljs-function%20.hljs-title%2C.hljs-xcode%20.coffeescript%20.hljs-attribute%7Bcolor%3A%231c00cf%3B%7D.hljs-xcode%20.hljs-class%20.hljs-title%2C.hljs-xcode%20.haskell%20.hljs-type%2C.hljs-xcode%20.smalltalk%20.hljs-class%2C.hljs-xcode%20.hljs-javadoctag%2C.hljs-xcode%20.hljs-yardoctag%2C.hljs-xcode%20.hljs-phpdoc%2C.hljs-xcode%20.hljs-typename%2C.hljs-xcode%20.hljs-tag%20.hljs-attribute%2C.hljs-xcode%20.hljs-doctype%2C.hljs-xcode%20.hljs-class%20.hljs-id%2C.hljs-xcode%20.hljs-built_in%2C.hljs-xcode%20.setting%2C.hljs-xcode%20.hljs-params%2C.hljs-xcode%20.clojure%20.hljs-attribute%7Bcolor%3A%235c2699%3B%7D.hljs-xcode%20.hljs-variable%7Bcolor%3A%233f6e74%3B%7D.hljs-xcode%20.css%20.hljs-tag%2C.hljs-xcode%20.hljs-rules%20.hljs-property%2C.hljs-xcode%20.hljs-pseudo%2C.hljs-xcode%20.hljs-subst%7Bcolor%3A%23000%3B%7D.hljs-xcode%20.css%20.hljs-class%2C.hljs-xcode%20.css%20.hljs-id%7Bcolor%3A%239b703f%3B%7D.hljs-xcode%20.hljs-value%20.hljs-important%7Bcolor%3A%23ff7700%3Bfont-weight%3Abold%3B%7D.hljs-xcode%20.hljs-rules%20.hljs-keyword%7Bcolor%3A%23c5af75%3B%7D.hljs-xcode%20.hljs-annotation%2C.hljs-xcode%20.apache%20.hljs-sqbracket%2C.hljs-xcode%20.nginx%20.hljs-built_in%7Bcolor%3A%239b859d%3B%7D.hljs-xcode%20.hljs-preprocessor%2C.hljs-xcode%20.hljs-preprocessor%20*%2C.hljs-xcode%20.hljs-pragma%7Bcolor%3A%23643820%3B%7D.hljs-xcode%20.tex%20.hljs-formula%7Bbackground-color%3A%23eee%3Bfont-style%3Aitalic%3B%7D.hljs-xcode%20.diff%20.hljs-header%2C.hljs-xcode%20.hljs-chunk%7Bcolor%3A%23808080%3Bfont-weight%3Abold%3B%7D.hljs-xcode%20.diff%20.hljs-change%7Bbackground-color%3A%23bccff9%3B%7D.hljs-xcode%20.hljs-addition%7Bbackground-color%3A%23baeeba%3B%7D.hljs-xcode%20.hljs-deletion%7Bbackground-color%3A%23ffc8bd%3B%7D.hljs-xcode%20.hljs-comment%20.hljs-yardoctag%7Bfont-weight%3Abold%3B%7D.hljs-xcode%20.method%20.hljs-id%7Bcolor%3A%23000%3B%7D%22%2Czenburn%3A%22.hljs-zenburn%7B%7D.hljs-zenburn%20.hljs%7Bdisplay%3Ablock%3Bpadding%3A0.5em%3Bbackground%3A%233f3f3f%3Bcolor%3A%23dcdcdc%3B%7D.hljs-zenburn%20.hljs-keyword%2C.hljs-zenburn%20.hljs-tag%2C.hljs-zenburn%20.css%20.hljs-class%2C.hljs-zenburn%20.css%20.hljs-id%2C.hljs-zenburn%20.lisp%20.hljs-title%2C.hljs-zenburn%20.nginx%20.hljs-title%2C.hljs-zenburn%20.hljs-request%2C.hljs-zenburn%20.hljs-status%2C.hljs-zenburn%20.clojure%20.hljs-attribute%7Bcolor%3A%23e3ceab%3B%7D.hljs-zenburn%20.django%20.hljs-template_tag%2C.hljs-zenburn%20.django%20.hljs-variable%2C.hljs-zenburn%20.django%20.hljs-filter%20.hljs-argument%7Bcolor%3A%23dcdcdc%3B%7D.hljs-zenburn%20.hljs-number%2C.hljs-zenburn%20.hljs-date%7Bcolor%3A%238cd0d3%3B%7D.hljs-zenburn%20.dos%20.hljs-envvar%2C.hljs-zenburn%20.dos%20.hljs-stream%2C.hljs-zenburn%20.hljs-variable%2C.hljs-zenburn%20.apache%20.hljs-sqbracket%7Bcolor%3A%23efdcbc%3B%7D.hljs-zenburn%20.dos%20.hljs-flow%2C.hljs-zenburn%20.diff%20.hljs-change%2C.hljs-zenburn%20.python%20.exception%2C.hljs-zenburn%20.python%20.hljs-built_in%2C.hljs-zenburn%20.hljs-literal%2C.hljs-zenburn%20.tex%20.hljs-special%7Bcolor%3A%23efefaf%3B%7D.hljs-zenburn%20.diff%20.hljs-chunk%2C.hljs-zenburn%20.hljs-subst%7Bcolor%3A%238f8f8f%3B%7D.hljs-zenburn%20.dos%20.hljs-keyword%2C.hljs-zenburn%20.python%20.hljs-decorator%2C.hljs-zenburn%20.hljs-title%2C.hljs-zenburn%20.haskell%20.hljs-type%2C.hljs-zenburn%20.diff%20.hljs-header%2C.hljs-zenburn%20.ruby%20.hljs-class%20.hljs-parent%2C.hljs-zenburn%20.apache%20.hljs-tag%2C.hljs-zenburn%20.nginx%20.hljs-built_in%2C.hljs-zenburn%20.tex%20.hljs-command%2C.hljs-zenburn%20.hljs-prompt%7Bcolor%3A%23efef8f%3B%7D.hljs-zenburn%20.dos%20.hljs-winutils%2C.hljs-zenburn%20.ruby%20.hljs-symbol%2C.hljs-zenburn%20.ruby%20.hljs-symbol%20.hljs-string%2C.hljs-zenburn%20.ruby%20.hljs-string%7Bcolor%3A%23dca3a3%3B%7D.hljs-zenburn%20.diff%20.hljs-deletion%2C.hljs-zenburn%20.hljs-string%2C.hljs-zenburn%20.hljs-tag%20.hljs-value%2C.hljs-zenburn%20.hljs-preprocessor%2C.hljs-zenburn%20.hljs-pragma%2C.hljs-zenburn%20.hljs-built_in%2C.hljs-zenburn%20.hljs-javadoc%2C.hljs-zenburn%20.smalltalk%20.hljs-class%2C.hljs-zenburn%20.smalltalk%20.hljs-localvars%2C.hljs-zenburn%20.smalltalk%20.hljs-array%2C.hljs-zenburn%20.css%20.hljs-rules%20.hljs-value%2C.hljs-zenburn%20.hljs-attr_selector%2C.hljs-zenburn%20.hljs-pseudo%2C.hljs-zenburn%20.apache%20.hljs-cbracket%2C.hljs-zenburn%20.tex%20.hljs-formula%2C.hljs-zenburn%20.coffeescript%20.hljs-attribute%7Bcolor%3A%23cc9393%3B%7D.hljs-zenburn%20.hljs-shebang%2C.hljs-zenburn%20.diff%20.hljs-addition%2C.hljs-zenburn%20.hljs-comment%2C.hljs-zenburn%20.java%20.hljs-annotation%2C.hljs-zenburn%20.hljs-template_comment%2C.hljs-zenburn%20.hljs-pi%2C.hljs-zenburn%20.hljs-doctype%7Bcolor%3A%237f9f7f%3B%7D.hljs-zenburn%20.coffeescript%20.javascript%2C.hljs-zenburn%20.javascript%20.xml%2C.hljs-zenburn%20.tex%20.hljs-formula%2C.hljs-zenburn%20.xml%20.javascript%2C.hljs-zenburn%20.xml%20.vbscript%2C.hljs-zenburn%20.xml%20.css%2C.hljs-zenburn%20.xml%20.hljs-cdata%7Bopacity%3A0.5%3B%7D%22%7D%2Cengine%3Ahljs%7D%0A%7D%28%29%7D%2C%7B%7D%5D%2C5%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7Bvar%20EventEmitter%3Drequire%28%22events%22%29.EventEmitter%2Chighlighter%3Drequire%28%22./highlighter%22%29%2Cconverter%3Drequire%28%22./converter%22%29%2CParser%3Drequire%28%22./parser%22%29%2CSlideshow%3Drequire%28%22./models/slideshow%22%29%2CSlideshowView%3Drequire%28%22./views/slideshowView%22%29%2CDefaultController%3Drequire%28%22./controllers/defaultController%22%29%2CDom%3Drequire%28%22./dom%22%29%2Cmacros%3Drequire%28%22./macros%22%29%3Bmodule.exports%3DApi%3Bfunction%20Api%28dom%29%7Bthis.dom%3Ddom%7C%7Cnew%20Dom%3Bthis.macros%3Dmacros%7DApi.prototype.highlighter%3Dhighlighter%3BApi.prototype.convert%3Dfunction%28markdown%29%7Bvar%20parser%3Dnew%20Parser%2Ccontent%3Dparser.parse%28markdown%7C%7C%22%22%2Cmacros%29%5B0%5D.content%3Breturn%20converter.convertMarkdown%28content%2C%7B%7D%2Ctrue%29%7D%3BApi.prototype.create%3Dfunction%28options%29%7Bvar%20events%2Cslideshow%2CslideshowView%2Ccontroller%3Boptions%3DapplyDefaults%28this.dom%2Coptions%29%3Bevents%3Dnew%20EventEmitter%3Bevents.setMaxListeners%280%29%3Bslideshow%3Dnew%20Slideshow%28events%2Coptions%29%3BslideshowView%3Dnew%20SlideshowView%28events%2Cthis.dom%2Coptions.container%2Cslideshow%29%3Bcontroller%3Doptions.controller%7C%7Cnew%20DefaultController%28events%2Cthis.dom%2CslideshowView%2Coptions.navigation%29%3Breturn%20slideshow%7D%3Bfunction%20applyDefaults%28dom%2Coptions%29%7Bvar%20sourceElement%3Boptions%3Doptions%7C%7C%7B%7D%3Bif%28options.hasOwnProperty%28%22sourceUrl%22%29%29%7Bvar%20req%3Dnew%20dom.XMLHttpRequest%3Breq.open%28%22GET%22%2Coptions.sourceUrl%2Cfalse%29%3Breq.send%28%29%3Boptions.source%3Dreq.responseText.replace%28/%5Cr%5Cn/g%2C%22%5Cn%22%29%7Delse%20if%28%21options.hasOwnProperty%28%22source%22%29%29%7BsourceElement%3Ddom.getElementById%28%22source%22%29%3Bif%28sourceElement%29%7Boptions.source%3Dunescape%28sourceElement.innerHTML%29%3BsourceElement.style.display%3D%22none%22%7D%7Dif%28%21%28options.container%20instanceof%20window.HTMLElement%29%29%7Boptions.container%3Ddom.getBodyElement%28%29%7Dreturn%20options%7Dfunction%20unescape%28source%29%7Bsource%3Dsource.replace%28/%26%5Bl%7Cg%5Dt%3B/g%2Cfunction%28match%29%7Breturn%20match%3D%3D%3D%22%26lt%3B%22%3F%22%3C%22%3A%22%3E%22%7D%29%3Bsource%3Dsource.replace%28/%26amp%3B/g%2C%22%26%22%29%3Bsource%3Dsource.replace%28/%26quot%3B/g%2C%27%22%27%29%3Breturn%20source%7D%7D%2C%7Bevents%3A1%2C%22./highlighter%22%3A7%2C%22./converter%22%3A9%2C%22./controllers/defaultController%22%3A10%2C%22./parser%22%3A11%2C%22./views/slideshowView%22%3A12%2C%22./models/slideshow%22%3A13%2C%22./dom%22%3A14%2C%22./macros%22%3A15%7D%5D%2C14%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7Bmodule.exports%3DDom%3Bfunction%20Dom%28%29%7B%7DDom.prototype.XMLHttpRequest%3DXMLHttpRequest%3BDom.prototype.getHTMLElement%3Dfunction%28%29%7Breturn%20document.getElementsByTagName%28%22html%22%29%5B0%5D%7D%3BDom.prototype.getBodyElement%3Dfunction%28%29%7Breturn%20document.body%7D%3BDom.prototype.getElementById%3Dfunction%28id%29%7Breturn%20document.getElementById%28id%29%7D%3BDom.prototype.getLocationHash%3Dfunction%28%29%7Breturn%20window.location.hash%7D%3BDom.prototype.setLocationHash%3Dfunction%28hash%29%7Bif%28typeof%20window.history.replaceState%3D%3D%3D%22function%22%29%7Bwindow.history.replaceState%28undefined%2Cundefined%2Chash%29%7Delse%7Bwindow.location.hash%3Dhash%7D%7D%7D%2C%7B%7D%5D%2C15%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7Bvar%20macros%3Dmodule.exports%3D%7B%7D%3Bmacros.hello%3Dfunction%28%29%7Breturn%22hello%21%22%7D%7D%2C%7B%7D%5D%2C11%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7B%21function%28%29%7Bvar%20Lexer%3Drequire%28%22./lexer%22%29%3Bmodule.exports%3DParser%3Bfunction%20Parser%28%29%7B%7DParser.prototype.parse%3Dfunction%28src%2Cmacros%29%7Bvar%20self%3Dthis%2Clexer%3Dnew%20Lexer%2Ctokens%3Dlexer.lex%28cleanInput%28src%29%29%2Cslides%3D%5B%5D%2Cstack%3D%5BcreateSlide%28%29%5D%3Bmacros%3Dmacros%7C%7C%7B%7D%3Btokens.forEach%28function%28token%29%7Bswitch%28token.type%29%7Bcase%22text%22%3Acase%22code%22%3Acase%22fences%22%3AappendTo%28stack%5Bstack.length-1%5D%2Ctoken.text%29%3Bbreak%3Bcase%22def%22%3Astack%5B0%5D.links%5Btoken.id%5D%3D%7Bhref%3Atoken.href%2Ctitle%3Atoken.title%7D%3Bbreak%3Bcase%22macro%22%3Avar%20macro%3Dmacros%5Btoken.name%5D%3Bif%28typeof%20macro%21%3D%3D%22function%22%29%7Bthrow%20new%20Error%28%27Macro%20%22%27+token.name+%27%22%20not%20found.%20%27+%22You%20need%20to%20define%20macro%20using%20remark.macros%5B%27%22+token.name+%22%27%5D%20%3D%20function%20%28%29%20%7B%20...%20%7D%3B%22%29%7Dvar%20value%3Dmacro.apply%28token.obj%2Ctoken.args%29%3Bif%28typeof%20value%3D%3D%3D%22string%22%29%7Bvalue%3Dself.parse%28value%2Cmacros%29%3BappendTo%28stack%5Bstack.length-1%5D%2Cvalue%5B0%5D.content%5B0%5D%29%7Delse%7BappendTo%28stack%5Bstack.length-1%5D%2Cvalue%3D%3D%3Dundefined%3F%22%22%3Avalue.toString%28%29%29%7Dbreak%3Bcase%22content_start%22%3Astack.push%28createContentClass%28token%29%29%3Bbreak%3Bcase%22content_end%22%3AappendTo%28stack%5Bstack.length-2%5D%2Cstack%5Bstack.length-1%5D%29%3Bstack.pop%28%29%3Bbreak%3Bcase%22separator%22%3Aslides.push%28stack%5B0%5D%29%3Bstack%3D%5BcreateSlide%28%29%5D%3Bstack%5B0%5D.properties.continued%3D%28token.text%3D%3D%3D%22--%22%29.toString%28%29%3Bbreak%3Bcase%22notes_separator%22%3Astack%5B0%5D.notes%3D%5B%5D%3Bbreak%7D%7D%29%3Bslides.push%28stack%5B0%5D%29%3Bslides.forEach%28function%28slide%29%7Bslide.content%5B0%5D%3DextractProperties%28slide.content%5B0%5D%7C%7C%22%22%2Cslide.properties%29%7D%29%3Breturn%20slides.filter%28function%28slide%29%7Bvar%20exclude%3D%28slide.properties.exclude%7C%7C%22%22%29.toLowerCase%28%29%3Bif%28exclude%3D%3D%3D%22true%22%29%7Breturn%20false%7Dreturn%20true%7D%29%7D%3Bfunction%20createSlide%28%29%7Breturn%7Bcontent%3A%5B%5D%2Cproperties%3A%7Bcontinued%3A%22false%22%7D%2Clinks%3A%7B%7D%7D%7Dfunction%20createContentClass%28token%29%7Breturn%7B%22class%22%3Atoken.classes.join%28%22%20%22%29%2Cblock%3Atoken.block%2Ccontent%3A%5B%5D%7D%7Dfunction%20appendTo%28element%2Ccontent%29%7Bvar%20target%3Delement.content%3Bif%28element.notes%21%3D%3Dundefined%29%7Btarget%3Delement.notes%7Dvar%20lastIdx%3Dtarget.length-1%3Bif%28typeof%20target%5BlastIdx%5D%3D%3D%3D%22string%22%26%26typeof%20content%3D%3D%3D%22string%22%29%7Btarget%5BlastIdx%5D+%3Dcontent%7Delse%7Btarget.push%28content%29%7D%7Dfunction%20extractProperties%28source%2Cproperties%29%7Bvar%20propertyFinder%3D/%5E%5Cn*%28%5B-%5Cw%5D+%29%3A%28%5B%5E%24%5Cn%5D*%29/i%2Cmatch%3Bwhile%28%28match%3DpropertyFinder.exec%28source%29%29%21%3D%3Dnull%29%7Bsource%3Dsource.substr%280%2Cmatch.index%29+source.substr%28match.index+match%5B0%5D.length%29%3Bproperties%5Bmatch%5B1%5D.trim%28%29%5D%3Dmatch%5B2%5D.trim%28%29%3BpropertyFinder.lastIndex%3Dmatch.index%7Dreturn%20source%7Dfunction%20cleanInput%28source%29%7Bvar%20getMatchCaptures%3Dfunction%28source%2Cpattern%29%7Bvar%20results%3D%5B%5D%2Cmatch%3Bwhile%28%28match%3Dpattern.exec%28source%29%29%21%3D%3Dnull%29results.push%28match%5B1%5D%29%3Breturn%20results%7D%3Bvar%20leadingWhitespacePattern%3D/%5E%28%5B%20%5Ct%5D*%29%5B%5E%20%5Ct%5Cn%5D/gm%3Bvar%20whitespace%3DgetMatchCaptures%28source%2CleadingWhitespacePattern%29.map%28function%28s%29%7Breturn%20s.length%7D%29%3Bvar%20minWhitespace%3DMath.min.apply%28Math%2Cwhitespace%29%3Bvar%20trimWhitespacePattern%3Dnew%20RegExp%28%22%5E%5B%20%5C%5Ct%5D%7B0%2C%22+minWhitespace+%22%7D%22%2C%22gm%22%29%3Breturn%20source.replace%28trimWhitespacePattern%2C%22%22%29%7D%7D%28%29%7D%2C%7B%22./lexer%22%3A16%7D%5D%2C12%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7Bvar%20SlideView%3Drequire%28%22./slideView%22%29%2CTimer%3Drequire%28%22components/timer%22%29%2CNotesView%3Drequire%28%22./notesView%22%29%2CScaler%3Drequire%28%22../scaler%22%29%2Cresources%3Drequire%28%22../resources%22%29%2Cutils%3Drequire%28%22../utils%22%29%2Cprinting%3Drequire%28%22components/printing%22%29%3Bmodule.exports%3DSlideshowView%3Bfunction%20SlideshowView%28events%2Cdom%2CcontainerElement%2Cslideshow%29%7Bvar%20self%3Dthis%3Bself.events%3Devents%3Bself.dom%3Ddom%3Bself.slideshow%3Dslideshow%3Bself.scaler%3Dnew%20Scaler%28events%2Cslideshow%29%3Bself.slideViews%3D%5B%5D%3Bself.configureContainerElement%28containerElement%29%3Bself.configureChildElements%28%29%3Bself.updateDimensions%28%29%3Bself.scaleElements%28%29%3Bself.updateSlideViews%28%29%3Bself.timer%3Dnew%20Timer%28events%2Cself.timerElement%29%3Bevents.on%28%22slidesChanged%22%2Cfunction%28%29%7Bself.updateSlideViews%28%29%7D%29%3Bevents.on%28%22hideSlide%22%2Cfunction%28slideIndex%29%7Bself.elementArea.getElementsByClassName%28%22remark-fading%22%29.forEach%28function%28slide%29%7Butils.removeClass%28slide%2C%22remark-fading%22%29%7D%29%3Bself.hideSlide%28slideIndex%29%7D%29%3Bevents.on%28%22showSlide%22%2Cfunction%28slideIndex%29%7Bself.showSlide%28slideIndex%29%7D%29%3Bevents.on%28%22forcePresenterMode%22%2Cfunction%28%29%7Bif%28%21utils.hasClass%28self.containerElement%2C%22remark-presenter-mode%22%29%29%7Butils.toggleClass%28self.containerElement%2C%22remark-presenter-mode%22%29%3Bself.scaleElements%28%29%3Bprinting.setPageOrientation%28%22landscape%22%29%7D%7D%29%3Bevents.on%28%22togglePresenterMode%22%2Cfunction%28%29%7Butils.toggleClass%28self.containerElement%2C%22remark-presenter-mode%22%29%3Bself.scaleElements%28%29%3Bif%28utils.hasClass%28self.containerElement%2C%22remark-presenter-mode%22%29%29%7Bprinting.setPageOrientation%28%22portrait%22%29%7Delse%7Bprinting.setPageOrientation%28%22landscape%22%29%7D%7D%29%3Bevents.on%28%22toggleHelp%22%2Cfunction%28%29%7Butils.toggleClass%28self.containerElement%2C%22remark-help-mode%22%29%7D%29%3Bevents.on%28%22toggleBlackout%22%2Cfunction%28%29%7Butils.toggleClass%28self.containerElement%2C%22remark-blackout-mode%22%29%7D%29%3Bevents.on%28%22toggleMirrored%22%2Cfunction%28%29%7Butils.toggleClass%28self.containerElement%2C%22remark-mirrored-mode%22%29%7D%29%3Bevents.on%28%22hideOverlay%22%2Cfunction%28%29%7Butils.removeClass%28self.containerElement%2C%22remark-blackout-mode%22%29%3Butils.removeClass%28self.containerElement%2C%22remark-help-mode%22%29%7D%29%3Bevents.on%28%22pause%22%2Cfunction%28%29%7Butils.toggleClass%28self.containerElement%2C%22remark-pause-mode%22%29%7D%29%3Bevents.on%28%22resume%22%2Cfunction%28%29%7Butils.toggleClass%28self.containerElement%2C%22remark-pause-mode%22%29%7D%29%3BhandleFullscreen%28self%29%7Dfunction%20handleFullscreen%28self%29%7Bvar%20requestFullscreen%3Dutils.getPrefixedProperty%28self.containerElement%2C%22requestFullScreen%22%29%2CcancelFullscreen%3Dutils.getPrefixedProperty%28document%2C%22cancelFullScreen%22%29%3Bself.events.on%28%22toggleFullscreen%22%2Cfunction%28%29%7Bvar%20fullscreenElement%3Dutils.getPrefixedProperty%28document%2C%22fullscreenElement%22%29%7C%7Cutils.getPrefixedProperty%28document%2C%22fullScreenElement%22%29%3Bif%28%21fullscreenElement%26%26requestFullscreen%29%7BrequestFullscreen.call%28self.containerElement%2CElement.ALLOW_KEYBOARD_INPUT%29%7Delse%20if%28cancelFullscreen%29%7BcancelFullscreen.call%28document%29%7Dself.scaleElements%28%29%7D%29%7DSlideshowView.prototype.isEmbedded%3Dfunction%28%29%7Breturn%20this.containerElement%21%3D%3Dthis.dom.getBodyElement%28%29%7D%3BSlideshowView.prototype.configureContainerElement%3Dfunction%28element%29%7Bvar%20self%3Dthis%3Bself.containerElement%3Delement%3Butils.addClass%28element%2C%22remark-container%22%29%3Bif%28element%3D%3D%3Dself.dom.getBodyElement%28%29%29%7Butils.addClass%28self.dom.getHTMLElement%28%29%2C%22remark-container%22%29%3BforwardEvents%28self.events%2Cwindow%2C%5B%22hashchange%22%2C%22resize%22%2C%22keydown%22%2C%22keypress%22%2C%22mousewheel%22%2C%22message%22%2C%22DOMMouseScroll%22%5D%29%3BforwardEvents%28self.events%2Cself.containerElement%2C%5B%22touchstart%22%2C%22touchmove%22%2C%22touchend%22%2C%22click%22%2C%22contextmenu%22%5D%29%7Delse%7Belement.style.position%3D%22absolute%22%3Belement.tabIndex%3D-1%3BforwardEvents%28self.events%2Cwindow%2C%5B%22resize%22%5D%29%3BforwardEvents%28self.events%2Celement%2C%5B%22keydown%22%2C%22keypress%22%2C%22mousewheel%22%2C%22touchstart%22%2C%22touchmove%22%2C%22touchend%22%5D%29%7Dself.events.on%28%22tap%22%2Cfunction%28endX%29%7Bif%28endX%3Cself.getContainerWidth%28%29/2%29%7Bself.slideshow.gotoPreviousSlide%28%29%7Delse%7Bself.slideshow.gotoNextSlide%28%29%7D%7D%29%7D%3Bfunction%20forwardEvents%28target%2Csource%2Cevents%29%7Bevents.forEach%28function%28eventName%29%7Bsource.addEventListener%28eventName%2Cfunction%28%29%7Bvar%20args%3DArray.prototype.slice.call%28arguments%29%3Btarget.emit.apply%28target%2C%5BeventName%5D.concat%28args%29%29%7D%29%7D%29%7DSlideshowView.prototype.configureChildElements%3Dfunction%28%29%7Bvar%20self%3Dthis%3Bself.containerElement.innerHTML+%3Dresources.containerLayout%3Bself.elementArea%3Dself.containerElement.getElementsByClassName%28%22remark-slides-area%22%29%5B0%5D%3Bself.previewArea%3Dself.containerElement.getElementsByClassName%28%22remark-preview-area%22%29%5B0%5D%3Bself.notesArea%3Dself.containerElement.getElementsByClassName%28%22remark-notes-area%22%29%5B0%5D%3Bself.notesView%3Dnew%20NotesView%28self.events%2Cself.notesArea%2Cfunction%28%29%7Breturn%20self.slideViews%7D%29%3Bself.backdropElement%3Dself.containerElement.getElementsByClassName%28%22remark-backdrop%22%29%5B0%5D%3Bself.helpElement%3Dself.containerElement.getElementsByClassName%28%22remark-help%22%29%5B0%5D%3Bself.timerElement%3Dself.notesArea.getElementsByClassName%28%22remark-toolbar-timer%22%29%5B0%5D%3Bself.pauseElement%3Dself.containerElement.getElementsByClassName%28%22remark-pause%22%29%5B0%5D%3Bself.events.on%28%22propertiesChanged%22%2Cfunction%28changes%29%7Bif%28changes.hasOwnProperty%28%22ratio%22%29%29%7Bself.updateDimensions%28%29%7D%7D%29%3Bself.events.on%28%22resize%22%2ConResize%29%3Bprinting.init%28%29%3Bprinting.on%28%22print%22%2ConPrint%29%3Bfunction%20onResize%28%29%7Bself.scaleElements%28%29%7Dfunction%20onPrint%28e%29%7Bvar%20slideHeight%3Bif%28e.isPortrait%29%7BslideHeight%3De.pageHeight*.4%7Delse%7BslideHeight%3De.pageHeight%7Dself.slideViews.forEach%28function%28slideView%29%7BslideView.scale%28%7BclientWidth%3Ae.pageWidth%2CclientHeight%3AslideHeight%7D%29%3Bif%28e.isPortrait%29%7BslideView.scalingElement.style.top%3D%2220px%22%3BslideView.notesElement.style.top%3DslideHeight+40+%22px%22%7D%7D%29%7D%7D%3BSlideshowView.prototype.updateSlideViews%3Dfunction%28%29%7Bvar%20self%3Dthis%3Bself.slideViews.forEach%28function%28slideView%29%7Bself.elementArea.removeChild%28slideView.containerElement%29%7D%29%3Bself.slideViews%3Dself.slideshow.getSlides%28%29.map%28function%28slide%29%7Breturn%20new%20SlideView%28self.events%2Cself.slideshow%2Cself.scaler%2Cslide%29%7D%29%3Bself.slideViews.forEach%28function%28slideView%29%7Bself.elementArea.appendChild%28slideView.containerElement%29%7D%29%3Bself.updateDimensions%28%29%3Bif%28self.slideshow.getCurrentSlideIndex%28%29%3E-1%29%7Bself.showSlide%28self.slideshow.getCurrentSlideIndex%28%29%29%7D%7D%3BSlideshowView.prototype.scaleSlideBackgroundImages%3Dfunction%28dimensions%29%7Bvar%20self%3Dthis%3Bself.slideViews.forEach%28function%28slideView%29%7BslideView.scaleBackgroundImage%28dimensions%29%7D%29%7D%3BSlideshowView.prototype.showSlide%3Dfunction%28slideIndex%29%7Bvar%20self%3Dthis%2CslideView%3Dself.slideViews%5BslideIndex%5D%2CnextSlideView%3Dself.slideViews%5BslideIndex+1%5D%3Bself.events.emit%28%22beforeShowSlide%22%2CslideIndex%29%3BslideView.show%28%29%3Bif%28nextSlideView%29%7Bself.previewArea.innerHTML%3DnextSlideView.containerElement.outerHTML%7Delse%7Bself.previewArea.innerHTML%3D%22%22%7Dself.events.emit%28%22afterShowSlide%22%2CslideIndex%29%7D%3BSlideshowView.prototype.hideSlide%3Dfunction%28slideIndex%29%7Bvar%20self%3Dthis%2CslideView%3Dself.slideViews%5BslideIndex%5D%3Bself.events.emit%28%22beforeHideSlide%22%2CslideIndex%29%3BslideView.hide%28%29%3Bself.events.emit%28%22afterHideSlide%22%2CslideIndex%29%7D%3BSlideshowView.prototype.updateDimensions%3Dfunction%28%29%7Bvar%20self%3Dthis%2Cdimensions%3Dself.scaler.dimensions%3Bself.helpElement.style.width%3Ddimensions.width+%22px%22%3Bself.helpElement.style.height%3Ddimensions.height+%22px%22%3Bself.scaleSlideBackgroundImages%28dimensions%29%3Bself.scaleElements%28%29%7D%3BSlideshowView.prototype.scaleElements%3Dfunction%28%29%7Bvar%20self%3Dthis%3Bself.slideViews.forEach%28function%28slideView%29%7BslideView.scale%28self.elementArea%29%7D%29%3Bif%28self.previewArea.children.length%29%7Bself.scaler.scaleToFit%28self.previewArea.children%5B0%5D.children%5B0%5D%2Cself.previewArea%29%7Dself.scaler.scaleToFit%28self.helpElement%2Cself.containerElement%29%3Bself.scaler.scaleToFit%28self.pauseElement%2Cself.containerElement%29%7D%7D%2C%7B%22components/timer%22%3A%22yAcg0L%22%2C%22components/printing%22%3A%22nZr0zp%22%2C%22./slideView%22%3A17%2C%22./notesView%22%3A18%2C%22../scaler%22%3A19%2C%22../utils%22%3A8%2C%22../resources%22%3A6%7D%5D%2C10%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7B%21function%28%29%7Bmodule.exports%3DController%3Bvar%20keyboard%3Drequire%28%22./inputs/keyboard%22%29%2Cmouse%3Drequire%28%22./inputs/mouse%22%29%2Ctouch%3Drequire%28%22./inputs/touch%22%29%2Cmessage%3Drequire%28%22./inputs/message%22%29%2Clocation%3Drequire%28%22./inputs/location%22%29%3Bfunction%20Controller%28events%2Cdom%2CslideshowView%2Coptions%29%7Boptions%3Doptions%7C%7C%7B%7D%3Bmessage.register%28events%29%3Blocation.register%28events%2Cdom%2CslideshowView%29%3Bkeyboard.register%28events%29%3Bmouse.register%28events%2Coptions%29%3Btouch.register%28events%2Coptions%29%3BaddApiEventListeners%28events%2CslideshowView%2Coptions%29%7Dfunction%20addApiEventListeners%28events%2CslideshowView%2Coptions%29%7Bevents.on%28%22pause%22%2Cfunction%28event%29%7Bkeyboard.unregister%28events%29%3Bmouse.unregister%28events%29%3Btouch.unregister%28events%29%7D%29%3Bevents.on%28%22resume%22%2Cfunction%28event%29%7Bkeyboard.register%28events%29%3Bmouse.register%28events%2Coptions%29%3Btouch.register%28events%2Coptions%29%7D%29%7D%7D%28%29%7D%2C%7B%22./inputs/mouse%22%3A20%2C%22./inputs/touch%22%3A21%2C%22./inputs/message%22%3A22%2C%22./inputs/location%22%3A23%2C%22./inputs/keyboard%22%3A24%7D%5D%2C13%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7Bvar%20Navigation%3Drequire%28%22./slideshow/navigation%22%29%2CEvents%3Drequire%28%22./slideshow/events%22%29%2Cutils%3Drequire%28%22../utils%22%29%2CSlide%3Drequire%28%22./slide%22%29%2CParser%3Drequire%28%22../parser%22%29%2Cmacros%3Drequire%28%22../macros%22%29%3Bmodule.exports%3DSlideshow%3Bfunction%20Slideshow%28events%2Coptions%29%7Bvar%20self%3Dthis%2Cslides%3D%5B%5D%2Clinks%3D%7B%7D%3Boptions%3Doptions%7C%7C%7B%7D%3BEvents.call%28self%2Cevents%29%3BNavigation.call%28self%2Cevents%29%3Bself.loadFromString%3DloadFromString%3Bself.update%3Dupdate%3Bself.getLinks%3DgetLinks%3Bself.getSlides%3DgetSlides%3Bself.getSlideCount%3DgetSlideCount%3Bself.getSlideByName%3DgetSlideByName%3Bself.togglePresenterMode%3DtogglePresenterMode%3Bself.toggleHelp%3DtoggleHelp%3Bself.toggleBlackout%3DtoggleBlackout%3Bself.toggleMirrored%3DtoggleMirrored%3Bself.toggleFullscreen%3DtoggleFullscreen%3Bself.createClone%3DcreateClone%3Bself.resetTimer%3DresetTimer%3Bself.getRatio%3DgetOrDefault%28%22ratio%22%2C%224%3A3%22%29%3Bself.getHighlightStyle%3DgetOrDefault%28%22highlightStyle%22%2C%22default%22%29%3Bself.getHighlightLanguage%3DgetOrDefault%28%22highlightLanguage%22%2C%22%22%29%3Bself.getSlideNumberFormat%3DgetOrDefault%28%22slideNumberFormat%22%2C%22%25current%25%20/%20%25total%25%22%29%3BloadFromString%28options.source%29%3Bevents.on%28%22toggleBlackout%22%2Cfunction%28%29%7Bif%28self.clone%26%26%21self.clone.closed%29%7Bself.clone.postMessage%28%22toggleBlackout%22%2C%22*%22%29%7D%7D%29%3Bfunction%20loadFromString%28source%29%7Bsource%3Dsource%7C%7C%22%22%3Bslides%3DcreateSlides%28source%2Coptions%29%3BexpandVariables%28slides%29%3Blinks%3D%7B%7D%3Bslides.forEach%28function%28slide%29%7Bfor%28var%20id%20in%20slide.links%29%7Bif%28slide.links.hasOwnProperty%28id%29%29%7Blinks%5Bid%5D%3Dslide.links%5Bid%5D%7D%7D%7D%29%3Bevents.emit%28%22slidesChanged%22%29%7Dfunction%20update%28%29%7Bevents.emit%28%22resize%22%29%7Dfunction%20getLinks%28%29%7Breturn%20links%7Dfunction%20getSlides%28%29%7Breturn%20slides.map%28function%28slide%29%7Breturn%20slide%7D%29%7Dfunction%20getSlideCount%28%29%7Breturn%20slides.length%7Dfunction%20getSlideByName%28name%29%7Breturn%20slides.byName%5Bname%5D%7Dfunction%20togglePresenterMode%28%29%7Bevents.emit%28%22togglePresenterMode%22%29%7Dfunction%20toggleHelp%28%29%7Bevents.emit%28%22toggleHelp%22%29%7Dfunction%20toggleBlackout%28%29%7Bevents.emit%28%22toggleBlackout%22%29%7Dfunction%20toggleMirrored%28%29%7Bevents.emit%28%22toggleMirrored%22%29%7Dfunction%20toggleFullscreen%28%29%7Bevents.emit%28%22toggleFullscreen%22%29%7Dfunction%20createClone%28%29%7Bevents.emit%28%22createClone%22%29%7Dfunction%20resetTimer%28%29%7Bevents.emit%28%22resetTimer%22%29%7Dfunction%20getOrDefault%28key%2CdefaultValue%29%7Breturn%20function%28%29%7Bif%28options%5Bkey%5D%3D%3D%3Dundefined%29%7Breturn%20defaultValue%7Dreturn%20options%5Bkey%5D%7D%7D%7Dfunction%20createSlides%28slideshowSource%2Coptions%29%7Bvar%20parser%3Dnew%20Parser%2CparsedSlides%3Dparser.parse%28slideshowSource%2Cmacros%29%2Cslides%3D%5B%5D%2CbyName%3D%7B%7D%2ClayoutSlide%3Bslides.byName%3D%7B%7D%3BparsedSlides.forEach%28function%28slide%2Ci%29%7Bvar%20template%2CslideViewModel%3Bif%28slide.properties.continued%3D%3D%3D%22true%22%26%26i%3E0%29%7Btemplate%3Dslides%5Bslides.length-1%5D%7Delse%20if%28byName%5Bslide.properties.template%5D%29%7Btemplate%3DbyName%5Bslide.properties.template%5D%7Delse%20if%28slide.properties.layout%3D%3D%3D%22false%22%29%7BlayoutSlide%3Dundefined%7Delse%20if%28layoutSlide%26%26slide.properties.layout%21%3D%3D%22true%22%29%7Btemplate%3DlayoutSlide%7Dif%28slide.properties.continued%3D%3D%3D%22true%22%26%26options.countIncrementalSlides%3D%3D%3Dfalse%26%26slide.properties.count%3D%3D%3Dundefined%29%7Bslide.properties.count%3D%22false%22%7DslideViewModel%3Dnew%20Slide%28slides.length%2Cslide%2Ctemplate%29%3Bif%28slide.properties.layout%3D%3D%3D%22true%22%29%7BlayoutSlide%3DslideViewModel%7Dif%28slide.properties.name%29%7BbyName%5Bslide.properties.name%5D%3DslideViewModel%7Dif%28slide.properties.layout%21%3D%3D%22true%22%29%7Bslides.push%28slideViewModel%29%3Bif%28slide.properties.name%29%7Bslides.byName%5Bslide.properties.name%5D%3DslideViewModel%7D%7D%7D%29%3Breturn%20slides%7Dfunction%20expandVariables%28slides%29%7Bslides.forEach%28function%28slide%29%7Bslide.expandVariables%28%29%7D%29%7D%7D%2C%7B%22./slideshow/navigation%22%3A25%2C%22./slideshow/events%22%3A26%2C%22./slide%22%3A27%2C%22../parser%22%3A11%2C%22../macros%22%3A15%2C%22../utils%22%3A8%7D%5D%2C16%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7Bmodule.exports%3DLexer%3Bvar%20CODE%3D1%2CCONTENT%3D2%2CFENCES%3D3%2CDEF%3D4%2CDEF_HREF%3D5%2CDEF_TITLE%3D6%2CMACRO%3D7%2CMACRO_ARGS%3D8%2CMACRO_OBJ%3D9%2CSEPARATOR%3D10%2CNOTES_SEPARATOR%3D11%3Bvar%20regexByName%3D%7BCODE%3A/%28%3F%3A%5E%7C%5Cn%29%28%20%7B4%7D%5B%5E%5Cn%5D+%5Cn*%29+/%2CCONTENT%3A/%28%3F%3A%5C%5C%29%3F%28%28%3F%3A%5C.%5Ba-zA-Z_%5C-%5D%5Ba-zA-Z%5C-_0-9%5D*%29+%29%5C%5B/%2CFENCES%3A/%28%3F%3A%5E%7C%5Cn%29%20*%28%60%7B3%2C%7D%7C%7E%7B3%2C%7D%29%20*%28%3F%3A%5CS+%29%3F%20*%5Cn%28%3F%3A%5B%5Cs%5CS%5D+%3F%29%5Cs*%5C3%20*%28%3F%3A%5Cn+%7C%24%29/%2CDEF%3A/%28%3F%3A%5E%7C%5Cn%29%20*%5C%5B%28%5B%5E%5C%5D%5D+%29%5C%5D%3A%20*%3C%3F%28%5B%5E%5Cs%3E%5D+%29%3E%3F%28%3F%3A%20+%5B%22%28%5D%28%5B%5E%5Cn%5D+%29%5B%22%29%5D%29%3F%20*%28%3F%3A%5Cn+%7C%24%29/%2CMACRO%3A/%21%5C%5B%3A%28%5B%5E%5C%5D%20%5D+%29%28%5B%5E%5C%5D%5D*%29%5C%5D%28%3F%3A%5C%28%28%5B%5E%5C%29%5D*%29%5C%29%29%3F/%2CSEPARATOR%3A/%28%3F%3A%5E%7C%5Cn%29%28---%3F%29%28%3F%3A%5Cn%7C%24%29/%2CNOTES_SEPARATOR%3A/%28%3F%3A%5E%7C%5Cn%29%28%5C%3F%7B3%7D%29%28%3F%3A%5Cn%7C%24%29/%7D%3Bvar%20block%3Dreplace%28/CODE%7CCONTENT%7CFENCES%7CDEF%7CMACRO%7CSEPARATOR%7CNOTES_SEPARATOR/%2CregexByName%29%2Cinline%3Dreplace%28/CODE%7CCONTENT%7CFENCES%7CDEF%7CMACRO/%2CregexByName%29%3Bfunction%20Lexer%28%29%7B%7DLexer.prototype.lex%3Dfunction%28src%29%7Bvar%20tokens%3Dlex%28src%2Cblock%29%2Ci%3Bfor%28i%3Dtokens.length-2%3Bi%3E%3D0%3Bi--%29%7Bif%28tokens%5Bi%5D.type%3D%3D%3D%22text%22%26%26tokens%5Bi+1%5D.type%3D%3D%3D%22text%22%29%7Btokens%5Bi%5D.text+%3Dtokens%5Bi+1%5D.text%3Btokens.splice%28i+1%2C1%29%7D%7Dreturn%20tokens%7D%3Bfunction%20lex%28src%2Cregex%2Ctokens%29%7Bvar%20cap%2Ctext%3Btokens%3Dtokens%7C%7C%5B%5D%3Bwhile%28%28cap%3Dregex.exec%28src%29%29%21%3D%3Dnull%29%7Bif%28cap.index%3E0%29%7Btokens.push%28%7Btype%3A%22text%22%2Ctext%3Asrc.substring%280%2Ccap.index%29%7D%29%7Dif%28cap%5BCODE%5D%29%7Btokens.push%28%7Btype%3A%22code%22%2Ctext%3Acap%5B0%5D%7D%29%7Delse%20if%28cap%5BFENCES%5D%29%7Btokens.push%28%7Btype%3A%22fences%22%2Ctext%3Acap%5B0%5D%7D%29%7Delse%20if%28cap%5BDEF%5D%29%7Btokens.push%28%7Btype%3A%22def%22%2Cid%3Acap%5BDEF%5D%2Chref%3Acap%5BDEF_HREF%5D%2Ctitle%3Acap%5BDEF_TITLE%5D%7D%29%7Delse%20if%28cap%5BMACRO%5D%29%7Btokens.push%28%7Btype%3A%22macro%22%2Cname%3Acap%5BMACRO%5D%2Cargs%3A%28cap%5BMACRO_ARGS%5D%7C%7C%22%22%29.split%28%22%2C%22%29.map%28trim%29%2Cobj%3Acap%5BMACRO_OBJ%5D%7D%29%7Delse%20if%28cap%5BSEPARATOR%5D%29%7Btokens.push%28%7Btype%3A%22separator%22%2Ctext%3Acap%5BSEPARATOR%5D%7D%29%7Delse%20if%28cap%5BNOTES_SEPARATOR%5D%29%7Btokens.push%28%7Btype%3A%22notes_separator%22%2Ctext%3Acap%5BNOTES_SEPARATOR%5D%7D%29%7Delse%20if%28cap%5BCONTENT%5D%29%7Btext%3DgetTextInBrackets%28src%2Ccap.index+cap%5B0%5D.length%29%3Bif%28text%21%3D%3Dundefined%29%7Bsrc%3Dsrc.substring%28text.length+1%29%3Btokens.push%28%7Btype%3A%22content_start%22%2Cclasses%3Acap%5BCONTENT%5D.substring%281%29.split%28%22.%22%29%2Cblock%3Atext.indexOf%28%22%5Cn%22%29%21%3D%3D-1%7D%29%3Blex%28text%2Cinline%2Ctokens%29%3Btokens.push%28%7Btype%3A%22content_end%22%2Cblock%3Atext.indexOf%28%22%5Cn%22%29%21%3D%3D-1%7D%29%7Delse%7Btokens.push%28%7Btype%3A%22text%22%2Ctext%3Acap%5B0%5D%7D%29%7D%7Dsrc%3Dsrc.substring%28cap.index+cap%5B0%5D.length%29%7Dif%28src%7C%7C%21src%26%26tokens.length%3D%3D%3D0%29%7Btokens.push%28%7Btype%3A%22text%22%2Ctext%3Asrc%7D%29%7Dreturn%20tokens%7Dfunction%20replace%28regex%2Creplacements%29%7Breturn%20new%20RegExp%28regex.source.replace%28/%5Cw%7B2%2C%7D/g%2Cfunction%28key%29%7Breturn%20replacements%5Bkey%5D.source%7D%29%29%7Dfunction%20trim%28text%29%7Bif%28typeof%20text%3D%3D%3D%22string%22%29%7Breturn%20text.trim%28%29%7Dreturn%20text%7Dfunction%20getTextInBrackets%28src%2Coffset%29%7Bvar%20depth%3D1%2Cpos%3Doffset%2Cchr%3Bwhile%28depth%3E0%26%26pos%3Csrc.length%29%7Bchr%3Dsrc%5Bpos++%5D%3Bdepth+%3Dchr%3D%3D%3D%22%5B%22%26%261%7C%7Cchr%3D%3D%3D%22%5D%22%26%26-1%7C%7C0%7Dif%28depth%3D%3D%3D0%29%7Bsrc%3Dsrc.substr%28offset%2Cpos-offset-1%29%3Breturn%20src%7D%7D%7D%2C%7B%7D%5D%2C20%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7Bexports.register%3Dfunction%28events%2Coptions%29%7BaddMouseEventListeners%28events%2Coptions%29%7D%3Bexports.unregister%3Dfunction%28events%29%7BremoveMouseEventListeners%28events%29%7D%3Bfunction%20addMouseEventListeners%28events%2Coptions%29%7Bif%28options.click%29%7Bevents.on%28%22click%22%2Cfunction%28event%29%7Bif%28event.target.nodeName%3D%3D%3D%22A%22%29%7Breturn%7Delse%20if%28event.button%3D%3D%3D0%29%7Bevents.emit%28%22gotoNextSlide%22%29%7D%7D%29%3Bevents.on%28%22contextmenu%22%2Cfunction%28event%29%7Bif%28event.target.nodeName%3D%3D%3D%22A%22%29%7Breturn%7Devent.preventDefault%28%29%3Bevents.emit%28%22gotoPreviousSlide%22%29%7D%29%7Dif%28options.scroll%21%3D%3Dfalse%29%7Bvar%20scrollHandler%3Dfunction%28event%29%7Bif%28event.wheelDeltaY%3E0%7C%7Cevent.detail%3C0%29%7Bevents.emit%28%22gotoPreviousSlide%22%29%7Delse%20if%28event.wheelDeltaY%3C0%7C%7Cevent.detail%3E0%29%7Bevents.emit%28%22gotoNextSlide%22%29%7D%7D%3Bevents.on%28%22mousewheel%22%2CscrollHandler%29%3Bevents.on%28%22DOMMouseScroll%22%2CscrollHandler%29%7D%7Dfunction%20removeMouseEventListeners%28events%29%7Bevents.removeAllListeners%28%22click%22%29%3Bevents.removeAllListeners%28%22contextmenu%22%29%3Bevents.removeAllListeners%28%22mousewheel%22%29%7D%7D%2C%7B%7D%5D%2C22%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7Bexports.register%3Dfunction%28events%29%7BaddMessageEventListeners%28events%29%7D%3Bfunction%20addMessageEventListeners%28events%29%7Bevents.on%28%22message%22%2CnavigateByMessage%29%3Bfunction%20navigateByMessage%28message%29%7Bvar%20cap%3Bif%28%28cap%3D/%5EgotoSlide%3A%28%5Cd+%29%24/.exec%28message.data%29%29%21%3D%3Dnull%29%7Bevents.emit%28%22gotoSlide%22%2CparseInt%28cap%5B1%5D%2C10%29%2Ctrue%29%7Delse%20if%28message.data%3D%3D%3D%22toggleBlackout%22%29%7Bevents.emit%28%22toggleBlackout%22%29%7D%7D%7D%7D%2C%7B%7D%5D%2C19%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7Bvar%20referenceWidth%3D908%2CreferenceHeight%3D681%2CreferenceRatio%3DreferenceWidth/referenceHeight%3Bmodule.exports%3DScaler%3Bfunction%20Scaler%28events%2Cslideshow%29%7Bvar%20self%3Dthis%3Bself.events%3Devents%3Bself.slideshow%3Dslideshow%3Bself.ratio%3DgetRatio%28slideshow%29%3Bself.dimensions%3DgetDimensions%28self.ratio%29%3Bself.events.on%28%22propertiesChanged%22%2Cfunction%28changes%29%7Bif%28changes.hasOwnProperty%28%22ratio%22%29%29%7Bself.ratio%3DgetRatio%28slideshow%29%3Bself.dimensions%3DgetDimensions%28self.ratio%29%7D%7D%29%7DScaler.prototype.scaleToFit%3Dfunction%28element%2Ccontainer%29%7Bvar%20self%3Dthis%2CcontainerHeight%3Dcontainer.clientHeight%2CcontainerWidth%3Dcontainer.clientWidth%2Cscale%2CscaledWidth%2CscaledHeight%2Cratio%3Dself.ratio%2Cdimensions%3Dself.dimensions%2Cdirection%2Cleft%2Ctop%3Bif%28containerWidth/ratio.width%3EcontainerHeight/ratio.height%29%7Bscale%3DcontainerHeight/dimensions.height%7Delse%7Bscale%3DcontainerWidth/dimensions.width%7DscaledWidth%3Ddimensions.width*scale%3BscaledHeight%3Ddimensions.height*scale%3Bleft%3D%28containerWidth-scaledWidth%29/2%3Btop%3D%28containerHeight-scaledHeight%29/2%3Belement.style%5B%22-webkit-transform%22%5D%3D%22scale%28%22+scale+%22%29%22%3Belement.style.MozTransform%3D%22scale%28%22+scale+%22%29%22%3Belement.style.left%3DMath.max%28left%2C0%29+%22px%22%3Belement.style.top%3DMath.max%28top%2C0%29+%22px%22%7D%3Bfunction%20getRatio%28slideshow%29%7Bvar%20ratioComponents%3Dslideshow.getRatio%28%29.split%28%22%3A%22%29%2Cratio%3Bratio%3D%7Bwidth%3AparseInt%28ratioComponents%5B0%5D%2C10%29%2Cheight%3AparseInt%28ratioComponents%5B1%5D%2C10%29%7D%3Bratio.ratio%3Dratio.width/ratio.height%3Breturn%20ratio%7Dfunction%20getDimensions%28ratio%29%7Breturn%7Bwidth%3AMath.floor%28referenceWidth/referenceRatio*ratio.ratio%29%2Cheight%3AreferenceHeight%7D%7D%7D%2C%7B%7D%5D%2C21%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7Bexports.register%3Dfunction%28events%2Coptions%29%7BaddTouchEventListeners%28events%2Coptions%29%7D%3Bexports.unregister%3Dfunction%28events%29%7BremoveTouchEventListeners%28events%29%7D%3Bfunction%20addTouchEventListeners%28events%2Coptions%29%7Bvar%20touch%2CstartX%2CendX%3Bif%28options.touch%3D%3D%3Dfalse%29%7Breturn%7Dvar%20isTap%3Dfunction%28%29%7Breturn%20Math.abs%28startX-endX%29%3C10%7D%3Bvar%20handleTap%3Dfunction%28%29%7Bevents.emit%28%22tap%22%2CendX%29%7D%3Bvar%20handleSwipe%3Dfunction%28%29%7Bif%28startX%3EendX%29%7Bevents.emit%28%22gotoNextSlide%22%29%7Delse%7Bevents.emit%28%22gotoPreviousSlide%22%29%7D%7D%3Bevents.on%28%22touchstart%22%2Cfunction%28event%29%7Btouch%3Devent.touches%5B0%5D%3BstartX%3Dtouch.clientX%7D%29%3Bevents.on%28%22touchend%22%2Cfunction%28event%29%7Bif%28event.target.nodeName.toUpperCase%28%29%3D%3D%3D%22A%22%29%7Breturn%7Dtouch%3Devent.changedTouches%5B0%5D%3BendX%3Dtouch.clientX%3Bif%28isTap%28%29%29%7BhandleTap%28%29%7Delse%7BhandleSwipe%28%29%7D%7D%29%3Bevents.on%28%22touchmove%22%2Cfunction%28event%29%7Bevent.preventDefault%28%29%7D%29%7Dfunction%20removeTouchEventListeners%28events%29%7Bevents.removeAllListeners%28%22touchstart%22%29%3Bevents.removeAllListeners%28%22touchend%22%29%3Bevents.removeAllListeners%28%22touchmove%22%29%7D%7D%2C%7B%7D%5D%2C26%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7Bvar%20EventEmitter%3Drequire%28%22events%22%29.EventEmitter%3Bmodule.exports%3DEvents%3Bfunction%20Events%28events%29%7Bvar%20self%3Dthis%2CexternalEvents%3Dnew%20EventEmitter%3BexternalEvents.setMaxListeners%280%29%3Bself.on%3Dfunction%28%29%7BexternalEvents.on.apply%28externalEvents%2Carguments%29%3Breturn%20self%7D%3B%5B%22showSlide%22%2C%22hideSlide%22%2C%22beforeShowSlide%22%2C%22afterShowSlide%22%2C%22beforeHideSlide%22%2C%22afterHideSlide%22%5D.map%28function%28eventName%29%7Bevents.on%28eventName%2Cfunction%28slideIndex%29%7Bvar%20slide%3Dself.getSlides%28%29%5BslideIndex%5D%3BexternalEvents.emit%28eventName%2Cslide%29%7D%29%7D%29%7D%7D%2C%7Bevents%3A1%7D%5D%2C24%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7Bexports.register%3Dfunction%28events%29%7BaddKeyboardEventListeners%28events%29%7D%3Bexports.unregister%3Dfunction%28events%29%7BremoveKeyboardEventListeners%28events%29%7D%3Bfunction%20addKeyboardEventListeners%28events%29%7Bevents.on%28%22keydown%22%2Cfunction%28event%29%7Bif%28event.metaKey%7C%7Cevent.ctrlKey%29%7Breturn%7Dswitch%28event.keyCode%29%7Bcase%2033%3Acase%2037%3Acase%2038%3Aevents.emit%28%22gotoPreviousSlide%22%29%3Bbreak%3Bcase%2032%3Acase%2034%3Acase%2039%3Acase%2040%3Aevents.emit%28%22gotoNextSlide%22%29%3Bbreak%3Bcase%2036%3Aevents.emit%28%22gotoFirstSlide%22%29%3Bbreak%3Bcase%2035%3Aevents.emit%28%22gotoLastSlide%22%29%3Bbreak%3Bcase%2027%3Aevents.emit%28%22hideOverlay%22%29%3Bbreak%7D%7D%29%3Bevents.on%28%22keypress%22%2Cfunction%28event%29%7Bif%28event.metaKey%7C%7Cevent.ctrlKey%29%7Breturn%7Dswitch%28String.fromCharCode%28event.which%29%29%7Bcase%22j%22%3Aevents.emit%28%22gotoNextSlide%22%29%3Bbreak%3Bcase%22k%22%3Aevents.emit%28%22gotoPreviousSlide%22%29%3Bbreak%3Bcase%22b%22%3Aevents.emit%28%22toggleBlackout%22%29%3Bbreak%3Bcase%22m%22%3Aevents.emit%28%22toggleMirrored%22%29%3Bbreak%3Bcase%22c%22%3Aevents.emit%28%22createClone%22%29%3Bbreak%3Bcase%22p%22%3Aevents.emit%28%22togglePresenterMode%22%29%3Bbreak%3Bcase%22f%22%3Aevents.emit%28%22toggleFullscreen%22%29%3Bbreak%3Bcase%22t%22%3Aevents.emit%28%22resetTimer%22%29%3Bbreak%3Bcase%22h%22%3Acase%22%3F%22%3Aevents.emit%28%22toggleHelp%22%29%3Bbreak%7D%7D%29%7Dfunction%20removeKeyboardEventListeners%28events%29%7Bevents.removeAllListeners%28%22keydown%22%29%3Bevents.removeAllListeners%28%22keypress%22%29%7D%7D%2C%7B%7D%5D%2C23%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7Bexports.register%3Dfunction%28events%2Cdom%2CslideshowView%29%7BaddLocationEventListeners%28events%2Cdom%2CslideshowView%29%7D%3Bfunction%20addLocationEventListeners%28events%2Cdom%2CslideshowView%29%7Bif%28slideshowView.isEmbedded%28%29%29%7Bevents.emit%28%22gotoSlide%22%2C1%29%7Delse%7Bevents.on%28%22hashchange%22%2CnavigateByHash%29%3Bevents.on%28%22slideChanged%22%2CupdateHash%29%3BnavigateByHash%28%29%7Dfunction%20navigateByHash%28%29%7Bvar%20slideNoOrName%3D%28dom.getLocationHash%28%29%7C%7C%22%22%29.substr%281%29%3Bevents.emit%28%22gotoSlide%22%2CslideNoOrName%29%7Dfunction%20updateHash%28slideNoOrName%29%7Bdom.setLocationHash%28%22%23%22+slideNoOrName%29%7D%7D%7D%2C%7B%7D%5D%2C27%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7Bmodule.exports%3DSlide%3Bfunction%20Slide%28slideIndex%2Cslide%2Ctemplate%29%7Bvar%20self%3Dthis%3Bself.properties%3Dslide.properties%7C%7C%7B%7D%3Bself.links%3Dslide.links%7C%7C%7B%7D%3Bself.content%3Dslide.content%7C%7C%5B%5D%3Bself.notes%3Dslide.notes%7C%7C%22%22%3Bself.getSlideIndex%3Dfunction%28%29%7Breturn%20slideIndex%7D%3Bif%28template%29%7Binherit%28self%2Ctemplate%29%7D%7Dfunction%20inherit%28slide%2Ctemplate%29%7BinheritProperties%28slide%2Ctemplate%29%3BinheritContent%28slide%2Ctemplate%29%3BinheritNotes%28slide%2Ctemplate%29%7Dfunction%20inheritProperties%28slide%2Ctemplate%29%7Bvar%20property%2Cvalue%3Bfor%28property%20in%20template.properties%29%7Bif%28%21template.properties.hasOwnProperty%28property%29%7C%7CignoreProperty%28property%29%29%7Bcontinue%7Dvalue%3D%5Btemplate.properties%5Bproperty%5D%5D%3Bif%28property%3D%3D%3D%22class%22%26%26slide.properties%5Bproperty%5D%29%7Bvalue.push%28slide.properties%5Bproperty%5D%29%7Dif%28property%3D%3D%3D%22class%22%7C%7Cslide.properties%5Bproperty%5D%3D%3D%3Dundefined%29%7Bslide.properties%5Bproperty%5D%3Dvalue.join%28%22%2C%20%22%29%7D%7D%7Dfunction%20ignoreProperty%28property%29%7Breturn%20property%3D%3D%3D%22name%22%7C%7Cproperty%3D%3D%3D%22layout%22%7C%7Cproperty%3D%3D%3D%22count%22%7Dfunction%20inheritContent%28slide%2Ctemplate%29%7Bvar%20expandedVariables%3Bslide.properties.content%3Dslide.content.slice%28%29%3Bslide.content%3Dtemplate.content.slice%28%29%3BexpandedVariables%3Dslide.expandVariables%28true%29%3Bif%28expandedVariables.content%3D%3D%3Dundefined%29%7Bslide.content%3Dslide.content.concat%28slide.properties.content%29%7Ddelete%20slide.properties.content%7Dfunction%20inheritNotes%28slide%2Ctemplate%29%7Bif%28template.notes%29%7Bslide.notes%3Dtemplate.notes+%22%5Cn%5Cn%22+slide.notes%7D%7DSlide.prototype.expandVariables%3Dfunction%28contentOnly%2Ccontent%2CexpandResult%29%7Bvar%20properties%3Dthis.properties%2Ci%3Bcontent%3Dcontent%21%3D%3Dundefined%3Fcontent%3Athis.content%3BexpandResult%3DexpandResult%7C%7C%7B%7D%3Bfor%28i%3D0%3Bi%3Ccontent.length%3B++i%29%7Bif%28typeof%20content%5Bi%5D%3D%3D%3D%22string%22%29%7Bcontent%5Bi%5D%3Dcontent%5Bi%5D.replace%28/%28%5C%5C%29%3F%28%5C%7B%5C%7B%28%5B%5E%5C%7D%5Cn%5D+%29%5C%7D%5C%7D%29/g%2Cexpand%29%7Delse%7Bthis.expandVariables%28contentOnly%2Ccontent%5Bi%5D.content%2CexpandResult%29%7D%7Dfunction%20expand%28match%2Cescaped%2CunescapedMatch%2Cproperty%29%7Bvar%20propertyName%3Dproperty.trim%28%29%2CpropertyValue%3Bif%28escaped%29%7Breturn%20contentOnly%3Fmatch%5B0%5D%3AunescapedMatch%7Dif%28contentOnly%26%26propertyName%21%3D%3D%22content%22%29%7Breturn%20match%7DpropertyValue%3Dproperties%5BpropertyName%5D%3Bif%28propertyValue%21%3D%3Dundefined%29%7BexpandResult%5BpropertyName%5D%3DpropertyValue%3Breturn%20propertyValue%7Dreturn%20propertyName%3D%3D%3D%22content%22%3F%22%22%3AunescapedMatch%7Dreturn%20expandResult%7D%7D%2C%7B%7D%5D%2C25%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7Bmodule.exports%3DNavigation%3Bfunction%20Navigation%28events%29%7Bvar%20self%3Dthis%2CcurrentSlideIndex%3D-1%2Cstarted%3Dnull%3Bself.getCurrentSlideIndex%3DgetCurrentSlideIndex%3Bself.gotoSlide%3DgotoSlide%3Bself.gotoPreviousSlide%3DgotoPreviousSlide%3Bself.gotoNextSlide%3DgotoNextSlide%3Bself.gotoFirstSlide%3DgotoFirstSlide%3Bself.gotoLastSlide%3DgotoLastSlide%3Bself.pause%3Dpause%3Bself.resume%3Dresume%3Bevents.on%28%22gotoSlide%22%2CgotoSlide%29%3Bevents.on%28%22gotoPreviousSlide%22%2CgotoPreviousSlide%29%3Bevents.on%28%22gotoNextSlide%22%2CgotoNextSlide%29%3Bevents.on%28%22gotoFirstSlide%22%2CgotoFirstSlide%29%3Bevents.on%28%22gotoLastSlide%22%2CgotoLastSlide%29%3Bevents.on%28%22slidesChanged%22%2Cfunction%28%29%7Bif%28currentSlideIndex%3Eself.getSlideCount%28%29%29%7BcurrentSlideIndex%3Dself.getSlideCount%28%29%7D%7D%29%3Bevents.on%28%22createClone%22%2Cfunction%28%29%7Bif%28%21self.clone%7C%7Cself.clone.closed%29%7Bself.clone%3Dwindow.open%28location.href%2C%22_blank%22%2C%22location%3Dno%22%29%7Delse%7Bself.clone.focus%28%29%7D%7D%29%3Bevents.on%28%22resetTimer%22%2Cfunction%28%29%7Bstarted%3Dfalse%7D%29%3Bfunction%20pause%28%29%7Bevents.emit%28%22pause%22%29%7Dfunction%20resume%28%29%7Bevents.emit%28%22resume%22%29%7Dfunction%20getCurrentSlideIndex%28%29%7Breturn%20currentSlideIndex%7Dfunction%20gotoSlideByIndex%28slideIndex%2CnoMessage%29%7Bvar%20alreadyOnSlide%3DslideIndex%3D%3D%3DcurrentSlideIndex%2CslideOutOfRange%3DslideIndex%3C0%7C%7CslideIndex%3Eself.getSlideCount%28%29-1%3Bif%28noMessage%3D%3D%3Dundefined%29noMessage%3Dfalse%3Bif%28alreadyOnSlide%7C%7CslideOutOfRange%29%7Breturn%7Dif%28currentSlideIndex%21%3D%3D-1%29%7Bevents.emit%28%22hideSlide%22%2CcurrentSlideIndex%2Cfalse%29%7Dif%28started%3D%3D%3Dnull%29%7Bstarted%3Dfalse%7Delse%20if%28started%3D%3D%3Dfalse%29%7Bevents.emit%28%22start%22%29%3Bstarted%3Dtrue%7Devents.emit%28%22showSlide%22%2CslideIndex%29%3BcurrentSlideIndex%3DslideIndex%3Bevents.emit%28%22slideChanged%22%2CslideIndex+1%29%3Bif%28%21noMessage%29%7Bif%28self.clone%26%26%21self.clone.closed%29%7Bself.clone.postMessage%28%22gotoSlide%3A%22+%28currentSlideIndex+1%29%2C%22*%22%29%7Dif%28window.opener%29%7Bwindow.opener.postMessage%28%22gotoSlide%3A%22+%28currentSlideIndex+1%29%2C%22*%22%29%7D%7D%7Dfunction%20gotoSlide%28slideNoOrName%2CnoMessage%29%7Bvar%20slideIndex%3DgetSlideIndex%28slideNoOrName%29%3BgotoSlideByIndex%28slideIndex%2CnoMessage%29%7Dfunction%20gotoPreviousSlide%28%29%7BgotoSlideByIndex%28currentSlideIndex-1%29%7Dfunction%20gotoNextSlide%28%29%7BgotoSlideByIndex%28currentSlideIndex+1%29%7Dfunction%20gotoFirstSlide%28%29%7BgotoSlideByIndex%280%29%7Dfunction%20gotoLastSlide%28%29%7BgotoSlideByIndex%28self.getSlideCount%28%29-1%29%7Dfunction%20getSlideIndex%28slideNoOrName%29%7Bvar%20slideNo%2Cslide%3Bif%28typeof%20slideNoOrName%3D%3D%3D%22number%22%29%7Breturn%20slideNoOrName-1%7DslideNo%3DparseInt%28slideNoOrName%2C10%29%3Bif%28slideNo.toString%28%29%3D%3D%3DslideNoOrName%29%7Breturn%20slideNo-1%7Dif%28slideNoOrName.match%28/%5Ep%5Cd+%24/%29%29%7Bevents.emit%28%22forcePresenterMode%22%29%3Breturn%20parseInt%28slideNoOrName.substr%281%29%2C10%29-1%7Dslide%3Dself.getSlideByName%28slideNoOrName%29%3Bif%28slide%29%7Breturn%20slide.getSlideIndex%28%29%7Dreturn%200%7D%7D%7D%2C%7B%7D%5D%2C17%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7Bvar%20SlideNumber%3Drequire%28%22components/slide-number%22%29%2Cconverter%3Drequire%28%22../converter%22%29%2Chighlighter%3Drequire%28%22../highlighter%22%29%2Cutils%3Drequire%28%22../utils%22%29%3Bmodule.exports%3DSlideView%3Bfunction%20SlideView%28events%2Cslideshow%2Cscaler%2Cslide%29%7Bvar%20self%3Dthis%3Bself.events%3Devents%3Bself.slideshow%3Dslideshow%3Bself.scaler%3Dscaler%3Bself.slide%3Dslide%3Bself.slideNumber%3Dnew%20SlideNumber%28slide%2Cslideshow%29%3Bself.configureElements%28%29%3Bself.updateDimensions%28%29%3Bself.events.on%28%22propertiesChanged%22%2Cfunction%28changes%29%7Bif%28changes.hasOwnProperty%28%22ratio%22%29%29%7Bself.updateDimensions%28%29%7D%7D%29%7DSlideView.prototype.updateDimensions%3Dfunction%28%29%7Bvar%20self%3Dthis%2Cdimensions%3Dself.scaler.dimensions%3Bself.scalingElement.style.width%3Ddimensions.width+%22px%22%3Bself.scalingElement.style.height%3Ddimensions.height+%22px%22%7D%3BSlideView.prototype.scale%3Dfunction%28containerElement%29%7Bvar%20self%3Dthis%3Bself.scaler.scaleToFit%28self.scalingElement%2CcontainerElement%29%7D%3BSlideView.prototype.show%3Dfunction%28%29%7Butils.addClass%28this.containerElement%2C%22remark-visible%22%29%3B%0Autils.removeClass%28this.containerElement%2C%22remark-fading%22%29%7D%3BSlideView.prototype.hide%3Dfunction%28%29%7Bvar%20self%3Dthis%3Butils.removeClass%28this.containerElement%2C%22remark-visible%22%29%3Butils.addClass%28this.containerElement%2C%22remark-fading%22%29%3BsetTimeout%28function%28%29%7Butils.removeClass%28self.containerElement%2C%22remark-fading%22%29%7D%2C1e3%29%7D%3BSlideView.prototype.configureElements%3Dfunction%28%29%7Bvar%20self%3Dthis%3Bself.containerElement%3Ddocument.createElement%28%22div%22%29%3Bself.containerElement.className%3D%22remark-slide-container%22%3Bself.scalingElement%3Ddocument.createElement%28%22div%22%29%3Bself.scalingElement.className%3D%22remark-slide-scaler%22%3Bself.element%3Ddocument.createElement%28%22div%22%29%3Bself.element.className%3D%22remark-slide%22%3Bself.contentElement%3DcreateContentElement%28self.events%2Cself.slideshow%2Cself.slide%29%3Bself.notesElement%3DcreateNotesElement%28self.slideshow%2Cself.slide.notes%29%3Bself.contentElement.appendChild%28self.slideNumber.element%29%3Bself.element.appendChild%28self.contentElement%29%3Bself.scalingElement.appendChild%28self.element%29%3Bself.containerElement.appendChild%28self.scalingElement%29%3Bself.containerElement.appendChild%28self.notesElement%29%7D%3BSlideView.prototype.scaleBackgroundImage%3Dfunction%28dimensions%29%7Bvar%20self%3Dthis%2Cstyles%3Dwindow.getComputedStyle%28this.contentElement%29%2CbackgroundImage%3Dstyles.backgroundImage%2Cmatch%2Cimage%2Cscale%3Bif%28%28match%3D/%5Eurl%5C%28%28%22%3F%29%28%5B%5E%5C%29%5D+%3F%29%5C1%5C%29/.exec%28backgroundImage%29%29%21%3D%3Dnull%29%7Bimage%3Dnew%20Image%3Bimage.onload%3Dfunction%28%29%7Bif%28image.width%3Edimensions.width%7C%7Cimage.height%3Edimensions.height%29%7Bif%28%21self.originalBackgroundSize%29%7Bself.originalBackgroundSize%3Dself.contentElement.style.backgroundSize%3Bself.originalBackgroundPosition%3Dself.contentElement.style.backgroundPosition%3Bself.backgroundSizeSet%3Dtrue%3Bif%28dimensions.width/image.width%3Cdimensions.height/image.height%29%7Bscale%3Ddimensions.width/image.width%7Delse%7Bscale%3Ddimensions.height/image.height%7Dself.contentElement.style.backgroundSize%3Dimage.width*scale+%22px%20%22+image.height*scale+%22px%22%3Bself.contentElement.style.backgroundPosition%3D%2250%25%20%22+%28dimensions.height-image.height*scale%29/2+%22px%22%7D%7Delse%7Bif%28self.backgroundSizeSet%29%7Bself.contentElement.style.backgroundSize%3Dself.originalBackgroundSize%3Bself.contentElement.style.backgroundPosition%3Dself.originalBackgroundPosition%3Bself.backgroundSizeSet%3Dfalse%7D%7D%7D%3Bimage.src%3Dmatch%5B2%5D%7D%7D%3Bfunction%20createContentElement%28events%2Cslideshow%2Cslide%29%7Bvar%20element%3Ddocument.createElement%28%22div%22%29%3Bif%28slide.properties.name%29%7Belement.id%3D%22slide-%22+slide.properties.name%7DstyleContentElement%28slideshow%2Celement%2Cslide.properties%29%3Belement.innerHTML%3Dconverter.convertMarkdown%28slide.content%2Cslideshow.getLinks%28%29%29%3BhighlightCodeBlocks%28element%2Cslideshow%29%3Breturn%20element%7Dfunction%20styleContentElement%28slideshow%2Celement%2Cproperties%29%7Belement.className%3D%22%22%3BsetClassFromProperties%28element%2Cproperties%29%3BsetHighlightStyleFromProperties%28element%2Cproperties%2Cslideshow%29%3BsetBackgroundFromProperties%28element%2Cproperties%29%7Dfunction%20createNotesElement%28slideshow%2Cnotes%29%7Bvar%20element%3Ddocument.createElement%28%22div%22%29%3Belement.className%3D%22remark-slide-notes%22%3Belement.innerHTML%3Dconverter.convertMarkdown%28notes%29%3BhighlightCodeBlocks%28element%2Cslideshow%29%3Breturn%20element%7Dfunction%20setBackgroundFromProperties%28element%2Cproperties%29%7Bvar%20backgroundImage%3Dproperties%5B%22background-image%22%5D%3Bif%28backgroundImage%29%7Belement.style.backgroundImage%3DbackgroundImage%7D%7Dfunction%20setHighlightStyleFromProperties%28element%2Cproperties%2Cslideshow%29%7Bvar%20highlightStyle%3Dproperties%5B%22highlight-style%22%5D%7C%7Cslideshow.getHighlightStyle%28%29%3Bif%28highlightStyle%29%7Butils.addClass%28element%2C%22hljs-%22+highlightStyle%29%7D%7Dfunction%20setClassFromProperties%28element%2Cproperties%29%7Butils.addClass%28element%2C%22remark-slide-content%22%29%3B%28properties%5B%22class%22%5D%7C%7C%22%22%29.split%28/%2C%7C%20/%29.filter%28function%28s%29%7Breturn%20s%21%3D%3D%22%22%7D%29.forEach%28function%28c%29%7Butils.addClass%28element%2Cc%29%7D%29%7Dfunction%20highlightCodeBlocks%28content%2Cslideshow%29%7Bvar%20codeBlocks%3Dcontent.getElementsByTagName%28%22code%22%29%3BcodeBlocks.forEach%28function%28block%29%7Bif%28block.parentElement.tagName%21%3D%3D%22PRE%22%29%7Butils.addClass%28block%2C%22remark-inline-code%22%29%3Breturn%7Dif%28block.className%3D%3D%3D%22%22%29%7Bblock.className%3Dslideshow.getHighlightLanguage%28%29%7Dvar%20meta%3DextractMetadata%28block%29%3Bif%28block.className%21%3D%3D%22%22%29%7Bhighlighter.engine.highlightBlock%28block%2C%22%20%20%22%29%7DwrapLines%28block%29%3BhighlightBlockLines%28block%2Cmeta.highlightedLines%29%3BhighlightBlockSpans%28block%29%3Butils.addClass%28block%2C%22remark-code%22%29%7D%29%7Dfunction%20extractMetadata%28block%29%7Bvar%20highlightedLines%3D%5B%5D%3Bblock.innerHTML%3Dblock.innerHTML.split%28/%5Cr%3F%5Cn/%29.map%28function%28line%2Ci%29%7Bif%28line.indexOf%28%22*%22%29%3D%3D%3D0%29%7BhighlightedLines.push%28i%29%3Breturn%20line.replace%28/%5E%5C*%28%20%29%3F/%2C%22%241%241%22%29%7Dreturn%20line%7D%29.join%28%22%5Cn%22%29%3Breturn%7BhighlightedLines%3AhighlightedLines%7D%7Dfunction%20wrapLines%28block%29%7Bvar%20lines%3Dblock.innerHTML.split%28/%5Cr%3F%5Cn/%29.map%28function%28line%29%7Breturn%27%3Cdiv%20class%3D%22remark-code-line%22%3E%27+line+%22%3C/div%3E%22%7D%29%3Bif%28lines.length%26%26lines%5Blines.length-1%5D.indexOf%28%22%3E%3C%22%29%21%3D%3D-1%29%7Blines.pop%28%29%7Dblock.innerHTML%3Dlines.join%28%22%22%29%7Dfunction%20highlightBlockLines%28block%2Clines%29%7Blines.forEach%28function%28i%29%7Butils.addClass%28block.childNodes%5Bi%5D%2C%22remark-code-line-highlighted%22%29%7D%29%7Dfunction%20highlightBlockSpans%28block%29%7Bvar%20pattern%3D/%28%5B%5E%5C%5C%60%5D%29%60%28%5B%5E%60%5D+%3F%29%60/g%2Creplacement%3D%27%241%3Cspan%20class%3D%22remark-code-span-highlighted%22%3E%242%3C/span%3E%27%3Bblock.childNodes.forEach%28function%28element%29%7Belement.innerHTML%3Delement.innerHTML.replace%28pattern%2Creplacement%29%7D%29%7D%7D%2C%7B%22components/slide-number%22%3A%22aIW4aw%22%2C%22../converter%22%3A9%2C%22../utils%22%3A8%2C%22../highlighter%22%3A7%7D%5D%2C18%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7Bvar%20converter%3Drequire%28%22../converter%22%29%3Bmodule.exports%3DNotesView%3Bfunction%20NotesView%28events%2Celement%2CslideViewsAccessor%29%7Bvar%20self%3Dthis%3Bself.events%3Devents%3Bself.element%3Delement%3Bself.slideViewsAccessor%3DslideViewsAccessor%3Bself.configureElements%28%29%3Bevents.on%28%22showSlide%22%2Cfunction%28slideIndex%29%7Bself.showSlide%28slideIndex%29%7D%29%7DNotesView.prototype.showSlide%3Dfunction%28slideIndex%29%7Bvar%20self%3Dthis%2CslideViews%3Dself.slideViewsAccessor%28%29%2CslideView%3DslideViews%5BslideIndex%5D%2CnextSlideView%3DslideViews%5BslideIndex+1%5D%3Bself.notesElement.innerHTML%3DslideView.notesElement.innerHTML%3Bif%28nextSlideView%29%7Bself.notesPreviewElement.innerHTML%3DnextSlideView.notesElement.innerHTML%7Delse%7Bself.notesPreviewElement.innerHTML%3D%22%22%7D%7D%3BNotesView.prototype.configureElements%3Dfunction%28%29%7Bvar%20self%3Dthis%3Bself.notesElement%3Dself.element.getElementsByClassName%28%22remark-notes%22%29%5B0%5D%3Bself.notesPreviewElement%3Dself.element.getElementsByClassName%28%22remark-notes-preview%22%29%5B0%5D%3Bself.notesElement.addEventListener%28%22mousewheel%22%2Cfunction%28event%29%7Bevent.stopPropagation%28%29%7D%29%3Bself.notesPreviewElement.addEventListener%28%22mousewheel%22%2Cfunction%28event%29%7Bevent.stopPropagation%28%29%7D%29%3Bself.toolbarElement%3Dself.element.getElementsByClassName%28%22remark-toolbar%22%29%5B0%5D%3Bvar%20commands%3D%7Bincrease%3Afunction%28%29%7Bself.notesElement.style.fontSize%3D%28parseFloat%28self.notesElement.style.fontSize%29%7C%7C1%29+.1+%22em%22%3Bself.notesPreviewElement.style.fontsize%3Dself.notesElement.style.fontSize%7D%2Cdecrease%3Afunction%28%29%7Bself.notesElement.style.fontSize%3D%28parseFloat%28self.notesElement.style.fontSize%29%7C%7C1%29-.1+%22em%22%3Bself.notesPreviewElement.style.fontsize%3Dself.notesElement.style.fontSize%7D%7D%3Bself.toolbarElement.getElementsByTagName%28%22a%22%29.forEach%28function%28link%29%7Blink.addEventListener%28%22click%22%2Cfunction%28e%29%7Bvar%20command%3De.target.hash.substr%281%29%3Bcommands%5Bcommand%5D%28%29%3Be.preventDefault%28%29%7D%29%7D%29%7D%7D%2C%7B%22../converter%22%3A9%7D%5D%2C9%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7Bvar%20marked%3Drequire%28%22marked%22%29%2Cconverter%3Dmodule.exports%3D%7B%7D%2Celement%3Ddocument.createElement%28%22div%22%29%3Bmarked.setOptions%28%7Bgfm%3Atrue%2Ctables%3Atrue%2Cbreaks%3Afalse%2Cpedantic%3Atrue%2Csanitize%3Afalse%2CsmartLists%3Atrue%2ClangPrefix%3A%22%22%7D%29%3Bconverter.convertMarkdown%3Dfunction%28content%2Clinks%2Cinline%29%7Belement.innerHTML%3DconvertMarkdown%28content%2Clinks%7C%7C%7B%7D%2Cinline%29%3Belement.innerHTML%3Delement.innerHTML.replace%28/%3Cp%3E%5Cs*%3C%5C/p%3E/g%2C%22%22%29%3Breturn%20element.innerHTML.replace%28/%5Cn%5Cr%3F%24/%2C%22%22%29%7D%3Bfunction%20convertMarkdown%28content%2Clinks%2CinsideContentClass%29%7Bvar%20i%2Ctag%2Cmarkdown%3D%22%22%2Chtml%3Bfor%28i%3D0%3Bi%3Ccontent.length%3B++i%29%7Bif%28typeof%20content%5Bi%5D%3D%3D%3D%22string%22%29%7Bmarkdown+%3Dcontent%5Bi%5D%7Delse%7Btag%3Dcontent%5Bi%5D.block%3F%22div%22%3A%22span%22%3Bmarkdown+%3D%22%3C%22+tag+%27%20class%3D%22%27+content%5Bi%5D.class+%27%22%3E%27%3Bmarkdown+%3DconvertMarkdown%28content%5Bi%5D.content%2Clinks%2Ctrue%29%3Bmarkdown+%3D%22%3C/%22+tag+%22%3E%22%7D%7Dvar%20tokens%3Dmarked.Lexer.lex%28markdown.replace%28/%5E%5Cs+/%2C%22%22%29%29%3Btokens.links%3Dlinks%3Bhtml%3Dmarked.Parser.parse%28tokens%29%3Bif%28insideContentClass%29%7Belement.innerHTML%3Dhtml%3Bif%28element.children.length%3D%3D%3D1%26%26element.children%5B0%5D.tagName%3D%3D%3D%22P%22%29%7Bhtml%3Delement.children%5B0%5D.innerHTML%7D%7Dreturn%20html%7D%7D%2C%7Bmarked%3A28%7D%5D%2C28%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7B%21function%28global%29%7B%21function%28%29%7Bvar%20block%3D%7Bnewline%3A/%5E%5Cn+/%2Ccode%3A/%5E%28%20%7B4%7D%5B%5E%5Cn%5D+%5Cn*%29+/%2Cfences%3Anoop%2Chr%3A/%5E%28%20*%5B-*_%5D%29%7B3%2C%7D%20*%28%3F%3A%5Cn+%7C%24%29/%2Cheading%3A/%5E%20*%28%23%7B1%2C6%7D%29%20*%28%5B%5E%5Cn%5D+%3F%29%20*%23*%20*%28%3F%3A%5Cn+%7C%24%29/%2Cnptable%3Anoop%2Clheading%3A/%5E%28%5B%5E%5Cn%5D+%29%5Cn%20*%28%3D%7C-%29%7B2%2C%7D%20*%28%3F%3A%5Cn+%7C%24%29/%2Cblockquote%3A/%5E%28%20*%3E%5B%5E%5Cn%5D+%28%5Cn%5B%5E%5Cn%5D+%29*%5Cn*%29+/%2Clist%3A/%5E%28%20*%29%28bull%29%20%5B%5Cs%5CS%5D+%3F%28%3F%3Ahr%7C%5Cn%7B2%2C%7D%28%3F%21%20%29%28%3F%21%5C1bull%20%29%5Cn*%7C%5Cs*%24%29/%2Chtml%3A/%5E%20*%28%3F%3Acomment%7Cclosed%7Cclosing%29%20*%28%3F%3A%5Cn%7B2%2C%7D%7C%5Cs*%24%29/%2Cdef%3A/%5E%20*%5C%5B%28%5B%5E%5C%5D%5D+%29%5C%5D%3A%20*%3C%3F%28%5B%5E%5Cs%3E%5D+%29%3E%3F%28%3F%3A%20+%5B%22%28%5D%28%5B%5E%5Cn%5D+%29%5B%22%29%5D%29%3F%20*%28%3F%3A%5Cn+%7C%24%29/%2Ctable%3Anoop%2Cparagraph%3A/%5E%28%28%3F%3A%5B%5E%5Cn%5D+%5Cn%3F%28%3F%21hr%7Cheading%7Clheading%7Cblockquote%7Ctag%7Cdef%29%29+%29%5Cn*/%2Ctext%3A/%5E%5B%5E%5Cn%5D+/%7D%3Bblock.bullet%3D/%28%3F%3A%5B*+-%5D%7C%5Cd+%5C.%29/%3Bblock.item%3D/%5E%28%20*%29%28bull%29%20%5B%5E%5Cn%5D*%28%3F%3A%5Cn%28%3F%21%5C1bull%20%29%5B%5E%5Cn%5D*%29*/%3Bblock.item%3Dreplace%28block.item%2C%22gm%22%29%28/bull/g%2Cblock.bullet%29%28%29%3Bblock.list%3Dreplace%28block.list%29%28/bull/g%2Cblock.bullet%29%28%22hr%22%2C/%5Cn+%28%3F%3D%28%3F%3A%20*%5B-*_%5D%29%7B3%2C%7D%20*%28%3F%3A%5Cn+%7C%24%29%29/%29%28%29%3Bblock._tag%3D%22%28%3F%21%28%3F%3A%22+%22a%7Cem%7Cstrong%7Csmall%7Cs%7Ccite%7Cq%7Cdfn%7Cabbr%7Cdata%7Ctime%7Ccode%22+%22%7Cvar%7Csamp%7Ckbd%7Csub%7Csup%7Ci%7Cb%7Cu%7Cmark%7Cruby%7Crt%7Crp%7Cbdi%7Cbdo%22+%22%7Cspan%7Cbr%7Cwbr%7Cins%7Cdel%7Cimg%29%5C%5Cb%29%5C%5Cw+%28%3F%21%3A/%7C%5B%5E%5C%5Cw%5C%5Cs@%5D*@%29%5C%5Cb%22%3Bblock.html%3Dreplace%28block.html%29%28%22comment%22%2C/%3C%21--%5B%5Cs%5CS%5D*%3F--%3E/%29%28%22closed%22%2C/%3C%28tag%29%5B%5Cs%5CS%5D+%3F%3C%5C/%5C1%3E/%29%28%22closing%22%2C/%3Ctag%28%3F%3A%22%5B%5E%22%5D*%22%7C%27%5B%5E%27%5D*%27%7C%5B%5E%27%22%3E%5D%29*%3F%3E/%29%28/tag/g%2Cblock._tag%29%28%29%3Bblock.paragraph%3Dreplace%28block.paragraph%29%28%22hr%22%2Cblock.hr%29%28%22heading%22%2Cblock.heading%29%28%22lheading%22%2Cblock.lheading%29%28%22blockquote%22%2Cblock.blockquote%29%28%22tag%22%2C%22%3C%22+block._tag%29%28%22def%22%2Cblock.def%29%28%29%3Bblock.normal%3Dmerge%28%7B%7D%2Cblock%29%3Bblock.gfm%3Dmerge%28%7B%7D%2Cblock.normal%2C%7Bfences%3A/%5E%20*%28%60%7B3%2C%7D%7C%7E%7B3%2C%7D%29%20*%28%5CS+%29%3F%20*%5Cn%28%5B%5Cs%5CS%5D+%3F%29%5Cs*%5C1%20*%28%3F%3A%5Cn+%7C%24%29/%2Cparagraph%3A/%5E/%7D%29%3Bblock.gfm.paragraph%3Dreplace%28block.paragraph%29%28%22%28%3F%21%22%2C%22%28%3F%21%22+block.gfm.fences.source.replace%28%22%5C%5C1%22%2C%22%5C%5C2%22%29+%22%7C%22+block.list.source.replace%28%22%5C%5C1%22%2C%22%5C%5C3%22%29+%22%7C%22%29%28%29%3Bblock.tables%3Dmerge%28%7B%7D%2Cblock.gfm%2C%7Bnptable%3A/%5E%20*%28%5CS.*%5C%7C.*%29%5Cn%20*%28%5B-%3A%5D+%20*%5C%7C%5B-%7C%20%3A%5D*%29%5Cn%28%28%3F%3A.*%5C%7C.*%28%3F%3A%5Cn%7C%24%29%29*%29%5Cn*/%2Ctable%3A/%5E%20*%5C%7C%28.+%29%5Cn%20*%5C%7C%28%20*%5B-%3A%5D+%5B-%7C%20%3A%5D*%29%5Cn%28%28%3F%3A%20*%5C%7C.*%28%3F%3A%5Cn%7C%24%29%29*%29%5Cn*/%7D%29%3Bfunction%20Lexer%28options%29%7Bthis.tokens%3D%5B%5D%3Bthis.tokens.links%3D%7B%7D%3Bthis.options%3Doptions%7C%7Cmarked.defaults%3Bthis.rules%3Dblock.normal%3Bif%28this.options.gfm%29%7Bif%28this.options.tables%29%7Bthis.rules%3Dblock.tables%7Delse%7Bthis.rules%3Dblock.gfm%7D%7D%7DLexer.rules%3Dblock%3BLexer.lex%3Dfunction%28src%2Coptions%29%7Bvar%20lexer%3Dnew%20Lexer%28options%29%3Breturn%20lexer.lex%28src%29%7D%3BLexer.prototype.lex%3Dfunction%28src%29%7Bsrc%3Dsrc.replace%28/%5Cr%5Cn%7C%5Cr/g%2C%22%5Cn%22%29.replace%28/%5Ct/g%2C%22%20%20%20%20%22%29.replace%28/%5Cu00a0/g%2C%22%20%22%29.replace%28/%5Cu2424/g%2C%22%5Cn%22%29%3Breturn%20this.token%28src%2Ctrue%29%7D%3BLexer.prototype.token%3Dfunction%28src%2Ctop%29%7Bvar%20src%3Dsrc.replace%28/%5E%20+%24/gm%2C%22%22%29%2Cnext%2Cloose%2Ccap%2Cbull%2Cb%2Citem%2Cspace%2Ci%2Cl%3Bwhile%28src%29%7Bif%28cap%3Dthis.rules.newline.exec%28src%29%29%7Bsrc%3Dsrc.substring%28cap%5B0%5D.length%29%3Bif%28cap%5B0%5D.length%3E1%29%7Bthis.tokens.push%28%7Btype%3A%22space%22%7D%29%7D%7Dif%28cap%3Dthis.rules.code.exec%28src%29%29%7Bsrc%3Dsrc.substring%28cap%5B0%5D.length%29%3Bcap%3Dcap%5B0%5D.replace%28/%5E%20%7B4%7D/gm%2C%22%22%29%3Bthis.tokens.push%28%7Btype%3A%22code%22%2Ctext%3A%21this.options.pedantic%3Fcap.replace%28/%5Cn+%24/%2C%22%22%29%3Acap%7D%29%3Bcontinue%7Dif%28cap%3Dthis.rules.fences.exec%28src%29%29%7Bsrc%3Dsrc.substring%28cap%5B0%5D.length%29%3Bthis.tokens.push%28%7Btype%3A%22code%22%2Clang%3Acap%5B2%5D%2Ctext%3Acap%5B3%5D%7D%29%3Bcontinue%7Dif%28cap%3Dthis.rules.heading.exec%28src%29%29%7Bsrc%3Dsrc.substring%28cap%5B0%5D.length%29%3Bthis.tokens.push%28%7Btype%3A%22heading%22%2Cdepth%3Acap%5B1%5D.length%2Ctext%3Acap%5B2%5D%7D%29%3Bcontinue%7Dif%28top%26%26%28cap%3Dthis.rules.nptable.exec%28src%29%29%29%7Bsrc%3Dsrc.substring%28cap%5B0%5D.length%29%3Bitem%3D%7Btype%3A%22table%22%2Cheader%3Acap%5B1%5D.replace%28/%5E%20*%7C%20*%5C%7C%20*%24/g%2C%22%22%29.split%28/%20*%5C%7C%20*/%29%2Calign%3Acap%5B2%5D.replace%28/%5E%20*%7C%5C%7C%20*%24/g%2C%22%22%29.split%28/%20*%5C%7C%20*/%29%2Ccells%3Acap%5B3%5D.replace%28/%5Cn%24/%2C%22%22%29.split%28%22%5Cn%22%29%7D%3Bfor%28i%3D0%3Bi%3Citem.align.length%3Bi++%29%7Bif%28/%5E%20*-+%3A%20*%24/.test%28item.align%5Bi%5D%29%29%7Bitem.align%5Bi%5D%3D%22right%22%7Delse%20if%28/%5E%20*%3A-+%3A%20*%24/.test%28item.align%5Bi%5D%29%29%7Bitem.align%5Bi%5D%3D%22center%22%7Delse%20if%28/%5E%20*%3A-+%20*%24/.test%28item.align%5Bi%5D%29%29%7Bitem.align%5Bi%5D%3D%22left%22%7Delse%7Bitem.align%5Bi%5D%3Dnull%7D%7Dfor%28i%3D0%3Bi%3Citem.cells.length%3Bi++%29%7Bitem.cells%5Bi%5D%3Ditem.cells%5Bi%5D.split%28/%20*%5C%7C%20*/%29%7Dthis.tokens.push%28item%29%3Bcontinue%7Dif%28cap%3Dthis.rules.lheading.exec%28src%29%29%7Bsrc%3Dsrc.substring%28cap%5B0%5D.length%29%3Bthis.tokens.push%28%7Btype%3A%22heading%22%2Cdepth%3Acap%5B2%5D%3D%3D%3D%22%3D%22%3F1%3A2%2Ctext%3Acap%5B1%5D%7D%29%3Bcontinue%7Dif%28cap%3Dthis.rules.hr.exec%28src%29%29%7Bsrc%3Dsrc.substring%28cap%5B0%5D.length%29%3Bthis.tokens.push%28%7Btype%3A%22hr%22%7D%29%3Bcontinue%7Dif%28cap%3Dthis.rules.blockquote.exec%28src%29%29%7Bsrc%3Dsrc.substring%28cap%5B0%5D.length%29%3Bthis.tokens.push%28%7Btype%3A%22blockquote_start%22%7D%29%3Bcap%3Dcap%5B0%5D.replace%28/%5E%20*%3E%20%3F/gm%2C%22%22%29%3Bthis.token%28cap%2Ctop%29%3Bthis.tokens.push%28%7Btype%3A%22blockquote_end%22%7D%29%3Bcontinue%7Dif%28cap%3Dthis.rules.list.exec%28src%29%29%7Bsrc%3Dsrc.substring%28cap%5B0%5D.length%29%3Bbull%3Dcap%5B2%5D%3Bthis.tokens.push%28%7Btype%3A%22list_start%22%2Cordered%3Abull.length%3E1%7D%29%3Bcap%3Dcap%5B0%5D.match%28this.rules.item%29%3Bnext%3Dfalse%3Bl%3Dcap.length%3Bi%3D0%3Bfor%28%3Bi%3Cl%3Bi++%29%7Bitem%3Dcap%5Bi%5D%3Bspace%3Ditem.length%3Bitem%3Ditem.replace%28/%5E%20*%28%5B*+-%5D%7C%5Cd+%5C.%29%20+/%2C%22%22%29%3Bif%28%7Eitem.indexOf%28%22%5Cn%20%22%29%29%7Bspace-%3Ditem.length%3Bitem%3D%21this.options.pedantic%3Fitem.replace%28new%20RegExp%28%22%5E%20%7B1%2C%22+space+%22%7D%22%2C%22gm%22%29%2C%22%22%29%3Aitem.replace%28/%5E%20%7B1%2C4%7D/gm%2C%22%22%29%7Dif%28this.options.smartLists%26%26i%21%3D%3Dl-1%29%7Bb%3Dblock.bullet.exec%28cap%5Bi+1%5D%29%5B0%5D%3Bif%28bull%21%3D%3Db%26%26%21%28bull.length%3E1%26%26b.length%3E1%29%29%7Bsrc%3Dcap.slice%28i+1%29.join%28%22%5Cn%22%29+src%3Bi%3Dl-1%7D%7Dloose%3Dnext%7C%7C/%5Cn%5Cn%28%3F%21%5Cs*%24%29/.test%28item%29%3Bif%28i%21%3D%3Dl-1%29%7Bnext%3Ditem.charAt%28item.length-1%29%3D%3D%3D%22%5Cn%22%3Bif%28%21loose%29loose%3Dnext%7Dthis.tokens.push%28%7Btype%3Aloose%3F%22loose_item_start%22%3A%22list_item_start%22%7D%29%3Bthis.token%28item%2Cfalse%29%3Bthis.tokens.push%28%7Btype%3A%22list_item_end%22%7D%29%7Dthis.tokens.push%28%7Btype%3A%22list_end%22%7D%29%3Bcontinue%7Dif%28cap%3Dthis.rules.html.exec%28src%29%29%7Bsrc%3Dsrc.substring%28cap%5B0%5D.length%29%3Bthis.tokens.push%28%7Btype%3Athis.options.sanitize%3F%22paragraph%22%3A%22html%22%2Cpre%3Acap%5B1%5D%3D%3D%3D%22pre%22%7C%7Ccap%5B1%5D%3D%3D%3D%22script%22%7C%7Ccap%5B1%5D%3D%3D%3D%22style%22%2Ctext%3Acap%5B0%5D%7D%29%3Bcontinue%7Dif%28top%26%26%28cap%3Dthis.rules.def.exec%28src%29%29%29%7Bsrc%3Dsrc.substring%28cap%5B0%5D.length%29%3Bthis.tokens.links%5Bcap%5B1%5D.toLowerCase%28%29%5D%3D%7Bhref%3Acap%5B2%5D%2Ctitle%3Acap%5B3%5D%7D%3Bcontinue%7Dif%28top%26%26%28cap%3Dthis.rules.table.exec%28src%29%29%29%7Bsrc%3Dsrc.substring%28cap%5B0%5D.length%29%3Bitem%3D%7Btype%3A%22table%22%2Cheader%3Acap%5B1%5D.replace%28/%5E%20*%7C%20*%5C%7C%20*%24/g%2C%22%22%29.split%28/%20*%5C%7C%20*/%29%2Calign%3Acap%5B2%5D.replace%28/%5E%20*%7C%5C%7C%20*%24/g%2C%22%22%29.split%28/%20*%5C%7C%20*/%29%2Ccells%3Acap%5B3%5D.replace%28/%28%3F%3A%20*%5C%7C%20*%29%3F%5Cn%24/%2C%22%22%29.split%28%22%5Cn%22%29%7D%3Bfor%28i%3D0%3Bi%3Citem.align.length%3Bi++%29%7Bif%28/%5E%20*-+%3A%20*%24/.test%28item.align%5Bi%5D%29%29%7Bitem.align%5Bi%5D%3D%22right%22%7Delse%20if%28/%5E%20*%3A-+%3A%20*%24/.test%28item.align%5Bi%5D%29%29%7Bitem.align%5Bi%5D%3D%22center%22%7Delse%20if%28/%5E%20*%3A-+%20*%24/.test%28item.align%5Bi%5D%29%29%7Bitem.align%5Bi%5D%3D%22left%22%7Delse%7Bitem.align%5Bi%5D%3Dnull%7D%7Dfor%28i%3D0%3Bi%3Citem.cells.length%3Bi++%29%7Bitem.cells%5Bi%5D%3Ditem.cells%5Bi%5D.replace%28/%5E%20*%5C%7C%20*%7C%20*%5C%7C%20*%24/g%2C%22%22%29.split%28/%20*%5C%7C%20*/%29%7Dthis.tokens.push%28item%29%3Bcontinue%7Dif%28top%26%26%28cap%3Dthis.rules.paragraph.exec%28src%29%29%29%7Bsrc%3Dsrc.substring%28cap%5B0%5D.length%29%3Bthis.tokens.push%28%7Btype%3A%22paragraph%22%2Ctext%3Acap%5B1%5D.charAt%28cap%5B1%5D.length-1%29%3D%3D%3D%22%5Cn%22%3Fcap%5B1%5D.slice%280%2C-1%29%3Acap%5B1%5D%7D%29%3Bcontinue%7Dif%28cap%3Dthis.rules.text.exec%28src%29%29%7Bsrc%3Dsrc.substring%28cap%5B0%5D.length%29%3Bthis.tokens.push%28%7Btype%3A%22text%22%2Ctext%3Acap%5B0%5D%7D%29%3Bcontinue%7Dif%28src%29%7Bthrow%20new%20Error%28%22Infinite%20loop%20on%20byte%3A%20%22+src.charCodeAt%280%29%29%7D%7Dreturn%20this.tokens%7D%3Bvar%20inline%3D%7Bescape%3A/%5E%5C%5C%28%5B%5C%5C%60*%7B%7D%5C%5B%5C%5D%28%29%23+%5C-.%21_%3E%5D%29/%2Cautolink%3A/%5E%3C%28%5B%5E%20%3E%5D+%28@%7C%3A%5C/%29%5B%5E%20%3E%5D+%29%3E/%2Curl%3Anoop%2Ctag%3A/%5E%3C%21--%5B%5Cs%5CS%5D*%3F--%3E%7C%5E%3C%5C/%3F%5Cw+%28%3F%3A%22%5B%5E%22%5D*%22%7C%27%5B%5E%27%5D*%27%7C%5B%5E%27%22%3E%5D%29*%3F%3E/%2Clink%3A/%5E%21%3F%5C%5B%28inside%29%5C%5D%5C%28href%5C%29/%2Creflink%3A/%5E%21%3F%5C%5B%28inside%29%5C%5D%5Cs*%5C%5B%28%5B%5E%5C%5D%5D*%29%5C%5D/%2Cnolink%3A/%5E%21%3F%5C%5B%28%28%3F%3A%5C%5B%5B%5E%5C%5D%5D*%5C%5D%7C%5B%5E%5C%5B%5C%5D%5D%29*%29%5C%5D/%2Cstrong%3A/%5E__%28%5B%5Cs%5CS%5D+%3F%29__%28%3F%21_%29%7C%5E%5C*%5C*%28%5B%5Cs%5CS%5D+%3F%29%5C*%5C*%28%3F%21%5C*%29/%2Cem%3A/%5E%5Cb_%28%28%3F%3A__%7C%5B%5Cs%5CS%5D%29+%3F%29_%5Cb%7C%5E%5C*%28%28%3F%3A%5C*%5C*%7C%5B%5Cs%5CS%5D%29+%3F%29%5C*%28%3F%21%5C*%29/%2Ccode%3A/%5E%28%60+%29%5Cs*%28%5B%5Cs%5CS%5D*%3F%5B%5E%60%5D%29%5Cs*%5C1%28%3F%21%60%29/%2Cbr%3A/%5E%20%7B2%2C%7D%5Cn%28%3F%21%5Cs*%24%29/%2Cdel%3Anoop%2Ctext%3A/%5E%5B%5Cs%5CS%5D+%3F%28%3F%3D%5B%5C%5C%3C%21%5C%5B_*%60%5D%7C%20%7B2%2C%7D%5Cn%7C%24%29/%7D%3Binline._inside%3D/%28%3F%3A%5C%5B%5B%5E%5C%5D%5D*%5C%5D%7C%5B%5E%5C%5B%5C%5D%5D%7C%5C%5D%28%3F%3D%5B%5E%5C%5B%5D*%5C%5D%29%29*/%3Binline._href%3D/%5Cs*%3C%3F%28%5B%5Cs%5CS%5D*%3F%29%3E%3F%28%3F%3A%5Cs+%5B%27%22%5D%28%5B%5Cs%5CS%5D*%3F%29%5B%27%22%5D%29%3F%5Cs*/%3Binline.link%3Dreplace%28inline.link%29%28%22inside%22%2Cinline._inside%29%28%22href%22%2Cinline._href%29%28%29%3Binline.reflink%3Dreplace%28inline.reflink%29%28%22inside%22%2Cinline._inside%29%28%29%3Binline.normal%3Dmerge%28%7B%7D%2Cinline%29%3Binline.pedantic%3Dmerge%28%7B%7D%2Cinline.normal%2C%7Bstrong%3A/%5E__%28%3F%3D%5CS%29%28%5B%5Cs%5CS%5D*%3F%5CS%29__%28%3F%21_%29%7C%5E%5C*%5C*%28%3F%3D%5CS%29%28%5B%5Cs%5CS%5D*%3F%5CS%29%5C*%5C*%28%3F%21%5C*%29/%2Cem%3A/%5E_%28%3F%3D%5CS%29%28%5B%5Cs%5CS%5D*%3F%5CS%29_%28%3F%21_%29%7C%5E%5C*%28%3F%3D%5CS%29%28%5B%5Cs%5CS%5D*%3F%5CS%29%5C*%28%3F%21%5C*%29/%7D%29%3Binline.gfm%3Dmerge%28%7B%7D%2Cinline.normal%2C%7Bescape%3Areplace%28inline.escape%29%28%22%5D%29%22%2C%22%7E%7C%5D%29%22%29%28%29%2Curl%3A/%5E%28https%3F%3A%5C/%5C/%5B%5E%5Cs%3C%5D+%5B%5E%3C.%2C%3A%3B%22%27%29%5C%5D%5Cs%5D%29/%2Cdel%3A/%5E%7E%7E%28%3F%3D%5CS%29%28%5B%5Cs%5CS%5D*%3F%5CS%29%7E%7E/%2Ctext%3Areplace%28inline.text%29%28%22%5D%7C%22%2C%22%7E%5D%7C%22%29%28%22%7C%22%2C%22%7Chttps%3F%3A//%7C%22%29%28%29%7D%29%3Binline.breaks%3Dmerge%28%7B%7D%2Cinline.gfm%2C%7Bbr%3Areplace%28inline.br%29%28%22%7B2%2C%7D%22%2C%22*%22%29%28%29%2Ctext%3Areplace%28inline.gfm.text%29%28%22%7B2%2C%7D%22%2C%22*%22%29%28%29%7D%29%3Bfunction%20InlineLexer%28links%2Coptions%29%7Bthis.options%3Doptions%7C%7Cmarked.defaults%3Bthis.links%3Dlinks%3Bthis.rules%3Dinline.normal%3Bthis.renderer%3Dthis.options.renderer%7C%7Cnew%20Renderer%3Bthis.renderer.options%3Dthis.options%3Bif%28%21this.links%29%7Bthrow%20new%20Error%28%22Tokens%20array%20requires%20a%20%60links%60%20property.%22%29%7Dif%28this.options.gfm%29%7Bif%28this.options.breaks%29%7Bthis.rules%3Dinline.breaks%7Delse%7Bthis.rules%3Dinline.gfm%7D%7Delse%20if%28this.options.pedantic%29%7Bthis.rules%3Dinline.pedantic%7D%7DInlineLexer.rules%3Dinline%3BInlineLexer.output%3Dfunction%28src%2Clinks%2Coptions%29%7Bvar%20inline%3Dnew%20InlineLexer%28links%2Coptions%29%3Breturn%20inline.output%28src%29%7D%3BInlineLexer.prototype.output%3Dfunction%28src%29%7Bvar%20out%3D%22%22%2Clink%2Ctext%2Chref%2Ccap%3Bwhile%28src%29%7Bif%28cap%3Dthis.rules.escape.exec%28src%29%29%7Bsrc%3Dsrc.substring%28cap%5B0%5D.length%29%3Bout+%3Dcap%5B1%5D%3Bcontinue%7Dif%28cap%3Dthis.rules.autolink.exec%28src%29%29%7Bsrc%3Dsrc.substring%28cap%5B0%5D.length%29%3Bif%28cap%5B2%5D%3D%3D%3D%22@%22%29%7Btext%3Dcap%5B1%5D.charAt%286%29%3D%3D%3D%22%3A%22%3Fthis.mangle%28cap%5B1%5D.substring%287%29%29%3Athis.mangle%28cap%5B1%5D%29%3Bhref%3Dthis.mangle%28%22mailto%3A%22%29+text%7Delse%7Btext%3Descape%28cap%5B1%5D%29%3Bhref%3Dtext%7Dout+%3Dthis.renderer.link%28href%2Cnull%2Ctext%29%3Bcontinue%7Dif%28cap%3Dthis.rules.url.exec%28src%29%29%7Bsrc%3Dsrc.substring%28cap%5B0%5D.length%29%3Btext%3Descape%28cap%5B1%5D%29%3Bhref%3Dtext%3Bout+%3Dthis.renderer.link%28href%2Cnull%2Ctext%29%3Bcontinue%7Dif%28cap%3Dthis.rules.tag.exec%28src%29%29%7Bsrc%3Dsrc.substring%28cap%5B0%5D.length%29%3Bout+%3Dthis.options.sanitize%3Fescape%28cap%5B0%5D%29%3Acap%5B0%5D%3Bcontinue%7Dif%28cap%3Dthis.rules.link.exec%28src%29%29%7Bsrc%3Dsrc.substring%28cap%5B0%5D.length%29%3Bout+%3Dthis.outputLink%28cap%2C%7Bhref%3Acap%5B2%5D%2Ctitle%3Acap%5B3%5D%7D%29%3Bcontinue%7Dif%28%28cap%3Dthis.rules.reflink.exec%28src%29%29%7C%7C%28cap%3Dthis.rules.nolink.exec%28src%29%29%29%7Bsrc%3Dsrc.substring%28cap%5B0%5D.length%29%3Blink%3D%28cap%5B2%5D%7C%7Ccap%5B1%5D%29.replace%28/%5Cs+/g%2C%22%20%22%29%3Blink%3Dthis.links%5Blink.toLowerCase%28%29%5D%3Bif%28%21link%7C%7C%21link.href%29%7Bout+%3Dcap%5B0%5D.charAt%280%29%3Bsrc%3Dcap%5B0%5D.substring%281%29+src%3Bcontinue%7Dout+%3Dthis.outputLink%28cap%2Clink%29%3Bcontinue%7Dif%28cap%3Dthis.rules.strong.exec%28src%29%29%7Bsrc%3Dsrc.substring%28cap%5B0%5D.length%29%3Bout+%3Dthis.renderer.strong%28this.output%28cap%5B2%5D%7C%7Ccap%5B1%5D%29%29%3Bcontinue%7Dif%28cap%3Dthis.rules.em.exec%28src%29%29%7Bsrc%3Dsrc.substring%28cap%5B0%5D.length%29%3Bout+%3Dthis.renderer.em%28this.output%28cap%5B2%5D%7C%7Ccap%5B1%5D%29%29%3Bcontinue%7Dif%28cap%3Dthis.rules.code.exec%28src%29%29%7Bsrc%3Dsrc.substring%28cap%5B0%5D.length%29%3Bout+%3Dthis.renderer.codespan%28escape%28cap%5B2%5D%2Ctrue%29%29%3Bcontinue%7Dif%28cap%3Dthis.rules.br.exec%28src%29%29%7Bsrc%3Dsrc.substring%28cap%5B0%5D.length%29%3Bout+%3Dthis.renderer.br%28%29%3Bcontinue%7Dif%28cap%3Dthis.rules.del.exec%28src%29%29%7Bsrc%3Dsrc.substring%28cap%5B0%5D.length%29%3Bout+%3Dthis.renderer.del%28this.output%28cap%5B1%5D%29%29%3Bcontinue%7Dif%28cap%3Dthis.rules.text.exec%28src%29%29%7Bsrc%3Dsrc.substring%28cap%5B0%5D.length%29%3Bout+%3Descape%28this.smartypants%28cap%5B0%5D%29%29%3Bcontinue%7Dif%28src%29%7Bthrow%20new%20Error%28%22Infinite%20loop%20on%20byte%3A%20%22+src.charCodeAt%280%29%29%7D%7Dreturn%20out%7D%3BInlineLexer.prototype.outputLink%3Dfunction%28cap%2Clink%29%7Bvar%20href%3Descape%28link.href%29%2Ctitle%3Dlink.title%3Fescape%28link.title%29%3Anull%3Breturn%20cap%5B0%5D.charAt%280%29%21%3D%3D%22%21%22%3Fthis.renderer.link%28href%2Ctitle%2Cthis.output%28cap%5B1%5D%29%29%3Athis.renderer.image%28href%2Ctitle%2Cescape%28cap%5B1%5D%29%29%7D%3BInlineLexer.prototype.smartypants%3Dfunction%28text%29%7Bif%28%21this.options.smartypants%29return%20text%3Breturn%20text.replace%28/--/g%2C%22%u2014%22%29.replace%28/%28%5E%7C%5B-%5Cu2014/%28%5C%5B%7B%22%5Cs%5D%29%27/g%2C%22%241%u2018%22%29.replace%28/%27/g%2C%22%u2019%22%29.replace%28/%28%5E%7C%5B-%5Cu2014/%28%5C%5B%7B%5Cu2018%5Cs%5D%29%22/g%2C%22%241%u201C%22%29.replace%28/%22/g%2C%22%u201D%22%29.replace%28/%5C.%7B3%7D/g%2C%22%u2026%22%29%7D%3BInlineLexer.prototype.mangle%3Dfunction%28text%29%7Bvar%20out%3D%22%22%2Cl%3Dtext.length%2Ci%3D0%2Cch%3Bfor%28%3Bi%3Cl%3Bi++%29%7Bch%3Dtext.charCodeAt%28i%29%3Bif%28Math.random%28%29%3E.5%29%7Bch%3D%22x%22+ch.toString%2816%29%7Dout+%3D%22%26%23%22+ch+%22%3B%22%7Dreturn%20out%7D%3Bfunction%20Renderer%28options%29%7Bthis.options%3Doptions%7C%7C%7B%7D%7DRenderer.prototype.code%3Dfunction%28code%2Clang%2Cescaped%29%7Bif%28this.options.highlight%29%7Bvar%20out%3Dthis.options.highlight%28code%2Clang%29%3Bif%28out%21%3Dnull%26%26out%21%3D%3Dcode%29%7Bescaped%3Dtrue%3Bcode%3Dout%7D%7Dif%28%21lang%29%7Breturn%22%3Cpre%3E%3Ccode%3E%22+%28escaped%3Fcode%3Aescape%28code%2Ctrue%29%29+%22%5Cn%3C/code%3E%3C/pre%3E%22%7Dreturn%27%3Cpre%3E%3Ccode%20class%3D%22%27+this.options.langPrefix+escape%28lang%2Ctrue%29+%27%22%3E%27+%28escaped%3Fcode%3Aescape%28code%2Ctrue%29%29+%22%5Cn%3C/code%3E%3C/pre%3E%5Cn%22%7D%3BRenderer.prototype.blockquote%3Dfunction%28quote%29%7Breturn%22%3Cblockquote%3E%5Cn%22+quote+%22%3C/blockquote%3E%5Cn%22%7D%3BRenderer.prototype.html%3Dfunction%28html%29%7Breturn%20html%7D%3BRenderer.prototype.heading%3Dfunction%28text%2Clevel%2Craw%29%7Breturn%22%3Ch%22+level+%27%20id%3D%22%27+this.options.headerPrefix+raw.toLowerCase%28%29.replace%28/%5B%5E%5Cw%5D+/g%2C%22-%22%29+%27%22%3E%27+text+%22%3C/h%22+level+%22%3E%5Cn%22%7D%3BRenderer.prototype.hr%3Dfunction%28%29%7Breturn%22%3Chr%3E%5Cn%22%7D%3BRenderer.prototype.list%3Dfunction%28body%2Cordered%29%7Bvar%20type%3Dordered%3F%22ol%22%3A%22ul%22%3Breturn%22%3C%22+type+%22%3E%5Cn%22+body+%22%3C/%22+type+%22%3E%5Cn%22%7D%3BRenderer.prototype.listitem%3Dfunction%28text%29%7Breturn%22%3Cli%3E%22+text+%22%3C/li%3E%5Cn%22%7D%3BRenderer.prototype.paragraph%3Dfunction%28text%29%7Breturn%22%3Cp%3E%22+text+%22%3C/p%3E%5Cn%22%7D%3BRenderer.prototype.table%3Dfunction%28header%2Cbody%29%7Breturn%22%3Ctable%3E%5Cn%22+%22%3Cthead%3E%5Cn%22+header+%22%3C/thead%3E%5Cn%22+%22%3Ctbody%3E%5Cn%22+body+%22%3C/tbody%3E%5Cn%22+%22%3C/table%3E%5Cn%22%7D%3BRenderer.prototype.tablerow%3Dfunction%28content%29%7Breturn%22%3Ctr%3E%5Cn%22+content+%22%3C/tr%3E%5Cn%22%7D%3BRenderer.prototype.tablecell%3Dfunction%28content%2Cflags%29%7Bvar%20type%3Dflags.header%3F%22th%22%3A%22td%22%3Bvar%20tag%3Dflags.align%3F%22%3C%22+type+%27%20style%3D%22text-align%3A%27+flags.align+%27%22%3E%27%3A%22%3C%22+type+%22%3E%22%3Breturn%20tag+content+%22%3C/%22+type+%22%3E%5Cn%22%7D%3BRenderer.prototype.strong%3Dfunction%28text%29%7Breturn%22%3Cstrong%3E%22+text+%22%3C/strong%3E%22%7D%3BRenderer.prototype.em%3Dfunction%28text%29%7Breturn%22%3Cem%3E%22+text+%22%3C/em%3E%22%7D%3BRenderer.prototype.codespan%3Dfunction%28text%29%7Breturn%22%3Ccode%3E%22+text+%22%3C/code%3E%22%7D%3BRenderer.prototype.br%3Dfunction%28%29%7Breturn%22%3Cbr%3E%22%7D%3BRenderer.prototype.del%3Dfunction%28text%29%7Breturn%22%3Cdel%3E%22+text+%22%3C/del%3E%22%7D%3BRenderer.prototype.link%3Dfunction%28href%2Ctitle%2Ctext%29%7Bif%28this.options.sanitize%29%7Btry%7Bvar%20prot%3DdecodeURIComponent%28unescape%28href%29%29.replace%28/%5B%5E%5Cw%3A%5D/g%2C%22%22%29.toLowerCase%28%29%7Dcatch%28e%29%7Breturn%22%22%7Dif%28prot.indexOf%28%22javascript%3A%22%29%3D%3D%3D0%29%7Breturn%22%22%7D%7Dvar%20out%3D%27%3Ca%20href%3D%22%27+href+%27%22%27%3Bif%28title%29%7Bout+%3D%27%20title%3D%22%27+title+%27%22%27%7Dout+%3D%22%3E%22+text+%22%3C/a%3E%22%3Breturn%20out%7D%3BRenderer.prototype.image%3Dfunction%28href%2Ctitle%2Ctext%29%7Bvar%20out%3D%27%3Cimg%20src%3D%22%27+href+%27%22%20alt%3D%22%27+text+%27%22%27%3Bif%28title%29%7Bout+%3D%27%20title%3D%22%27+title+%27%22%27%7Dout+%3D%22%3E%22%3Breturn%20out%7D%3Bfunction%20Parser%28options%29%7Bthis.tokens%3D%5B%5D%3Bthis.token%3Dnull%3Bthis.options%3Doptions%7C%7Cmarked.defaults%3Bthis.options.renderer%3Dthis.options.renderer%7C%7Cnew%20Renderer%3Bthis.renderer%3Dthis.options.renderer%3Bthis.renderer.options%3Dthis.options%7DParser.parse%3Dfunction%28src%2Coptions%2Crenderer%29%7Bvar%20parser%3Dnew%20Parser%28options%2Crenderer%29%3Breturn%20parser.parse%28src%29%7D%3BParser.prototype.parse%3Dfunction%28src%29%7Bthis.inline%3Dnew%20InlineLexer%28src.links%2Cthis.options%2Cthis.renderer%29%3Bthis.tokens%3Dsrc.reverse%28%29%3Bvar%20out%3D%22%22%3Bwhile%28this.next%28%29%29%7Bout+%3Dthis.tok%28%29%7Dreturn%20out%7D%3BParser.prototype.next%3Dfunction%28%29%7Breturn%20this.token%3Dthis.tokens.pop%28%29%7D%3BParser.prototype.peek%3Dfunction%28%29%7Breturn%20this.tokens%5Bthis.tokens.length-1%5D%7C%7C0%7D%3BParser.prototype.parseText%3Dfunction%28%29%7Bvar%20body%3Dthis.token.text%3Bwhile%28this.peek%28%29.type%3D%3D%3D%22text%22%29%7Bbody+%3D%22%5Cn%22+this.next%28%29.text%7Dreturn%20this.inline.output%28body%29%7D%3BParser.prototype.tok%3Dfunction%28%29%7Bswitch%28this.token.type%29%7Bcase%22space%22%3A%7Breturn%22%22%7Dcase%22hr%22%3A%7Breturn%20this.renderer.hr%28%29%7Dcase%22heading%22%3A%7Breturn%20this.renderer.heading%28this.inline.output%28this.token.text%29%2Cthis.token.depth%2Cthis.token.text%29%7Dcase%22code%22%3A%7Breturn%20this.renderer.code%28this.token.text%2Cthis.token.lang%2Cthis.token.escaped%29%7Dcase%22table%22%3A%7Bvar%20header%3D%22%22%2Cbody%3D%22%22%2Ci%2Crow%2Ccell%2Cflags%2Cj%3Bcell%3D%22%22%3Bfor%28i%3D0%3Bi%3Cthis.token.header.length%3Bi++%29%7Bflags%3D%7Bheader%3Atrue%2Calign%3Athis.token.align%5Bi%5D%7D%3Bcell+%3Dthis.renderer.tablecell%28this.inline.output%28this.token.header%5Bi%5D%29%2C%7Bheader%3Atrue%2Calign%3Athis.token.align%5Bi%5D%7D%29%7Dheader+%3Dthis.renderer.tablerow%28cell%29%3Bfor%28i%3D0%3Bi%3Cthis.token.cells.length%3Bi++%29%7Brow%3Dthis.token.cells%5Bi%5D%3Bcell%3D%22%22%3Bfor%28j%3D0%3Bj%3Crow.length%3Bj++%29%7Bcell+%3Dthis.renderer.tablecell%28this.inline.output%28row%5Bj%5D%29%2C%7Bheader%3Afalse%2Calign%3Athis.token.align%5Bj%5D%7D%29%7Dbody+%3Dthis.renderer.tablerow%28cell%29%7Dreturn%20this.renderer.table%28header%2Cbody%29%7Dcase%22blockquote_start%22%3A%7Bvar%20body%3D%22%22%3Bwhile%28this.next%28%29.type%21%3D%3D%22blockquote_end%22%29%7Bbody+%3Dthis.tok%28%29%7Dreturn%20this.renderer.blockquote%28body%29%7Dcase%22list_start%22%3A%7Bvar%20body%3D%22%22%2Cordered%3Dthis.token.ordered%3Bwhile%28this.next%28%29.type%21%3D%3D%22list_end%22%29%7Bbody+%3Dthis.tok%28%29%7Dreturn%20this.renderer.list%28body%2Cordered%29%7Dcase%22list_item_start%22%3A%7Bvar%20body%3D%22%22%3Bwhile%28this.next%28%29.type%21%3D%3D%22list_item_end%22%29%7Bbody+%3Dthis.token.type%3D%3D%3D%22text%22%3Fthis.parseText%28%29%3Athis.tok%28%29%7Dreturn%20this.renderer.listitem%28body%29%7Dcase%22loose_item_start%22%3A%7Bvar%20body%3D%22%22%3Bwhile%28this.next%28%29.type%21%3D%3D%22list_item_end%22%29%7Bbody+%3Dthis.tok%28%29%7Dreturn%20this.renderer.listitem%28body%29%7Dcase%22html%22%3A%7Bvar%20html%3D%21this.token.pre%26%26%21this.options.pedantic%3Fthis.inline.output%28this.token.text%29%3Athis.token.text%3Breturn%20this.renderer.html%28html%29%7Dcase%22paragraph%22%3A%7Breturn%20this.renderer.paragraph%28this.inline.output%28this.token.text%29%29%7Dcase%22text%22%3A%7Breturn%20this.renderer.paragraph%28this.parseText%28%29%29%7D%7D%7D%3Bfunction%20escape%28html%2Cencode%29%7Breturn%20html.replace%28%21encode%3F/%26%28%3F%21%23%3F%5Cw+%3B%29/g%3A/%26/g%2C%22%26amp%3B%22%29.replace%28/%3C/g%2C%22%26lt%3B%22%29.replace%28/%3E/g%2C%22%26gt%3B%22%29.replace%28/%22/g%2C%22%26quot%3B%22%29.replace%28/%27/g%2C%22%26%2339%3B%22%29%7Dfunction%20unescape%28html%29%7Breturn%20html.replace%28/%26%28%5B%23%5Cw%5D+%29%3B/g%2Cfunction%28_%2Cn%29%7Bn%3Dn.toLowerCase%28%29%3Bif%28n%3D%3D%3D%22colon%22%29return%22%3A%22%3Bif%28n.charAt%280%29%3D%3D%3D%22%23%22%29%7Breturn%20n.charAt%281%29%3D%3D%3D%22x%22%3FString.fromCharCode%28parseInt%28n.substring%282%29%2C16%29%29%3AString.fromCharCode%28+n.substring%281%29%29%7Dreturn%22%22%7D%29%7Dfunction%20replace%28regex%2Copt%29%7Bregex%3Dregex.source%3Bopt%3Dopt%7C%7C%22%22%3Breturn%20function%20self%28name%2Cval%29%7Bif%28%21name%29return%20new%20RegExp%28regex%2Copt%29%3Bval%3Dval.source%7C%7Cval%3Bval%3Dval.replace%28/%28%5E%7C%5B%5E%5C%5B%5D%29%5C%5E/g%2C%22%241%22%29%3Bregex%3Dregex.replace%28name%2Cval%29%3Breturn%20self%7D%7Dfunction%20noop%28%29%7B%7Dnoop.exec%3Dnoop%3Bfunction%20merge%28obj%29%7Bvar%20i%3D1%2Ctarget%2Ckey%3Bfor%28%3Bi%3Carguments.length%3Bi++%29%7Btarget%3Darguments%5Bi%5D%3Bfor%28key%20in%20target%29%7Bif%28Object.prototype.hasOwnProperty.call%28target%2Ckey%29%29%7Bobj%5Bkey%5D%3Dtarget%5Bkey%5D%7D%7D%7Dreturn%20obj%7Dfunction%20marked%28src%2Copt%2Ccallback%29%7Bif%28callback%7C%7Ctypeof%20opt%3D%3D%3D%22function%22%29%7Bif%28%21callback%29%7Bcallback%3Dopt%3Bopt%3Dnull%7Dopt%3Dmerge%28%7B%7D%2Cmarked.defaults%2Copt%7C%7C%7B%7D%29%3Bvar%20highlight%3Dopt.highlight%2Ctokens%2Cpending%2Ci%3D0%3Btry%7Btokens%3DLexer.lex%28src%2Copt%29%7Dcatch%28e%29%7Breturn%20callback%28e%29%7Dpending%3Dtokens.length%3Bvar%20done%3Dfunction%28%29%7Bvar%20out%2Cerr%3Btry%7Bout%3DParser.parse%28tokens%2Copt%29%7Dcatch%28e%29%7Berr%3De%7Dopt.highlight%3Dhighlight%3Breturn%20err%3Fcallback%28err%29%3Acallback%28null%2Cout%29%7D%3Bif%28%21highlight%7C%7Chighlight.length%3C3%29%7Breturn%20done%28%29%7Ddelete%20opt.highlight%3Bif%28%21pending%29return%20done%28%29%3Bfor%28%3Bi%3Ctokens.length%3Bi++%29%7B%21function%28token%29%7Bif%28token.type%21%3D%3D%22code%22%29%7Breturn--pending%7C%7Cdone%28%29%7Dreturn%20highlight%28token.text%2Ctoken.lang%2Cfunction%28err%2Ccode%29%7Bif%28code%3D%3Dnull%7C%7Ccode%3D%3D%3Dtoken.text%29%7Breturn--pending%7C%7Cdone%28%29%7Dtoken.text%3Dcode%3Btoken.escaped%3Dtrue%3B--pending%7C%7Cdone%28%29%7D%29%7D%28tokens%5Bi%5D%29%7Dreturn%7Dtry%7Bif%28opt%29opt%3Dmerge%28%7B%7D%2Cmarked.defaults%2Copt%29%3Breturn%20Parser.parse%28Lexer.lex%28src%2Copt%29%2Copt%29%7Dcatch%28e%29%7Be.message+%3D%22%5CnPlease%20report%20this%20to%20https%3A//github.com/chjj/marked.%22%3Bif%28%28opt%7C%7Cmarked.defaults%29.silent%29%7Breturn%22%3Cp%3EAn%20error%20occured%3A%3C/p%3E%3Cpre%3E%22+escape%28e.message+%22%22%2Ctrue%29+%22%3C/pre%3E%22%7Dthrow%20e%7D%7Dmarked.options%3Dmarked.setOptions%3Dfunction%28opt%29%7Bmerge%28marked.defaults%2Copt%29%3Breturn%20marked%7D%3Bmarked.defaults%3D%7Bgfm%3Atrue%2Ctables%3Atrue%2Cbreaks%3Afalse%2Cpedantic%3Afalse%2Csanitize%3Afalse%2CsmartLists%3Afalse%2Csilent%3Afalse%2Chighlight%3Anull%2ClangPrefix%3A%22lang-%22%2Csmartypants%3Afalse%2CheaderPrefix%3A%22%22%2Crenderer%3Anew%20Renderer%7D%3Bmarked.Parser%3DParser%3Bmarked.parser%3DParser.parse%3Bmarked.Renderer%3DRenderer%3Bmarked.Lexer%3DLexer%3Bmarked.lexer%3DLexer.lex%3Bmarked.InlineLexer%3DInlineLexer%3Bmarked.inlineLexer%3DInlineLexer.output%3Bmarked.parse%3Dmarked%3Bif%28typeof%20exports%3D%3D%3D%22object%22%29%7Bmodule.exports%3Dmarked%7Delse%20if%28typeof%20define%3D%3D%3D%22function%22%26%26define.amd%29%7Bdefine%28function%28%29%7Breturn%20marked%7D%29%7Delse%7Bthis.marked%3Dmarked%7D%7D.call%28function%28%29%7Breturn%20this%7C%7C%28typeof%20window%21%3D%3D%22undefined%22%3Fwindow%3Aglobal%29%7D%28%29%29%7D%28window%29%7D%2C%7B%7D%5D%7D%2C%7B%7D%2C%5B3%5D%29%3B%0A%0A" + "%3C/script%3E"));
</script>
</body>
</html>