/**

* marked - a markdown parser
* Copyright (c) 2011-2014, Christopher Jeffrey. (MIT Licensed)
* https://github.com/chjj/marked
*/

(function()function e(e){this.tokens=[],this.tokens.links={},this.options=e||a.defaults,this.rules=p.normal,this.options.gfm&&(this.rules=this.options.tables?p.tables:p.gfm)}function t(e,t){if(this.options=t||a.defaults,this.links=e,this.rules=u.normal,this.renderer=this.options.renderer||new n,this.renderer.options=this.options,!this.links)throw new Error(“Tokens array requires a `links` property.”);this.options.gfm?this.rules=this.options.breaks?u.breaks:u.gfm:this.options.pedantic&&(this.rules=u.pedantic)}function n(e){this.options=e||{}}function r(e){this.tokens=[],this.token=null,this.options=e||a.defaults,this.options.renderer=this.options.renderer||new n,this.renderer=this.options.renderer,this.renderer.options=this.options}function s(e,t){return e.replace(t?/&/g:/&(?!#?w+;)/g,“&”).replace(//g,“>”).replace(/“/g,”“”).replace(/‘/g,“'”)}function i(e){return e.replace(/&([#w]+);/g,function(e,t){return t=t.toLowerCase(),“colon”===t?“:”:“#”===t.charAt(0)?String.fromCharCode(“x”===t.charAt(1)?parseInt(t.substring(2),16):+t.substring(1)):“”})}function l(e,t){return e=e.source,t=t||“”,function n(r,s){return r?(s=s.source||s,s=s.replace(/(^|[^[])^/g,“$1”),e=e.replace(r,s),n):new RegExp(e,t)}}function o(){}function h(e){for(var t,n,r=1;rAn error occured:

“+s(c.message+”“,!0)+”
“;throw c}}var p={newline:/^n+/,code:/^( {4+n*)+/,fences:o,hr:/^( [-_]){3,} *(?:n+|$)/,heading:/^ *(#{1,6}) *([^n]+?) *#* *(?:n+|$)/,nptable:o,lheading:/^(+)n *(=|-){2,} *(?:n+|$)/,blockquote:/^( *>[^n]+(n(?!def)+)n)+/,list:/^( *)(bull) [sS]+?(?:hr|def|n{2,}(?! )(?!1bull )n*|s*$)/,html:/^ *(?:comment *(?:n|s*$)|closed *(?:n{2,}|s*$)|closing *(?:n{2,}|s*$))/,def:/^ *[([^]]+)]: *<?([^s>]+)>?(?: +[”(]([^n]+))? *(?:n+|$)/,table:o,paragraph:/^((?:+n?(?!hr|heading|lheading|blockquote|tag|def))+)n*/,text:/^+/};p.bullet=/(?:|d+.)/,p.item=/^( *)(bull) [^n]*(?:n(?!1bull )[^n]*)*/,p.item=l(p.item,”gm“)(/bull/g,p.bullet)(),p.list=l(p.list)(/bull/g,p.bullet)(”hr“,”\n+(?=\1?(?: *){3,}(?:\n+|$))“)(”def“,”\n+(?=“p.def.source”)“)(),p.blockquote=l(p.blockquote)(”def“,p.def)(),p._tag=”(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\b)\w+(?!:/|*@)\b“,p.html=l(p.html)(”comment“,/