{"ScriptPreparationCode":"var conv = {\r\n showdown: new showdown.Converter(),\r\n marked: marked,\r\n cm: new commonmark.HtmlRenderer(),\r\n mdit: markdownit({ html: true }),\r\n remarkable: new remarkable.Remarkable(),\r\n micromarkdown: window.micromarkdown,\r\n snarkdown: window.snarkdown,\r\n micromark: micromark\r\n};\r\n\r\nvar pars = {\r\n cm: new commonmark.Parser()\r\n};\r\n\r\nvar md = [\r\n\t\t\u0022---\u0022,\r\n\u0022__Advertisement :)__\u0022,\r\n\u0022\u0022,\r\n\u0022- __[pica](https://nodeca.github.io/pica/demo/)__ - high quality and fast image\u0022,\r\n\u0022 resize in browser.\u0022,\r\n\u0022- __[babelfish](https://github.com/nodeca/babelfish/)__ - developer friendly\u0022,\r\n\u0022 i18n with plurals support and easy syntax.\u0022,\r\n\u0022\u0022,\r\n\u0022You will like those projects!\u0022,\r\n\u0022\u0022,\r\n\u0022---\u0022,\r\n\u0022\u0022,\r\n\u0022# h1 Heading 8-)\u0022,\r\n\u0022## h2 Heading\u0022,\r\n\u0022### h3 Heading\u0022,\r\n\u0022#### h4 Heading\u0022,\r\n\u0022##### h5 Heading\u0022,\r\n\u0022###### h6 Heading\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022## Horizontal Rules\u0022,\r\n\u0022\u0022,\r\n\u0022___\u0022,\r\n\u0022\u0022,\r\n\u0022---\u0022,\r\n\u0022\u0022,\r\n\u0022***\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022## Typographic replacements\u0022,\r\n\u0022\u0022,\r\n\u0022Enable typographer option to see result.\u0022,\r\n\u0022\u0022,\r\n\u0022(c) (C) (r) (R) (tm) (TM) (p) (P) \u002B-\u0022,\r\n\u0022\u0022,\r\n\u0022test.. test... test..... test?..... test!....\u0022,\r\n\u0022\u0022,\r\n\u0022!!!!!! ???? ,, -- ---\u0022,\r\n\u0022\u0022,\r\n\u0022\\\u0022Smartypants, double quotes\\\u0022 and \u0027single quotes\u0027\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022## Emphasis\u0022,\r\n\u0022\u0022,\r\n\u0022**This is bold text**\u0022,\r\n\u0022\u0022,\r\n\u0022__This is bold text__\u0022,\r\n\u0022\u0022,\r\n\u0022*This is italic text*\u0022,\r\n\u0022\u0022,\r\n\u0022_This is italic text_\u0022,\r\n\u0022\u0022,\r\n\u0022~~Strikethrough~~\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022## Blockquotes\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022\u003E Blockquotes can also be nested...\u0022,\r\n\u0022\u003E\u003E ...by using additional greater-than signs right next to each other...\u0022,\r\n\u0022\u003E \u003E \u003E ...or with spaces between arrows.\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022## Lists\u0022,\r\n\u0022\u0022,\r\n\u0022Unordered\u0022,\r\n\u0022\u0022,\r\n\u0022\u002B Create a list by starting a line with \u0060\u002B\u0060, \u0060-\u0060, or \u0060*\u0060\u0022,\r\n\u0022\u002B Sub-lists are made by indenting 2 spaces:\u0022,\r\n\u0022 - Marker character change forces new list start:\u0022,\r\n\u0022 * Ac tristique libero volutpat at\u0022,\r\n\u0022 \u002B Facilisis in pretium nisl aliquet\u0022,\r\n\u0022 - Nulla volutpat aliquam velit\u0022,\r\n\u0022\u002B Very easy!\u0022,\r\n\u0022\u0022,\r\n\u0022Ordered\u0022,\r\n\u0022\u0022,\r\n\u00221. Lorem ipsum dolor sit amet\u0022,\r\n\u00222. Consectetur adipiscing elit\u0022,\r\n\u00223. Integer molestie lorem at massa\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u00221. You can use sequential numbers...\u0022,\r\n\u00221. ...or keep all the numbers as \u00601.\u0060\u0022,\r\n\u0022\u0022,\r\n\u0022Start numbering with offset:\u0022,\r\n\u0022\u0022,\r\n\u002257. foo\u0022,\r\n\u00221. bar\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022## Code\u0022,\r\n\u0022\u0022,\r\n\u0022Inline \u0060code\u0060\u0022,\r\n\u0022\u0022,\r\n\u0022Indented code\u0022,\r\n\u0022\u0022,\r\n\u0022 // Some comments\u0022,\r\n\u0022 line 1 of code\u0022,\r\n\u0022 line 2 of code\u0022,\r\n\u0022 line 3 of code\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022Block code \\\u0022fences\\\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022\u0060\u0060\u0060\u0022,\r\n\u0022Sample text here...\u0022,\r\n\u0022\u0060\u0060\u0060\u0022,\r\n\u0022\u0022,\r\n\u0022Syntax highlighting\u0022,\r\n\u0022\u0022,\r\n\u0022\u0060\u0060\u0060 js\u0022,\r\n\u0022var foo = function (bar) {\u0022,\r\n\u0022 return bar\u002B\u002B;\u0022,\r\n\u0022};\u0022,\r\n\u0022\u0022,\r\n\u0022console.log(foo(5));\u0022,\r\n\u0022\u0060\u0060\u0060\u0022,\r\n\u0022\u0022,\r\n\u0022## Tables\u0022,\r\n\u0022\u0022,\r\n\u0022| Option | Description |\u0022,\r\n\u0022| ------ | ----------- |\u0022,\r\n\u0022| data | path to data files to supply the data that will be passed into templates. |\u0022,\r\n\u0022| engine | engine to be used for processing templates. Handlebars is the default. |\u0022,\r\n\u0022| ext | extension to be used for dest files. |\u0022,\r\n\u0022\u0022,\r\n\u0022Right aligned columns\u0022,\r\n\u0022\u0022,\r\n\u0022| Option | Description |\u0022,\r\n\u0022| ------:| -----------:|\u0022,\r\n\u0022| data | path to data files to supply the data that will be passed into templates. |\u0022,\r\n\u0022| engine | engine to be used for processing templates. Handlebars is the default. |\u0022,\r\n\u0022| ext | extension to be used for dest files. |\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022## Links\u0022,\r\n\u0022\u0022,\r\n\u0022[link text](http://dev.nodeca.com)\u0022,\r\n\u0022\u0022,\r\n\u0022[link with title](http://nodeca.github.io/pica/demo/ \\\u0022title text!\\\u0022)\u0022,\r\n\u0022\u0022,\r\n\u0022Autoconverted link https://github.com/nodeca/pica (enable linkify to see)\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022## Images\u0022,\r\n\u0022\u0022,\r\n\u0022![Minion](https://octodex.github.com/images/minion.png)\u0022,\r\n\u0022![Stormtroopocat](https://octodex.github.com/images/stormtroopocat.jpg \\\u0022The Stormtroopocat\\\u0022)\u0022,\r\n\u0022\u0022,\r\n\u0022Like links, Images also have a footnote style syntax\u0022,\r\n\u0022\u0022,\r\n\u0022![Alt text][id]\u0022,\r\n\u0022\u0022,\r\n\u0022With a reference later in the document defining the URL location:\u0022,\r\n\u0022\u0022,\r\n\u0022[id]: https://octodex.github.com/images/dojocat.jpg \\\u0022The Dojocat\\\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022## Plugins\u0022,\r\n\u0022\u0022,\r\n\u0022The killer feature of \u0060markdown-it\u0060 is very effective support of\u0022,\r\n\u0022[syntax plugins](https://www.npmjs.org/browse/keyword/markdown-it-plugin).\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022### [Emojies](https://github.com/markdown-it/markdown-it-emoji)\u0022,\r\n\u0022\u0022,\r\n\u0022\u003E Classic markup: :wink: :crush: :cry: :tear: :laughing: :yum:\u0022,\r\n\u0022\u003E\u0022,\r\n\u0022\u003E Shortcuts (emoticons): :-) :-( 8-) ;)\u0022,\r\n\u0022\u0022,\r\n\u0022see [how to change output](https://github.com/markdown-it/markdown-it-emoji#change-output) with twemoji.\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022### [Subscipt](https://github.com/markdown-it/markdown-it-sub) / [Superscirpt](https://github.com/markdown-it/markdown-it-sup)\u0022,\r\n\u0022\u0022,\r\n\u0022- 19^th^\u0022,\r\n\u0022- H~2~O\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022### [\\\u003Cins\u003E](https://github.com/markdown-it/markdown-it-ins)\u0022,\r\n\u0022\u0022,\r\n\u0022\u002B\u002BInserted text\u002B\u002B\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022### [\\\u003Cmark\u003E](https://github.com/markdown-it/markdown-it-mark)\u0022,\r\n\u0022\u0022,\r\n\u0022==Marked text==\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022### [Footnotes](https://github.com/markdown-it/markdown-it-footnote)\u0022,\r\n\u0022\u0022,\r\n\u0022Footnote 1 link[^first].\u0022,\r\n\u0022\u0022,\r\n\u0022Footnote 2 link[^second].\u0022,\r\n\u0022\u0022,\r\n\u0022Inline footnote^[Text of inline footnote] definition.\u0022,\r\n\u0022\u0022,\r\n\u0022Duplicated footnote reference[^second].\u0022,\r\n\u0022\u0022,\r\n\u0022[^first]: Footnote **can have markup**\u0022,\r\n\u0022\u0022,\r\n\u0022 and multiple paragraphs.\u0022,\r\n\u0022\u0022,\r\n\u0022[^second]: Footnote text.\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022### [Definition lists](https://github.com/markdown-it/markdown-it-deflist)\u0022,\r\n\u0022\u0022,\r\n\u0022Term 1\u0022,\r\n\u0022\u0022,\r\n\u0022: Definition 1\u0022,\r\n\u0022with lazy continuation.\u0022,\r\n\u0022\u0022,\r\n\u0022Term 2 with *inline markup*\u0022,\r\n\u0022\u0022,\r\n\u0022: Definition 2\u0022,\r\n\u0022\u0022,\r\n\u0022 { some code, part of Definition 2 }\u0022,\r\n\u0022\u0022,\r\n\u0022 Third paragraph of definition 2.\u0022,\r\n\u0022\u0022,\r\n\u0022_Compact style:_\u0022,\r\n\u0022\u0022,\r\n\u0022Term 1\u0022,\r\n\u0022 ~ Definition 1\u0022,\r\n\u0022\u0022,\r\n\u0022Term 2\u0022,\r\n\u0022 ~ Definition 2a\u0022,\r\n\u0022 ~ Definition 2b\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022### [Abbreviations](https://github.com/markdown-it/markdown-it-abbr)\u0022,\r\n\u0022\u0022,\r\n\u0022This is HTML abbreviation example.\u0022,\r\n\u0022\u0022,\r\n\u0022It converts \\\u0022HTML\\\u0022, but keep intact partial entries like \\\u0022xxxHTMLyyy\\\u0022 and so on.\u0022,\r\n\u0022\u0022,\r\n\u0022*[HTML]: Hyper Text Markup Language\u0022,\r\n\u0022---\u0022,\r\n\u0022__Advertisement :)__\u0022,\r\n\u0022\u0022,\r\n\u0022- __[pica](https://nodeca.github.io/pica/demo/)__ - high quality and fast image\u0022,\r\n\u0022 resize in browser.\u0022,\r\n\u0022- __[babelfish](https://github.com/nodeca/babelfish/)__ - developer friendly\u0022,\r\n\u0022 i18n with plurals support and easy syntax.\u0022,\r\n\u0022\u0022,\r\n\u0022You will like those projects!\u0022,\r\n\u0022\u0022,\r\n\u0022---\u0022,\r\n\u0022\u0022,\r\n\u0022# h1 Heading 8-)\u0022,\r\n\u0022## h2 Heading\u0022,\r\n\u0022### h3 Heading\u0022,\r\n\u0022#### h4 Heading\u0022,\r\n\u0022##### h5 Heading\u0022,\r\n\u0022###### h6 Heading\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022## Horizontal Rules\u0022,\r\n\u0022\u0022,\r\n\u0022___\u0022,\r\n\u0022\u0022,\r\n\u0022---\u0022,\r\n\u0022\u0022,\r\n\u0022***\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022## Typographic replacements\u0022,\r\n\u0022\u0022,\r\n\u0022Enable typographer option to see result.\u0022,\r\n\u0022\u0022,\r\n\u0022(c) (C) (r) (R) (tm) (TM) (p) (P) \u002B-\u0022,\r\n\u0022\u0022,\r\n\u0022test.. test... test..... test?..... test!....\u0022,\r\n\u0022\u0022,\r\n\u0022!!!!!! ???? ,, -- ---\u0022,\r\n\u0022\u0022,\r\n\u0022\\\u0022Smartypants, double quotes\\\u0022 and \u0027single quotes\u0027\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022## Emphasis\u0022,\r\n\u0022\u0022,\r\n\u0022**This is bold text**\u0022,\r\n\u0022\u0022,\r\n\u0022__This is bold text__\u0022,\r\n\u0022\u0022,\r\n\u0022*This is italic text*\u0022,\r\n\u0022\u0022,\r\n\u0022_This is italic text_\u0022,\r\n\u0022\u0022,\r\n\u0022~~Strikethrough~~\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022## Blockquotes\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022\u003E Blockquotes can also be nested...\u0022,\r\n\u0022\u003E\u003E ...by using additional greater-than signs right next to each other...\u0022,\r\n\u0022\u003E \u003E \u003E ...or with spaces between arrows.\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022## Lists\u0022,\r\n\u0022\u0022,\r\n\u0022Unordered\u0022,\r\n\u0022\u0022,\r\n\u0022\u002B Create a list by starting a line with \u0060\u002B\u0060, \u0060-\u0060, or \u0060*\u0060\u0022,\r\n\u0022\u002B Sub-lists are made by indenting 2 spaces:\u0022,\r\n\u0022 - Marker character change forces new list start:\u0022,\r\n\u0022 * Ac tristique libero volutpat at\u0022,\r\n\u0022 \u002B Facilisis in pretium nisl aliquet\u0022,\r\n\u0022 - Nulla volutpat aliquam velit\u0022,\r\n\u0022\u002B Very easy!\u0022,\r\n\u0022\u0022,\r\n\u0022Ordered\u0022,\r\n\u0022\u0022,\r\n\u00221. Lorem ipsum dolor sit amet\u0022,\r\n\u00222. Consectetur adipiscing elit\u0022,\r\n\u00223. Integer molestie lorem at massa\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u00221. You can use sequential numbers...\u0022,\r\n\u00221. ...or keep all the numbers as \u00601.\u0060\u0022,\r\n\u0022\u0022,\r\n\u0022Start numbering with offset:\u0022,\r\n\u0022\u0022,\r\n\u002257. foo\u0022,\r\n\u00221. bar\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022## Code\u0022,\r\n\u0022\u0022,\r\n\u0022Inline \u0060code\u0060\u0022,\r\n\u0022\u0022,\r\n\u0022Indented code\u0022,\r\n\u0022\u0022,\r\n\u0022 // Some comments\u0022,\r\n\u0022 line 1 of code\u0022,\r\n\u0022 line 2 of code\u0022,\r\n\u0022 line 3 of code\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022Block code \\\u0022fences\\\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022\u0060\u0060\u0060\u0022,\r\n\u0022Sample text here...\u0022,\r\n\u0022\u0060\u0060\u0060\u0022,\r\n\u0022\u0022,\r\n\u0022Syntax highlighting\u0022,\r\n\u0022\u0022,\r\n\u0022\u0060\u0060\u0060 js\u0022,\r\n\u0022var foo = function (bar) {\u0022,\r\n\u0022 return bar\u002B\u002B;\u0022,\r\n\u0022};\u0022,\r\n\u0022\u0022,\r\n\u0022console.log(foo(5));\u0022,\r\n\u0022\u0060\u0060\u0060\u0022,\r\n\u0022\u0022,\r\n\u0022## Tables\u0022,\r\n\u0022\u0022,\r\n\u0022| Option | Description |\u0022,\r\n\u0022| ------ | ----------- |\u0022,\r\n\u0022| data | path to data files to supply the data that will be passed into templates. |\u0022,\r\n\u0022| engine | engine to be used for processing templates. Handlebars is the default. |\u0022,\r\n\u0022| ext | extension to be used for dest files. |\u0022,\r\n\u0022\u0022,\r\n\u0022Right aligned columns\u0022,\r\n\u0022\u0022,\r\n\u0022| Option | Description |\u0022,\r\n\u0022| ------:| -----------:|\u0022,\r\n\u0022| data | path to data files to supply the data that will be passed into templates. |\u0022,\r\n\u0022| engine | engine to be used for processing templates. Handlebars is the default. |\u0022,\r\n\u0022| ext | extension to be used for dest files. |\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022## Links\u0022,\r\n\u0022\u0022,\r\n\u0022[link text](http://dev.nodeca.com)\u0022,\r\n\u0022\u0022,\r\n\u0022[link with title](http://nodeca.github.io/pica/demo/ \\\u0022title text!\\\u0022)\u0022,\r\n\u0022\u0022,\r\n\u0022Autoconverted link https://github.com/nodeca/pica (enable linkify to see)\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022## Images\u0022,\r\n\u0022\u0022,\r\n\u0022![Minion](https://octodex.github.com/images/minion.png)\u0022,\r\n\u0022![Stormtroopocat](https://octodex.github.com/images/stormtroopocat.jpg \\\u0022The Stormtroopocat\\\u0022)\u0022,\r\n\u0022\u0022,\r\n\u0022Like links, Images also have a footnote style syntax\u0022,\r\n\u0022\u0022,\r\n\u0022![Alt text][id]\u0022,\r\n\u0022\u0022,\r\n\u0022With a reference later in the document defining the URL location:\u0022,\r\n\u0022\u0022,\r\n\u0022[id]: https://octodex.github.com/images/dojocat.jpg \\\u0022The Dojocat\\\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022## Plugins\u0022,\r\n\u0022\u0022,\r\n\u0022The killer feature of \u0060markdown-it\u0060 is very effective support of\u0022,\r\n\u0022[syntax plugins](https://www.npmjs.org/browse/keyword/markdown-it-plugin).\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022### [Emojies](https://github.com/markdown-it/markdown-it-emoji)\u0022,\r\n\u0022\u0022,\r\n\u0022\u003E Classic markup: :wink: :crush: :cry: :tear: :laughing: :yum:\u0022,\r\n\u0022\u003E\u0022,\r\n\u0022\u003E Shortcuts (emoticons): :-) :-( 8-) ;)\u0022,\r\n\u0022\u0022,\r\n\u0022see [how to change output](https://github.com/markdown-it/markdown-it-emoji#change-output) with twemoji.\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022### [Subscipt](https://github.com/markdown-it/markdown-it-sub) / [Superscirpt](https://github.com/markdown-it/markdown-it-sup)\u0022,\r\n\u0022\u0022,\r\n\u0022- 19^th^\u0022,\r\n\u0022- H~2~O\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022### [\\\u003Cins\u003E](https://github.com/markdown-it/markdown-it-ins)\u0022,\r\n\u0022\u0022,\r\n\u0022\u002B\u002BInserted text\u002B\u002B\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022### [\\\u003Cmark\u003E](https://github.com/markdown-it/markdown-it-mark)\u0022,\r\n\u0022\u0022,\r\n\u0022==Marked text==\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022### [Footnotes](https://github.com/markdown-it/markdown-it-footnote)\u0022,\r\n\u0022\u0022,\r\n\u0022Footnote 1 link[^first].\u0022,\r\n\u0022\u0022,\r\n\u0022Footnote 2 link[^second].\u0022,\r\n\u0022\u0022,\r\n\u0022Inline footnote^[Text of inline footnote] definition.\u0022,\r\n\u0022\u0022,\r\n\u0022Duplicated footnote reference[^second].\u0022,\r\n\u0022\u0022,\r\n\u0022[^first]: Footnote **can have markup**\u0022,\r\n\u0022\u0022,\r\n\u0022 and multiple paragraphs.\u0022,\r\n\u0022\u0022,\r\n\u0022[^second]: Footnote text.\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022### [Definition lists](https://github.com/markdown-it/markdown-it-deflist)\u0022,\r\n\u0022\u0022,\r\n\u0022Term 1\u0022,\r\n\u0022\u0022,\r\n\u0022: Definition 1\u0022,\r\n\u0022with lazy continuation.\u0022,\r\n\u0022\u0022,\r\n\u0022Term 2 with *inline markup*\u0022,\r\n\u0022\u0022,\r\n\u0022: Definition 2\u0022,\r\n\u0022\u0022,\r\n\u0022 { some code, part of Definition 2 }\u0022,\r\n\u0022\u0022,\r\n\u0022 Third paragraph of definition 2.\u0022,\r\n\u0022\u0022,\r\n\u0022_Compact style:_\u0022,\r\n\u0022\u0022,\r\n\u0022Term 1\u0022,\r\n\u0022 ~ Definition 1\u0022,\r\n\u0022\u0022,\r\n\u0022Term 2\u0022,\r\n\u0022 ~ Definition 2a\u0022,\r\n\u0022 ~ Definition 2b\u0022,\r\n\u0022\u0022,\r\n\u0022\u0022,\r\n\u0022### [Abbreviations](https://github.com/markdown-it/markdown-it-abbr)\u0022,\r\n\u0022\u0022,\r\n\u0022This is HTML abbreviation example.\u0022,\r\n\u0022\u0022,\r\n\u0022It converts \\\u0022HTML\\\u0022, but keep intact partial entries like \\\u0022xxxHTMLyyy\\\u0022 and so on.\u0022,\r\n\u0022\u0022,\r\n\u0022*[HTML]: Hyper Text Markup Language\u0022].join(\u0022\\n\u0022);","TestCases":[{"Name":"Showdown.js","Code":"conv.showdown.makeHtml(md);","IsDeferred":false},{"Name":"Marked","Code":"conv.marked.parse(md);","IsDeferred":false},{"Name":"CommonMark","Code":"conv.cm.render(pars.cm.parse(md));","IsDeferred":false},{"Name":"Markdown-it","Code":"conv.mdit.render(md);","IsDeferred":false},{"Name":"Remarkable","Code":"conv.remarkable.render(md);","IsDeferred":false},{"Name":"Micromarkdown","Code":"conv.micromarkdown.parse(md);","IsDeferred":false},{"Name":"Snarkdown","Code":"conv.snarkdown(md);","IsDeferred":false},{"Name":"Micromark","Code":"conv.micromark(md);","IsDeferred":false}]}