Full Code of showdownjs/showdown for AI

master 2a8a64eb3dd1 cached
899 files
1014.2 KB
366.8k tokens
98 symbols
1 requests
Download .txt
Showing preview only (1,240K chars total). Download the full file or copy to clipboard to get everything.
Repository: showdownjs/showdown
Branch: master
Commit: 2a8a64eb3dd1
Files: 899
Total size: 1014.2 KB

Directory structure:
gitextract_un81wrs2/

├── .editorconfig
├── .eslintrc.json
├── .gitattributes
├── .github/
│   └── workflows/
│       ├── browserstack.yml
│       ├── codeql-analysis.yml
│       ├── docs.yml
│       ├── node.linux.yml
│       └── node.win.yml
├── .gitignore
├── .jshintignore
├── .jshintrc
├── CHANGELOG.md
├── CONTRIBUTING.md
├── CREDITS.md
├── DONATIONS.md
├── Gruntfile.js
├── LICENSE
├── README.md
├── SECURITY.md
├── TASKS.TODO.md
├── bin/
│   └── showdown.js
├── bower.json
├── dist/
│   └── showdown.js
├── docs/
│   ├── assets/
│   │   └── extra.css
│   ├── available-options.md
│   ├── cli.md
│   ├── compatibility.md
│   ├── configuration.md
│   ├── create-extension.md
│   ├── credits.md
│   ├── donations.md
│   ├── event_system.md
│   ├── extensions-list.md
│   ├── extensions.md
│   ├── flavors.md
│   ├── index.md
│   ├── integrations.md
│   ├── markdown-syntax.md
│   ├── quickstart.md
│   ├── tutorials/
│   │   ├── add-default-class-to-html.md
│   │   ├── index.md
│   │   ├── markdown-editor-with-showdown.md
│   │   └── use-both-extension-types-together.md
│   └── xss.md
├── karma.browserstack.js
├── karma.conf.js
├── mkdocs.yml
├── package.json
├── performance.json
├── performance.log.md
├── src/
│   ├── cli/
│   │   └── cli.js
│   ├── converter.js
│   ├── helpers.js
│   ├── loader.js
│   ├── options.js
│   ├── showdown.js
│   └── subParsers/
│       ├── makehtml/
│       │   ├── blockGamut.js
│       │   ├── blockQuotes.js
│       │   ├── codeBlocks.js
│       │   ├── codeSpans.js
│       │   ├── completeHTMLDocument.js
│       │   ├── detab.js
│       │   ├── ellipsis.js
│       │   ├── emoji.js
│       │   ├── encodeAmpsAndAngles.js
│       │   ├── encodeBackslashEscapes.js
│       │   ├── encodeCode.js
│       │   ├── escapeSpecialCharsWithinTagAttributes.js
│       │   ├── githubCodeBlocks.js
│       │   ├── hashBlock.js
│       │   ├── hashCodeTags.js
│       │   ├── hashElement.js
│       │   ├── hashHTMLBlocks.js
│       │   ├── hashHTMLSpans.js
│       │   ├── hashPreCodeTags.js
│       │   ├── headers.js
│       │   ├── horizontalRule.js
│       │   ├── images.js
│       │   ├── italicsAndBold.js
│       │   ├── links.js
│       │   ├── lists.js
│       │   ├── metadata.js
│       │   ├── outdent.js
│       │   ├── paragraphs.js
│       │   ├── runExtension.js
│       │   ├── spanGamut.js
│       │   ├── strikethrough.js
│       │   ├── stripLinkDefinitions.js
│       │   ├── tables.js
│       │   ├── underline.js
│       │   └── unescapeSpecialChars.js
│       └── makemarkdown/
│           ├── blockquote.js
│           ├── break.js
│           ├── codeBlock.js
│           ├── codeSpan.js
│           ├── emphasis.js
│           ├── header.js
│           ├── hr.js
│           ├── image.js
│           ├── input.js
│           ├── links.js
│           ├── list.js
│           ├── listItem.js
│           ├── node.js
│           ├── paragraph.js
│           ├── pre.js
│           ├── strikethrough.js
│           ├── strong.js
│           ├── table.js
│           ├── tableCell.js
│           └── txt.js
└── test/
    ├── bootstrap.js
    ├── cli/
    │   ├── basic.html
    │   └── basic.md
    ├── functional/
    │   ├── makehtml/
    │   │   ├── cases/
    │   │   │   ├── commonmark.testsuite.json
    │   │   │   ├── features/
    │   │   │   │   ├── #143.support-image-dimensions.html
    │   │   │   │   ├── #143.support-image-dimensions.md
    │   │   │   │   ├── #164.1.simple-autolink.html
    │   │   │   │   ├── #164.1.simple-autolink.md
    │   │   │   │   ├── #164.2.disallow-underscore-emphasis-mid-word.html
    │   │   │   │   ├── #164.2.disallow-underscore-emphasis-mid-word.md
    │   │   │   │   ├── #164.3.strikethrough.html
    │   │   │   │   ├── #164.3.strikethrough.md
    │   │   │   │   ├── #164.4.tasklists.html
    │   │   │   │   ├── #164.4.tasklists.md
    │   │   │   │   ├── #178.markdown-inside-html-does-not-parse.html
    │   │   │   │   ├── #178.markdown-inside-html-does-not-parse.md
    │   │   │   │   ├── #198.literalMidWordUnderscores-changes-behavior-of-asterisk.html
    │   │   │   │   ├── #198.literalMidWordUnderscores-changes-behavior-of-asterisk.md
    │   │   │   │   ├── #204.certain-links-with-at-and-dot-break-url.html
    │   │   │   │   ├── #204.certain-links-with-at-and-dot-break-url.md
    │   │   │   │   ├── #206.treat-single-line-breaks-as-br.html
    │   │   │   │   ├── #206.treat-single-line-breaks-as-br.md
    │   │   │   │   ├── #214.escaped-markdown-chars-break-strikethrough.html
    │   │   │   │   ├── #214.escaped-markdown-chars-break-strikethrough.md
    │   │   │   │   ├── #259.es6-template-strings-indentation-issues.html
    │   │   │   │   ├── #259.es6-template-strings-indentation-issues.md
    │   │   │   │   ├── #284.simplifiedAutoLink-does-not-match-GFM-style.html
    │   │   │   │   ├── #284.simplifiedAutoLink-does-not-match-GFM-style.md
    │   │   │   │   ├── #316.new-simpleLineBreaks-option-breaks-lists.html
    │   │   │   │   ├── #316.new-simpleLineBreaks-option-breaks-lists.md
    │   │   │   │   ├── #318.simpleLineBreaks-does-not-work-with-chinese-characters.html
    │   │   │   │   ├── #318.simpleLineBreaks-does-not-work-with-chinese-characters.md
    │   │   │   │   ├── #320.github-compatible-generated-header-id.html
    │   │   │   │   ├── #320.github-compatible-generated-header-id.md
    │   │   │   │   ├── #323.simpleLineBreaks-breaks-with-strong.html
    │   │   │   │   ├── #323.simpleLineBreaks-breaks-with-strong.md
    │   │   │   │   ├── #330.simplifiedAutoLink-drops-character-before-and-after-linked-mail.html
    │   │   │   │   ├── #330.simplifiedAutoLink-drops-character-before-and-after-linked-mail.md
    │   │   │   │   ├── #331.allow-escaping-of-tilde.html
    │   │   │   │   ├── #331.allow-escaping-of-tilde.md
    │   │   │   │   ├── #355.simplifiedAutoLink-URLs-inside-parenthesis-followed-by-another-character-are-not-parsed-correctly.html
    │   │   │   │   ├── #355.simplifiedAutoLink-URLs-inside-parenthesis-followed-by-another-character-are-not-parsed-correctly.md
    │   │   │   │   ├── #374.escape-html-tags.html
    │   │   │   │   ├── #374.escape-html-tags.md
    │   │   │   │   ├── #378.simplifiedAutoLinks-with-excludeTrailingPunctuationFromURLs.html
    │   │   │   │   ├── #378.simplifiedAutoLinks-with-excludeTrailingPunctuationFromURLs.md
    │   │   │   │   ├── #379.openLinksInNewWindow-breaks-em-markdup.html
    │   │   │   │   ├── #379.openLinksInNewWindow-breaks-em-markdup.md
    │   │   │   │   ├── #398.literalMidWordAsterisks-treats-non-word-characters-as-characters.html
    │   │   │   │   ├── #398.literalMidWordAsterisks-treats-non-word-characters-as-characters.md
    │   │   │   │   ├── #69.header-level-start.html
    │   │   │   │   ├── #69.header-level-start.md
    │   │   │   │   ├── #709.allow-whitespaces-after-end-in-metadata.html
    │   │   │   │   ├── #709.allow-whitespaces-after-end-in-metadata.md
    │   │   │   │   ├── completeHTMLOutput/
    │   │   │   │   │   ├── simple.html
    │   │   │   │   │   └── simple.md
    │   │   │   │   ├── customizedHeaderId-simple.html
    │   │   │   │   ├── customizedHeaderId-simple.md
    │   │   │   │   ├── disable-email-encoding.html
    │   │   │   │   ├── disable-email-encoding.md
    │   │   │   │   ├── disable-gh-codeblocks.html
    │   │   │   │   ├── disable-gh-codeblocks.md
    │   │   │   │   ├── disableForced4SpacesIndentedSublists/
    │   │   │   │   │   └── .gitkeep
    │   │   │   │   ├── disableForced4SpacesIndentedSublists.html
    │   │   │   │   ├── disableForced4SpacesIndentedSublists.md
    │   │   │   │   ├── ellipsis/
    │   │   │   │   │   ├── ellipsis.html
    │   │   │   │   │   └── ellipsis.md
    │   │   │   │   ├── emojis/
    │   │   │   │   │   ├── complex.html
    │   │   │   │   │   ├── complex.md
    │   │   │   │   │   ├── links.html
    │   │   │   │   │   ├── links.md
    │   │   │   │   │   ├── simple.html
    │   │   │   │   │   ├── simple.md
    │   │   │   │   │   ├── simplifiedautolinks.html
    │   │   │   │   │   ├── simplifiedautolinks.md
    │   │   │   │   │   ├── special.html
    │   │   │   │   │   └── special.md
    │   │   │   │   ├── excludeTrailingPunctuationFromURLs-option.html
    │   │   │   │   ├── excludeTrailingPunctuationFromURLs-option.md
    │   │   │   │   ├── ghMentions.html
    │   │   │   │   ├── ghMentions.md
    │   │   │   │   ├── literalMidWordAsterisks/
    │   │   │   │   │   ├── basic.html
    │   │   │   │   │   ├── basic.md
    │   │   │   │   │   ├── punctation-test.html
    │   │   │   │   │   └── punctation-test.md
    │   │   │   │   ├── literalMidWordUnderscores/
    │   │   │   │   │   ├── basic.html
    │   │   │   │   │   ├── basic.md
    │   │   │   │   │   ├── punctation-test.html
    │   │   │   │   │   └── punctation-test.md
    │   │   │   │   ├── metadata/
    │   │   │   │   │   ├── dashes-conflict.html
    │   │   │   │   │   ├── dashes-conflict.md
    │   │   │   │   │   ├── embeded-in-output.html
    │   │   │   │   │   ├── embeded-in-output.md
    │   │   │   │   │   ├── embeded-two-consecutive-metadata-blocks-different-symbols.html
    │   │   │   │   │   ├── embeded-two-consecutive-metadata-blocks-different-symbols.md
    │   │   │   │   │   ├── embeded-two-consecutive-metadata-blocks.html
    │   │   │   │   │   ├── embeded-two-consecutive-metadata-blocks.md
    │   │   │   │   │   ├── ignore-metadata.html
    │   │   │   │   │   ├── ignore-metadata.md
    │   │   │   │   │   ├── simple-angled-for-method.html
    │   │   │   │   │   ├── simple-angled-for-method.md
    │   │   │   │   │   ├── simple-angled-quotes.html
    │   │   │   │   │   ├── simple-angled-quotes.md
    │   │   │   │   │   ├── simple-three-dashes.html
    │   │   │   │   │   ├── simple-three-dashes.md
    │   │   │   │   │   ├── simple-with-format.html
    │   │   │   │   │   └── simple-with-format.md
    │   │   │   │   ├── moreStyling/
    │   │   │   │   │   ├── tasklists-with-styling.html
    │   │   │   │   │   └── tasklists-with-styling.md
    │   │   │   │   ├── openLinksInNewWindow/
    │   │   │   │   │   ├── hash-links-open-in-same-page.html
    │   │   │   │   │   ├── hash-links-open-in-same-page.md
    │   │   │   │   │   ├── simple-cases.html
    │   │   │   │   │   ├── simple-cases.md
    │   │   │   │   │   ├── simple.html
    │   │   │   │   │   ├── simple.md
    │   │   │   │   │   ├── simplifiedAutoLink.html
    │   │   │   │   │   └── simplifiedAutoLink.md
    │   │   │   │   ├── prefixHeaderId-simple.html
    │   │   │   │   ├── prefixHeaderId-simple.md
    │   │   │   │   ├── prefixHeaderId-string-and-ghCompatibleHeaderId.html
    │   │   │   │   ├── prefixHeaderId-string-and-ghCompatibleHeaderId.md
    │   │   │   │   ├── prefixHeaderId-string-and-ghCompatibleHeaderId2.html
    │   │   │   │   ├── prefixHeaderId-string-and-ghCompatibleHeaderId2.md
    │   │   │   │   ├── prefixHeaderId-string.html
    │   │   │   │   ├── prefixHeaderId-string.md
    │   │   │   │   ├── rawHeaderId/
    │   │   │   │   │   ├── simple.html
    │   │   │   │   │   ├── simple.md
    │   │   │   │   │   ├── with-prefixHeaderId.html
    │   │   │   │   │   └── with-prefixHeaderId.md
    │   │   │   │   ├── rawPrefixHeaderId/
    │   │   │   │   │   ├── simple-with-prefixHeaderId.html
    │   │   │   │   │   └── simple-with-prefixHeaderId.md
    │   │   │   │   ├── relativePathBaseUrl.html
    │   │   │   │   ├── relativePathBaseUrl.md
    │   │   │   │   ├── requireSpaceBeforeHeadingText.html
    │   │   │   │   ├── requireSpaceBeforeHeadingText.md
    │   │   │   │   ├── simpleLineBreaks-handle-html-pre.html
    │   │   │   │   ├── simpleLineBreaks-handle-html-pre.md
    │   │   │   │   ├── simpleLineBreaks2.html
    │   │   │   │   ├── simpleLineBreaks2.md
    │   │   │   │   ├── simplifiedAutoLink/
    │   │   │   │   │   ├── autolinks-with-magic-chars.html
    │   │   │   │   │   ├── autolinks-with-magic-chars.md
    │   │   │   │   │   ├── blockquote.html
    │   │   │   │   │   ├── blockquote.md
    │   │   │   │   │   ├── codespans.html
    │   │   │   │   │   ├── codespans.md
    │   │   │   │   │   ├── complete-test-case.html
    │   │   │   │   │   ├── complete-test-case.md
    │   │   │   │   │   ├── disallow-underscores.html
    │   │   │   │   │   ├── disallow-underscores.md
    │   │   │   │   │   ├── does-not-parse-inside-a-tags.html
    │   │   │   │   │   ├── does-not-parse-inside-a-tags.md
    │   │   │   │   │   ├── does-not-parse-inside-code.html
    │   │   │   │   │   ├── does-not-parse-inside-code.md
    │   │   │   │   │   ├── does-not-parse-reference-links.html
    │   │   │   │   │   ├── does-not-parse-reference-links.md
    │   │   │   │   │   ├── emphasis-and-strikethrough.html
    │   │   │   │   │   ├── emphasis-and-strikethrough.md
    │   │   │   │   │   ├── ordered-lists.html
    │   │   │   │   │   ├── ordered-lists.md
    │   │   │   │   │   ├── text.html
    │   │   │   │   │   ├── text.md
    │   │   │   │   │   ├── trailing-punctuation.html
    │   │   │   │   │   ├── trailing-punctuation.md
    │   │   │   │   │   ├── unordered-lists.html
    │   │   │   │   │   ├── unordered-lists.md
    │   │   │   │   │   ├── wrapping-parenthesis.html
    │   │   │   │   │   └── wrapping-parenthesis.md
    │   │   │   │   ├── splitAdjacentBlockquotes/
    │   │   │   │   │   ├── basic.html
    │   │   │   │   │   ├── basic.md
    │   │   │   │   │   ├── multiline-paragraph.html
    │   │   │   │   │   └── multiline-paragraph.md
    │   │   │   │   ├── tables/
    │   │   │   │   │   ├── #179.parse-md-in-table-ths.html
    │   │   │   │   │   ├── #179.parse-md-in-table-ths.md
    │   │   │   │   │   ├── #256.table-header-separators-should-not-require-3-dashes.html
    │   │   │   │   │   ├── #256.table-header-separators-should-not-require-3-dashes.md
    │   │   │   │   │   ├── #345.escape-pipe-character.html
    │   │   │   │   │   ├── #345.escape-pipe-character.md
    │   │   │   │   │   ├── #406.does-not-render-one-column-tables.html
    │   │   │   │   │   ├── #406.does-not-render-one-column-tables.md
    │   │   │   │   │   ├── #442.trailing-spaces-break-one-column-tables.html
    │   │   │   │   │   ├── #442.trailing-spaces-break-one-column-tables.md
    │   │   │   │   │   ├── #443.2.table-followed-by-list-does-not-parse-correctly.html
    │   │   │   │   │   ├── #443.2.table-followed-by-list-does-not-parse-correctly.md
    │   │   │   │   │   ├── #443.table-followed-by-list-does-not-parse-correctly.html
    │   │   │   │   │   ├── #443.table-followed-by-list-does-not-parse-correctly.md
    │   │   │   │   │   ├── #465.code-spans-with-pipes-break-table.html
    │   │   │   │   │   ├── #465.code-spans-with-pipes-break-table.md
    │   │   │   │   │   ├── #471.ol-is-not-rendered-correctly-inside-table.html
    │   │   │   │   │   ├── #471.ol-is-not-rendered-correctly-inside-table.md
    │   │   │   │   │   ├── basic-alignment.html
    │   │   │   │   │   ├── basic-alignment.md
    │   │   │   │   │   ├── basic-with-header-ids.html
    │   │   │   │   │   ├── basic-with-header-ids.md
    │   │   │   │   │   ├── basic.html
    │   │   │   │   │   ├── basic.md
    │   │   │   │   │   ├── gh-style-tables.html
    │   │   │   │   │   ├── gh-style-tables.md
    │   │   │   │   │   ├── large-table-with-allignments.html
    │   │   │   │   │   ├── large-table-with-allignments.md
    │   │   │   │   │   ├── large.html
    │   │   │   │   │   ├── large.md
    │   │   │   │   │   ├── mixed-alignment.html
    │   │   │   │   │   ├── mixed-alignment.md
    │   │   │   │   │   ├── multiple-tables.html
    │   │   │   │   │   ├── multiple-tables.md
    │   │   │   │   │   ├── table-inside-codeblock.html
    │   │   │   │   │   ├── table-inside-codeblock.md
    │   │   │   │   │   ├── table-without-leading-pipe.html
    │   │   │   │   │   ├── table-without-leading-pipe.md
    │   │   │   │   │   ├── with-equals.html
    │   │   │   │   │   ├── with-equals.md
    │   │   │   │   │   ├── with-span-elements.html
    │   │   │   │   │   ├── with-span-elements.md
    │   │   │   │   │   ├── with-surroundings.html
    │   │   │   │   │   ├── with-surroundings.md
    │   │   │   │   │   ├── without-body.html
    │   │   │   │   │   ├── without-body.md
    │   │   │   │   │   ├── without-header-delimiter.html
    │   │   │   │   │   └── without-header-delimiter.md
    │   │   │   │   └── underline/
    │   │   │   │       ├── fulltext.html
    │   │   │   │       ├── fulltext.md
    │   │   │   │       ├── simple.html
    │   │   │   │       └── simple.md
    │   │   │   ├── ghost/
    │   │   │   │   ├── markdown-magic.html
    │   │   │   │   ├── markdown-magic.md
    │   │   │   │   ├── underscore.html
    │   │   │   │   └── underscore.md
    │   │   │   ├── issues/
    │   │   │   │   ├── #107.inner-underscore-parse-to-block.html
    │   │   │   │   ├── #107.inner-underscore-parse-to-block.md
    │   │   │   │   ├── #142.odd-behaviour-for-multiple-consecutive-lists.html
    │   │   │   │   ├── #142.odd-behaviour-for-multiple-consecutive-lists.md
    │   │   │   │   ├── #150.hyphens-are-getting-removed.html
    │   │   │   │   ├── #150.hyphens-are-getting-removed.md
    │   │   │   │   ├── #183.gh-code-blocks-within-lists-do-not-render-properly.html
    │   │   │   │   ├── #183.gh-code-blocks-within-lists-do-not-render-properly.md
    │   │   │   │   ├── #191.blockquote-followed-by-an-heading.html
    │   │   │   │   ├── #191.blockquote-followed-by-an-heading.md
    │   │   │   │   ├── #196.entity-in-code-block-in-nested-list.html
    │   │   │   │   ├── #196.entity-in-code-block-in-nested-list.md
    │   │   │   │   ├── #220.html-breaks-markdown-parsing.html
    │   │   │   │   ├── #220.html-breaks-markdown-parsing.md
    │   │   │   │   ├── #229.2.code-being-parsed-inside-HTML-code-tags.html
    │   │   │   │   ├── #229.2.code-being-parsed-inside-HTML-code-tags.md
    │   │   │   │   ├── #229.code-being-parsed-inside-HTML-code-tags.html
    │   │   │   │   ├── #229.code-being-parsed-inside-HTML-code-tags.md
    │   │   │   │   ├── #230.paragraphs-are-ignored-between-code-tags.html
    │   │   │   │   ├── #230.paragraphs-are-ignored-between-code-tags.md
    │   │   │   │   ├── #236.wrong-lt-parsing-when-attached-to-word.html
    │   │   │   │   ├── #236.wrong-lt-parsing-when-attached-to-word.md
    │   │   │   │   ├── #261.mix-images-with-links.html
    │   │   │   │   ├── #261.mix-images-with-links.md
    │   │   │   │   ├── #261.reference-style-image-after-inline-style-image-does-not-work-correctely.html
    │   │   │   │   ├── #261.reference-style-image-after-inline-style-image-does-not-work-correctely.md
    │   │   │   │   ├── #261.reference-style-link-after-inline-style-link-does-not-work-correctely.html
    │   │   │   │   ├── #261.reference-style-link-after-inline-style-link-does-not-work-correctely.md
    │   │   │   │   ├── #288.code-blocks-containing-xml-comments-are-not-converted-correctly-when-nested-in-list-items.html
    │   │   │   │   ├── #288.code-blocks-containing-xml-comments-are-not-converted-correctly-when-nested-in-list-items.md
    │   │   │   │   ├── #299.nested-ordered-unordered-list-inconsistent-behavior-2.html
    │   │   │   │   ├── #299.nested-ordered-unordered-list-inconsistent-behavior-2.md
    │   │   │   │   ├── #299.nested-ordered-unordered-list-inconsistent-behavior-3.html
    │   │   │   │   ├── #299.nested-ordered-unordered-list-inconsistent-behavior-3.md
    │   │   │   │   ├── #299.nested-ordered-unordered-list-inconsistent-behavior.html
    │   │   │   │   ├── #299.nested-ordered-unordered-list-inconsistent-behavior.md
    │   │   │   │   ├── #312.spaced-dashes-followed-by-char.html
    │   │   │   │   ├── #312.spaced-dashes-followed-by-char.md
    │   │   │   │   ├── #312.spaced-dashes-followed-by-char2.html
    │   │   │   │   ├── #312.spaced-dashes-followed-by-char2.md
    │   │   │   │   ├── #312.spaced-dashes-followed-by-char3.html
    │   │   │   │   ├── #312.spaced-dashes-followed-by-char3.md
    │   │   │   │   ├── #312.spaced-dashes-followed-by-char4.html
    │   │   │   │   ├── #312.spaced-dashes-followed-by-char4.md
    │   │   │   │   ├── #317.spaces-before-hr.html
    │   │   │   │   ├── #317.spaces-before-hr.md
    │   │   │   │   ├── #332.inconsistent-behavior-of-emphasis-and-strong.html
    │   │   │   │   ├── #332.inconsistent-behavior-of-emphasis-and-strong.md
    │   │   │   │   ├── #345.no-escape-for-the-pipe-character.html
    │   │   │   │   ├── #345.no-escape-for-the-pipe-character.md
    │   │   │   │   ├── #390.brackets-in-URL-break-images.html
    │   │   │   │   ├── #390.brackets-in-URL-break-images.md
    │   │   │   │   ├── #390.brackets-in-URL-break-links.html
    │   │   │   │   ├── #390.brackets-in-URL-break-links.md
    │   │   │   │   ├── #393.showdown-hangs-with-malformed-html.html
    │   │   │   │   ├── #393.showdown-hangs-with-malformed-html.md
    │   │   │   │   ├── #397.unordered-list-strange-behavior.html
    │   │   │   │   ├── #397.unordered-list-strange-behavior.md
    │   │   │   │   ├── #429.multiline-base64-image-support.html
    │   │   │   │   ├── #429.multiline-base64-image-support.md
    │   │   │   │   ├── #467.header-ids-for-subheadings.html
    │   │   │   │   ├── #467.header-ids-for-subheadings.md
    │   │   │   │   ├── #494.enumerated-code-blocks-are-partially-escaped-when-including-empy-lines-between-code-2.html
    │   │   │   │   ├── #494.enumerated-code-blocks-are-partially-escaped-when-including-empy-lines-between-code-2.md
    │   │   │   │   ├── #494.enumerated-code-blocks-are-partially-escaped-when-including-empy-lines-between-code.html
    │   │   │   │   ├── #494.enumerated-code-blocks-are-partially-escaped-when-including-empy-lines-between-code.md
    │   │   │   │   ├── #495.headings-different-behavior-in-paragraphs-and-lists.html
    │   │   │   │   ├── #495.headings-different-behavior-in-paragraphs-and-lists.md
    │   │   │   │   ├── #510.specific-string-gets-removed-from-text.html
    │   │   │   │   ├── #510.specific-string-gets-removed-from-text.md
    │   │   │   │   ├── #523.leading-space-breaks-gfm-code-blocks.html
    │   │   │   │   ├── #523.leading-space-breaks-gfm-code-blocks.md
    │   │   │   │   ├── #585.error-when-using-image-references.html
    │   │   │   │   ├── #585.error-when-using-image-references.md
    │   │   │   │   ├── #697.space-between-inline-elements.html
    │   │   │   │   ├── #697.space-between-inline-elements.md
    │   │   │   │   ├── #83.parsed-text-links-with-underscores.html
    │   │   │   │   ├── #83.parsed-text-links-with-underscores.md
    │   │   │   │   ├── #856.gfm-codeblock-with-language-with-spaces.html
    │   │   │   │   ├── #856.gfm-codeblock-with-language-with-spaces.md
    │   │   │   │   ├── #96.underscores-in-links.html
    │   │   │   │   ├── #96.underscores-in-links.md
    │   │   │   │   ├── URLs-with-multiple-parenthesis.html
    │   │   │   │   ├── URLs-with-multiple-parenthesis.md
    │   │   │   │   ├── crazy-urls.html
    │   │   │   │   ├── crazy-urls.md
    │   │   │   │   ├── deeply-nested-HTML-blocks.html
    │   │   │   │   ├── deeply-nested-HTML-blocks.md
    │   │   │   │   ├── handle-html-pre.html
    │   │   │   │   ├── handle-html-pre.md
    │   │   │   │   ├── one-line-HTML-input.html
    │   │   │   │   ├── one-line-HTML-input.md
    │   │   │   │   ├── reference-link-impostors.html
    │   │   │   │   └── reference-link-impostors.md
    │   │   │   ├── karlcow/
    │   │   │   │   ├── 2-paragraphs-hard-return-spaces.html
    │   │   │   │   ├── 2-paragraphs-hard-return-spaces.md
    │   │   │   │   ├── 2-paragraphs-hard-return.html
    │   │   │   │   ├── 2-paragraphs-hard-return.md
    │   │   │   │   ├── 2-paragraphs-line-returns.html
    │   │   │   │   ├── 2-paragraphs-line-returns.md
    │   │   │   │   ├── 2-paragraphs-line-spaces.html
    │   │   │   │   ├── 2-paragraphs-line-spaces.md
    │   │   │   │   ├── 2-paragraphs-line-tab.html
    │   │   │   │   ├── 2-paragraphs-line-tab.md
    │   │   │   │   ├── 2-paragraphs-line.html
    │   │   │   │   ├── 2-paragraphs-line.md
    │   │   │   │   ├── EOL-CR+LF.html
    │   │   │   │   ├── EOL-CR+LF.md
    │   │   │   │   ├── EOL-CR.html
    │   │   │   │   ├── EOL-CR.md
    │   │   │   │   ├── EOL-LF.html
    │   │   │   │   ├── EOL-LF.md
    │   │   │   │   ├── ampersand-text-flow.html
    │   │   │   │   ├── ampersand-text-flow.md
    │   │   │   │   ├── ampersand-uri.html
    │   │   │   │   ├── ampersand-uri.md
    │   │   │   │   ├── asterisk-near-text.html
    │   │   │   │   ├── asterisk-near-text.md
    │   │   │   │   ├── asterisk.html
    │   │   │   │   ├── asterisk.md
    │   │   │   │   ├── backslash-escape.html
    │   │   │   │   ├── backslash-escape.md
    │   │   │   │   ├── blockquote-added-markup.html
    │   │   │   │   ├── blockquote-added-markup.md
    │   │   │   │   ├── blockquote-line-2-paragraphs.html
    │   │   │   │   ├── blockquote-line-2-paragraphs.md
    │   │   │   │   ├── blockquote-line.html
    │   │   │   │   ├── blockquote-line.md
    │   │   │   │   ├── blockquote-multiline-1-space-begin.html
    │   │   │   │   ├── blockquote-multiline-1-space-begin.md
    │   │   │   │   ├── blockquote-multiline-1-space-end.html
    │   │   │   │   ├── blockquote-multiline-1-space-end.md
    │   │   │   │   ├── blockquote-multiline-2-paragraphs.html
    │   │   │   │   ├── blockquote-multiline-2-paragraphs.md
    │   │   │   │   ├── blockquote-multiline.html
    │   │   │   │   ├── blockquote-multiline.md
    │   │   │   │   ├── blockquote-nested-multiplereturn-level1.html
    │   │   │   │   ├── blockquote-nested-multiplereturn-level1.md
    │   │   │   │   ├── blockquote-nested-multiplereturn.html
    │   │   │   │   ├── blockquote-nested-multiplereturn.md
    │   │   │   │   ├── blockquote-nested-return-level1.html
    │   │   │   │   ├── blockquote-nested-return-level1.md
    │   │   │   │   ├── blockquote-nested.html
    │   │   │   │   ├── blockquote-nested.md
    │   │   │   │   ├── code-1-tab.html
    │   │   │   │   ├── code-1-tab.md
    │   │   │   │   ├── code-4-spaces-escaping.html
    │   │   │   │   ├── code-4-spaces-escaping.md
    │   │   │   │   ├── code-4-spaces.html
    │   │   │   │   ├── code-4-spaces.md
    │   │   │   │   ├── em-middle-word.html
    │   │   │   │   ├── em-middle-word.md
    │   │   │   │   ├── em-star.html
    │   │   │   │   ├── em-star.md
    │   │   │   │   ├── em-underscore.html
    │   │   │   │   ├── em-underscore.md
    │   │   │   │   ├── entities-text-flow.html
    │   │   │   │   ├── entities-text-flow.md
    │   │   │   │   ├── header-level1-equal-underlined.html
    │   │   │   │   ├── header-level1-equal-underlined.md
    │   │   │   │   ├── header-level1-hash-sign-closed.html
    │   │   │   │   ├── header-level1-hash-sign-closed.md
    │   │   │   │   ├── header-level1-hash-sign-trailing-1-space.html
    │   │   │   │   ├── header-level1-hash-sign-trailing-1-space.md
    │   │   │   │   ├── header-level1-hash-sign-trailing-2-spaces.html
    │   │   │   │   ├── header-level1-hash-sign-trailing-2-spaces.md
    │   │   │   │   ├── header-level1-hash-sign.html
    │   │   │   │   ├── header-level1-hash-sign.md
    │   │   │   │   ├── header-level2-dash-underlined.html
    │   │   │   │   ├── header-level2-dash-underlined.md
    │   │   │   │   ├── header-level2-hash-sign-closed.html
    │   │   │   │   ├── header-level2-hash-sign-closed.md
    │   │   │   │   ├── header-level2-hash-sign.html
    │   │   │   │   ├── header-level2-hash-sign.md
    │   │   │   │   ├── header-level3-hash-sign-closed.html
    │   │   │   │   ├── header-level3-hash-sign-closed.md
    │   │   │   │   ├── header-level3-hash-sign.html
    │   │   │   │   ├── header-level3-hash-sign.md
    │   │   │   │   ├── header-level4-hash-sign-closed.html
    │   │   │   │   ├── header-level4-hash-sign-closed.md
    │   │   │   │   ├── header-level4-hash-sign.html
    │   │   │   │   ├── header-level4-hash-sign.md
    │   │   │   │   ├── header-level5-hash-sign-closed.html
    │   │   │   │   ├── header-level5-hash-sign-closed.md
    │   │   │   │   ├── header-level5-hash-sign.html
    │   │   │   │   ├── header-level5-hash-sign.md
    │   │   │   │   ├── header-level6-hash-sign-closed.html
    │   │   │   │   ├── header-level6-hash-sign-closed.md
    │   │   │   │   ├── header-level6-hash-sign.html
    │   │   │   │   ├── header-level6-hash-sign.md
    │   │   │   │   ├── horizontal-rule-3-dashes-spaces.html
    │   │   │   │   ├── horizontal-rule-3-dashes-spaces.md
    │   │   │   │   ├── horizontal-rule-3-dashes.html
    │   │   │   │   ├── horizontal-rule-3-dashes.md
    │   │   │   │   ├── horizontal-rule-3-stars.html
    │   │   │   │   ├── horizontal-rule-3-stars.md
    │   │   │   │   ├── horizontal-rule-3-underscores.html
    │   │   │   │   ├── horizontal-rule-3-underscores.md
    │   │   │   │   ├── horizontal-rule-7-dashes.html
    │   │   │   │   ├── horizontal-rule-7-dashes.md
    │   │   │   │   ├── img-idref-title.html
    │   │   │   │   ├── img-idref-title.md
    │   │   │   │   ├── img-idref.html
    │   │   │   │   ├── img-idref.md
    │   │   │   │   ├── img-title.html
    │   │   │   │   ├── img-title.md
    │   │   │   │   ├── img.html
    │   │   │   │   ├── img.md
    │   │   │   │   ├── inline-code-escaping-entities.html
    │   │   │   │   ├── inline-code-escaping-entities.md
    │   │   │   │   ├── inline-code-with-visible-backtick.html
    │   │   │   │   ├── inline-code-with-visible-backtick.md
    │   │   │   │   ├── inline-code.html
    │   │   │   │   ├── inline-code.md
    │   │   │   │   ├── line-break-2-spaces.html
    │   │   │   │   ├── line-break-2-spaces.md
    │   │   │   │   ├── line-break-5-spaces.html
    │   │   │   │   ├── line-break-5-spaces.md
    │   │   │   │   ├── link-automatic.html
    │   │   │   │   ├── link-automatic.md
    │   │   │   │   ├── link-bracket-paranthesis-title.html
    │   │   │   │   ├── link-bracket-paranthesis-title.md
    │   │   │   │   ├── link-bracket-paranthesis.html
    │   │   │   │   ├── link-bracket-paranthesis.md
    │   │   │   │   ├── link-idref-angle-bracket.html
    │   │   │   │   ├── link-idref-angle-bracket.md
    │   │   │   │   ├── link-idref-implicit-spaces.html
    │   │   │   │   ├── link-idref-implicit-spaces.md
    │   │   │   │   ├── link-idref-implicit.html
    │   │   │   │   ├── link-idref-implicit.md
    │   │   │   │   ├── link-idref-space.html
    │   │   │   │   ├── link-idref-space.md
    │   │   │   │   ├── link-idref-title-next-line.html
    │   │   │   │   ├── link-idref-title-next-line.md
    │   │   │   │   ├── link-idref-title-paranthesis.html
    │   │   │   │   ├── link-idref-title-paranthesis.md
    │   │   │   │   ├── link-idref-title-single-quote.html
    │   │   │   │   ├── link-idref-title-single-quote.md
    │   │   │   │   ├── link-idref-title.html
    │   │   │   │   ├── link-idref-title.md
    │   │   │   │   ├── link-idref.html
    │   │   │   │   ├── link-idref.md
    │   │   │   │   ├── list-blockquote.html
    │   │   │   │   ├── list-blockquote.md
    │   │   │   │   ├── list-code.html
    │   │   │   │   ├── list-code.md
    │   │   │   │   ├── list-multiparagraphs-tab.html
    │   │   │   │   ├── list-multiparagraphs-tab.md
    │   │   │   │   ├── list-multiparagraphs.html
    │   │   │   │   ├── list-multiparagraphs.md
    │   │   │   │   ├── ordered-list-escaped.html
    │   │   │   │   ├── ordered-list-escaped.md
    │   │   │   │   ├── ordered-list-inner-par-list.html
    │   │   │   │   ├── ordered-list-inner-par-list.md
    │   │   │   │   ├── ordered-list-items-random-number.html
    │   │   │   │   ├── ordered-list-items-random-number.md
    │   │   │   │   ├── ordered-list-items.html
    │   │   │   │   ├── ordered-list-items.md
    │   │   │   │   ├── paragraph-hard-return.html
    │   │   │   │   ├── paragraph-hard-return.md
    │   │   │   │   ├── paragraph-line.html
    │   │   │   │   ├── paragraph-line.md
    │   │   │   │   ├── paragraph-trailing-leading-spaces.html
    │   │   │   │   ├── paragraph-trailing-leading-spaces.md
    │   │   │   │   ├── paragraph-trailing-tab.html
    │   │   │   │   ├── paragraph-trailing-tab.md
    │   │   │   │   ├── paragraphs-2-leading-spaces.html
    │   │   │   │   ├── paragraphs-2-leading-spaces.md
    │   │   │   │   ├── paragraphs-3-leading-spaces.html
    │   │   │   │   ├── paragraphs-3-leading-spaces.md
    │   │   │   │   ├── paragraphs-leading-space.html
    │   │   │   │   ├── paragraphs-leading-space.md
    │   │   │   │   ├── paragraphs-trailing-spaces.html
    │   │   │   │   ├── paragraphs-trailing-spaces.md
    │   │   │   │   ├── strong-middle-word.html
    │   │   │   │   ├── strong-middle-word.md
    │   │   │   │   ├── strong-star.html
    │   │   │   │   ├── strong-star.md
    │   │   │   │   ├── strong-underscore.html
    │   │   │   │   ├── strong-underscore.md
    │   │   │   │   ├── unordered-list-items-asterisk.html
    │   │   │   │   ├── unordered-list-items-asterisk.md
    │   │   │   │   ├── unordered-list-items-dashsign.html
    │   │   │   │   ├── unordered-list-items-dashsign.md
    │   │   │   │   ├── unordered-list-items-leading-1space.html
    │   │   │   │   ├── unordered-list-items-leading-1space.md
    │   │   │   │   ├── unordered-list-items-leading-2spaces.html
    │   │   │   │   ├── unordered-list-items-leading-2spaces.md
    │   │   │   │   ├── unordered-list-items-leading-3spaces.html
    │   │   │   │   ├── unordered-list-items-leading-3spaces.md
    │   │   │   │   ├── unordered-list-items-plussign.html
    │   │   │   │   ├── unordered-list-items-plussign.md
    │   │   │   │   ├── unordered-list-paragraphs.html
    │   │   │   │   ├── unordered-list-paragraphs.md
    │   │   │   │   ├── unordered-list-unindented-content.html
    │   │   │   │   ├── unordered-list-unindented-content.md
    │   │   │   │   ├── unordered-list-with-indented-content.html
    │   │   │   │   └── unordered-list-with-indented-content.md
    │   │   │   └── standard/
    │   │   │       ├── anchors-allow-fragments.html
    │   │   │       ├── anchors-allow-fragments.md
    │   │   │       ├── anchors-allow-javacript-identifiers.html
    │   │   │       ├── anchors-allow-javacript-identifiers.md
    │   │   │       ├── anchors-allow-no-protocols.html
    │   │   │       ├── anchors-allow-no-protocols.md
    │   │   │       ├── anchors-allow-object-property-names.html
    │   │   │       ├── anchors-allow-object-property-names.md
    │   │   │       ├── anchors-by-reference.html
    │   │   │       ├── anchors-by-reference.md
    │   │   │       ├── anchors-followed-by-brakets.html
    │   │   │       ├── anchors-followed-by-brakets.md
    │   │   │       ├── automatic-anchors.html
    │   │   │       ├── automatic-anchors.md
    │   │   │       ├── blockquote-followed-by-code.html
    │   │   │       ├── blockquote-followed-by-code.md
    │   │   │       ├── blockquote-inside-code.html
    │   │   │       ├── blockquote-inside-code.md
    │   │   │       ├── blockquote-nested-markdown.html
    │   │   │       ├── blockquote-nested-markdown.md
    │   │   │       ├── blockquote.html
    │   │   │       ├── blockquote.md
    │   │   │       ├── code-block-html-escape.html
    │   │   │       ├── code-block-html-escape.md
    │   │   │       ├── code-block-with-special-chars.html
    │   │   │       ├── code-block-with-special-chars.md
    │   │   │       ├── code-block.html
    │   │   │       ├── code-block.md
    │   │   │       ├── double-emphasis.html
    │   │   │       ├── double-emphasis.md
    │   │   │       ├── doubline-list.html
    │   │   │       ├── doubline-list.md
    │   │   │       ├── ellipsis.html
    │   │   │       ├── ellipsis.md
    │   │   │       ├── emphasis-inside-inline-code.html
    │   │   │       ├── emphasis-inside-inline-code.md
    │   │   │       ├── emphasis.html
    │   │   │       ├── emphasis.md
    │   │   │       ├── encodeHTMLCodeTags.html
    │   │   │       ├── encodeHTMLCodeTags.md
    │   │   │       ├── escaped-number-period.html
    │   │   │       ├── escaped-number-period.md
    │   │   │       ├── escaping.html
    │   │   │       ├── escaping.md
    │   │   │       ├── github-style-at-start.html
    │   │   │       ├── github-style-at-start.md
    │   │   │       ├── github-style-codeblock-inside-quote.html
    │   │   │       ├── github-style-codeblock-inside-quote.md
    │   │   │       ├── github-style-codeblock.html
    │   │   │       ├── github-style-codeblock.md
    │   │   │       ├── github-style-linebreaks.html
    │   │   │       ├── github-style-linebreaks.md
    │   │   │       ├── h1-with-double-hash.html
    │   │   │       ├── h1-with-double-hash.md
    │   │   │       ├── h1-with-equals.html
    │   │   │       ├── h1-with-equals.md
    │   │   │       ├── h1-with-single-hash.html
    │   │   │       ├── h1-with-single-hash.md
    │   │   │       ├── h2-with-dashes.html
    │   │   │       ├── h2-with-dashes.md
    │   │   │       ├── h2-with-double-hash.html
    │   │   │       ├── h2-with-double-hash.md
    │   │   │       ├── h2-with-single-hash.html
    │   │   │       ├── h2-with-single-hash.md
    │   │   │       ├── h3-with-double-hash.html
    │   │   │       ├── h3-with-double-hash.md
    │   │   │       ├── h3-with-single-hash.html
    │   │   │       ├── h3-with-single-hash.md
    │   │   │       ├── h4-with-single-hash.html
    │   │   │       ├── h4-with-single-hash.md
    │   │   │       ├── h5-with-single-hash.html
    │   │   │       ├── h5-with-single-hash.md
    │   │   │       ├── h6-with-single-hash.html
    │   │   │       ├── h6-with-single-hash.md
    │   │   │       ├── horizontal-rules.html
    │   │   │       ├── horizontal-rules.md
    │   │   │       ├── html-comments.html
    │   │   │       ├── html-comments.md
    │   │   │       ├── html-inside-listed-code.html
    │   │   │       ├── html-inside-listed-code.md
    │   │   │       ├── html5-strutural-tags.html
    │   │   │       ├── html5-strutural-tags.md
    │   │   │       ├── images-followed-by-brackets.html
    │   │   │       ├── images-followed-by-brackets.md
    │   │   │       ├── images.html
    │   │   │       ├── images.md
    │   │   │       ├── implicit-anchors.html
    │   │   │       ├── implicit-anchors.md
    │   │   │       ├── inline-anchors.html
    │   │   │       ├── inline-anchors.md
    │   │   │       ├── inline-code.html
    │   │   │       ├── inline-code.md
    │   │   │       ├── inline-escaped-chars.html
    │   │   │       ├── inline-escaped-chars.md
    │   │   │       ├── inline-style-tag.html
    │   │   │       ├── inline-style-tag.md
    │   │   │       ├── lazy-blockquote.html
    │   │   │       ├── lazy-blockquote.md
    │   │   │       ├── line-starts-with-html.html
    │   │   │       ├── line-starts-with-html.md
    │   │   │       ├── list-followed-by-blockquote.html
    │   │   │       ├── list-followed-by-blockquote.md
    │   │   │       ├── list-followed-by-ghcode.html
    │   │   │       ├── list-followed-by-ghcode.md
    │   │   │       ├── list-with-blockquote.html
    │   │   │       ├── list-with-blockquote.md
    │   │   │       ├── list-with-code.html
    │   │   │       ├── list-with-code.md
    │   │   │       ├── literal-html-tags.html
    │   │   │       ├── literal-html-tags.md
    │   │   │       ├── multi-paragraph-list.html
    │   │   │       ├── multi-paragraph-list.md
    │   │   │       ├── multiline-unordered-list.html
    │   │   │       ├── multiline-unordered-list.md
    │   │   │       ├── nested-blockquote.html
    │   │   │       ├── nested-blockquote.md
    │   │   │       ├── nested-gh-codeblocks.html
    │   │   │       ├── nested-gh-codeblocks.md
    │   │   │       ├── obfuscated-emails.html
    │   │   │       ├── obfuscated-emails.md
    │   │   │       ├── ordered-list-same-number.html
    │   │   │       ├── ordered-list-same-number.md
    │   │   │       ├── ordered-list-starting-number.html
    │   │   │       ├── ordered-list-starting-number.md
    │   │   │       ├── ordered-list-wrong-numbers.html
    │   │   │       ├── ordered-list-wrong-numbers.md
    │   │   │       ├── ordered-list.html
    │   │   │       ├── ordered-list.md
    │   │   │       ├── paragraphed-list-with-sublists.html
    │   │   │       ├── paragraphed-list-with-sublists.md
    │   │   │       ├── pre-code-tags-inside-code-block.html
    │   │   │       ├── pre-code-tags-inside-code-block.md
    │   │   │       ├── pre-code-tags.html
    │   │   │       ├── pre-code-tags.md
    │   │   │       ├── relative-anchors.html
    │   │   │       ├── relative-anchors.md
    │   │   │       ├── repeated-headers.html
    │   │   │       ├── repeated-headers.md
    │   │   │       ├── simple-paragraph.html
    │   │   │       ├── simple-paragraph.md
    │   │   │       ├── strip-references.html
    │   │   │       ├── strip-references.md
    │   │   │       ├── strong.html
    │   │   │       ├── strong.md
    │   │   │       ├── unordered-list-asterisk.html
    │   │   │       ├── unordered-list-asterisk.md
    │   │   │       ├── unordered-list-minus.html
    │   │   │       ├── unordered-list-minus.md
    │   │   │       ├── unordered-list-plus.html
    │   │   │       ├── unordered-list-plus.md
    │   │   │       ├── url-with-parenthesis.html
    │   │   │       └── url-with-parenthesis.md
    │   │   ├── makehtml.bootstrap.js
    │   │   ├── testsuite.commonmark.js
    │   │   ├── testsuite.features.js
    │   │   ├── testsuite.ghost.js
    │   │   ├── testsuite.issues.js
    │   │   ├── testsuite.karlcow.js
    │   │   └── testsuite.standard.js
    │   └── makemarkdown/
    │       ├── cases/
    │       │   ├── features/
    │       │   │   ├── ghMentions/
    │       │   │   │   ├── github.html
    │       │   │   │   └── github.md
    │       │   │   └── issues/
    │       │   │       ├── tasklists.html
    │       │   │       └── tasklists.md
    │       │   └── standard/
    │       │       ├── anchors-relative.html
    │       │       ├── anchors-relative.md
    │       │       ├── anchors.html
    │       │       ├── anchors.md
    │       │       ├── blockquote-followed-by-code.html
    │       │       ├── blockquote-followed-by-code.md
    │       │       ├── blockquote-nested-markdown.html
    │       │       ├── blockquote-nested-markdown.md
    │       │       ├── blockquote.html
    │       │       ├── blockquote.md
    │       │       ├── breaks.html
    │       │       ├── breaks.md
    │       │       ├── emphasis-double.html
    │       │       ├── emphasis-double.md
    │       │       ├── emphasis-inside-inline-code.html
    │       │       ├── emphasis-inside-inline-code.md
    │       │       ├── emphasis.html
    │       │       ├── emphasis.md
    │       │       ├── escaping-html-entities.html
    │       │       ├── escaping-html-entities.md
    │       │       ├── escaping.html
    │       │       ├── escaping.md
    │       │       ├── github-style-at-start.html
    │       │       ├── github-style-at-start.md
    │       │       ├── github-style-codeblock-inside-quote.html
    │       │       ├── github-style-codeblock-inside-quote.md
    │       │       ├── github-style-codeblock.html
    │       │       ├── github-style-codeblock.md
    │       │       ├── github-style-linebreaks.html
    │       │       ├── github-style-linebreaks.md
    │       │       ├── h1-with-single-hash.html
    │       │       ├── h1-with-single-hash.md
    │       │       ├── h2-with-single-hash.html
    │       │       ├── h2-with-single-hash.md
    │       │       ├── h3-with-single-hash.html
    │       │       ├── h3-with-single-hash.md
    │       │       ├── h4-with-single-hash.html
    │       │       ├── h4-with-single-hash.md
    │       │       ├── h5-with-single-hash.html
    │       │       ├── h5-with-single-hash.md
    │       │       ├── h6-with-single-hash.html
    │       │       ├── h6-with-single-hash.md
    │       │       ├── horizontal-rules.html
    │       │       ├── horizontal-rules.md
    │       │       ├── html-comments.html
    │       │       ├── html-comments.md
    │       │       ├── html.html
    │       │       ├── html.md
    │       │       ├── html5-strutural-tags.html
    │       │       ├── html5-strutural-tags.md
    │       │       ├── images-followed-by-brackets.html
    │       │       ├── images-followed-by-brackets.md
    │       │       ├── images.html
    │       │       ├── images.md
    │       │       ├── list-doubleline.html
    │       │       ├── list-doubleline.md
    │       │       ├── list-followed-by-blockquote.html
    │       │       ├── list-followed-by-blockquote.md
    │       │       ├── list-followed-by-ghcode.html
    │       │       ├── list-followed-by-ghcode.md
    │       │       ├── list-with-blockquote.html
    │       │       ├── list-with-blockquote.md
    │       │       ├── list-with-code.html
    │       │       ├── list-with-code.md
    │       │       ├── multi-paragraph-list.html
    │       │       ├── multi-paragraph-list.md
    │       │       ├── nested-gh-codeblocks.html
    │       │       ├── nested-gh-codeblocks.md
    │       │       ├── ordered-list-starting-number.html
    │       │       ├── ordered-list-starting-number.md
    │       │       ├── ordered-list.html
    │       │       ├── ordered-list.md
    │       │       ├── paragraph-simple.html
    │       │       ├── paragraph-simple.md
    │       │       ├── paragraphed-list-with-sublists.html
    │       │       ├── paragraphed-list-with-sublists.md
    │       │       ├── table-complex.html
    │       │       ├── table-complex.md
    │       │       ├── table-header-only.html
    │       │       ├── table-header-only.md
    │       │       ├── table-mix-malformed.html
    │       │       ├── table-mix-malformed.md
    │       │       ├── table-no-header.html
    │       │       ├── table-no-header.md
    │       │       ├── table-simple.html
    │       │       └── table-simple.md
    │       ├── makemarkdown.bootstrap.js
    │       ├── testsuite.features.js
    │       └── testsuite.standard.js
    ├── mocks/
    │   └── mock-extension.js
    ├── optionswp.js
    ├── performance/
    │   ├── lib/
    │   │   └── performance.lib.js
    │   └── performance.js
    ├── performance.testfile.md
    └── unit/
        ├── cli.js
        ├── showdown.Converter.js
        ├── showdown.Converter.makeHtml.js
        ├── showdown.Converter.makeMarkdown.js
        ├── showdown.helpers.js
        └── showdown.js

================================================
FILE CONTENTS
================================================

================================================
FILE: .editorconfig
================================================
[*.js]
indent_style = space
indent_size = 2
continuation_indent_size = 2
insert_final_newline = true
quote_type = single
space_after_anonymous_functions = true
space_after_control_statements = true
spaces_around_operators = true
trim_trailing_whitespace = true
spaces_in_brackets = false
curly_bracket_next_line = true
indent_brace_style = 1TBS
end_of_line = lf
charset = utf-8


================================================
FILE: .eslintrc.json
================================================
{
  "env": {
    "es6": true
  },
  "rules": {
    "indent": [2, 2, {"SwitchCase": 1, "VariableDeclarator": 2}],
    "curly": [2, "all"],
    "operator-linebreak": [2, "after"],
    "camelcase": [2, {"properties": "never"}],
    "quotes": [2, "single"],
    "no-multi-str": 2,
    "no-mixed-spaces-and-tabs": 2,
    "no-trailing-spaces": 2,
    "space-unary-ops": [2,
      {
        "nonwords": false,
        "overrides": {}
      }
    ],
    "brace-style": [2, "1tbs", {"allowSingleLine": true}],
    "keyword-spacing": [2, {}],
    "space-infix-ops": 2,
    "space-before-blocks": [2, "always"],
    "eol-last": 2,
    "space-before-function-paren": [2, "always"],
    "array-bracket-spacing": [2, "never", {"singleValue": false}],
    "space-in-parens": [2, "never"],
    "no-multiple-empty-lines": 2
  }
}


================================================
FILE: .gitattributes
================================================
# Exports for git archive
/test export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.eslintrc.json export-ignore
.jshintignore export-ignore
.jshintrc export-ignore
.travis.yml export-ignore
.appveyor.yml export-ignore
bower.json
Gruntfile.js export-ignore
performance.* export-ignore

# Line endings control
CHANGELOG.md text
CONTRIBUTING.md text
CREDITS.md text
license.txt text

# Force LF on js files
*.js text eol=lf

# Force binary mode on bin dir and dist fir
bin/* binary
dist/* binary


================================================
FILE: .github/workflows/browserstack.yml
================================================
name: 'BrowserStack Test'

on:
  push:
    branches: [ master, develop ]
  pull_request:
    branches: [ master, develop ]

jobs:
  ubuntu-job:
    name: 'BrowserStack Test on Ubuntu'
    runs-on: ubuntu-latest
    steps:
      - name: set up env vars
        # Only the first line of commit msg
        run: echo "COMMIT_MSG=$(printf "%s" "${{ github.event.head_commit.message }}" | head -n 1)" >> $GITHUB_ENV

      - name: '📦 Checkout the repository'
        uses: actions/checkout@v2

      - name: '🚚 Upgrade NPM'
        run: npm install -g npm

      - name: '⚙ Setup Node.js v17.x'
        uses: actions/setup-node@v2
        with:
          node-version: 17.x
          cache: 'npm'

      - name: '📖 Get current package version'
        id: package-version
        uses: martinbeentjes/npm-get-version-action@v1.2.3

      - name: '📝 Print build version and commit msg'
        run: 'printf "version: %s\n build:%s\n message:%s\n" "${{ steps.package-version.outputs.current-version}}" "${{ github.run_id }}" "$COMMIT_MSG"'

      - name: '📱 BrowserStack Env Setup'  # Invokes the setup-env action
        uses: browserstack/github-actions/setup-env@master
        with:
          username:  ${{ secrets.BROWSERSTACK_USERNAME }}
          access-key: ${{ secrets.BROWSERSTACK_ACCESSKEY }}
          project-name: 'showdown'
          build-name: ${{ steps.package-version.outputs.current-version}}-${{ github.run_id }}

      - name: '🚇 BrowserStack Local Tunnel Setup'  # Invokes the setup-local action
        uses: browserstack/github-actions/setup-local@master
        with:
          local-testing: start
          local-identifier: random

      - name: '🚚 Install dependencies for CI'
        run: npm ci

      - name: '🏗 Building src files for testing'
        run: npx grunt concat:test

      - name: '✅ Running test on BrowserStack with Karma'
        run: npx karma start karma.browserstack.js

      - name: '🛑 BrowserStackLocal Stop'  # Terminating the BrowserStackLocal tunnel connection
        uses: browserstack/github-actions/setup-local@master
        with:
          local-testing: stop


================================================
FILE: .github/workflows/codeql-analysis.yml
================================================
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL"

on:
  push:
    branches: [ master, develop ]
  pull_request:
    # The branches below must be a subset of the branches above
    branches: [ master, develop ]
  schedule:
    - cron: '39 3 * * 0'

jobs:
  analyze:
    name: Analyze
    runs-on: ubuntu-latest
    permissions:
      actions: read
      contents: read
      security-events: write

    strategy:
      fail-fast: false
      matrix:
        language: [ 'javascript' ]
        # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
        # Learn more about CodeQL language support at https://git.io/codeql-language-support

    steps:
    - name: Checkout repository
      uses: actions/checkout@v2

    # Initializes the CodeQL tools for scanning.
    - name: Initialize CodeQL
      uses: github/codeql-action/init@v1
      with:
        languages: ${{ matrix.language }}
        # If you wish to specify custom queries, you can do so here or in a config file.
        # By default, queries listed here will override any specified in a config file.
        # Prefix the list here with "+" to use these queries and those in the config file.
        # queries: ./path/to/local/query, your-org/your-repo/queries@main

    # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
    # If this step fails, then you should remove it and run the build manually (see below)
    - name: Autobuild
      uses: github/codeql-action/autobuild@v1

    # ℹ️ Command-line programs to run using the OS shell.
    # 📚 https://git.io/JvXDl

    # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
    #    and modify them (or add more) to build your code if your project
    #    uses a compiled language

    #- run: |
    #   make bootstrap
    #   make release

    - name: Perform CodeQL Analysis
      uses: github/codeql-action/analyze@v1


================================================
FILE: .github/workflows/docs.yml
================================================
name: documentation

on:
  push:
    branches:
      - master
    paths:
      - 'mkdocs.yml'
      - 'docs/**'
      - '.github/workflows/docs.yml'

jobs:
  build_docs:
    name: Build documentation
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3

      - name: Trigger external build
        env:
          TOKEN: ${{ secrets.DOCS_DEPLOY_KEY }}
          COMMIT: ${{ github.event.head_commit.id }}
          COMMITTER: ${{ github.event.head_commit.author.username }}
          OWNER: showdownjs
          REPO: showdownjs.github.io
        run: |
          curl -X POST \
          -H "Authorization: token ${TOKEN}" \
          -H "Accept: application/vnd.github.v3+json" \
          https://api.github.com/repos/${OWNER}/${REPO}/dispatches \
          -d '{ "event_type": "e: \"'"${COMMIT}"'\" by '"${COMMITTER}"'", "client_payload": { "source": "showdown" } }'


================================================
FILE: .github/workflows/node.linux.yml
================================================
# This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Node Linux CI

on:
  push:
    branches: [ master, develop ]
  pull_request:
    branches: [ master, develop ]

jobs:
  build:

    runs-on: ubuntu-latest
    
    strategy:
      matrix:
        node-version: [12.x, 14.x, 16.x, 17.x]
        # See supported Node.js release schedule at https://nodejs.org/en/about/releases/

    steps: 
      - uses: actions/checkout@v2

      - name: 🚚 Upgrade NPM
        run: npm install -g npm

      - name: Use Node.js ${{ matrix.node-version }}
        uses: actions/setup-node@v2
        with:
          node-version: ${{ matrix.node-version }}
          cache: 'npm'
      - run: npm ci
      - run: npm test


================================================
FILE: .github/workflows/node.win.yml
================================================
# This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Node Windows CI

on:
  push:
    branches: [ master, develop ]
  pull_request:
    branches: [ master, develop ]

jobs:
  build:

    runs-on: windows-latest

    strategy:
      matrix:
        node-version: [12.x, 14.x, 16.x, 17.x]
        # See supported Node.js release schedule at https://nodejs.org/en/about/releases/

    steps:
    - uses: actions/checkout@v2
    - name: Use Node.js ${{ matrix.node-version }}
      uses: actions/setup-node@v2
      with:
        node-version: ${{ matrix.node-version }}
        cache: 'npm'
    - run: npm ci
    - run: npm test


================================================
FILE: .gitignore
================================================
.idea/
.build/
.DS_Store
node_modules
npm-debug.log
/*.test.*
*.log


================================================
FILE: .jshintignore
================================================
Gruntfile.js
dist/**/*.js
build/**/*.js
src/options.js
bin/*
/karma.browserstack.js


================================================
FILE: .jshintrc
================================================
{
  "node": true,
  "browser": true,
  "esnext": true,
  "bitwise": true,
  "camelcase": true,
  "curly": true,
  "eqeqeq": true,
  "immed": true,
  "indent": 2,
  "latedef": "nofunc",
  "newcap": true,
  "noarg": true,
  "quotmark": "single",
  "undef": false,
  "unused": true,
  "strict": false,
  "trailing": true,
  "smarttabs": true,
  "onevar": true,
  "globals": {
    "module": true,
    "define": true,
    "window": true,
    "document": true,
    "showdown": true
  }
}


================================================
FILE: CHANGELOG.md
================================================
## [2.1.0](https://github.com/showdownjs/showdown/compare/2.0.0...2.1.0) (2022-04-21)

* refactor(cli)!: Remove support for "extra options" and add -c flag, closes [#916](https://github.com/showdownjs/showdown/issues/916)


### Bug Fixes

* **cli:** cli displays the correct version number ([8b48882](https://github.com/showdownjs/showdown/commit/8b48882))


### BREAKING CHANGES

* the CLI no longer accepts "extra options". Instead you should pass the `-c` flag. To update:

before:
```
showdown makehtml -i foo.md -o bar.html --strikethrough --emoji
```

after:
```
showdown makehtml -i foo.md -o bar.html -c strikethrough -c emoji
```

<a name="2.0.0"></a>
# [2.0.0](https://github.com/showdownjs/showdown/compare/1.9.1...2.0.0) (2022-02-15)

### Breaking Changes
* Supported Node Versions were set to match the [node release schedule](https://nodejs.org/en/about/releases/) which at the time of writing includes Node 12.x, 14.x, 16.x and 17.x
* The `yargs` dependecy was updated to `^17.2.1` to mitigate a security issue.
* The Showdown Licesnse has been changed from  BSD-3-Clause to MIT

### Bug Fixes

* allow escaping of colons ([25c4420](https://github.com/showdownjs/showdown/commit/25c4420))
* reduce npm package size  ([35730b7](https://github.com/showdownjs/showdown/commit/35730b7)), closes [#619](https://github.com/showdownjs/showdown/issues/619)

### Features

* Added `ellipsis` option to configure if the ellipsis unicode character is used or not. ( Thanks @VladimirV99 )
* Added a default security policy. Please report security issues to the issues tab on GitHub.


<a name="1.9.1"></a>
## [1.9.1](https://github.com/showdownjs/showdown/compare/1.9.0...1.9.1) (2019-11-02)


### Bug Fixes

* **openLinksInNewWindow:** add rel="noopener noreferrer" to links ([1cd281f](https://github.com/showdownjs/showdown/commit/1cd281f)), closes [#670](https://github.com/showdownjs/showdown/issues/670)

<a name="1.0.0"></a>
# [1.9.0](https://github.com/showdownjs/showdown/compare/1.8.7...1.9.0) (2018-11-10)

Version 1.9.0 introduces a new feature, the Markdown to HTML converter. This feature is still experimental and is a partial backport of the new Reverse Converter planned for version 2.0.
### Bug Fixes

* **italicsAndBold:** fix issue with consecutive spans ([#608](https://github.com/showdownjs/showdown/issues/608)) ([5c0d67e](https://github.com/showdownjs/showdown/commit/5c0d67e)), closes [#544](https://github.com/showdownjs/showdown/issues/544)
* **underline:** fix issue with consecutive spans ([81edc70](https://github.com/showdownjs/showdown/commit/81edc70))

### Features

* **converter.makeMarkdown:** [EXPERIMENTAL] add an HTML to MD converter ([e4b0e69](https://github.com/showdownjs/showdown/commit/e4b0e69)), closes [#388](https://github.com/showdownjs/showdown/issues/388) [#233](https://github.com/showdownjs/showdown/issues/233)

<a name="1.8.7"></a>
# [1.8.7](https://github.com/showdownjs/showdown/compare/1.8.6...1.8.7) (2018-10-16)

### Bug Fixes

* **emojis:** fix emoji excessive size ([4aca41c](https://github.com/showdownjs/showdown/commit/4aca41c))
* **gfm-codeblocks:** add support for spaces before language declaration ([24bf7b1](https://github.com/showdownjs/showdown/commit/24bf7b1)), closes [#569](https://github.com/showdownjs/showdown/issues/569)
leading space no longer breaks gfm codeblocks ([828c32f](https://github.com/showdownjs/showdown/commit/828c32f)), closes [#523](https://github.com/showdownjs/showdown/issues/523)

* **images:** fix js error when using image references ([980e702](https://github.com/showdownjs/showdown/commit/980e702)), closes [#585](https://github.com/showdownjs/showdown/issues/585)
* **literalMidWordAsterisks:** now parses single characters enclosed by * correctly ([fe70e45](https://github.com/showdownjs/showdown/commit/fe70e45)), closes [#478](https://github.com/showdownjs/showdown/issues/478)
* **mentions:** allow for usernames with dot, underscore and dash ([dfeb1e2](https://github.com/showdownjs/showdown/commit/dfeb1e2)), closes [#574](https://github.com/showdownjs/showdown/issues/574)
* **nbsp:** fix replacing of nbsp with regular spaces ([8bc1f42](https://github.com/showdownjs/showdown/commit/8bc1f42))

<a name="1.8.6"></a>
# [1.8.6](https://github.com/showdownjs/showdown/compare/1.8.5...1.8.6) (2017-12-22)

### Features

* **splitAdjacentBlockquotes:** add option to split adjacent blockquote blocks ([da328f2](https://github.com/showdownjs/showdown/commit/da328f2)), closes [#477](https://github.com/showdownjs/showdown/issues/477)



<a name="1.8.5"></a>
# [1.8.5](https://github.com/showdownjs/showdown/compare/1.8.4...1.8.5) (2017-12-10)


### Features

* **completeHTMLDocument:** add option to output a complete HTML document ([a8427c9](https://github.com/showdownjs/showdown/commit/a8427c9))
* **metadata:** add support for embedded metadata ([63d949f](https://github.com/showdownjs/showdown/commit/63d949f)), closes [#260](https://github.com/showdownjs/showdown/issues/260)



<a name="1.8.4"></a>
## [1.8.4](https://github.com/showdownjs/showdown/compare/1.8.3...1.8.4) (2017-12-05)


### Bug Fixes

* **tables:** raw html inside code tags in tables no longer breaks tables ([4ef4c5e](https://github.com/showdownjs/showdown/commit/4ef4c5e)), closes [#471](https://github.com/showdownjs/showdown/issues/471)



<a name="1.8.3"></a>
## [1.8.3](https://github.com/showdownjs/showdown/compare/1.8.2...1.8.3) (2017-11-28)


### Bug Fixes

* **literalMidWordAsterisks:** no longer treats colon as alphanumeric char ([21194c8](https://github.com/showdownjs/showdown/commit/21194c8)), closes [#461](https://github.com/showdownjs/showdown/issues/461)
* **spanGamut:** code spans are hashed after parsing ([f4f63c5](https://github.com/showdownjs/showdown/commit/f4f63c5)), closes [#464](https://github.com/showdownjs/showdown/issues/464)
* **tables:** pipe character in code spans no longer breaks table ([0c933a0](https://github.com/showdownjs/showdown/commit/0c933a0)), closes [#465](https://github.com/showdownjs/showdown/issues/465)



<a name="1.8.2"></a>
## [1.8.2](https://github.com/showdownjs/showdown/compare/1.8.1...1.8.2) (2017-11-11)


### Bug Fixes

* **fenced codeblocks:** add tilde as fenced code block delimiter ([c956ede](https://github.com/showdownjs/showdown/commit/c956ede)), closes [#456](https://github.com/showdownjs/showdown/issues/456)
* **openLinksInNewWindow:** hash links are not affected by the option ([11936ec](https://github.com/showdownjs/showdown/commit/11936ec)), closes [#457](https://github.com/showdownjs/showdown/issues/457)



<a name="1.8.1"></a>
## [1.8.1](https://github.com/showdownjs/showdown/compare/1.8.0...1.8.1) (2017-11-01)


### Dependencies update

* **package:** update yargs to version 10.0.3 ([#447](https://github.com/showdownjs/showdown/issues/447)) ([906b26d](https://github.com/showdownjs/showdown/commit/906b26d))

### Bug Fixes

* **CDNjs:** bump version to fix version mismatch with CDNjs ([#452](https://github.com/showdownjs/showdown/issues/452))


<a name="1.8.0"></a>
# [1.8.0](https://github.com/showdownjs/showdown/compare/1.7.6...1.8.0) (2017-10-24)

### NOTICE

Don't use the CDNjs version of this release. See issue [#452](https://github.com/showdownjs/showdown/issues/452) for more details.


### Bug Fixes

* **autolinks:** prevent _ and * to be parsed in links ([61929bb](https://github.com/showdownjs/showdown/commit/61929bb)), closes [#444](https://github.com/showdownjs/showdown/issues/444)


### Features

* **ellipsis:** add auto-ellipsis support ([25f1978](https://github.com/showdownjs/showdown/commit/25f1978))

  - *Example:*
    
      input
    
      ```md
      this is an ellipsis...
      ```
        
      output
    
      ```html
      <p>this is an ellipsis…</p>
      ```

* **emoji:** add emoji support through option `emoji`([5b8f1d3](https://github.com/showdownjs/showdown/commit/5b8f1d3)), closes [#448](https://github.com/showdownjs/showdown/issues/448)

  - *Usage:*
    
      ```js
      var conv = new showdown.Converter({emoji: true});
      ```      
    
  - *Example:*
    
      input
    
      ```md
      this is a smile :smile: emoji
      ```
        
      output
    
      ```html
      <p>this is a smile 😄 emoji</p>
      ```
    
* **start ordered lists at an arbitrary number:** add support for defining the first item number of ordered lists ([9cdc35e](https://github.com/showdownjs/showdown/commit/9cdc35e)), closes [#377](https://github.com/showdownjs/showdown/issues/377)

  - *Example:*
    
      input

       ```md
       3. foo
       4. bar
       5. baz
       ```

      output
    
      ```html
      <ol start="3">
        <li>foo</li>
        <li>bar</li>
        <li>baz</li>
      </ol>
      ```

* **underline:** add EXPERIMENTAL support for underline ([084b819](https://github.com/showdownjs/showdown/commit/084b819)), closes [#450](https://github.com/showdownjs/showdown/issues/450)

  - *Usage:*
    
      ```js
      var conv = new showdown.Converter({underline: true});
      ```
    
  - *Example:*
    
      input
    
      ```md
      this is __underlined__ and this is ___also underlined___
      ```
        
      output
    
      ```html
      <p>this is <u>underlined</u> and this is <u>also underlined</u></p>
      ```
	
  - *Note:*	With this option enabled, underscore no longer parses as `<em>` or `<strong>`	  
			
### BREAKING CHANGES

* start ordered lists at an arbitrary number: Since showdown now supports starting ordered lists at an arbitrary number, 
list output may differ.



<a name="1.7.6"></a>
## [1.7.6](https://github.com/showdownjs/showdown/compare/1.7.5...1.7.6) (2017-10-06)


### Bug Fixes

* **tables:** tables are properly rendered when followed by a single linebreak and a list ([d88b095](https://github.com/showdownjs/showdown/commit/d88b095)), closes [#443](https://github.com/showdownjs/showdown/issues/443)
* **tables:** trailing spaces no longer prevent table parsing ([66bdd21](https://github.com/showdownjs/showdown/commit/66bdd21)), closes [#442](https://github.com/showdownjs/showdown/issues/442)



<a name="1.7.5"></a>
## [1.7.5](https://github.com/showdownjs/showdown/compare/1.7.4...1.7.5) (2017-10-02)


### Bug Fixes

* **html-comments:** changed regex to prevent malformed long comment to freeze showdown ([3efcd10](https://github.com/showdownjs/showdown/commit/3efcd10)), closes [#439](https://github.com/showdownjs/showdown/issues/439)



<a name="1.7.4"></a>
## [1.7.4](https://github.com/showdownjs/showdown/compare/1.7.3...1.7.4) (2017-09-08)


### Bug Fixes

* **helper.isArray:** replace a.constructor === Array with Array.isArray ([466a2eb](https://github.com/showdownjs/showdown/commit/466a2eb)), closes [#425](https://github.com/showdownjs/showdown/issues/425)
* **loader:** allow AMD loader to be used within Node env  ([ff24bdb](https://github.com/showdownjs/showdown/commit/ff24bdb))


### Features

* **base64-wrapping:** support for wrapping base64 strings ([8c593a4](https://github.com/showdownjs/showdown/commit/8c593a4)), closes [#429](https://github.com/showdownjs/showdown/issues/429)



<a name="1.7.3"></a>
## [1.7.3](https://github.com/showdownjs/showdown/compare/1.7.2...1.7.3) (2017-08-23)


### Bug Fixes

* **github flavor:** add backslashEscapesHTMLTags to GFM flavor ([5284439](https://github.com/showdownjs/showdown/commit/5284439))
* **literalMidWordAsterisks:** option no longer treats punctuation as word character ([8f05be7](https://github.com/showdownjs/showdown/commit/8f05be7)), closes [#398](https://github.com/showdownjs/showdown/issues/398)
* **tables:** allow for one column table ([fef110c](https://github.com/showdownjs/showdown/commit/fef110cccb2d02b218183398d9baa0ae256a7283)), closes [#406](https://github.com/showdownjs/showdown/issues/406)

### Features

* **rawHeaderId:** Remove only spaces, ' and " from generated header ids ([1791cf0](https://github.com/showdownjs/showdown/commit/1791cf0)), closes [#409](https://github.com/showdownjs/showdown/issues/409)
* **rawPrefixHeaderId:** add option to prevent showdown from modifying the prefix ([ff26c08](https://github.com/showdownjs/showdown/commit/ff26c08)), closes [#409](https://github.com/showdownjs/showdown/issues/409)



<a name="1.7.2"></a>
## [1.7.2](https://github.com/showdownjs/showdown/compare/1.7.1...1.7.2) (2017-08-05)


### Bug Fixes

* **githubMentions:** githubMentions now works with openLinksInNewWindow options ([1194d88](https://github.com/showdownjs/showdown/commit/1194d88)), closes [#403](https://github.com/showdownjs/showdown/issues/403)
* **lists:** fix multi paragraph lists with sublists ([a2259c0](https://github.com/showdownjs/showdown/commit/a2259c0)), closes [#397](https://github.com/showdownjs/showdown/issues/397)
* **tablesHeaderId:** fix mismatch of option name ([51e4693](https://github.com/showdownjs/showdown/commit/51e4693)), closes [#412](https://github.com/showdownjs/showdown/issues/412)


### Features

* **backslashEscapesHTMLTags:** backslash escapes HTML tags ([5a5aff6](https://github.com/showdownjs/showdown/commit/5a5aff6)), closes [#374](https://github.com/showdownjs/showdown/issues/374)



<a name="1.7.1"></a>
## [1.7.1](https://github.com/showdownjs/showdown/compare/1.7.0...1.7.1) (2017-06-02)

Important HOTFIX

### Bug Fixes

* **HTML Parser:** fix nasty bug where malformed HTML would hang showdown ([6566c72](https://github.com/showdownjs/showdown/commit/6566c72)), closes [#393](https://github.com/showdownjs/showdown/issues/393)



<a name="1.7.0"></a>
## [1.7.0](https://github.com/showdownjs/showdown/compare/1.6.4...1.7.0) (2017-06-01)

(DEPRECATED)

### Bug Fixes

* **anchors:** fix issue with brackets in link URL ([7ba18dd](https://github.com/showdownjs/showdown/commit/7ba18dd)), closes [#390](https://github.com/showdownjs/showdown/issues/390)
* **excludeTrailingPunctuationFromURL:** add comma to punctuation list ([fa35fd5](https://github.com/showdownjs/showdown/commit/fa35fd5)), closes [#354](https://github.com/showdownjs/showdown/issues/354)
* **excludeTrailingPunctuationFromURLs:** fix weird character when this option with simplifiedAutoLinks ([71acff5](https://github.com/showdownjs/showdown/commit/71acff5)), closes [#378](https://github.com/showdownjs/showdown/issues/378)
* **HTML parsing:** fix HTML parsing issues with nested tags ([6fbc072](https://github.com/showdownjs/showdown/commit/6fbc072)), closes [#357](https://github.com/showdownjs/showdown/issues/357) [#387](https://github.com/showdownjs/showdown/issues/387)
* **openLinksInNewWindow:** encode _ to prevent clash with em ([813f832](https://github.com/showdownjs/showdown/commit/813f832)), closes [#379](https://github.com/showdownjs/showdown/issues/379)
* **package:** update yargs to version 7.0.1 ([#349](https://github.com/showdownjs/showdown/issues/349)) ([9308d7b](https://github.com/showdownjs/showdown/commit/9308d7b))
* **package:** update yargs to version 8.0.1 ([#385](https://github.com/showdownjs/showdown/issues/385)) ([5fd847b](https://github.com/showdownjs/showdown/commit/5fd847b))
* **simpleAutoLinks:** URLs with emphasis/strikethrough are parsed ([5c50675](https://github.com/showdownjs/showdown/commit/5c50675)), closes [#347](https://github.com/showdownjs/showdown/issues/347)
* **tables:** pipe char can now be escaped ([1ebc195](https://github.com/showdownjs/showdown/commit/1ebc195)), closes [#345](https://github.com/showdownjs/showdown/issues/345)
* **url parsing:** fix url edge case parsing in images and links ([30aa18c](https://github.com/showdownjs/showdown/commit/30aa18c))


### Features

* **customizeHeaderId:** add option for customizing header ids ([94c570a](https://github.com/showdownjs/showdown/commit/94c570a)), closes [#383](https://github.com/showdownjs/showdown/issues/383)
* **images:** add support for image's implicit reference syntax ([0c6c07b](https://github.com/showdownjs/showdown/commit/0c6c07b)), closes [#366](https://github.com/showdownjs/showdown/issues/366)
* **literalMidWordAsterisks:** add option for mid word asterisks ([5bec8f9](https://github.com/showdownjs/showdown/commit/5bec8f9))
* **openLinksInNewWindow:** add option to open all links in a new window ([50235d6](https://github.com/showdownjs/showdown/commit/50235d6)), closes [#362](https://github.com/showdownjs/showdown/issues/362) [#337](https://github.com/showdownjs/showdown/issues/337) [#249](https://github.com/showdownjs/showdown/issues/249) [#247](https://github.com/showdownjs/showdown/issues/247) [#222](https://github.com/showdownjs/showdown/issues/222)



<a name="1.6.4"></a>
## [1.6.4](https://github.com/showdownjs/showdown/compare/1.6.3...1.6.4) (2017-02-06)


### Bug Fixes

* **encodeAmpsAndAngles:** fix > and < encoding ([7f43b79](https://github.com/showdownjs/showdown/commit/7f43b79)), closes [#236](https://github.com/showdownjs/showdown/issues/236)
* **encodeEmail:** now produces valid emails ([605d8b7](https://github.com/showdownjs/showdown/commit/605d8b7)), closes [#340](https://github.com/showdownjs/showdown/issues/340)
* **flavor: github:** new version of github does not use prefix 'user-content' in headers ([368f0b6](https://github.com/showdownjs/showdown/commit/368f0b6))
* **hashCodeTags:** escape code tags ([41cb3f6](https://github.com/showdownjs/showdown/commit/41cb3f6)), closes [#339](https://github.com/showdownjs/showdown/issues/339)
* **italicsAndBold:** fix double emphasis edge case ([1832b7f](https://github.com/showdownjs/showdown/commit/1832b7f))
* **paragraph:** workaround QML bug ([f7a429e](https://github.com/showdownjs/showdown/commit/f7a429e)), closes [#246](https://github.com/showdownjs/showdown/issues/246) [#338](https://github.com/showdownjs/showdown/issues/338)
* **prefixHeaderId:** make `prefixHeaderId` string be parsed along the generated id ([f641a7d](https://github.com/showdownjs/showdown/commit/f641a7d))


### Features

* **flavor: ghost:** add Ghost flavor ([6374b5b](https://github.com/showdownjs/showdown/commit/6374b5b))
* **flavor: original:** add John Gruber's markdown flavor ([6374b5b](https://github.com/showdownjs/showdown/commit/6374b5b))



<a name="1.6.3"></a>
## [1.6.3](https://github.com/showdownjs/showdown/compare/1.6.2...1.6.3) (2017-01-30)


### Bug Fixes

* **codeSpans:** add - and = to escaped chars inside code spans ([4243a31](https://github.com/showdownjs/showdown/commit/4243a31))
* **italicsAndBold:** fix inconsistency in italicsAndBold parsing ([a4f05d4](https://github.com/showdownjs/showdown/commit/a4f05d4)), closes [#332](https://github.com/showdownjs/showdown/issues/332)
* **literalMidWordUnderscores:** fix inconsistent behavior of emphasis and strong with literalMidWordUndescores ([0292ae0](https://github.com/showdownjs/showdown/commit/0292ae0)), closes [#333](https://github.com/showdownjs/showdown/issues/333)
* **paragraphs:** fix empty lines generating empty paragraphs ([54bf744](https://github.com/showdownjs/showdown/commit/54bf744)), closes [#334](https://github.com/showdownjs/showdown/issues/334)
* **strikethrough:** fix strikethrough being wrongly parsed inside codeSpans ([169cbe8](https://github.com/showdownjs/showdown/commit/169cbe8))

### Features

* **events:** add events to all subparsers ([7d63a3e](https://github.com/showdownjs/showdown/commit/7d63a3e))



<a name="1.6.2"></a>
## [1.6.2](https://github.com/showdownjs/showdown/compare/1.6.1...1.6.2) (2017-01-29)


### Bug Fixes

* **escapeSpecialCharsWithinTagAttributes:** add ~ and = to escaped chars ([bfcc0e4](https://github.com/showdownjs/showdown/commit/bfcc0e4))
* **strikethrough:** allow escaping tilde char ([24d47d7](https://github.com/showdownjs/showdown/commit/24d47d7)), closes [#331](https://github.com/showdownjs/showdown/issues/331)

### Features

* **ghMentionsLink:** add ability to define the generated url in @mentions ([a4c24c9](https://github.com/showdownjs/showdown/commit/a4c24c9))



<a name="1.6.1"></a>
## [1.6.1](https://github.com/showdownjs/showdown/compare/1.6.0...1.6.1) (2017-01-28)


### Bug Fixes

* **simplifiedAutoLink:** fix missing spaces before and after email addresses ([5190b6a](https://github.com/showdownjs/showdown/commit/5190b6a)), closes [#330](https://github.com/showdownjs/showdown/issues/330)

### Features

* **encodeEmail:** add option to enable/disable mail obfuscation ([90c52b8](https://github.com/showdownjs/showdown/commit/90c52b8))

### Notes

This release also improves performance a bit (around 8%)



<a name="1.6.0"></a>
## [1.6.0](https://github.com/showdownjs/showdown/compare/1.5.5...1.6.0) (2017-01-09)


### Bug Fixes

* **ghCompatibleHeaderId:** improve the number of removed chars ([d499feb](https://github.com/showdownjs/showdown/commit/d499feb))
* **IE8:** fix for IE8 error on using isUndefined function ([561dc5f](https://github.com/showdownjs/showdown/commit/561dc5f)), closes [#280](https://github.com/showdownjs/showdown/issues/280)
* **options:** fix ghCompatibleHeaderId that was set as string instead of boolean ([de7c37e](https://github.com/showdownjs/showdown/commit/de7c37e))
* **simpleLineBreaks:** fix simpleLineBreaks option not working with non-ASCII chars and markdown delimiters ([b1c458a](https://github.com/showdownjs/showdown/commit/b1c458a)), closes [#318](https://github.com/showdownjs/showdown/issues/318) [#323](https://github.com/showdownjs/showdown/issues/323)

### Features

* **CLI:** add -q (quiet) and -m (mute) mode to CLI ([f3b86f0](https://github.com/showdownjs/showdown/commit/f3b86f0))
* **CLI:flavor:** add flavor option to CLI ([2d6cd1e](https://github.com/showdownjs/showdown/commit/2d6cd1e))
* **getFlavor:** add getFlavor method to showdown and Converter ([0eaf105](https://github.com/showdownjs/showdown/commit/0eaf105))
* **ghMentions:** add support for github's @mentions ([f2671c0](https://github.com/showdownjs/showdown/commit/f2671c0)), closes [#51](https://github.com/showdownjs/showdown/issues/51)

### BREAKING CHANGES:

* CLI tool now uses the same option defaults as showdown main library. This mean
  the default flavor is vanilla and ghCodeBlocks options is enabled by default.
    
    To update, add `--ghCodeBlocks="false"` to the command.


<a name="1.5.5"></a>
## [1.5.5](https://github.com/showdownjs/showdown/compare/1.5.4...1.5.5) (2016-12-30)

### Features

* **ghCompatibleHeaderId:** generate header ids compatible with github ([db97a90](https://github.com/showdownjs/showdown/commit/db97a90)), closes [#320](https://github.com/showdownjs/showdown/issues/320) [#321](https://github.com/showdownjs/showdown/issues/321)



<a name="1.5.4"></a>
## [1.5.4](https://github.com/showdownjs/showdown/compare/1.5.3...1.5.4) (2016-12-21)


### Bug Fixes

* **horizontal rule:** revert backwards incompatibility change ([113f5f6](https://github.com/showdownjs/showdown/commit/113f5f6)), closes [#317](https://github.com/showdownjs/showdown/issues/317)
* **simpleLineBreaks:** fix simpleLineBreak option breaking lists html ([ed4c33f](https://github.com/showdownjs/showdown/commit/ed4c33f)), closes [#316](https://github.com/showdownjs/showdown/issues/316)



<a name="1.5.3"></a>
## [1.5.3](https://github.com/showdownjs/showdown/compare/1.5.2...1.5.3) (2016-12-19)


### Bug Fixes

* parser slowness with certain inputs ([da8fb53](https://github.com/showdownjs/showdown/commit/da8fb53)), closes [#315](https://github.com/showdownjs/showdown/issues/315)

### Features

* **requireSpaceBeforeHeadingText:** option to make space between `#` and header text mandatory ([5d19877](https://github.com/showdownjs/showdown/commit/5d19877)), closes [#277](https://github.com/showdownjs/showdown/issues/277)



<a name="1.5.2"></a>
## [1.5.2](https://github.com/showdownjs/showdown/compare/1.5.1...1.5.2) (2016-12-17)


### Bug Fixes

* **listeners:** fix listeners typo ([f0d25b7](https://github.com/showdownjs/showdown/commit/f0d25b7)), closes [#290](https://github.com/showdownjs/showdown/issues/290)
* **lists:** lines with multiple dashes being parsed as multilists ([10b3410](https://github.com/showdownjs/showdown/commit/10b3410)), closes [#312](https://github.com/showdownjs/showdown/issues/312)
* **nbsp:** nbsp are replaced with simple spaces ([6e90f7c](https://github.com/showdownjs/showdown/commit/6e90f7c))



<a name="1.5.1"></a>
## [1.5.1](https://github.com/showdownjs/showdown/compare/1.5.0...1.5.1) (2016-12-01)


### Features

* **simpleLineBreaks:** option that parses linebreaks as <br />. This option enables linebreaks to always be treated as `<br />` tags 
  without needing to add spaces in front of the line, the same way GitHub does. ([0942b5e](https://github.com/showdownjs/showdown/commit/0942b5e)), closes [#206](https://github.com/showdownjs/showdown/issues/206)
* **excludeTrailingPunctuationFromURLs:** option that excludes trailing punctuation from auto linked URLs. ([d2fc2a0](https://github.com/showdownjs/showdown/commit/d2fc2a0)), closes [#266](https://github.com/showdownjs/showdown/issues/266) [#308](https://github.com/showdownjs/showdown/issues/308)



<a name="1.5.0"></a>
## [1.5.0](https://github.com/showdownjs/showdown/compare/1.4.4...1.5.0) (2016-11-11)


### Bug Fixes

* **lists:** enforce 4 space indentation in sublists ([d51be6e](https://github.com/showdownjs/showdown/commit/d51be6e))
* **lists:** fix sublists inconsistent behavior ([9cfe8b1](https://github.com/showdownjs/showdown/commit/9cfe8b1)), closes [#299](https://github.com/showdownjs/showdown/issues/299)

### Features

* **disableForced4SpacesIndentedSublists:** option that disables the requirement of indenting nested sublists by 4 spaces. The option is disabled by default ([0be39bc](https://github.com/showdownjs/showdown/commit/0be39bc))


### BREAKING CHANGES

* syntax for sublists is now more restrictive. Before, sublists SHOULD be indented by 4 spaces, but indenting at least 2 spaces would work. 
  Now, sublists MUST be indented 4 spaces or they won't work.

    With this input:
    ```md
    * one
      * two
        * three
    ```
    
    Before (output):
    ```html
    <ul>
      <li>one
        <ul>
          <li>two
            <ul><li>three</li></ul>
          <li>
        </ul>
      </li>
    <ul>
    ```
    
    After (output):
    ```html
    <ul>
      <li>one</li>
      <li>two
        <ul><li>three</li></ul>
      </li>
    </ul>
    ```
    
    To migrate either fix source md files or activate the option `disableForced4SpacesIndentedSublists`:
    ```md
    showdown.setOption('disableForced4SpacesIndentedSublists', true);
    ```


<a name="1.4.4"></a>
## [1.4.4](https://github.com/showdownjs/showdown/compare/1.4.3...1.4.4) (2016-11-02)


### Bug Fixes

* make some regexes a bit faster and make tab char equivalent to 4 spaces ([b7e7560](https://github.com/showdownjs/showdown/commit/b7e7560))
* **double linebreaks:** fix double linebreaks in html output ([f97e072](https://github.com/showdownjs/showdown/commit/f97e072)), closes [#291](https://github.com/showdownjs/showdown/issues/291)
* **lists linebreaks:** fix lists linebreaks in html output ([2b813cd](https://github.com/showdownjs/showdown/commit/2b813cd)), closes [#291](https://github.com/showdownjs/showdown/issues/291)
* **parser:** fix issue with comments inside nested code blocks ([799abea](https://github.com/showdownjs/showdown/commit/799abea)), closes [#288](https://github.com/showdownjs/showdown/issues/288)



<a name="1.4.3"></a>
## [1.4.3](https://github.com/showdownjs/showdown/compare/1.4.2...1.4.3) (2016-08-19)


### Bug Fixes

* **bower:** fix sourceMappingURL errors in bower by including source ([9b5a233](https://github.com/showdownjs/showdown/commit/9b5a233)), closes [#200](https://github.com/showdownjs/showdown/issues/200)
* **comments:** Fix html comment parser ([238726c](https://github.com/showdownjs/showdown/commit/238726c)), closes [#276](https://github.com/showdownjs/showdown/issues/276)
* **ie8 compatibility:** Improve ie8 compatibility ([984942e](https://github.com/showdownjs/showdown/commit/984942e)), closes [#275](https://github.com/showdownjs/showdown/issues/275) [#271](https://github.com/showdownjs/showdown/issues/271)
* **simplifiedAutoLink:** fix simplified autolink to match GFM behavior ([0cc55b0](https://github.com/showdownjs/showdown/commit/0cc55b0)), closes [#284](https://github.com/showdownjs/showdown/issues/284) [#285](https://github.com/showdownjs/showdown/issues/285)



<a name="1.4.2"></a>
## [1.4.2](https://github.com/showdownjs/showdown/compare/1.4.1...1.4.2) (2016-06-21)


### Bug Fixes

* **image-parser:** fix ref style imgs after inline style imgs not parsing correctly ([73206b0](https://github.com/showdownjs/showdown/commit/73206b0)), closes [#261](https://github.com/showdownjs/showdown/issues/261)
* **tables:** add check for undefined on text due to failing to parse tables ([6e30a48](https://github.com/showdownjs/showdown/commit/6e30a48)), author [stewartmckee](https://github.com/stewartmckee), closes [#257](https://github.com/showdownjs/showdown/pull/247)

### Features

* **smart-indent-fix:** fix for es6 indentation problems ([261f127](https://github.com/showdownjs/showdown/commit/261f127)), closes [#259](https://github.com/showdownjs/showdown/issues/259)



<a name="1.4.1"></a>
## [1.4.1](https://github.com/showdownjs/showdown/compare/1.4.0...1.4.1) (2016-05-17)


### Bug Fixes

* **tables:** fix table heading separators requiring 3 dashes instead of 2 ([ddaacfc](https://github.com/showdownjs/showdown/commit/ddaacfc)), closes [#256](https://github.com/showdownjs/showdown/issues/256)



<a name="1.4.0"></a>
## [1.4.0](https://github.com/showdownjs/showdown/compare/1.3.0...1.4.0) (2016-05-13)


### Bug Fixes

* **hashHTMLBlock:** fix issue with html breaking markdown parsing ([2746949](https://github.com/showdownjs/showdown/commit/2746949)), closes [#220](https://github.com/showdownjs/showdown/issues/220)
* **HTMLParser:** fix code tags parsing ([71a5873](https://github.com/showdownjs/showdown/commit/71a5873)), closes [#231](https://github.com/showdownjs/showdown/issues/231)
* **HTMLParser:** fix ghCodeBlocks being parsed inside code tags ([7d0436d](https://github.com/showdownjs/showdown/commit/7d0436d)), closes [#229](https://github.com/showdownjs/showdown/issues/229)
* **strikethrough:** Fix strikethrough issue with escaped chars ([5669317](https://github.com/showdownjs/showdown/commit/5669317)), closes [#214](https://github.com/showdownjs/showdown/issues/214)
* **tables:** fix tables to match github's md spec ([f58f014](https://github.com/showdownjs/showdown/commit/f58f014)), closes [#230](https://github.com/showdownjs/showdown/issues/230)

### Features

* **markdown="1":** enable parsing markdown inside HTML blocks ([c97f1dc](https://github.com/showdownjs/showdown/commit/c97f1dc)), closes [#178](https://github.com/showdownjs/showdown/issues/178)



<a name="1.3.0"></a>
## [1.3.0](https://github.com/showdownjs/showdown/compare/1.2.3...1.3.0) (2015-10-19)


### Bug Fixes

* **literalMidWordUnderscores:** fix different behavior with asterisks ([e86aea8](https://github.com/showdownjs/showdown/commit/e86aea8)), closes [#198](https://github.com/showdownjs/showdown/issues/198)
* **simpleautolink:** fix mail simpleAutoLink to ignore urls with @ symbol ([8ebb25e](https://github.com/showdownjs/showdown/commit/8ebb25e)), closes [#204](https://github.com/showdownjs/showdown/issues/204)

### Features

* **eventDispatcher:** add an event dispatcher to converter ([2734326](https://github.com/showdownjs/showdown/commit/2734326))
* **hashHTMLSpans:** add support for hashing span elements ([3097bd4](https://github.com/showdownjs/showdown/commit/3097bd4)), closes [#196](https://github.com/showdownjs/showdown/issues/196) [#175](https://github.com/showdownjs/showdown/issues/175)


<a name"1.2.3"></a>
## [1.2.3](https://github.com/showdownjs/showdown/compare/1.2.2...1.2.3) (2015-08-27)


### Bug Fixes

* **blockGamut:** fix for headings inside blockquotes ([3df70624](http://github.com/showdownjs/showdown/commit/3df70624), closes [#191](http://github.com/showdownjs/showdown/issues/191))
* **blockQuote:** fix 'github style codeblocks' not being parsed inside 'blockquote' ([ed2cf595](http://github.com/showdownjs/showdown/commit/ed2cf595), closes [#192](http://github.com/showdownjs/showdown/issues/192))
* **simpleAutoLinks:** fix emails being treated as simple urls ([7dc3fb1d](http://github.com/showdownjs/showdown/commit/7dc3fb1d), closes [#187](http://github.com/showdownjs/showdown/issues/187))
* **tables:** fix md tables being parsed inside indented code blocks. ([50256233](http://github.com/showdownjs/showdown/commit/50256233), closes [#193](http://github.com/showdownjs/showdown/issues/193))


<a name"1.2.2"></a>
## [1.2.2](https://github.com/showdownjs/showdown/compare/1.2.1...1.2.2) (2015-08-02)


### Bug Fixes

* **lists:** fix github code blocks not being parsed inside lists ([7720c88b](http://github.com/showdownjs/showdown/commit/7720c88b), closes [#142](http://github.com/showdownjs/showdown/issues/142), [#183](http://github.com/showdownjs/showdown/issues/183), [#184](http://github.com/showdownjs/showdown/issues/184))


<a name"1.2.1"></a>
## [1.2.1](https://github.com/showdownjs/showdown/compare/1.2.0...1.2.1) (2015-07-22)


### Features

* **smoothLivePreview:** fix weird effects due to parsing incomplete input ([62ba3733](http://github.com/showdownjs/showdown/commit/62ba3733))
* **subParsers/githubCodeBlock:** add extra language class to conform to html5 spec ([b7f5e32](http://github.com/showdownjs/showdown/commit/b7f5e32))


### Bug Fixes

* **tables:** 

  * fix undefined error in malformed tables ([6176977](http://github.com/showdownjs/showdown/commit/6176977))
  * add support for md span elements in table headers ([789dc18](http://github.com/showdownjs/showdown/commit/789dc18)), closes [#179](http://github.com/showdownjs/showdown/issues/179)
    
* **italicsAndBold:** 

    * fix broken em/strong tags when used with literalMidWordUnderscores ([7ee2017](http://github.com/showdownjs/showdown/commit/7ee2017)), closes [#179](http://github.com/showdownjs/showdown/issues/179)
    * fix underscores not being correctly parsed when used in conjunction with literalMidWordsUnderscores option ([c9e85f1](http://github.com/showdownjs/showdown/commit/c9e85f1))
    
* **codeSpans:** Fix issue with code html tags not being correctly escaped ([5f043ca](http://github.com/showdownjs/showdown/commit/5f043ca))

* **images:** fix alt attribute not being escaped correctly ([542194e](http://github.com/showdownjs/showdown/commit/542194e))


<a name"1.2.0"></a>
## [1.2.0](https://github.com/showdownjs/showdown/compare/1.1.0...1.2.0) (2015-07-13)

This release moves some of the most popular extensions (such as table-extension and github-extension) to core.
Also introduces a simple cli tool that you can use to quickly convert markdown files into html. 


### Bug Fixes

* **headerLevelStart:** fix for NaN error when specifying a non number as headerLevelStart param ([be72b487](http://github.com/showdownjs/showdown/commit/be72b487))


### Features

* **CLI:** simple cli tool (ALPHA) ([f6a33e40](http://github.com/showdownjs/showdown/commit/f6a33e40))
* **flavours:** add markdown presets/flavors ([7e55bceb](http://github.com/showdownjs/showdown/commit/7e55bceb), closes [#164](http://github.com/showdownjs/showdown/issues/164))
* **ghCodeBlocks:** add option to disable GH codeblocks ([c33f9888](http://github.com/showdownjs/showdown/commit/c33f9888))
* **literalMidWordUnderscores:**  add support for GFM literal midword underscores ([0c0cd7db](http://github.com/showdownjs/showdown/commit/0c0cd7db))
* **simplifiedAutoLink:** add support for GFM autolinks ([cff02372](http://github.com/showdownjs/showdown/commit/cff02372))
* **strikethrough:**  add support for GFM strikethrough ([43e9448d](http://github.com/showdownjs/showdown/commit/43e9448d))
* **tables:**  add support for GFM tables ([3a924e3c](http://github.com/showdownjs/showdown/commit/3a924e3c))
* **tasklists:** add support for GFM tasklists ([dc72403a](http://github.com/showdownjs/showdown/commit/dc72403a))


<a name"1.1.0"></a>
## [1.1.0](https://github.com/showdownjs/showdown/compare/1.0.2...1.1.0) (2015-06-18)


### Bug Fixes

* **converter.js:** add error if the passed constructor argument is not an object ([d86ed450](http://github.com/showdownjs/showdown/commit/d86ed450))
* **output modifiers:** fix for output modifiers running twice ([dcbdc61e](http://github.com/showdownjs/showdown/commit/dcbdc61e))


### Features

* **headerLevelStart:** add support for setting the header starting level ([b84ac67d](http://github.com/showdownjs/showdown/commit/b84ac67d), closes [#69](http://github.com/showdownjs/showdown/issues/69))
* **image dimensions:** add support for setting image dimensions within markdown syntax ([af82c2b6](http://github.com/showdownjs/showdown/commit/af82c2b6), closes [#143](http://github.com/showdownjs/showdown/issues/143))
* **noHeaderId:** add option to suppress automatic generation of ids in headers ([7ac893e9](http://github.com/showdownjs/showdown/commit/7ac893e9))
* **showdown.getDefaultOptions:** add method to retrieve default global options keypairs ([2de53a7d](http://github.com/showdownjs/showdown/commit/2de53a7d))


### Breaking Changes

* Deprecates `showdown.extensions` property. To migrate, extensions should use the new method `showdown.extension(<ext name>, <extension>)` to register.
  For more information on the new extension loading mechanism, please check the wiki pages.
  ([4ebd0caa](http://github.com/showdownjs/showdown/commit/4ebd0caa))


<a name"1.0.2"></a>
## [1.0.2](https://github.com/showdownjs/showdown/compare/1.0.1...1.0.2) (2015-05-28)

### Bug Fixes

* **Gruntfile.js** add missing comma in footer. This bug prevented concatenating other js scripts and libraries
  with showdown([5315508](http://github.com/showdownjs/showdown/commit/5315508). Credits to Alexandre Courtiol.


<a name"1.0.1"></a>
## [1.0.1](https://github.com/showdownjs/showdown/compare/1.0.0...1.0.1) (2015-05-27)


### Bug Fixes

* **bower.json:** update bower.json main attribute to point to dist directory ([bc3a092f](http://github.com/showdownjs/showdown/commit/bc3a092f))


<a name"1.0.0"></a>
## [1.0.0](https://github.com/showdownjs/showdown/compare/0.3.4...1.0.0) (2015-05-27)

### Release Information
This is a major code refactor with some big changes such as:
  - showdown.js file was split in several files, called sub-parsers. This should improve code maintainability.
  - angular integration was removed from core and move to its own repository, similar to what was done with extensions
  - A new extension registering system is on the "cooks" that should reduce errors when using extensions. The old mechanism
  is kept so old extensions should be compatible.

### Bug Fixes

* **extensions:** support for old extension loading mechanism ([95ed7c68](http://github.com/showdownjs/showdown/commit/95ed7c68))
* **helpers:** fix wrong function call 'escapeCharacters' due to old strayed code ([18ba4e75](http://github.com/showdownjs/showdown/commit/18ba4e75))
* **showdown.js:**
  - fix showdown extension loader ([a38c76d2](http://github.com/showdownjs/showdown/commit/a38c76d2)),
  closes [#50](http://github.com/showdownjs/showdown/issues/50),[#56](http://github.com/showdownjs/showdown/issues/56),
  [#104](http://github.com/showdownjs/showdown/issues/104), [#108](http://github.com/showdownjs/showdown/issues/108),
  [#109](http://github.com/showdownjs/showdown/issues/109), [#111](http://github.com/showdownjs/showdown/issues/111),
  [#118](http://github.com/showdownjs/showdown/issues/118), [#122](http://github.com/showdownjs/showdown/issues/122)
  - add unique id prefix and suffix to headers ([c367a4b9](http://github.com/showdownjs/showdown/commit/c367a4b9), closes [#81](http://github.com/showdownjs/showdown/issues/81), [#82](http://github.com/showdownjs/showdown/issues/82))
* **options.omitExtraWLInCodeBlocks:** fix for options.omitExtraWLInCodeBlocks only applying in gitHub flavoured code b ([e6f40e19](http://github.com/showdownjs/showdown/commit/e6f40e19))
* **showdown:** fix for options merging into globalOptions ([ddd6011d](http://github.com/showdownjs/showdown/commit/ddd6011d), closes [#153](http://github.com/showdownjs/showdown/issues/153))

### Features

* **registerExtension():** new extension loading mechanism. Now extensions can be registered using this function.
  The system, however, is not final and will probably be changed until the final version([0fd10cb] (http://github.com/showdownjs/showdown/commit/0fd10cb))
* **allowBlockIndents:** indented inline block elements can now be parsed as markdown ([f6326b84](http://github.com/showdownjs/showdown/commit/f6326b84))
* **omitExtraWLInCodeBlocks:**  add option to omit extra newline at the end of codeblocks ([141e3f5](http://github.com/showdownjs/showdown/commit/141e3f5))
* **prefixHeaderId:** add options to prefix header ids to prevent id clash ([141e3f5](http://github.com/showdownjs/showdown/commit/141e3f5))
* **Converter.options:** add getOption(), setOption() and getOptions() to Converter object ([db6f79b0](http://github.com/showdownjs/showdown/commit/db6f79b0))

### Breaking Changes
* **NAMESPACE:** showdown's namespace changed.

   To migrate your code you should update all references to `Showdown` with `showdown`.

* **Converter:** converter reference changed from `converter` to `Converter`.

   To migrate you should update all references to `Showdown.converter` with `showdown.Converter`

* **angular:** angular integration was removed from core and now lives in it's own [repository](http://github.com/showdownjs/angular/).

   If you're using angular integration, you should install ng-showdown. Ex: `bower install ng-showdown`

* **extensions:** showdown extensions were removed from core package and now live in their own repository. See the [project's github page](https://github.com/showdownjs) for available extensions


================================================
FILE: CONTRIBUTING.md
================================================
Contributing
============

If you wish to contribute please read the following quick guide.

# Issues (bug reporting)
Generally, bug reports should be in the following format:

 1. Description (Brief description of the problem)
 2. Input (input that is causing problems)
 3. Expected Output (Output that is expected)
 4. Actual Output (Actual showdown output)

ex:

**Description:**
Double asterisks do not parse as bold

**Input:**
    
    hello **world**!
     
**Expected output:**

    <p>hello <b>world</b>!

**Actual Output:**

    <p>hello **world**!</p>



# Want a Feature?
You can request a new feature by submitting an issue. If you would like to implement a new feature feel free to issue a
Pull Request.


# Pull requests (PRs)
PRs are awesome. However, before you submit your pull request consider the following guidelines:

 - Search GitHub for an open or closed Pull Request that relates to your submission. You don't want to duplicate effort.
 - When issuing PRs that change code, make your changes in a new git branch based on develop:

   ```bash
   git checkout -b my-fix-branch develop
   ```

 - Run the full test suite before submitting and make sure all tests pass (obviously =P).
 - Try to follow our [**coding style rules**](https://github.com/showdownjs/code-style/blob/master/README.md).
   Breaking them prevents the PR to pass the tests.
 - Refrain from fixing multiple issues in the same pull request. It's preferable to open multiple small PRs instead of one
   hard to review big one. Also, don't reuse old forks (or PRs) to fix new issues.
 - If the PR introduces a new feature or fixes an issue, please add the appropriate test case.
 - We use commit notes to generate the changelog. It's extremely helpful if your commit messages adhere to the
 [**AngularJS Git Commit Guidelines**](https://github.com/showdownjs/code-style/blob/master/README.md#commit-message-convention).
 - If we suggest changes then:
   - Make the required updates.
   - Re-run the Angular test suite to ensure tests are still passing.
   - Rebase your branch and force push to your GitHub repository (this will update your Pull Request):

   ```bash
   git rebase develop -i
   git push origin my-fix-branch -f
   ```
 - After your pull request is merged, you can safely delete your branch.

If you have time to contribute to this project, we feel obliged that you get credit for it.
These rules enable us to review your PR faster and will give you appropriate credit in your GitHub profile.
We thank you in advance for your contribution!


# Joining the team
We're looking for members to help maintaining Showdown.
Please see [this issue](https://github.com/showdownjs/showdown/issues/114) to express interest or comment on this note.


================================================
FILE: CREDITS.md
================================================
Credits
=======
  
  - Showdown v2
    * [Estevão Santos](https://github.com/tivie)
    * [SyntaxRules](https://github.com/SyntaxRules)

  - Showdown v1
    * [Estevão Santos](https://github.com/tivie)
    * [Pascal Deschênes](https://github.com/pdeschen)

  - Showdown v0
    * [Corey Innis](http://github.com/coreyti):<br/>
      Original GitHub project maintainer
    * [Remy Sharp](https://github.com/remy/):<br/>
      CommonJS-compatibility and more
    * [Konstantin Käfer](https://github.com/kkaefer/):<br/>
      CommonJS packaging
    * [Roger Braun](https://github.com/rogerbraun):<br/>
      Github-style code blocks
    * [Dominic Tarr](https://github.com/dominictarr):<br/>
      Documentation
    * [Cat Chen](https://github.com/CatChen):<br/>
      Export fix
    * [Titus Stone](https://github.com/tstone):<br/>
      Mocha tests, extension mechanism, and bug fixes
    * [Rob Sutherland](https://github.com/roberocity):<br/>
      The idea that lead to extensions
    * [Pavel Lang](https://github.com/langpavel):<br/>
      Code cleanup
    * [Ben Combee](https://github.com/unwiredben):<br/>
      Regex optimization
    * [Adam Backstrom](https://github.com/abackstrom):<br/>
      WebKit bugfix
    * [Pascal Deschênes](https://github.com/pdeschen):<br/>
      Grunt support, extension fixes + additions, packaging improvements, documentation
    * [Estevão Santos](https://github.com/tivie)<br/>
      Bug fixing and late maintainer
    * [Hannah Wolfe](https://github.com/ErisDS)<br/>
      Bug fixes
    * [Alexandre Courtiol](https://github.com/acourtiol)<br/>
      Bug fixes and build optimization
    * [Karthik Balakrishnan](https://github.com/torcellite)<br/>
      Support for table alignment
    * [rheber](https://github.com/rheber)<br/>
      Cli
      

  - Original Project
    * [John Gruber](http://daringfireball.net/projects/markdown/)<br/>
      Author of Markdown
    * [John Fraser](http://attacklab.net/)<br/>
      Author of Showdown


================================================
FILE: DONATIONS.md
================================================
We would like to thank everyone that contributed to this library. If you find our library useful and wish to donate as well, you can do so [through patreon](https://www.patreon.com/showdownjs) or directly [through paypal](https://www.paypal.me/tiviesantos)!! Your contribution will be greatly appreciated.

# Sponsors

## Platinum Supporters

## Gold Supporters

## Silver Supporters


# Patron Supporters

## Awesome Supporter

## Cool Supporter

## Supporter

 - Ricardo Jordão
 
 - Tiago Silva


---

# One Time Donors

- [**Learn on demand Systems**](http://www.learnondemandsystems.com/) (1000$)

- **Nothing AG** (25€)

    > Thank you for developing Showdown :)

- **Sam Huffman** (15$)

    > Thanks for the great work on showdown.js! I've been looking for a good solution to serve wiki-like text to a browser and render as
    HTML but nearly gave up after mixed success with wikitext. Your library gets me very close to where I want to be.

- **Maya Lekova** (10$)

    > Great work with the showdown library! I just used it and it worked exactly the way I expected 
      (given a complex inline HTML inside the Markdown, which renders fine with other viewers). 
      The other libraries I've tried (markdown-it and marked) produced a lot of bogus output. Y
      our library saved me at least half a day, thanks! Good luck :)

- **Lin Wang** (10$)

- **Walter Schnell** (10$)

- **ivanhjc** (5$)

- **Asbjørn Ulsberg** (5$)

    > Thanks for the ShowdownJS support!

- **Juan Marcelo Russo** (1$)


================================================
FILE: Gruntfile.js
================================================
/**
 * Created by Tivie on 12-11-2014.
 */

module.exports = function (grunt) {

  if (grunt.option('q') || grunt.option('quiet')) {
    require('quiet-grunt');
  }

  /**
   * Load common tasks for legacy and normal tests
   */
  grunt.loadNpmTasks('grunt-contrib-clean');
  grunt.loadNpmTasks('grunt-contrib-concat');
  grunt.loadNpmTasks('grunt-contrib-uglify');
  grunt.loadNpmTasks('grunt-mocha-test');
  grunt.loadNpmTasks('grunt-endline');
  grunt.loadNpmTasks('grunt-contrib-jshint');

  // Project configuration.
  var config = {
    pkg: grunt.file.readJSON('package.json'),

    concat: {
      dist: {
        options: {
          sourceMap: true,
          banner: ';/*! <%= pkg.name %> v <%= pkg.version %> - <%= grunt.template.today("dd-mm-yyyy") %> */\n(function(){\n',
          footer: '}).call(this);\n'
        },
        src: [
          'src/options.js',
          'src/showdown.js',
          'src/helpers.js',
          'src/subParsers/makehtml/*.js',
          'src/subParsers/makemarkdown/*.js',
          'src/converter.js',
          'src/loader.js'
        ],
        dest: 'dist/<%= pkg.name %>.js'
      },
      cli: {
        src: [
          'src/cli/cli.js'
        ],
        dest: 'bin/showdown.js'
      },
      test: {
        src: '<%= concat.dist.src %>',
        dest: '.build/<%= pkg.name %>.js',
        options: {
          sourceMap: false
        }
      }
    },

    clean: ['.build/'],

    uglify: {
      dist: {
        options: {
          sourceMap: true,
          banner: '/*! <%= pkg.name %> v <%= pkg.version %> - <%= grunt.template.today("dd-mm-yyyy") %> */'
        },
        files: {
          'dist/<%= pkg.name %>.min.js': ['<%= concat.dist.dest %>']
        }
      },
      cli: {
        options: {
          sourceMap: false,
          banner: '#!/usr/bin/env node'
        },
        files: {
          'bin/showdown.js': ['<%= concat.cli.dest %>']
        }
      }
    },

    endline: {
      dist: {
        files: {
          'dist/<%= pkg.name %>.js': 'dist/<%= pkg.name %>.js',
          'dist/<%= pkg.name %>.min.js': 'dist/<%= pkg.name %>.min.js'
        }
      }
    },

    jshint: {
      options: {
        jshintrc: '.jshintrc'
      },
      files: [
        'Gruntfile.js',
        'src/**/*.js',
        'test/**/*.js'
      ]
    },

    eslint: {
      options: {
        overrideConfigFile: '.eslintrc.json'
      },
      target: [
        'Gruntfile.js',
        'src/**/*.js',
        'test/**/*.js'
      ]
    },

    conventionalChangelog: {
      options: {
        changelogOpts: {
          preset: 'angular'
        }
      },
      release: {
        src: 'CHANGELOG.md'
      }
    },

    conventionalGithubReleaser: {
      release: {
        options: {
          auth: {
            type: 'oauth',
            token: process.env.GH_TOEKN
          },
          changelogOpts: {
            preset: 'angular'
          }
        }
      }
    },

    mochaTest: {
      functional: {
        src: 'test/functional/**/*.js',
        options: {
          timeout: 3000,
          ignoreLeaks: true,
          reporter: 'spec',
          require: ['test/bootstrap.js']
        }
      },
      unit: {
        src: 'test/unit/**/*.js',
        options: {
          timeout: 3000,
          ignoreLeaks: true,
          reporter: 'spec',
          require: ['test/bootstrap.js']
        }
      },
      single: {
        options: {
          timeout: 3000,
          ignoreLeaks: false,
          reporter: 'spec',
          require: ['test/bootstrap.js']
        }
      },
      cli: {
        src: 'test/unit/cli.js',
        options: {
          timeout: 3000,
          ignoreLeaks: false,
          reporter: 'spec',
          require: ['test/bootstrap.js']
        }
      }
    }
  };

  grunt.initConfig(config);

  /**
   * Generate Changelog
   */
  grunt.registerTask('generate-changelog', function () {
    'use strict';
    grunt.loadNpmTasks('grunt-conventional-changelog');
    grunt.loadNpmTasks('grunt-conventional-github-releaser');
    grunt.task.run('conventionalChangelog');
  });

  /**
   * Lint tasks
   */
  grunt.registerTask('lint', function () {
    'use strict';
    grunt.loadNpmTasks('grunt-eslint');
    grunt.task.run('jshint', 'eslint');
  });

  /**
   * Performance task
   */
  grunt.registerTask('performancejs', function () {
    'use strict';
    var perf = require('./test/performance/performance.js');
    perf.runTests();
    perf.generateLogs();
  });

  /**
   * Run a single test
   */
  grunt.registerTask('single-test', function (file) {
    'use strict';
    grunt.config.merge({
      mochaTest: {
        single: {
          src: file
        }
      }
    });

    grunt.task.run(['lint', 'concat:test', 'mochaTest:single', 'clean']);
  });

  /**
   * Tasks
   */
  grunt.registerTask('test', ['clean', 'lint', 'concat:test', 'mochaTest:unit', 'mochaTest:functional', 'clean']);
  grunt.registerTask('test-functional', ['concat:test', 'mochaTest:functional', 'clean']);
  grunt.registerTask('test-unit', ['concat:test', 'mochaTest:unit', 'clean']);
  grunt.registerTask('test-cli', ['clean', 'lint', 'concat:test', 'mochaTest:cli', 'clean']);

  grunt.registerTask('performance', ['concat:test', 'performancejs', 'clean']);
  grunt.registerTask('build', ['test', 'concat:dist', 'concat:cli', 'uglify:dist', 'uglify:cli', 'endline']);
  grunt.registerTask('build-without-test', ['concat:dist', 'uglify', 'endline']);
  grunt.registerTask('prep-release', ['build', 'performance', 'generate-changelog']);

  // Default task(s).
  grunt.registerTask('default', ['test']);
};


================================================
FILE: LICENSE
================================================
MIT License

Copyright (c) 2018,2021 ShowdownJS

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


================================================
FILE: README.md
================================================
![Showdown][sd-logo]

![Build Status: Linux](https://github.com/showdownjs/showdown/actions/workflows/node.linux.yml/badge.svg)
![Build Status: Windows](https://github.com/showdownjs/showdown/actions/workflows/node.win.yml/badge.svg)
[![Browserstack Tests](https://automate.browserstack.com/badge.svg?badge_key=VTIvTDNqWVdaTHljbS9RNmYrcTBiL0Uxc3dkRDhaN1dPaXpPb2VOc1B2VT0tLU1Ib09kVjVzMjhFcHExbWFSWlJEV3c9PQ==--1fb92e1730e4a00630d17d533822de6403ca65ec)](https://automate.browserstack.com/public-build/VTIvTDNqWVdaTHljbS9RNmYrcTBiL0Uxc3dkRDhaN1dPaXpPb2VOc1B2VT0tLU1Ib09kVjVzMjhFcHExbWFSWlJEV3c9PQ==--1fb92e1730e4a00630d17d533822de6403ca65ec)
[![npm version](https://badge.fury.io/js/showdown.svg)](http://badge.fury.io/js/showdown)
[![Bower version](https://badge.fury.io/bo/showdown.svg)](http://badge.fury.io/bo/showdown)
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/tiviesantos)

------

Showdown is a JavaScript Markdown to HTML converter, based on the original works by John Gruber.
Showdown can be used client side (in the browser) or server side (with Node.js).

## Live DEMO



As you know, ShowdownJS is a free library and it will remain free forever. However, maintaining and improving the library costs time and money.

If you like our work and find our library useful, please donate through [PayPal](https://www.paypal.me/tiviesantos)! Your contribution will be greatly appreciated and help me continue to develop this awesome library.

## License

ShowdownJS v 2.0 is released under the MIT license.
Previous versions are released under BSD.

## Who uses Showdown (or a fork)

 - [GoogleCloudPlatform](https://github.com/GoogleCloudPlatform)
 - [Meteor](https://www.meteor.com/)
 - [Stackexchange](http://stackexchange.com/) - forked as [PageDown](https://code.google.com/p/pagedown/)
 - [docular](https://github.com/Vertafore/docular)
 - [md-page](https://github.com/oscarmorrison/md-page)
 - [QCObjects](https://qcobjects.dev)
 - [and some others...](https://www.npmjs.com/browse/depended/showdown)

## Installation

### Download tarball

You can download the latest release tarball directly from [releases][releases].

### Bower

    bower install showdown

### npm (server-side)

    npm install showdown

### NuGet package

    PM> Install-Package showdownjs

The NuGet Packages can be found [here](https://www.nuget.org/packages/showdownjs/).

### CDN

You can also use one of several CDNs available: 

* jsDelivr

        https://cdn.jsdelivr.net/npm/showdown@<version tag>/dist/showdown.min.js

* cdnjs

        https://cdnjs.cloudflare.com/ajax/libs/showdown/<version tag>/showdown.min.js

* unpkg
       
        https://unpkg.com/showdown/dist/showdown.min.js

*Note*: replace `<version tag>` with an actual full length version you're interested in e.g. `1.9.0`
## Browser Compatibility

Showdown has been tested successfully with:

  * Firefox 1.5 and 2.0
  * Chrome 12.0
  * Internet Explorer 6 and 7
  * Safari 2.0.4
  * Opera 8.54 and 9.10
  * Netscape 8.1.2
  * Konqueror 3.5.4

In theory, Showdown will work in any browser that supports ECMA 262 3rd Edition (JavaScript 1.5).
The converter itself might even work in things that aren't web browsers, like Acrobat.  No promises.


## Node compatibility

Showdown is intended to work on any supported Node.js version (see the [Node.js releases schedule](https://nodejs.org/en/about/releases/). The code may work with previous versions of Node.js, but no accomidations are made to ensure it does. 


## Legacy version

If you're looking for showdown v<1.0.0, you can find it in the [**legacy branch**][legacy-branch].

## Changelog

You can check the full [changelog][changelog]

## Extended documentation
Check our [wiki pages][wiki] for examples and a more in-depth documentation.


## Quick Example

### Node

```js
var showdown  = require('showdown'),
    converter = new showdown.Converter(),
    text      = '# hello, markdown!',
    html      = converter.makeHtml(text);
```

### Browser

```js
var converter = new showdown.Converter(),
    text      = '# hello, markdown!',
    html      = converter.makeHtml(text);
```

### Output 

Both examples should output...

```html
    <h1 id="hellomarkdown">hello, markdown!</h1>
```

## Options

You can change some of showdown's default behavior through options. 

### Setting options

Options can be set:

#### Globally

Setting a "global" option affects all instances of showdown

```js
showdown.setOption('optionKey', 'value');
```

#### Locally
Setting a "local" option only affects the specified Converter object. 
Local options can be set:

 * **through the constructor**
    ```js
    var converter = new showdown.Converter({optionKey: 'value'});
    ```

 * **through the setOption() method**
    ```js
    var converter = new showdown.Converter();
    converter.setOption('optionKey', 'value');
    ```

### Getting an option

Showdown provides 2 methods (both local and global) to retrieve previous set options.

#### getOption()

```js
// Global
var myOption = showdown.getOption('optionKey');

//Local
var myOption = converter.getOption('optionKey');
```

#### getOptions()

```js
// Global
var showdownGlobalOptions = showdown.getOptions();

//Local
var thisConverterSpecificOptions = converter.getOptions();
```

### Retrieve the default options

You can get showdown's default options with:
```js
var defaultOptions = showdown.getDefaultOptions();
```

### Valid Options

 * **omitExtraWLInCodeBlocks**: (boolean) [default false] Omit the trailing newline in a code block. Ex:
   
    This:
    ```html
    <code><pre>var foo = 'bar';
    </pre></code>
    ```
    Becomes this:
    ```html
    <code><pre>var foo = 'bar';</pre></code>
    ```

 * **noHeaderId**: (boolean) [default false] Disable the automatic generation of header ids.
   Setting to true overrides **prefixHeaderId**

 * **customizedHeaderId**: (boolean) [default false] Use text in curly braces as header id. **(since v1.7.0)**
   Example:
   ```
   ## Sample header {real-id}     will use real-id as id
   ```

 * **ghCompatibleHeaderId**: (boolean) [default false] Generate header ids compatible with github style
   (spaces are replaced with dashes and a bunch of non alphanumeric chars are removed) **(since v1.5.5)**

 * **prefixHeaderId**: (string/boolean) [default false] Add a prefix to the generated header ids.
   Passing a string will prefix that string to the header id. Setting to `true` will add a generic 'section' prefix.

 * **rawPrefixHeaderId**: (boolean) [default false] Setting this option to true will prevent showdown from modifying the prefix.
   This might result in malformed IDs (if, for instance, the " char is used in the prefix).
   Has no effect if prefixHeaderId is set to false. **(since v 1.7.3)**

 * **rawHeaderId**: (boolean) [default false] Remove only spaces, ' and " from generated header ids (including prefixes),
    replacing them with dashes (-). WARNING: This might result in malformed ids **(since v1.7.3)**
 
 * **headerLevelStart**: (integer) [default 1] Set the header starting level. For instance, setting this to 3 means that

    ```md
    # foo
    ```
    will be parsed as 
    
    ```html
    <h3>foo</h3>
    ```

 * **parseImgDimensions**: (boolean) [default false] Enable support for setting image dimensions from within markdown syntax.
   Examples:
   ```
   ![foo](foo.jpg =100x80)     simple, assumes units are in px
   ![bar](bar.jpg =100x*)      sets the height to "auto"
   ![baz](baz.jpg =80%x5em)  Image with width of 80% and height of 5em
   ```

 * **simplifiedAutoLink**: (boolean) [default false] Turning this option on will enable automatic linking to urls.
   This means that:

   ```md
   some text www.google.com
   ```
   will be parsed as 
   ```html
   <p>some text <a href="www.google.com">www.google.com</a>
   ```
 
 * ~~**excludeTrailingPunctuationFromURLs**: (boolean) [default false] This option excludes trailing punctuation from autolinking urls.
   Punctuation excluded: `. !  ? ( )`. Only applies if **simplifiedAutoLink** option is set to `true`.~~
   
 * **literalMidWordUnderscores**: (boolean) [default false] Turning this on will stop showdown from interpreting
   underscores in the middle of words as `<em>` and `<strong>` and instead treat them as literal underscores.

   Example:
   
   ```md
   some text with__underscores__in middle
   ```
   will be parsed as
   ```html
   <p>some text with__underscores__in middle</p>
   ```

 * ~~**literalMidWordAsterisks**: (boolean) [default false] Turning this on will stop showdown from interpreting asterisks
   in the middle of words as `<em>` and `<strong>` and instead treat them as literal asterisks.~~
   
 * **strikethrough**: (boolean) [default false] Enable support for strikethrough syntax.
   `~~strikethrough~~` as `<del>strikethrough</del>`
   
 * **tables**: (boolean) [default false] Enable support for tables syntax. Example:
    
   ```md
   | h1    |    h2   |      h3 |
   |:------|:-------:|--------:|
   | 100   | [a][1]  | ![b][2] |
   | *foo* | **bar** | ~~baz~~ |
   ```
   
   See the wiki for more info

 * **tablesHeaderId**: (boolean) [default false] If enabled adds an id property to table headers tags.

 * **ghCodeBlocks**: (boolean) [default true] Enable support for GFM code block style.

 * **tasklists**: (boolean) [default false] Enable support for GFM tasklists. Example:
 
   ```md
    - [x] This task is done
    - [ ] This is still pending
   ```
 * **smoothLivePreview**: (boolean) [default false] Prevents weird effects in live previews due to incomplete input
 
 * **smartIndentationFix**: (boolean) [default false] Tries to smartly fix indentation problems related to es6 template
   strings in the midst of indented code.

 * **disableForced4SpacesIndentedSublists**: (boolean) [default false] Disables the requirement of indenting sublists
   by 4 spaces for them to be nested, effectively reverting to the old behavior where 2 or 3 spaces were enough.
   **(since v1.5.0)**
 
 * **simpleLineBreaks**: (boolean) [default false] Parses line breaks as `<br>`, without
   needing 2 spaces at the end of the line **(since v1.5.1)**
 
   ```md
   a line  
   wrapped in two
   ```
    
   turns into:
    
   ```html
   <p>a line<br>
   wrapped in two</p>
   ```

 * **requireSpaceBeforeHeadingText**: (boolean) [default false] Makes adding a space between `#` and the header text mandatory **(since v1.5.3)**
 
 * **ghMentions**: (boolean) [default false] Enables github @mentions, which link to the username mentioned **(since v1.6.0)**
 
 * **ghMentionsLink**: (string) [default `https://github.com/{u}`] Changes the link generated by @mentions.
   Showdown will replace `{u}` with the username. Only applies if ghMentions option is enabled.
   Example: `@tivie` with ghMentionsOption set to `//mysite.com/{u}/profile` will result in `<a href="//mysite.com/tivie/profile">@tivie</a>`
 
 * **encodeEmails**: (boolean) [default true] Enable e-mail addresses encoding through the use of Character Entities, transforming ASCII e-mail addresses into its equivalent decimal entities. (since v1.6.1)

   NOTE: Prior to version 1.6.1, emails would always be obfuscated through dec and hex encoding.

 * **openLinksInNewWindow**: (boolean) [default false] Open all links in new windows
   (by adding the attribute `target="_blank"` to `<a>` tags) **(since v1.7.0)**

 * **backslashEscapesHTMLTags**: (boolean) [default false] Support for HTML Tag escaping. ex: `\<div>foo\</div>` **(since v1.7.2)**

 * **emoji**: (boolean) [default false] Enable emoji support. Ex: `this is a :smile: emoji`
   For more info on available emojis, see https://github.com/showdownjs/showdown/wiki/Emojis **(since v.1.8.0)**

 * **underline**: (boolean) [default false] ***EXPERIMENTAL FEATURE*** Enable support for underline.
   Syntax is **double** or **triple** **underscores** ex: `__underlined word__`. With this option enabled, underscores are no longer parses into `<em>` and `<strong>`.

 * **ellipsis**: (boolean) [default true] Replaces three dots with the ellipsis unicode character.

 * **completeHTMLDocument**: (boolean) [default false] Outputs a complete html document,
   including `<html>`, `<head>` and `<body>` tags' instead of an HTML fragment. (since v.1.8.5)

 * **metadata**: (boolean) [default false] Enable support for document metadata (defined at the top of the document
   between `«««` and `»»»` or between `---` and `---`).  (since v.1.8.5)
   
   ```js
   var conv = new showdown.Converter({metadata: true});
   var html = conv.makeHtml(someMd);
   var metadata = conv.getMetadata(); // returns an object with the document metadata
   ```

 * **splitAdjacentBlockquotes**: (boolean) [default false] Split adjacent blockquote blocks.(since v.1.8.6)

 * **moreStyling**: (boolean) [default false] Adds some useful classes for css styling. (since v2.0.1)
    
    - Tasklists: Adds the class `task-list-item-complete` to completed tasks items in GFM tasklists.

**NOTE**: Please note that until **version 1.6.0**, all of these options are ***DISABLED*** by default in the cli tool.


## Flavors

You can also use flavors or presets to set the correct options automatically, so that showdown behaves like popular markdown flavors.

Currently, the following flavors are available:

 * original - original markdown flavor as in [John Gruber's spec](https://daringfireball.net/projects/markdown/)
 * vanilla  - showdown base flavor (as from v1.3.1)
 * github   - GFM (GitHub Flavored Markdown)


### Global
```javascript
showdown.setFlavor('github');
```

### Instance
```javascript
converter.setFlavor('github');
```


## CLI Tool

Showdown also comes bundled with a Command Line Interface tool. You can check the [CLI wiki page][cli-wiki] for more info

## Integration with AngularJS

ShowdownJS project also provides seamlessly integration with AngularJS via a "plugin".
Please visit https://github.com/showdownjs/ngShowdown for more information.

## Integration with TypeScript

If you're using TypeScript you maybe want to use the types from [DefinitelyTyped][definitely-typed]

## Integration with SystemJS/JSPM

Integration with SystemJS can be obtained via the third party ["system-md" plugin](https://github.com/guybedford/system-md).

## Integration with VueJS

To use ShowdownJS as a Vue component quickly, you can check [vue-showdown](https://vue-showdown.js.org/).

## XSS vulnerability

Showdown doesn't sanitize the input. This is by design since markdown relies on it to allow certain features to be correctly parsed into HTML.
This, however, means XSS injection is quite possible.

Please refer to the wiki article [Markdown's XSS Vulnerability (and how to mitigate it)][xss-wiki]
for more information.

## Extensions

Showdown allows additional functionality to be loaded via extensions. (you can find a list of known showdown extensions [here][ext-wiki])
You can also find a boilerplate, to create your own extensions in [this repository][boilerplate-repo]

### Client-side Extension Usage

```js
<script src="showdown.js" />
<script src="twitter-extension.js" />

var converter = new showdown.Converter({ extensions: ['twitter'] });
```

### Server-side Extension Usage

```js
var showdown    = require('showdown'),
    myExtension = require('myExtension'),
    converter = new showdown.Converter({ extensions: ['myExtension'] });
```

## Building

Building your clone of the repository is easy.
> Prerequesites: [Node.js](https://nodejs.org/) v12, [npm](https://www.npmjs.com/package/npm) and [npx](https://www.npmjs.com/package/npx) must be installed.

1. run `npm install`.
2. run `npx grunt build` (see [`Gruntfile.js`](/Gruntfile.js)). This command:

    1. Cleans the repo.
    2. Checks code quality ([JSHint](https://jshint.com/) and [ESLint](https://eslint.org/)).
    3. Runs tests.
    4. Creates the [distributable](/showdown.js) and [minified](/showdown.min.js) files in the [`dist`](/dist) folder.

## Tests

A suite of tests is available which require Node.js.  Once Node is installed, run the following command from
the project root to install the dependencies:

    npm install

Once installed the tests can be run from the project root using:

    npm test

New test cases can easily be added.  Create a markdown file (ending in `.md`) which contains the markdown to test.
Create a `.html` file of the exact same name.  It will automatically be tested when the tests are executed with `mocha`.

## Contributing

If you wish to contribute please read the following quick guide.

### Want a Feature?
You can request a new feature by submitting an issue. If you would like to implement a new feature feel free to issue a
Pull Request.


### Pull requests (PRs)
PRs are awesome. However, before you submit your pull request consider the following guidelines:

 - Search GitHub for an open or closed Pull Request that relates to your submission. You don't want to duplicate effort.
 - When issuing PRs that change code, make your changes in a new git branch based on **develop**:

   ```bash
   git checkout -b my-fix-branch develop
   ```

 - Run the full test suite before submitting and make sure all tests pass (obviously =P).
 - Try to follow our [**coding style rules**][coding-rules]. Breaking them prevents the PR to pass the tests.
 - Refrain from fixing multiple issues in the same pull request. It's preferable to open multiple small PRs instead of one
   hard to review big one.
 - If the PR introduces a new feature or fixes an issue, **please add the appropriate test case**.
 - We use [conventional commit][conventional-commits] notes to generate the changelog that follow the conventional changelog spec. It's extremely helpful if your commit messages adhere to these [Commit Guidelines][conventional-commits].
 - Don't forget to add your name to the [CREDITS.md](https://github.com/showdownjs/showdown/blob/master/CREDITS.md) file. We like to give credit were it's due.
 - If we suggest changes then:
     - Make the required updates.
     - Re-run the test suite to ensure tests are still passing.
     - Rebase your branch and force push to your GitHub repository (this will update your Pull Request):

     ```bash
     git rebase develop -i
     git push origin my-fix-branch -f
     ```
 - After your pull request is merged, you can safely delete your branch.

If you have time to contribute to this project, we feel obliged that you get credit for it.
These rules enable us to review your PR faster and will give you appropriate credit in your GitHub profile.
We thank you in advance for your contribution!

### Joining the team
We're looking for members to help maintaining Showdown.
Please see [this issue](https://github.com/showdownjs/showdown/issues/114) to express interest or comment on this note.

## Credits
Full credit list at https://github.com/showdownjs/showdown/blob/master/CREDITS.md

Showdown is powered by:<br/>
[![webstorm](https://www.jetbrains.com/webstorm/documentation/docs/logo_webstorm.png)](https://www.jetbrains.com/webstorm/)



[sd-logo]: https://raw.githubusercontent.com/showdownjs/logo/master/dist/logo.readme.png
[legacy-branch]: https://github.com/showdownjs/showdown/tree/legacy
[releases]: https://github.com/showdownjs/showdown/releases
[changelog]: https://github.com/showdownjs/showdown/blob/master/CHANGELOG.md
[wiki]: https://github.com/showdownjs/showdown/wiki
[cli-wiki]: https://github.com/showdownjs/showdown/wiki/CLI-tool
[definitely-typed]: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/showdown
[xss-wiki]: https://github.com/showdownjs/showdown/wiki/Markdown's-XSS-Vulnerability-(and-how-to-mitigate-it)
[ext-wiki]: https://github.com/showdownjs/showdown/wiki/extensions
[coding-rules]: https://github.com/showdownjs/code-style/blob/master/README.md
[conventional-commits]: https://www.conventionalcommits.org/
[boilerplate-repo]: https://github.com/showdownjs/extension-boilerplate


================================================
FILE: SECURITY.md
================================================
# Security Policy

## Supported Versions

Security fixes are addressed for the following versions of Showdown.

| Version | Supported          |
| ------- | ------------------ |
| 2.0.x   | :white_check_mark: |
| 1.x.x   | :x: (Known security issue with yargs dependecy) |

Showdown targets the node.js versions targeted in the [node.js release schedule](https://nodejs.org/en/about/releases/). Our test suite follows this release schedule. Consequently, older versions of node may become unusable.

## Reporting a Vulnerability

To report a vulnerability, please add an issue to our main github page: https://github.com/showdownjs/showdown/issues


================================================
FILE: TASKS.TODO.md
================================================
# ROADMAP TO VERSION 3.0


## Options

- [ ] **ghCompatibleHeaderId** (removal)

    Will be removed and **will become the default behavior**.
    
- [ ] **customizedHeaderId** (removal)

    This option introduced non compliant syntax so it really belongs in an extension.
    The new **listener extension system** allows users to directly modify and customize
    the HTML and add any attributes they wish. 

- [ ] **rawPrefixHeaderId** (removal)

    This option will be superseeded by the option `rawHeaderId`. So basically activating `rawHeaderId` will make
    showdown only to replace spaces, ', ", > and < with dashes (-) from generated header ids, including prefixes.

- [X] **literalMidWordAsterisks** (removal)

    This option is weird, hard to maintain and really... makes little sense.

- [X] **excludeTrailingPunctuationFromURLs** (removal)

    This option will be removed and will be the default behavior from now on.

- [ ] **strikethrough** (change)

    Will be enabled by default

- [ ] **disableForced4SpacesIndentedSublists** (to think/postpone)

    This was only a temporary option for backwards compatibility reason. However, most flavours support lists indented
    with 2 spaces, so it puts us in a tight spot, specially since some markdown beautifiers out there insist in
    indenting lists with 2 spaces, probably in a misguided try to follow the CommonMark spec.
    
    The CommonMark spec is, IMHO, a bit confusing for users regarding this, since list sub-blocks (and lists) 
    are determined by the spaces from the start of the line and the first character after the list mark. And the proof
    are the MD beautifiers out there, which misinterpreted the spec and made a mess 
    
    Showdown syntax is actually easier (and fully compliant with the original spec): if you indent something 4 spaces,
    it becomes a sub-block. Since lists are blocks, you must indent it 4 spaces for it to become a sub-block.
    
    Regardless, we kinda have 2 solutions:
    
    - Drop support for 2 space indentation (and make a lot of users confused since GFM, CommonMark and others allow this)
    - Create a new list subparser that can be turned on with an option, like gfmListStyle
      (but postpones even more the alpha 3.0 release since the list subparser is probably the hardest thing to rewrite)
    
    Tough choices...

- [ ] **simpleLineBreaks** (change)

    Will be removed from Github Flavor since github only does this in comments (which is weird...)

- [ ] **openLinksInNewWindow** (removal)

    Will be removed in favor of the new listener extension, which will allow users to manipulate HTML tags attributes
    directly.
    
- [ ] Revamp the option system

    Revamp the option system so that it becomes more simple. Right now, it's really confusing. And option names are weird
    too. The idea is to pass options to the constructor under an option object, that can have hierarchical structure.
    Ex:
    
    ```js
    var conv = new showdown.Converter({ 
      options: { 
        links: {
          autoLinks: true
        },
        headings: {
          startLevel: 2
        }
      }
    });
    ``` 

## Legacy Code Removal
- [ ] Legacy extension support
        
    Old extensions that inject directly into extensions object property will no longer be supported
    
- [ ] HTML and OUTPUT extensions
    
    HTML and OTP extensions will be dropped in favor of Listener Extensions. We might even give them a new name
    
## Subparsers
- [X] **Anchors**: Revamp the anchors subparser so it calls strikethrough, bold, italic and underline directly
- [X] **autoLinks**: Fix some lingering bugs and issues with autolinks

## Priority Bugs
- [X] **#355**: *simplifiedAutoLink URLs inside parenthesis followed by another character are not parsed correctly*
- [X] **#534**: *Multiple parentheses () in url link is not parsed correctly*
- [ ] **#367**: *sublists rendering with 2 spaces* - related to disableForced4SpacesIndentedSublists option...
- [ ] **#537**: *master branch doesn't work in a web worker*

## CLI
- [ ] Refactor the CLI
- [ ] **#381**: *Support for src and dst directories in showdown cli*
- [X] **#584**: *Fails to read from stdin*
- [X] **#554**: *CLI not working with jsdom v10*

## Other stuff
- [X] Regexp rewrite for more performance oompf
- [X] Full unit testing
- [ ] Better error reporting

## Stuff that probably won't make it to v2.0
- [ ] **#486**: *A backslash at the end of the line is a hard line break*
- [ ] **#548**: *anchors and images of subParser are errors when they are specific strings*
- [ ] **#549**: *Strange parsing issue with `<pre><code>`*
- [ ] Rethink the global variable

## NEW Features

### Event system
- [X] Listener system revamp
- [ ] Standardize events for all event types
- [ ] Unit testing
- [ ] Functional testing

This should address:
- **#567**: Allow not making header ids lowercase
- **#540**: Add complete class to the tasklist list element

### MD to HTML conversion
- [X] Basic support
- [X] Basic functional testcase
- [ ] Advanced support for all showdown MD features
- [ ] Advanced functional testcase
- [ ] Unit testing

## Documentation (for v2.0)
- [ ] Options
- [ ] Extensions (and the new event system)
- [ ] Cookbook (with stuff for backwards compatibility, specially regarding removed options)

## Browser Testing

- [X] Implement unit tests in Karma
- [ ] Implement functional tests in Karma
- [ ] Integrate with browserstack


================================================
FILE: bin/showdown.js
================================================
#!/usr/bin/env node
var showdown,version,fs=require("fs"),path=require("path"),Command=require("commander").Command,program=new Command,path1=path.resolve(__dirname+"/../dist/showdown.js"),path2=path.resolve(__dirname+"/../../.build/showdown.js");function Messenger(o,t,e){"use strict";t=!!t||!!e,e=!!e,this._print="stdout"===(o=o||"stderr")?console.log:console.error,this.errorExit=function(o){e||(console.error("ERROR: "+o.message),console.error("Run 'showdown <command> -h' for help")),process.exit(1)},this.okExit=function(){e||(this._print("\n"),this._print("DONE!")),process.exit(0)},this.printMsg=function(o){t||e||!o||this._print(o)},this.printError=function(o){e||console.error(o)}}function showShowdownOptions(){"use strict";var o,t=showdown.getDefaultOptions(!1);for(o in console.log("\nshowdown makehtml config options:"),t)t.hasOwnProperty(o)&&console.log("  "+o+":","[default="+t[o].defaultValue+"]",t[o].describe);console.log('\n\nExample: showdown makehtml -c openLinksInNewWindow ghMentions ghMentionsLink="https://google.com"')}function parseShowdownOptions(o,t){"use strict";var e=t;if(o)for(var n=0;n<o.length;++n){var r=o[n],i=o[n],s=!0;/=/.test(r)&&(i=r.split("=")[0],s=r.split("=")[1]),e[i]=s}return e}function readFromStdIn(o){"use strict";o=o||"utf8";try{return fs.readFileSync(process.stdin.fd,o).toString()}catch(o){throw new Error("Could not read from stdin, reason: "+o.message)}}function readFromFile(t,o){"use strict";try{return fs.readFileSync(t,o)}catch(o){throw new Error("Could not read from file "+t+", reason: "+o.message)}}function writeToStdOut(o){"use strict";if(!process.stdout.write(o))throw new Error("Could not write to StdOut")}function writeToFile(o,t,e){"use strict";e=e?fs.appendFileSync:fs.writeFileSync;try{e(t,o)}catch(o){throw new Error("Could not write to file "+t+", readon: "+o.message)}}function makehtmlCommand(t,o){"use strict";if(t.configHelp)showShowdownOptions();else{var e,n,r,i=!!o.parent._optionValues.quiet,o=!!o.parent._optionValues.mute,s=t.input&&""!==t.input&&!0!==t.input?"file":"stdin",a=t.output&&""!==t.output&&!0!==t.output?"file":"stdout",d=new Messenger("file"==a?"stdout":"stderr",i,o),i=showdown.getDefaultOptions(!0);if(t.flavor){if(d.printMsg("Enabling flavor "+t.flavor+"..."),!(i=showdown.getFlavorOptions(t.flavor)))return void d.errorExit(new Error("Flavor "+t.flavor+" is not recognised"));d.printMsg("OK!")}for(n in t.config=parseShowdownOptions(t.config,i),t.config)t.config.hasOwnProperty(n)&&!0===t.config[n]&&d.printMsg("Enabling option "+n);d.printMsg("\nInitializing converter...");try{r=new showdown.Converter(t.config)}catch(o){return void d.errorExit(o)}if(d.printMsg("OK!"),t.extensions){d.printMsg("\nLoading extensions...");for(var p=0;p<t.extensions.length;++p)try{d.printMsg(t.extensions[p]);var u=require(t.extensions[p]);r.addExtension(u,t.extensions[p]),d.printMsg(t.extensions[p]+" loaded...")}catch(o){d.printError("ERROR: Could not load extension "+t.extensions[p]+". Reason:"),d.errorExit(o)}}if(d.printMsg("..."),d.printMsg("Reading data from "+s+"..."),"stdin"==s)try{e=readFromStdIn(t.encoding)}catch(o){return void d.errorExit(o)}else try{e=readFromFile(t.input,t.encoding)}catch(o){return void d.errorExit(o)}if(d.printMsg("Parsing markdown..."),o=r.makeHtml(e),d.printMsg("Writing data to "+a+"..."),"stdout"==a)try{writeToStdOut(o)}catch(o){return void d.errorExit(o)}else try{writeToFile(o,t.output,t.append)}catch(o){return void d.errorExit(o)}d.okExit()}}version=fs.existsSync(path1)?(showdown=require(path1),require(path.resolve(__dirname+"/../package.json")).version):fs.existsSync(path2)?(showdown=require(path2),require(path.resolve(__dirname+"/../../package.json")).version):(showdown=require("../../dist/showdown"),require("../../package.json")),program.name("showdown").description("CLI to Showdownjs markdown parser v"+version).version(version).usage("<command> [options]").option("-q, --quiet","Quiet mode. Only print errors").option("-m, --mute","Mute mode. Does not print anything"),program.command("makehtml").description("Converts markdown into html").addHelpText("after","\n\nExamples:").addHelpText("after","  showdown makehtml -i                     Reads from stdin and outputs to stdout").addHelpText("after","  showdown makehtml -i foo.md -o bar.html  Reads 'foo.md' and writes to 'bar.html'").addHelpText("after",'  showdown makehtml -i --flavor="github"   Parses stdin using GFM style').addHelpText("after","\nNote for windows users:").addHelpText("after","When reading from stdin, use option -u to set the proper encoding or run `chcp 65001` prior to calling showdown cli to set the command line to utf-8").option("-i, --input [file]","Input source. Usually a md file. If omitted or empty, reads from stdin. Windows users see note below.",!0).option("-o, --output [file]","Output target. Usually a html file. If omitted or empty, writes to stdout",!0).option("-u, --encoding <encoding>","Sets the input encoding","utf8").option("-y, --output-encoding <encoding>","Sets the output encoding","utf8").option("-a, --append","Append data to output instead of overwriting. Ignored if writing to stdout",!1).option("-e, --extensions <extensions...>","Load the specified extensions. Should be valid paths to node compatible extensions").option("-p, --flavor <flavor>","Run with a predetermined flavor of options. Default is vanilla","vanilla").option("-c, --config <config...>","Enables showdown makehtml parser config options. Overrides flavor").option("--config-help","Shows configuration options for showdown parser").action(makehtmlCommand),program.parse();

================================================
FILE: bower.json
================================================
{
    "name": "showdown",
    "description": "A Markdown to HTML converter written in Javascript",
    "homepage": "https://github.com/showdownjs/showdown",
    "authors": [
      "Estevão Santos (https://github.com/tivie)",
      "Pascal Deschênes (https://github.com/pdeschen)"
    ],
    "main": ["dist/showdown.js"],
    "ignore": [
      ".editorconfig",
      ".gitattributes",
      ".gitignore",
      ".jscs.json",
      ".jshintignore",
      ".jshintrc",
      ".travis.yml",
      "Gruntfile.js",
      "package.json",
      "test/*"
    ],
    "repository": {
      "type": "git",
      "url": "https://github.com/showdownjs/showdown.git"
    },
    "keywords": [
      "markdown",
      "md",
      "mdown"
    ],
    "license": "https://github.com/showdownjs/showdown/blob/master/license.txt"
}


================================================
FILE: dist/showdown.js
================================================
;/*! showdown v 2.0.0 - 10-03-2022 */
(function(){
/**
 * Created by Tivie on 13-07-2015.
 */

function getDefaultOpts (simple) {
  'use strict';

  var defaultOptions = {
    omitExtraWLInCodeBlocks: {
      defaultValue: false,
      describe: 'Omit the default extra whiteline added to code blocks',
      type: 'boolean'
    },
    noHeaderId: {
      defaultValue: false,
      describe: 'Turn on/off generated header id',
      type: 'boolean'
    },
    prefixHeaderId: {
      defaultValue: false,
      describe: 'Add a prefix to the generated header ids. Passing a string will prefix that string to the header id. Setting to true will add a generic \'section-\' prefix',
      type: 'string'
    },
    rawPrefixHeaderId: {
      defaultValue: false,
      describe: 'Setting this option to true will prevent showdown from modifying the prefix. This might result in malformed IDs (if, for instance, the " char is used in the prefix)',
      type: 'boolean'
    },
    ghCompatibleHeaderId: {
      defaultValue: false,
      describe: 'Generate header ids compatible with github style (spaces are replaced with dashes, a bunch of non alphanumeric chars are removed)',
      type: 'boolean'
    },
    rawHeaderId: {
      defaultValue: false,
      describe: 'Remove only spaces, \' and " from generated header ids (including prefixes), replacing them with dashes (-). WARNING: This might result in malformed ids',
      type: 'boolean'
    },
    headerLevelStart: {
      defaultValue: false,
      describe: 'The header blocks level start',
      type: 'integer'
    },
    parseImgDimensions: {
      defaultValue: false,
      describe: 'Turn on/off image dimension parsing',
      type: 'boolean'
    },
    simplifiedAutoLink: {
      defaultValue: false,
      describe: 'Turn on/off GFM autolink style',
      type: 'boolean'
    },
    literalMidWordUnderscores: {
      defaultValue: false,
      describe: 'Parse midword underscores as literal underscores',
      type: 'boolean'
    },
    literalMidWordAsterisks: {
      defaultValue: false,
      describe: 'Parse midword asterisks as literal asterisks',
      type: 'boolean'
    },
    strikethrough: {
      defaultValue: false,
      describe: 'Turn on/off strikethrough support',
      type: 'boolean'
    },
    tables: {
      defaultValue: false,
      describe: 'Turn on/off tables support',
      type: 'boolean'
    },
    tablesHeaderId: {
      defaultValue: false,
      describe: 'Add an id to table headers',
      type: 'boolean'
    },
    ghCodeBlocks: {
      defaultValue: true,
      describe: 'Turn on/off GFM fenced code blocks support',
      type: 'boolean'
    },
    tasklists: {
      defaultValue: false,
      describe: 'Turn on/off GFM tasklist support',
      type: 'boolean'
    },
    smoothLivePreview: {
      defaultValue: false,
      describe: 'Prevents weird effects in live previews due to incomplete input',
      type: 'boolean'
    },
    smartIndentationFix: {
      defaultValue: false,
      describe: 'Tries to smartly fix indentation in es6 strings',
      type: 'boolean'
    },
    disableForced4SpacesIndentedSublists: {
      defaultValue: false,
      describe: 'Disables the requirement of indenting nested sublists by 4 spaces',
      type: 'boolean'
    },
    simpleLineBreaks: {
      defaultValue: false,
      describe: 'Parses simple line breaks as <br> (GFM Style)',
      type: 'boolean'
    },
    requireSpaceBeforeHeadingText: {
      defaultValue: false,
      describe: 'Makes adding a space between `#` and the header text mandatory (GFM Style)',
      type: 'boolean'
    },
    ghMentions: {
      defaultValue: false,
      describe: 'Enables github @mentions',
      type: 'boolean'
    },
    ghMentionsLink: {
      defaultValue: 'https://github.com/{u}',
      describe: 'Changes the link generated by @mentions. Only applies if ghMentions option is enabled.',
      type: 'string'
    },
    encodeEmails: {
      defaultValue: true,
      describe: 'Encode e-mail addresses through the use of Character Entities, transforming ASCII e-mail addresses into its equivalent decimal entities',
      type: 'boolean'
    },
    openLinksInNewWindow: {
      defaultValue: false,
      describe: 'Open all links in new windows',
      type: 'boolean'
    },
    backslashEscapesHTMLTags: {
      defaultValue: false,
      describe: 'Support for HTML Tag escaping. ex: \<div>foo\</div>',
      type: 'boolean'
    },
    emoji: {
      defaultValue: false,
      describe: 'Enable emoji support. Ex: `this is a :smile: emoji`',
      type: 'boolean'
    },
    underline: {
      defaultValue: false,
      describe: 'Enable support for underline. Syntax is double or triple underscores: `__underline word__`. With this option enabled, underscores no longer parses into `<em>` and `<strong>`',
      type: 'boolean'
    },
    ellipsis: {
      defaultValue: true,
      describe: 'Replaces three dots with the ellipsis unicode character',
      type: 'boolean'
    },
    completeHTMLDocument: {
      defaultValue: false,
      describe: 'Outputs a complete html document, including `<html>`, `<head>` and `<body>` tags',
      type: 'boolean'
    },
    metadata: {
      defaultValue: false,
      describe: 'Enable support for document metadata (defined at the top of the document between `«««` and `»»»` or between `---` and `---`).',
      type: 'boolean'
    },
    splitAdjacentBlockquotes: {
      defaultValue: false,
      describe: 'Split adjacent blockquote blocks',
      type: 'boolean'
    },
    moreStyling: {
      defaultValue: false,
      describe: 'Adds some useful styling css classes in the generated html',
      type: 'boolean'
    },
    relativePathBaseUrl: {
      defaultValue: false,
      describe: 'Prepends a base URL to relative paths',
      type: 'string'
    },
  };
  if (simple === false) {
    return JSON.parse(JSON.stringify(defaultOptions));
  }
  var ret = {};
  for (var opt in defaultOptions) {
    if (defaultOptions.hasOwnProperty(opt)) {
      ret[opt] = defaultOptions[opt].defaultValue;
    }
  }
  return ret;
}

function allOptionsOn () {
  'use strict';
  var options = getDefaultOpts(true),
      ret = {};
  for (var opt in options) {
    if (options.hasOwnProperty(opt)) {
      ret[opt] = true;
    }
  }
  return ret;
}

/**
 * Created by Tivie on 06-01-2015.
 */
// Private properties
var showdown = {},
    parsers = {},
    extensions = {},
    globalOptions = getDefaultOpts(true),
    setFlavor = 'vanilla',
    flavor = {
      github: {
        omitExtraWLInCodeBlocks:              true,
        simplifiedAutoLink:                   true,
        literalMidWordUnderscores:            true,
        strikethrough:                        true,
        tables:                               true,
        tablesHeaderId:                       true,
        ghCodeBlocks:                         true,
        tasklists:                            true,
        disableForced4SpacesIndentedSublists: true,
        simpleLineBreaks:                     true,
        requireSpaceBeforeHeadingText:        true,
        ghCompatibleHeaderId:                 true,
        ghMentions:                           true,
        backslashEscapesHTMLTags:             true,
        emoji:                                true,
        splitAdjacentBlockquotes:             true
      },
      original: {
        noHeaderId:                           true,
        ghCodeBlocks:                         false
      },
      ghost: {
        omitExtraWLInCodeBlocks:              true,
        parseImgDimensions:                   true,
        simplifiedAutoLink:                   true,
        literalMidWordUnderscores:            true,
        strikethrough:                        true,
        tables:                               true,
        tablesHeaderId:                       true,
        ghCodeBlocks:                         true,
        tasklists:                            true,
        smoothLivePreview:                    true,
        simpleLineBreaks:                     true,
        requireSpaceBeforeHeadingText:        true,
        ghMentions:                           false,
        encodeEmails:                         true
      },
      vanilla: getDefaultOpts(true),
      allOn: allOptionsOn()
    };

/**
 * helper namespace
 * @type {{}}
 */
showdown.helper = {};

/**
 * TODO LEGACY SUPPORT CODE
 * @type {{}}
 */
showdown.extensions = {};

/**
 * Set a global option
 * @static
 * @param {string} key
 * @param {*} value
 * @returns {showdown}
 */
showdown.setOption = function (key, value) {
  'use strict';
  globalOptions[key] = value;
  return this;
};

/**
 * Get a global option
 * @static
 * @param {string} key
 * @returns {*}
 */
showdown.getOption = function (key) {
  'use strict';
  return globalOptions[key];
};

/**
 * Get the global options
 * @static
 * @returns {{}}
 */
showdown.getOptions = function () {
  'use strict';
  return globalOptions;
};

/**
 * Reset global options to the default values
 * @static
 */
showdown.resetOptions = function () {
  'use strict';
  globalOptions = getDefaultOpts(true);
};

/**
 * Set the flavor showdown should use as default
 * @param {string} name
 */
showdown.setFlavor = function (name) {
  'use strict';
  if (!flavor.hasOwnProperty(name)) {
    throw Error(name + ' flavor was not found');
  }
  showdown.resetOptions();
  var preset = flavor[name];
  setFlavor = name;
  for (var option in preset) {
    if (preset.hasOwnProperty(option)) {
      globalOptions[option] = preset[option];
    }
  }
};

/**
 * Get the currently set flavor
 * @returns {string}
 */
showdown.getFlavor = function () {
  'use strict';
  return setFlavor;
};

/**
 * Get the options of a specified flavor. Returns undefined if the flavor was not found
 * @param {string} name Name of the flavor
 * @returns {{}|undefined}
 */
showdown.getFlavorOptions = function (name) {
  'use strict';
  if (flavor.hasOwnProperty(name)) {
    return flavor[name];
  }
};

/**
 * Get the default options
 * @static
 * @param {boolean} [simple=true]
 * @returns {{}}
 */
showdown.getDefaultOptions = function (simple) {
  'use strict';
  return getDefaultOpts(simple);
};

/**
 * Get or set a subParser
 *
 * subParser(name)       - Get a registered subParser
 * subParser(name, func) - Register a subParser
 * @static
 * @param {string} name
 * @param {function} [func]
 * @returns {*}
 */
showdown.subParser = function (name, func) {
  'use strict';
  if (showdown.helper.isString(name)) {
    if (typeof func !== 'undefined') {
      parsers[name] = func;
    } else {
      if (parsers.hasOwnProperty(name)) {
        return parsers[name];
      } else {
        throw Error('SubParser named ' + name + ' not registered!');
      }
    }
  } else {
    throw Error('showdown.subParser function first argument must be a string (the name of the subparser)');
  }
};

/**
 * Gets or registers an extension
 * @static
 * @param {string} name
 * @param {object|object[]|function=} ext
 * @returns {*}
 */
showdown.extension = function (name, ext) {
  'use strict';

  if (!showdown.helper.isString(name)) {
    throw Error('Extension \'name\' must be a string');
  }

  name = showdown.helper.stdExtName(name);

  // Getter
  if (showdown.helper.isUndefined(ext)) {
    if (!extensions.hasOwnProperty(name)) {
      throw Error('Extension named ' + name + ' is not registered!');
    }
    return extensions[name];

    // Setter
  } else {
    // Expand extension if it's wrapped in a function
    if (typeof ext === 'function') {
      ext = ext();
    }

    // Ensure extension is an array
    if (!showdown.helper.isArray(ext)) {
      ext = [ext];
    }

    var validExtension = validate(ext, name);

    if (validExtension.valid) {
      extensions[name] = ext;
    } else {
      throw Error(validExtension.error);
    }
  }
};

/**
 * Gets all extensions registered
 * @returns {{}}
 */
showdown.getAllExtensions = function () {
  'use strict';
  return extensions;
};

/**
 * Remove an extension
 * @param {string} name
 */
showdown.removeExtension = function (name) {
  'use strict';
  delete extensions[name];
};

/**
 * Removes all extensions
 */
showdown.resetExtensions = function () {
  'use strict';
  extensions = {};
};

/**
 * Validate extension
 * @param {array} extension
 * @param {string} name
 * @returns {{valid: boolean, error: string}}
 */
function validate (extension, name) {
  'use strict';

  var errMsg = (name) ? 'Error in ' + name + ' extension->' : 'Error in unnamed extension',
      ret = {
        valid: true,
        error: ''
      };

  if (!showdown.helper.isArray(extension)) {
    extension = [extension];
  }

  for (var i = 0; i < extension.length; ++i) {
    var baseMsg = errMsg + ' sub-extension ' + i + ': ',
        ext = extension[i];
    if (typeof ext !== 'object') {
      ret.valid = false;
      ret.error = baseMsg + 'must be an object, but ' + typeof ext + ' given';
      return ret;
    }

    if (!showdown.helper.isString(ext.type)) {
      ret.valid = false;
      ret.error = baseMsg + 'property "type" must be a string, but ' + typeof ext.type + ' given';
      return ret;
    }

    var type = ext.type = ext.type.toLowerCase();

    // normalize extension type
    if (type === 'language') {
      type = ext.type = 'lang';
    }

    if (type === 'html') {
      type = ext.type = 'output';
    }

    if (type !== 'lang' && type !== 'output' && type !== 'listener') {
      ret.valid = false;
      ret.error = baseMsg + 'type ' + type + ' is not recognized. Valid values: "lang/language", "output/html" or "listener"';
      return ret;
    }

    if (type === 'listener') {
      if (showdown.helper.isUndefined(ext.listeners)) {
        ret.valid = false;
        ret.error = baseMsg + '. Extensions of type "listener" must have a property called "listeners"';
        return ret;
      }
    } else {
      if (showdown.helper.isUndefined(ext.filter) && showdown.helper.isUndefined(ext.regex)) {
        ret.valid = false;
        ret.error = baseMsg + type + ' extensions must define either a "regex" property or a "filter" method';
        return ret;
      }
    }

    if (ext.listeners) {
      if (typeof ext.listeners !== 'object') {
        ret.valid = false;
        ret.error = baseMsg + '"listeners" property must be an object but ' + typeof ext.listeners + ' given';
        return ret;
      }
      for (var ln in ext.listeners) {
        if (ext.listeners.hasOwnProperty(ln)) {
          if (typeof ext.listeners[ln] !== 'function') {
            ret.valid = false;
            ret.error = baseMsg + '"listeners" property must be an hash of [event name]: [callback]. listeners.' + ln +
              ' must be a function but ' + typeof ext.listeners[ln] + ' given';
            return ret;
          }
        }
      }
    }

    if (ext.filter) {
      if (typeof ext.filter !== 'function') {
        ret.valid = false;
        ret.error = baseMsg + '"filter" must be a function, but ' + typeof ext.filter + ' given';
        return ret;
      }
    } else if (ext.regex) {
      if (showdown.helper.isString(ext.regex)) {
        ext.regex = new RegExp(ext.regex, 'g');
      }
      if (!(ext.regex instanceof RegExp)) {
        ret.valid = false;
        ret.error = baseMsg + '"regex" property must either be a string or a RegExp object, but ' + typeof ext.regex + ' given';
        return ret;
      }
      if (showdown.helper.isUndefined(ext.replace)) {
        ret.valid = false;
        ret.error = baseMsg + '"regex" extensions must implement a replace string or function';
        return ret;
      }
    }
  }
  return ret;
}

/**
 * Validate extension
 * @param {object} ext
 * @returns {boolean}
 */
showdown.validateExtension = function (ext) {
  'use strict';

  var validateExtension = validate(ext, null);
  if (!validateExtension.valid) {
    console.warn(validateExtension.error);
    return false;
  }
  return true;
};

/**
 * showdownjs helper functions
 */

if (!showdown.hasOwnProperty('helper')) {
  showdown.helper = {};
}

if (typeof this === 'undefined' && typeof window !== 'undefined') {
  showdown.helper.document = window.document;
} else {
  if (typeof this.document === 'undefined' && typeof this.window === 'undefined') {
    var jsdom = require('jsdom');
    this.window = new jsdom.JSDOM('', {}).window; // jshint ignore:line
  }
  showdown.helper.document = this.window.document;
}

/**
 * Check if var is string
 * @static
 * @param {string} a
 * @returns {boolean}
 */
showdown.helper.isString = function (a) {
  'use strict';
  return (typeof a === 'string' || a instanceof String);
};

/**
 * Check if var is a function
 * @static
 * @param {*} a
 * @returns {boolean}
 */
showdown.helper.isFunction = function (a) {
  'use strict';
  var getType = {};
  return a && getType.toString.call(a) === '[object Function]';
};

/**
 * isArray helper function
 * @static
 * @param {*} a
 * @returns {boolean}
 */
showdown.helper.isArray = function (a) {
  'use strict';
  return Array.isArray(a);
};

/**
 * Check if value is undefined
 * @static
 * @param {*} value The value to check.
 * @returns {boolean} Returns `true` if `value` is `undefined`, else `false`.
 */
showdown.helper.isUndefined = function (value) {
  'use strict';
  return typeof value === 'undefined';
};

/**
 * ForEach helper function
 * Iterates over Arrays and Objects (own properties only)
 * @static
 * @param {*} obj
 * @param {function} callback Accepts 3 params: 1. value, 2. key, 3. the original array/object
 */
showdown.helper.forEach = function (obj, callback) {
  'use strict';
  // check if obj is defined
  if (showdown.helper.isUndefined(obj)) {
    throw new Error('obj param is required');
  }

  if (showdown.helper.isUndefined(callback)) {
    throw new Error('callback param is required');
  }

  if (!showdown.helper.isFunction(callback)) {
    throw new Error('callback param must be a function/closure');
  }

  if (typeof obj.forEach === 'function') {
    obj.forEach(callback);
  } else if (showdown.helper.isArray(obj)) {
    for (var i = 0; i < obj.length; i++) {
      callback(obj[i], i, obj);
    }
  } else if (typeof (obj) === 'object') {
    for (var prop in obj) {
      if (obj.hasOwnProperty(prop)) {
        callback(obj[prop], prop, obj);
      }
    }
  } else {
    throw new Error('obj does not seem to be an array or an iterable object');
  }
};

/**
 * Standardidize extension name
 * @static
 * @param {string} s extension name
 * @returns {string}
 */
showdown.helper.stdExtName = function (s) {
  'use strict';
  return s.replace(/[_?*+\/\\.^-]/g, '').replace(/\s/g, '').toLowerCase();
};

function escapeCharactersCallback (wholeMatch, m1) {
  'use strict';
  var charCodeToEscape = m1.charCodeAt(0);
  return '¨E' + charCodeToEscape + 'E';
}

/**
 * Callback used to escape characters when passing through String.replace
 * @static
 * @param {string} wholeMatch
 * @param {string} m1
 * @returns {string}
 */
showdown.helper.escapeCharactersCallback = escapeCharactersCallback;

/**
 * Escape characters in a string
 * @static
 * @param {string} text
 * @param {string} charsToEscape
 * @param {boolean} afterBackslash
 * @returns {string|void|*}
 */
showdown.helper.escapeCharacters = function (text, charsToEscape, afterBackslash) {
  'use strict';
  // First we have to escape the escape characters so that
  // we can build a character class out of them
  var regexString = '([' + charsToEscape.replace(/([\[\]\\])/g, '\\$1') + '])';

  if (afterBackslash) {
    regexString = '\\\\' + regexString;
  }

  var regex = new RegExp(regexString, 'g');
  text = text.replace(regex, escapeCharactersCallback);

  return text;
};

var rgxFindMatchPos = function (str, left, right, flags) {
  'use strict';
  var f = flags || '',
      g = f.indexOf('g') > -1,
      x = new RegExp(left + '|' + right, 'g' + f.replace(/g/g, '')),
      l = new RegExp(left, f.replace(/g/g, '')),
      pos = [],
      t, s, m, start, end;

  do {
    t = 0;
    while ((m = x.exec(str))) {
      if (l.test(m[0])) {
        if (!(t++)) {
          s = x.lastIndex;
          start = s - m[0].length;
        }
      } else if (t) {
        if (!--t) {
          end = m.index + m[0].length;
          var obj = {
            left: {start: start, end: s},
            match: {start: s, end: m.index},
            right: {start: m.index, end: end},
            wholeMatch: {start: start, end: end}
          };
          pos.push(obj);
          if (!g) {
            return pos;
          }
        }
      }
    }
  } while (t && (x.lastIndex = s));

  return pos;
};

/**
 * matchRecursiveRegExp
 *
 * (c) 2007 Steven Levithan <stevenlevithan.com>
 * MIT License
 *
 * Accepts a string to search, a left and right format delimiter
 * as regex patterns, and optional regex flags. Returns an array
 * of matches, allowing nested instances of left/right delimiters.
 * Use the "g" flag to return all matches, otherwise only the
 * first is returned. Be careful to ensure that the left and
 * right format delimiters produce mutually exclusive matches.
 * Backreferences are not supported within the right delimiter
 * due to how it is internally combined with the left delimiter.
 * When matching strings whose format delimiters are unbalanced
 * to the left or right, the output is intentionally as a
 * conventional regex library with recursion support would
 * produce, e.g. "<<x>" and "<x>>" both produce ["x"] when using
 * "<" and ">" as the delimiters (both strings contain a single,
 * balanced instance of "<x>").
 *
 * examples:
 * matchRecursiveRegExp("test", "\\(", "\\)")
 * returns: []
 * matchRecursiveRegExp("<t<<e>><s>>t<>", "<", ">", "g")
 * returns: ["t<<e>><s>", ""]
 * matchRecursiveRegExp("<div id=\"x\">test</div>", "<div\\b[^>]*>", "</div>", "gi")
 * returns: ["test"]
 */
showdown.helper.matchRecursiveRegExp = function (str, left, right, flags) {
  'use strict';

  var matchPos = rgxFindMatchPos (str, left, right, flags),
      results = [];

  for (var i = 0; i < matchPos.length; ++i) {
    results.push([
      str.slice(matchPos[i].wholeMatch.start, matchPos[i].wholeMatch.end),
      str.slice(matchPos[i].match.start, matchPos[i].match.end),
      str.slice(matchPos[i].left.start, matchPos[i].left.end),
      str.slice(matchPos[i].right.start, matchPos[i].right.end)
    ]);
  }
  return results;
};

/**
 *
 * @param {string} str
 * @param {string|function} replacement
 * @param {string} left
 * @param {string} right
 * @param {string} flags
 * @returns {string}
 */
showdown.helper.replaceRecursiveRegExp = function (str, replacement, left, right, flags) {
  'use strict';

  if (!showdown.helper.isFunction(replacement)) {
    var repStr = replacement;
    replacement = function () {
      return repStr;
    };
  }

  var matchPos = rgxFindMatchPos(str, left, right, flags),
      finalStr = str,
      lng = matchPos.length;

  if (lng > 0) {
    var bits = [];
    if (matchPos[0].wholeMatch.start !== 0) {
      bits.push(str.slice(0, matchPos[0].wholeMatch.start));
    }
    for (var i = 0; i < lng; ++i) {
      bits.push(
        replacement(
          str.slice(matchPos[i].wholeMatch.start, matchPos[i].wholeMatch.end),
          str.slice(matchPos[i].match.start, matchPos[i].match.end),
          str.slice(matchPos[i].left.start, matchPos[i].left.end),
          str.slice(matchPos[i].right.start, matchPos[i].right.end)
        )
      );
      if (i < lng - 1) {
        bits.push(str.slice(matchPos[i].wholeMatch.end, matchPos[i + 1].wholeMatch.start));
      }
    }
    if (matchPos[lng - 1].wholeMatch.end < str.length) {
      bits.push(str.slice(matchPos[lng - 1].wholeMatch.end));
    }
    finalStr = bits.join('');
  }
  return finalStr;
};

/**
 * Returns the index within the passed String object of the first occurrence of the specified regex,
 * starting the search at fromIndex. Returns -1 if the value is not found.
 *
 * @param {string} str string to search
 * @param {RegExp} regex Regular expression to search
 * @param {int} [fromIndex = 0] Index to start the search
 * @returns {Number}
 * @throws InvalidArgumentError
 */
showdown.helper.regexIndexOf = function (str, regex, fromIndex) {
  'use strict';
  if (!showdown.helper.isString(str)) {
    throw 'InvalidArgumentError: first parameter of showdown.helper.regexIndexOf function must be a string';
  }
  if (!(regex instanceof RegExp)) {
    throw 'InvalidArgumentError: second parameter of showdown.helper.regexIndexOf function must be an instance of RegExp';
  }
  var indexOf = str.substring(fromIndex || 0).search(regex);
  return (indexOf >= 0) ? (indexOf + (fromIndex || 0)) : indexOf;
};

/**
 * Splits the passed string object at the defined index, and returns an array composed of the two substrings
 * @param {string} str string to split
 * @param {int} index index to split string at
 * @returns {[string,string]}
 * @throws InvalidArgumentError
 */
showdown.helper.splitAtIndex = function (str, index) {
  'use strict';
  if (!showdown.helper.isString(str)) {
    throw 'InvalidArgumentError: first parameter of showdown.helper.regexIndexOf function must be a string';
  }
  return [str.substring(0, index), str.substring(index)];
};

/**
 * Obfuscate an e-mail address through the use of Character Entities,
 * transforming ASCII characters into their equivalent decimal or hex entities.
 *
 * Since it has a random component, subsequent calls to this function produce different results
 *
 * @param {string} mail
 * @param {string} seed
 * @returns {string}
 */
showdown.helper.encodeEmailAddress = function (mail, seed) {
  'use strict';
  var encode = [
    function (ch) {
      return '&#' + ch.charCodeAt(0) + ';';
    },
    function (ch) {
      return '&#x' + ch.charCodeAt(0).toString(16) + ';';
    },
    function (ch) {
      return ch;
    }
  ];

  mail = mail.replace(/./g, function (ch) {
    if (ch === '@') {
      // this *must* be encoded. I insist.
      ch = encode[Math.floor(Math.random() * 2)](ch);
    } else {
      var r = Math.random();
      // roughly 10% raw, 45% hex, 45% dec
      ch = (
        r > 0.9 ? encode[2](ch) : r > 0.45 ? encode[1](ch) : encode[0](ch)
      );
    }
    return ch;
  });

  return mail;
};

/**
 * String.prototype.repeat polyfill
 *
 * @param {string} str
 * @param {int} count
 * @returns {string}
 */
showdown.helper.repeat = function (str, count) {
  'use strict';
  // use built-in method if it's available
  if (!showdown.helper.isUndefined(String.prototype.repeat)) {
    return str.repeat(count);
  }
  str = '' + str;
  if (count < 0) {
    throw new RangeError('repeat count must be non-negative');
  }
  if (count === Infinity) {
    throw new RangeError('repeat count must be less than infinity');
  }
  count = Math.floor(count);
  if (str.length === 0 || count === 0) {
    return '';
  }
  // Ensuring count is a 31-bit integer allows us to heavily optimize the
  // main part. But anyway, most current (August 2014) browsers can't handle
  // strings 1 << 28 chars or longer, so:
  /*jshint bitwise: false*/
  if (str.length * count >= 1 << 28) {
    throw new RangeError('repeat count must not overflow maximum string size');
  }
  /*jshint bitwise: true*/
  var maxCount = str.length * count;
  count = Math.floor(Math.log(count) / Math.log(2));
  while (count) {
    str += str;
    count--;
  }
  str += str.substring(0, maxCount - str.length);
  return str;
};

/**
 * String.prototype.padEnd polyfill
 *
 * @param str
 * @param targetLength
 * @param padString
 * @returns {string}
 */
showdown.helper.padEnd = function padEnd (str, targetLength, padString) {
  'use strict';
  /*jshint bitwise: false*/
  // eslint-disable-next-line space-infix-ops
  targetLength = targetLength>>0; //floor if number or convert non-number to 0;
  /*jshint bitwise: true*/
  padString = String(padString || ' ');
  if (str.length > targetLength) {
    return String(str);
  } else {
    targetLength = targetLength - str.length;
    if (targetLength > padString.length) {
      padString += showdown.helper.repeat(padString, targetLength / padString.length); //append to original to ensure we are longer than needed
    }
    return String(str) + padString.slice(0,targetLength);
  }
};

/**
 * Unescape HTML entities
 * @param txt
 * @returns {string}
 */
showdown.helper.unescapeHTMLEntities = function (txt) {
  'use strict';

  return txt
    .replace(/&quot;/g, '"')
    .replace(/&lt;/g, '<')
    .replace(/&gt;/g, '>')
    .replace(/&amp;/g, '&');
};

showdown.helper._hashHTMLSpan = function (html, globals) {
  return '¨C' + (globals.gHtmlSpans.push(html) - 1) + 'C';
};

/**
 * Prepends a base URL to relative paths.
 *
 * @param {string} baseUrl the base URL to prepend to a relative path
 * @param {string} url the path to modify, which may be relative
 * @returns {string} the full URL
 */
showdown.helper.applyBaseUrl = function (baseUrl, url) {
  // Only prepend if given a base URL and the path is not absolute.
  if (baseUrl && !this.isAbsolutePath(url)) {
    var urlResolve = require('url').resolve;
    url = urlResolve(baseUrl, url);
  }

  return url;
};

/**
 * Checks if the given path is absolute.
 *
 * @param {string} path the path to test for absolution
 * @returns {boolean} `true` if the given path is absolute, else `false`
 */
showdown.helper.isAbsolutePath = function (path) {
  // Absolute paths begin with '[protocol:]//' or '#' (anchors)
  return /(^([a-z]+:)?\/\/)|(^#)/i.test(path);
};

/**
 * Showdown's Event Object
 * @param {string} name Name of the event
 * @param {string} text Text
 * @param {{}} params optional. params of the event
 * @constructor
 */
showdown.helper.Event = function (name, text, params) {
  'use strict';

  var regexp = params.regexp || null;
  var matches = params.matches || {};
  var options = params.options || {};
  var converter = params.converter || null;
  var globals = params.globals || {};

  /**
   * Get the name of the event
   * @returns {string}
   */
  this.getName = function () {
    return name;
  };

  this.getEventName = function () {
    return name;
  };

  this._stopExecution = false;

  this.parsedText = params.parsedText || null;

  this.getRegexp = function () {
    return regexp;
  };

  this.getOptions = function () {
    return options;
  };

  this.getConverter = function () {
    return converter;
  };

  this.getGlobals = function () {
    return globals;
  };

  this.getCapturedText = function () {
    return text;
  };

  this.getText = function () {
    return text;
  };

  this.setText = function (newText) {
    text = newText;
  };

  this.getMatches = function () {
    return matches;
  };

  this.setMatches = function (newMatches) {
    matches = newMatches;
  };

  this.preventDefault = function (bool) {
    this._stopExecution = !bool;
  };
};

/**
 * POLYFILLS
 */
// use this instead of builtin is undefined for IE8 compatibility
if (typeof (console) === 'undefined') {
  console = {
    warn: function (msg) {
      'use strict';
      alert(msg);
    },
    log: function (msg) {
      'use strict';
      alert(msg);
    },
    error: function (msg) {
      'use strict';
      throw msg;
    }
  };
}

/**
 * Common regexes.
 * We declare some common regexes to improve performance
 */
showdown.helper.regexes = {
  asteriskDashTildeAndColon: /([*_:~])/g,
  asteriskDashAndTilde:      /([*_~])/g
};

/**
 * EMOJIS LIST
 */
showdown.helper.emojis = {
  '100': '\ud83d\udcaf',
  '1234': '\ud83d\udd22',
  '+1': '\ud83d\udc4d',
  '-1': '\ud83d\udc4e',
  '1st_place_medal': '\ud83e\udd47',
  '2nd_place_medal': '\ud83e\udd48',
  '3rd_place_medal': '\ud83e\udd49',
  '8ball': '\ud83c\udfb1',
  'a': '\ud83c\udd70\ufe0f',
  'ab': '\ud83c\udd8e',
  'abacus': '\ud83e\uddee',
  'abc': '\ud83d\udd24',
  'abcd': '\ud83d\udd21',
  'accept': '\ud83c\ude51',
  'adhesive_bandage': '\ud83e\ude79',
  'adult': '\ud83e\uddd1',
  'aerial_tramway': '\ud83d\udea1',
  'afghanistan': '\ud83c\udde6\ud83c\uddeb',
  'airplane': '\u2708\ufe0f',
  'aland_islands': '\ud83c\udde6\ud83c\uddfd',
  'alarm_clock': '\u23f0',
  'albania': '\ud83c\udde6\ud83c\uddf1',
  'alembic': '\u2697\ufe0f',
  'algeria': '\ud83c\udde9\ud83c\uddff',
  'alien': '\ud83d\udc7d',
  'ambulance': '\ud83d\ude91',
  'american_samoa': '\ud83c\udde6\ud83c\uddf8',
  'amphora': '\ud83c\udffa',
  'anchor': '\u2693',
  'andorra': '\ud83c\udde6\ud83c\udde9',
  'angel': '\ud83d\udc7c',
  'anger': '\ud83d\udca2',
  'angola': '\ud83c\udde6\ud83c\uddf4',
  'angry': '\ud83d\ude20',
  'anguilla': '\ud83c\udde6\ud83c\uddee',
  'anguished': '\ud83d\ude27',
  'ant': '\ud83d\udc1c',
  'antarctica': '\ud83c\udde6\ud83c\uddf6',
  'antigua_barbuda': '\ud83c\udde6\ud83c\uddec',
  'apple': '\ud83c\udf4e',
  'aquarius': '\u2652',
  'argentina': '\ud83c\udde6\ud83c\uddf7',
  'aries': '\u2648',
  'armenia': '\ud83c\udde6\ud83c\uddf2',
  'arrow_backward': '\u25c0\ufe0f',
  'arrow_double_down': '\u23ec',
  'arrow_double_up': '\u23eb',
  'arrow_down': '\u2b07\ufe0f',
  'arrow_down_small': '\ud83d\udd3d',
  'arrow_forward': '\u25b6\ufe0f',
  'arrow_heading_down': '\u2935\ufe0f',
  'arrow_heading_up': '\u2934\ufe0f',
  'arrow_left': '\u2b05\ufe0f',
  'arrow_lower_left': '\u2199\ufe0f',
  'arrow_lower_right': '\u2198\ufe0f',
  'arrow_right': '\u27a1\ufe0f',
  'arrow_right_hook': '\u21aa\ufe0f',
  'arrow_up': '\u2b06\ufe0f',
  'arrow_up_down': '\u2195\ufe0f',
  'arrow_up_small': '\ud83d\udd3c',
  'arrow_upper_left': '\u2196\ufe0f',
  'arrow_upper_right': '\u2197\ufe0f',
  'arrows_clockwise': '\ud83d\udd03',
  'arrows_counterclockwise': '\ud83d\udd04',
  'art': '\ud83c\udfa8',
  'articulated_lorry': '\ud83d\ude9b',
  'artificial_satellite': '\ud83d\udef0\ufe0f',
  'artist': '\ud83e\uddd1\u200d\ud83c\udfa8',
  'aruba': '\ud83c\udde6\ud83c\uddfc',
  'ascension_island': '\ud83c\udde6\ud83c\udde8',
  'asterisk': '*\ufe0f\u20e3',
  'astonished': '\ud83d\ude32',
  'astronaut': '\ud83e\uddd1\u200d\ud83d\ude80',
  'athletic_shoe': '\ud83d\udc5f',
  'atm': '\ud83c\udfe7',
  'atom_symbol': '\u269b\ufe0f',
  'australia': '\ud83c\udde6\ud83c\uddfa',
  'austria': '\ud83c\udde6\ud83c\uddf9',
  'auto_rickshaw': '\ud83d\udefa',
  'avocado': '\ud83e\udd51',
  'axe': '\ud83e\ude93',
  'azerbaijan': '\ud83c\udde6\ud83c\uddff',
  'b': '\ud83c\udd71\ufe0f',
  'baby': '\ud83d\udc76',
  'baby_bottle': '\ud83c\udf7c',
  'baby_chick': '\ud83d\udc24',
  'baby_symbol': '\ud83d\udebc',
  'back': '\ud83d\udd19',
  'bacon': '\ud83e\udd53',
  'badger': '\ud83e\udda1',
  'badminton': '\ud83c\udff8',
  'bagel': '\ud83e\udd6f',
  'baggage_claim': '\ud83d\udec4',
  'baguette_bread': '\ud83e\udd56',
  'bahamas': '\ud83c\udde7\ud83c\uddf8',
  'bahrain': '\ud83c\udde7\ud83c\udded',
  'balance_scale': '\u2696\ufe0f',
  'bald_man': '\ud83d\udc68\u200d\ud83e\uddb2',
  'bald_woman': '\ud83d\udc69\u200d\ud83e\uddb2',
  'ballet_shoes': '\ud83e\ude70',
  'balloon': '\ud83c\udf88',
  'ballot_box': '\ud83d\uddf3\ufe0f',
  'ballot_box_with_check': '\u2611\ufe0f',
  'bamboo': '\ud83c\udf8d',
  'banana': '\ud83c\udf4c',
  'bangbang': '\u203c\ufe0f',
  'bangladesh': '\ud83c\udde7\ud83c\udde9',
  'banjo': '\ud83e\ude95',
  'bank': '\ud83c\udfe6',
  'bar_chart': '\ud83d\udcca',
  'barbados': '\ud83c\udde7\ud83c\udde7',
  'barber': '\ud83d\udc88',
  'baseball': '\u26be',
  'basket': '\ud83e\uddfa',
  'basketball': '\ud83c\udfc0',
  'basketball_man': '\u26f9\ufe0f\u200d\u2642\ufe0f',
  'basketball_woman': '\u26f9\ufe0f\u200d\u2640\ufe0f',
  'bat': '\ud83e\udd87',
  'bath': '\ud83d\udec0',
  'bathtub': '\ud83d\udec1',
  'battery': '\ud83d\udd0b',
  'beach_umbrella': '\ud83c\udfd6\ufe0f',
  'bear': '\ud83d\udc3b',
  'bearded_person': '\ud83e\uddd4',
  'bed': '\ud83d\udecf\ufe0f',
  'bee': '\ud83d\udc1d',
  'beer': '\ud83c\udf7a',
  'beers': '\ud83c\udf7b',
  'beetle': '\ud83d\udc1e',
  'beginner': '\ud83d\udd30',
  'belarus': '\ud83c\udde7\ud83c\uddfe',
  'belgium': '\ud83c\udde7\ud83c\uddea',
  'belize': '\ud83c\udde7\ud83c\uddff',
  'bell': '\ud83d\udd14',
  'bellhop_bell': '\ud83d\udece\ufe0f',
  'benin': '\ud83c\udde7\ud83c\uddef',
  'bento': '\ud83c\udf71',
  'bermuda': '\ud83c\udde7\ud83c\uddf2',
  'beverage_box': '\ud83e\uddc3',
  'bhutan': '\ud83c\udde7\ud83c\uddf9',
  'bicyclist': '\ud83d\udeb4',
  'bike': '\ud83d\udeb2',
  'biking_man': '\ud83d\udeb4\u200d\u2642\ufe0f',
  'biking_woman': '\ud83d\udeb4\u200d\u2640\ufe0f',
  'bikini': '\ud83d\udc59',
  'billed_cap': '\ud83e\udde2',
  'biohazard': '\u2623\ufe0f',
  'bird': '\ud83d\udc26',
  'birthday': '\ud83c\udf82',
  'black_circle': '\u26ab',
  'black_flag': '\ud83c\udff4',
  'black_heart': '\ud83d\udda4',
  'black_joker': '\ud83c\udccf',
  'black_large_square': '\u2b1b',
  'black_medium_small_square': '\u25fe',
  'black_medium_square': '\u25fc\ufe0f',
  'black_nib': '\u2712\ufe0f',
  'black_small_square': '\u25aa\ufe0f',
  'black_square_button': '\ud83d\udd32',
  'blond_haired_man': '\ud83d\udc71\u200d\u2642\ufe0f',
  'blond_haired_person': '\ud83d\udc71',
  'blond_haired_woman': '\ud83d\udc71\u200d\u2640\ufe0f',
  'blonde_woman': '\ud83d\udc71\u200d\u2640\ufe0f',
  'blossom': '\ud83c\udf3c',
  'blowfish': '\ud83d\udc21',
  'blue_book': '\ud83d\udcd8',
  'blue_car': '\ud83d\ude99',
  'blue_heart': '\ud83d\udc99',
  'blue_square': '\ud83d\udfe6',
  'blush': '\ud83d\ude0a',
  'boar': '\ud83d\udc17',
  'boat': '\u26f5',
  'bolivia': '\ud83c\udde7\ud83c\uddf4',
  'bomb': '\ud83d\udca3',
  'bone': '\ud83e\uddb4',
  'book': '\ud83d\udcd6',
  'bookmark': '\ud83d\udd16',
  'bookmark_tabs': '\ud83d\udcd1',
  'books': '\ud83d\udcda',
  'boom': '\ud83d\udca5',
  'boot': '\ud83d\udc62',
  'bosnia_herzegovina': '\ud83c\udde7\ud83c\udde6',
  'botswana': '\ud83c\udde7\ud83c\uddfc',
  'bouncing_ball_man': '\u26f9\ufe0f\u200d\u2642\ufe0f',
  'bouncing_ball_person': '\u26f9\ufe0f',
  'bouncing_ball_woman': '\u26f9\ufe0f\u200d\u2640\ufe0f',
  'bouquet': '\ud83d\udc90',
  'bouvet_island': '\ud83c\udde7\ud83c\uddfb',
  'bow': '\ud83d\ude47',
  'bow_and_arrow': '\ud83c\udff9',
  'bowing_man': '\ud83d\ude47\u200d\u2642\ufe0f',
  'bowing_woman': '\ud83d\ude47\u200d\u2640\ufe0f',
  'bowl_with_spoon': '\ud83e\udd63',
  'bowling': '\ud83c\udfb3',
  'boxing_glove': '\ud83e\udd4a',
  'boy': '\ud83d\udc66',
  'brain': '\ud83e\udde0',
  'brazil': '\ud83c\udde7\ud83c\uddf7',
  'bread': '\ud83c\udf5e',
  'breast_feeding': '\ud83e\udd31',
  'bricks': '\ud83e\uddf1',
  'bride_with_veil': '\ud83d\udc70',
  'bridge_at_night': '\ud83c\udf09',
  'briefcase': '\ud83d\udcbc',
  'british_indian_ocean_territory': '\ud83c\uddee\ud83c\uddf4',
  'british_virgin_islands': '\ud83c\uddfb\ud83c\uddec',
  'broccoli': '\ud83e\udd66',
  'broken_heart': '\ud83d\udc94',
  'broom': '\ud83e\uddf9',
  'brown_circle': '\ud83d\udfe4',
  'brown_heart': '\ud83e\udd0e',
  'brown_square': '\ud83d\udfeb',
  'brunei': '\ud83c\udde7\ud83c\uddf3',
  'bug': '\ud83d\udc1b',
  'building_construction': '\ud83c\udfd7\ufe0f',
  'bulb': '\ud83d\udca1',
  'bulgaria': '\ud83c\udde7\ud83c\uddec',
  'bullettrain_front': '\ud83d\ude85',
  'bullettrain_side': '\ud83d\ude84',
  'burkina_faso': '\ud83c\udde7\ud83c\uddeb',
  'burrito': '\ud83c\udf2f',
  'burundi': '\ud83c\udde7\ud83c\uddee',
  'bus': '\ud83d\ude8c',
  'business_suit_levitating': '\ud83d\udd74\ufe0f',
  'busstop': '\ud83d\ude8f',
  'bust_in_silhouette': '\ud83d\udc64',
  'busts_in_silhouette': '\ud83d\udc65',
  'butter': '\ud83e\uddc8',
  'butterfly': '\ud83e\udd8b',
  'cactus': '\ud83c\udf35',
  'cake': '\ud83c\udf70',
  'calendar': '\ud83d\udcc6',
  'call_me_hand': '\ud83e\udd19',
  'calling': '\ud83d\udcf2',
  'cambodia': '\ud83c\uddf0\ud83c\udded',
  'camel': '\ud83d\udc2b',
  'camera': '\ud83d\udcf7',
  'camera_flash': '\ud83d\udcf8',
  'cameroon': '\ud83c\udde8\ud83c\uddf2',
  'camping': '\ud83c\udfd5\ufe0f',
  'canada': '\ud83c\udde8\ud83c\udde6',
  'canary_islands': '\ud83c\uddee\ud83c\udde8',
  'cancer': '\u264b',
  'candle': '\ud83d\udd6f\ufe0f',
  'candy': '\ud83c\udf6c',
  'canned_food': '\ud83e\udd6b',
  'canoe': '\ud83d\udef6',
  'cape_verde': '\ud83c\udde8\ud83c\uddfb',
  'capital_abcd': '\ud83d\udd20',
  'capricorn': '\u2651',
  'car': '\ud83d\ude97',
  'card_file_box': '\ud83d\uddc3\ufe0f',
  'card_index': '\ud83d\udcc7',
  'card_index_dividers': '\ud83d\uddc2\ufe0f',
  'caribbean_netherlands': '\ud83c\udde7\ud83c\uddf6',
  'carousel_horse': '\ud83c\udfa0',
  'carrot': '\ud83e\udd55',
  'cartwheeling': '\ud83e\udd38',
  'cat': '\ud83d\udc31',
  'cat2': '\ud83d\udc08',
  'cayman_islands': '\ud83c\uddf0\ud83c\uddfe',
  'cd': '\ud83d\udcbf',
  'central_african_republic': '\ud83c\udde8\ud83c\uddeb',
  'ceuta_melilla': '\ud83c\uddea\ud83c\udde6',
  'chad': '\ud83c\uddf9\ud83c\udde9',
  'chains': '\u26d3\ufe0f',
  'chair': '\ud83e\ude91',
  'champagne': '\ud83c\udf7e',
  'chart': '\ud83d\udcb9',
  'chart_with_downwards_trend': '\ud83d\udcc9',
  'chart_with_upwards_trend': '\ud83d\udcc8',
  'checkered_flag': '\ud83c\udfc1',
  'cheese': '\ud83e\uddc0',
  'cherries': '\ud83c\udf52',
  'cherry_blossom': '\ud83c\udf38',
  'chess_pawn': '\u265f\ufe0f',
  'chestnut': '\ud83c\udf30',
  'chicken': '\ud83d\udc14',
  'child': '\ud83e\uddd2',
  'children_crossing': '\ud83d\udeb8',
  'chile': '\ud83c\udde8\ud83c\uddf1',
  'chipmunk': '\ud83d\udc3f\ufe0f',
  'chocolate_bar': '\ud83c\udf6b',
  'chopsticks': '\ud83e\udd62',
  'christmas_island': '\ud83c\udde8\ud83c\uddfd',
  'christmas_tree': '\ud83c\udf84',
  'church': '\u26ea',
  'cinema': '\ud83c\udfa6',
  'circus_tent': '\ud83c\udfaa',
  'city_sunrise': '\ud83c\udf07',
  'city_sunset': '\ud83c\udf06',
  'cityscape': '\ud83c\udfd9\ufe0f',
  'cl': '\ud83c\udd91',
  'clamp': '\ud83d\udddc\ufe0f',
  'clap': '\ud83d\udc4f',
  'clapper': '\ud83c\udfac',
  'classical_building': '\ud83c\udfdb\ufe0f',
  'climbing': '\ud83e\uddd7',
  'climbing_man': '\ud83e\uddd7\u200d\u2642\ufe0f',
  'climbing_woman': '\ud83e\uddd7\u200d\u2640\ufe0f',
  'clinking_glasses': '\ud83e\udd42',
  'clipboard': '\ud83d\udccb',
  'clipperton_island': '\ud83c\udde8\ud83c\uddf5',
  'clock1': '\ud83d\udd50',
  'clock10': '\ud83d\udd59',
  'clock1030': '\ud83d\udd65',
  'clock11': '\ud83d\udd5a',
  'clock1130': '\ud83d\udd66',
  'clock12': '\ud83d\udd5b',
  'clock1230': '\ud83d\udd67',
  'clock130': '\ud83d\udd5c',
  'clock2': '\ud83d\udd51',
  'clock230': '\ud83d\udd5d',
  'clock3': '\ud83d\udd52',
  'clock330': '\ud83d\udd5e',
  'clock4': '\ud83d\udd53',
  'clock430': '\ud83d\udd5f',
  'clock5': '\ud83d\udd54',
  'clock530': '\ud83d\udd60',
  'clock6': '\ud83d\udd55',
  'clock630': '\ud83d\udd61',
  'clock7': '\ud83d\udd56',
  'clock730': '\ud83d\udd62',
  'clock8': '\ud83d\udd57',
  'clock830': '\ud83d\udd63',
  'clock9': '\ud83d\udd58',
  'clock930': '\ud83d\udd64',
  'closed_book': '\ud83d\udcd5',
  'closed_lock_with_key': '\ud83d\udd10',
  'closed_umbrella': '\ud83c\udf02',
  'cloud': '\u2601\ufe0f',
  'cloud_with_lightning': '\ud83c\udf29\ufe0f',
  'cloud_with_lightning_and_rain': '\u26c8\ufe0f',
  'cloud_with_rain': '\ud83c\udf27\ufe0f',
  'cloud_with_snow': '\ud83c\udf28\ufe0f',
  'clown_face': '\ud83e\udd21',
  'clubs': '\u2663\ufe0f',
  'cn': '\ud83c\udde8\ud83c\uddf3',
  'coat': '\ud83e\udde5',
  'cocktail': '\ud83c\udf78',
  'coconut': '\ud83e\udd65',
  'cocos_islands': '\ud83c\udde8\ud83c\udde8',
  'coffee': '\u2615',
  'coffin': '\u26b0\ufe0f',
  'cold_face': '\ud83e\udd76',
  'cold_sweat': '\ud83d\ude30',
  'collision': '\ud83d\udca5',
  'colombia': '\ud83c\udde8\ud83c\uddf4',
  'comet': '\u2604\ufe0f',
  'comoros': '\ud83c\uddf0\ud83c\uddf2',
  'compass': '\ud83e\udded',
  'computer': '\ud83d\udcbb',
  'computer_mouse': '\ud83d\uddb1\ufe0f',
  'confetti_ball': '\ud83c\udf8a',
  'confounded': '\ud83d\ude16',
  'confused': '\ud83d\ude15',
  'congo_brazzaville': '\ud83c\udde8\ud83c\uddec',
  'congo_kinshasa': '\ud83c\udde8\ud83c\udde9',
  'congratulations': '\u3297\ufe0f',
  'construction': '\ud83d\udea7',
  'construction_worker': '\ud83d\udc77',
  'construction_worker_man': '\ud83d\udc77\u200d\u2642\ufe0f',
  'construction_worker_woman': '\ud83d\udc77\u200d\u2640\ufe0f',
  'control_knobs': '\ud83c\udf9b\ufe0f',
  'convenience_store': '\ud83c\udfea',
  'cook': '\ud83e\uddd1\u200d\ud83c\udf73',
  'cook_islands': '\ud83c\udde8\ud83c\uddf0',
  'cookie': '\ud83c\udf6a',
  'cool': '\ud83c\udd92',
  'cop': '\ud83d\udc6e',
  'copyright': '\u00a9\ufe0f',
  'corn': '\ud83c\udf3d',
  'costa_rica': '\ud83c\udde8\ud83c\uddf7',
  'cote_divoire': '\ud83c\udde8\ud83c\uddee',
  'couch_and_lamp': '\ud83d\udecb\ufe0f',
  'couple': '\ud83d\udc6b',
  'couple_with_heart': '\ud83d\udc91',
  'couple_with_heart_man_man': '\ud83d\udc68\u200d\u2764\ufe0f\u200d\ud83d\udc68',
  'couple_with_heart_woman_man': '\ud83d\udc69\u200d\u2764\ufe0f\u200d\ud83d\udc68',
  'couple_with_heart_woman_woman': '\ud83d\udc69\u200d\u2764\ufe0f\u200d\ud83d\udc69',
  'couplekiss': '\ud83d\udc8f',
  'couplekiss_man_man': '\ud83d\udc68\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83d\udc68',
  'couplekiss_man_woman': '\ud83d\udc69\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83d\udc68',
  'couplekiss_woman_woman': '\ud83d\udc69\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83d\udc69',
  'cow': '\ud83d\udc2e',
  'cow2': '\ud83d\udc04',
  'cowboy_hat_face': '\ud83e\udd20',
  'crab': '\ud83e\udd80',
  'crayon': '\ud83d\udd8d\ufe0f',
  'credit_card': '\ud83d\udcb3',
  'crescent_moon': '\ud83c\udf19',
  'cricket': '\ud83e\udd97',
  'cricket_game': '\ud83c\udfcf',
  'croatia': '\ud83c\udded\ud83c\uddf7',
  'crocodile': '\ud83d\udc0a',
  'croissant': '\ud83e\udd50',
  'crossed_fingers': '\ud83e\udd1e',
  'crossed_flags': '\ud83c\udf8c',
  'crossed_swords': '\u2694\ufe0f',
  'crown': '\ud83d\udc51',
  'cry': '\ud83d\ude22',
  'crying_cat_face': '\ud83d\ude3f',
  'crystal_ball': '\ud83d\udd2e',
  'cuba': '\ud83c\udde8\ud83c\uddfa',
  'cucumber': '\ud83e\udd52',
  'cup_with_straw': '\ud83e\udd64',
  'cupcake': '\ud83e\uddc1',
  'cupid': '\ud83d\udc98',
  'curacao': '\ud83c\udde8\ud83c\uddfc',
  'curling_stone': '\ud83e\udd4c',
  'curly_haired_man': '\ud83d\udc68\u200d\ud83e\uddb1',
  'curly_haired_woman': '\ud83d\udc69\u200d\ud83e\uddb1',
  'curly_loop': '\u27b0',
  'currency_exchange': '\ud83d\udcb1',
  'curry': '\ud83c\udf5b',
  'cursing_face': '\ud83e\udd2c',
  'custard': '\ud83c\udf6e',
  'customs': '\ud83d\udec3',
  'cut_of_meat': '\ud83e\udd69',
  'cyclone': '\ud83c\udf00',
  'cyprus': '\ud83c\udde8\ud83c\uddfe',
  'czech_republic': '\ud83c\udde8\ud83c\uddff',
  'dagger': '\ud83d\udde1\ufe0f',
  'dancer': '\ud83d\udc83',
  'dancers': '\ud83d\udc6f',
  'dancing_men': '\ud83d\udc6f\u200d\u2642\ufe0f',
  'dancing_women': '\ud83d\udc6f\u200d\u2640\ufe0f',
  'dango': '\ud83c\udf61',
  'dark_sunglasses': '\ud83d\udd76\ufe0f',
  'dart': '\ud83c\udfaf',
  'dash': '\ud83d\udca8',
  'date': '\ud83d\udcc5',
  'de': '\ud83c\udde9\ud83c\uddea',
  'deaf_man': '\ud83e\uddcf\u200d\u2642\ufe0f',
  'deaf_person': '\ud83e\uddcf',
  'deaf_woman': '\ud83e\uddcf\u200d\u2640\ufe0f',
  'deciduous_tree': '\ud83c\udf33',
  'deer': '\ud83e\udd8c',
  'denmark': '\ud83c\udde9\ud83c\uddf0',
  'department_store': '\ud83c\udfec',
  'derelict_house': '\ud83c\udfda\ufe0f',
  'desert': '\ud83c\udfdc\ufe0f',
  'desert_island': '\ud83c\udfdd\ufe0f',
  'desktop_computer': '\ud83d\udda5\ufe0f',
  'detective': '\ud83d\udd75\ufe0f',
  'diamond_shape_with_a_dot_inside': '\ud83d\udca0',
  'diamonds': '\u2666\ufe0f',
  'diego_garcia': '\ud83c\udde9\ud83c\uddec',
  'disappointed': '\ud83d\ude1e',
  'disappointed_relieved': '\ud83d\ude25',
  'diving_mask': '\ud83e\udd3f',
  'diya_lamp': '\ud83e\ude94',
  'dizzy': '\ud83d\udcab',
  'dizzy_face': '\ud83d\ude35',
  'djibouti': '\ud83c\udde9\ud83c\uddef',
  'dna': '\ud83e\uddec',
  'do_not_litter': '\ud83d\udeaf',
  'dog': '\ud83d\udc36',
  'dog2': '\ud83d\udc15',
  'dollar': '\ud83d\udcb5',
  'dolls': '\ud83c\udf8e',
  'dolphin': '\ud83d\udc2c',
  'dominica': '\ud83c\udde9\ud83c\uddf2',
  'dominican_republic': '\ud83c\udde9\ud83c\uddf4',
  'door': '\ud83d\udeaa',
  'doughnut': '\ud83c\udf69',
  'dove': '\ud83d\udd4a\ufe0f',
  'dragon': '\ud83d\udc09',
  'dragon_face': '\ud83d\udc32',
  'dress': '\ud83d\udc57',
  'dromedary_camel': '\ud83d\udc2a',
  'drooling_face': '\ud83e\udd24',
  'drop_of_blood': '\ud83e\ude78',
  'droplet': '\ud83d\udca7',
  'drum': '\ud83e\udd41',
  'duck': '\ud83e\udd86',
  'dumpling': '\ud83e\udd5f',
  'dvd': '\ud83d\udcc0',
  'e-mail': '\ud83d\udce7',
  'eagle': '\ud83e\udd85',
  'ear': '\ud83d\udc42',
  'ear_of_rice': '\ud83c\udf3e',
  'ear_with_hearing_aid': '\ud83e\uddbb',
  'earth_africa': '\ud83c\udf0d',
  'earth_americas': '\ud83c\udf0e',
  'earth_asia': '\ud83c\udf0f',
  'ecuador': '\ud83c\uddea\ud83c\udde8',
  'egg': '\ud83e\udd5a',
  'eggplant': '\ud83c\udf46',
  'egypt': '\ud83c\uddea\ud83c\uddec',
  'eight': '8\ufe0f\u20e3',
  'eight_pointed_black_star': '\u2734\ufe0f',
  'eight_spoked_asterisk': '\u2733\ufe0f',
  'eject_button': '\u23cf\ufe0f',
  'el_salvador': '\ud83c\uddf8\ud83c\uddfb',
  'electric_plug': '\ud83d\udd0c',
  'elephant': '\ud83d\udc18',
  'elf': '\ud83e\udddd',
  'elf_man': '\ud83e\udddd\u200d\u2642\ufe0f',
  'elf_woman': '\ud83e\udddd\u200d\u2640\ufe0f',
  'email': '\u2709\ufe0f',
  'end': '\ud83d\udd1a',
  'england': '\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f',
  'envelope': '\u2709\ufe0f',
  'envelope_with_arrow': '\ud83d\udce9',
  'equatorial_guinea': '\ud83c\uddec\ud83c\uddf6',
  'eritrea': '\ud83c\uddea\ud83c\uddf7',
  'es': '\ud83c\uddea\ud83c\uddf8',
  'estonia': '\ud83c\uddea\ud83c\uddea',
  'ethiopia': '\ud83c\uddea\ud83c\uddf9',
  'eu': '\ud83c\uddea\ud83c\uddfa',
  'euro': '\ud83d\udcb6',
  'european_castle': '\ud83c\udff0',
  'european_post_office': '\ud83c\udfe4',
  'european_union': '\ud83c\uddea\ud83c\uddfa',
  'evergreen_tree': '\ud83c\udf32',
  'exclamation': '\u2757',
  'exploding_head': '\ud83e\udd2f',
  'expressionless': '\ud83d\ude11',
  'eye': '\ud83d\udc41\ufe0f',
  'eye_speech_bubble': '\ud83d\udc41\ufe0f\u200d\ud83d\udde8\ufe0f',
  'eyeglasses': '\ud83d\udc53',
  'eyes': '\ud83d\udc40',
  'face_with_head_bandage': '\ud83e\udd15',
  'face_with_thermometer': '\ud83e\udd12',
  'facepalm': '\ud83e\udd26',
  'facepunch': '\ud83d\udc4a',
  'factory': '\ud83c\udfed',
  'factory_worker': '\ud83e\uddd1\u200d\ud83c\udfed',
  'fairy': '\ud83e\uddda',
  'fairy_man': '\ud83e\uddda\u200d\u2642\ufe0f',
  'fairy_woman': '\ud83e\uddda\u200d\u2640\ufe0f',
  'falafel': '\ud83e\uddc6',
  'falkland_islands': '\ud83c\uddeb\ud83c\uddf0',
  'fallen_leaf': '\ud83c\udf42',
  'family': '\ud83d\udc6a',
  'family_man_boy': '\ud83d\udc68\u200d\ud83d\udc66',
  'family_man_boy_boy': '\ud83d\udc68\u200d\ud83d\udc66\u200d\ud83d\udc66',
  'family_man_girl': '\ud83d\udc68\u200d\ud83d\udc67',
  'family_man_girl_boy': '\ud83d\udc68\u200d\ud83d\udc67\u200d\ud83d\udc66',
  'family_man_girl_girl': '\ud83d\udc68\u200d\ud83d\udc67\u200d\ud83d\udc67',
  'family_man_man_boy': '\ud83d\udc68\u200d\ud83d\udc68\u200d\ud83d\udc66',
  'family_man_man_boy_boy': '\ud83d\udc68\u200d\ud83d\udc68\u200d\ud83d\udc66\u200d\ud83d\udc66',
  'family_man_man_girl': '\ud83d\udc68\u200d\ud83d\udc68\u200d\ud83d\udc67',
  'family_man_man_girl_boy': '\ud83d\udc68\u200d\ud83d\udc68\u200d\ud83d\udc67\u200d\ud83d\udc66',
  'family_man_man_girl_girl': '\ud83d\udc68\u200d\ud83d\udc68\u200d\ud83d\udc67\u200d\ud83d\udc67',
  'family_man_woman_boy': '\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc66',
  'family_man_woman_boy_boy': '\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc66\u200d\ud83d\udc66',
  'family_man_woman_girl': '\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc67',
  'family_man_woman_girl_boy': '\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d\udc66',
  'family_man_woman_girl_girl': '\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d\udc67',
  'family_woman_boy': '\ud83d\udc69\u200d\ud83d\udc66',
  'family_woman_boy_boy': '\ud83d\udc69\u200d\ud83d\udc66\u200d\ud83d\udc66',
  'family_woman_girl': '\ud83d\udc69\u200d\ud83d\udc67',
  'family_woman_girl_boy': '\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d\udc66',
  'family_woman_girl_girl': '\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d\udc67',
  'family_woman_woman_boy': '\ud83d\udc69\u200d\ud83d\udc69\u200d\ud83d\udc66',
  'family_woman_woman_boy_boy': '\ud83d\udc69\u200d\ud83d\udc69\u200d\ud83d\udc66\u200d\ud83d\udc66',
  'family_woman_woman_girl': '\ud83d\udc69\u200d\ud83d\udc69\u200d\ud83d\udc67',
  'family_woman_woman_girl_boy': '\ud83d\udc69\u200d\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d\udc66',
  'family_woman_woman_girl_girl': '\ud83d\udc69\u200d\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d\udc67',
  'farmer': '\ud83e\uddd1\u200d\ud83c\udf3e',
  'faroe_islands': '\ud83c\uddeb\ud83c\uddf4',
  'fast_forward': '\u23e9',
  'fax': '\ud83d\udce0',
  'fearful': '\ud83d\ude28',
  'feet': '\ud83d\udc3e',
  'female_detective': '\ud83d\udd75\ufe0f\u200d\u2640\ufe0f',
  'female_sign': '\u2640\ufe0f',
  'ferris_wheel': '\ud83c\udfa1',
  'ferry': '\u26f4\ufe0f',
  'field_hockey': '\ud83c\udfd1',
  'fiji': '\ud83c\uddeb\ud83c\uddef',
  'file_cabinet': '\ud83d\uddc4\ufe0f',
  'file_folder': '\ud83d\udcc1',
  'film_projector': '\ud83d\udcfd\ufe0f',
  'film_strip': '\ud83c\udf9e\ufe0f',
  'finland': '\ud83c\uddeb\ud83c\uddee',
  'fire': '\ud83d\udd25',
  'fire_engine': '\ud83d\ude92',
  'fire_extinguisher': '\ud83e\uddef',
  'firecracker': '\ud83e\udde8',
  'firefighter': '\ud83e\uddd1\u200d\ud83d\ude92',
  'fireworks': '\ud83c\udf86',
  'first_quarter_moon': '\ud83c\udf13',
  'first_quarter_moon_with_face': '\ud83c\udf1b',
  'fish': '\ud83d\udc1f',
  'fish_cake': '\ud83c\udf65',
  'fishing_pole_and_fish': '\ud83c\udfa3',
  'fist': '\u270a',
  'fist_left': '\ud83e\udd1b',
  'fist_oncoming': '\ud83d\udc4a',
  'fist_raised': '\u270a',
  'fist_right': '\ud83e\udd1c',
  'five': '5\ufe0f\u20e3',
  'flags': '\ud83c\udf8f',
  'flamingo': '\ud83e\udda9',
  'flashlight': '\ud83d\udd26',
  'flat_shoe': '\ud83e\udd7f',
  'fleur_de_lis': '\u269c\ufe0f',
  'flight_arrival': '\ud83d\udeec',
  'flight_departure': '\ud83d\udeeb',
  'flipper': '\ud83d\udc2c',
  'floppy_disk': '\ud83d\udcbe',
  'flower_playing_cards': '\ud83c\udfb4',
  'flushed': '\ud83d\ude33',
  'flying_disc': '\ud83e\udd4f',
  'flying_saucer': '\ud83d\udef8',
  'fog': '\ud83c\udf2b\ufe0f',
  'foggy': '\ud83c\udf01',
  'foot': '\ud83e\uddb6',
  'football': '\ud83c\udfc8',
  'footprints': '\ud83d\udc63',
  'fork_and_knife': '\ud83c\udf74',
  'fortune_cookie': '\ud83e\udd60',
  'fountain': '\u26f2',
  'fountain_pen': '\ud83d\udd8b\ufe0f',
  'four': '4\ufe0f\u20e3',
  'four_leaf_clover': '\ud83c\udf40',
  'fox_face': '\ud83e\udd8a',
  'fr': '\ud83c\uddeb\ud83c\uddf7',
  'framed_picture': '\ud83d\uddbc\ufe0f',
  'free': '\ud83c\udd93',
  'french_guiana': '\ud83c\uddec\ud83c\uddeb',
  'french_polynesia': '\ud83c\uddf5\ud83c\uddeb',
  'french_southern_territories': '\ud83c\uddf9\ud83c\uddeb',
  'fried_egg': '\ud83c\udf73',
  'fried_shrimp': '\ud83c\udf64',
  'fries': '\ud83c\udf5f',
  'frog': '\ud83d\udc38',
  'frowning': '\ud83d\ude26',
  'frowning_face': '\u2639\ufe0f',
  'frowning_man': '\ud83d\ude4d\u200d\u2642\ufe0f',
  'frowning_person': '\ud83d\ude4d',
  'frowning_woman': '\ud83d\ude4d\u200d\u2640\ufe0f',
  'fu': '\ud83d\udd95',
  'fuelpump': '\u26fd',
  'full_moon': '\ud83c\udf15',
  'full_moon_with_face': '\ud83c\udf1d',
  'funeral_urn': '\u26b1\ufe0f',
  'gabon': '\ud83c\uddec\ud83c\udde6',
  'gambia': '\ud83c\uddec\ud83c\uddf2',
  'game_die': '\ud83c\udfb2',
  'garlic': '\ud83e\uddc4',
  'gb': '\ud83c\uddec\ud83c\udde7',
  'gear': '\u2699\ufe0f',
  'gem': '\ud83d\udc8e',
  'gemini': '\u264a',
  'genie': '\ud83e\uddde',
  'genie_man': '\ud83e\uddde\u200d\u2642\ufe0f',
  'genie_woman': '\ud83e\uddde\u200d\u2640\ufe0f',
  'georgia': '\ud83c\uddec\ud83c\uddea',
  'ghana': '\ud83c\uddec\ud83c\udded',
  'ghost': '\ud83d\udc7b',
  'gibraltar': '\ud83c\uddec\ud83c\uddee',
  'gift': '\ud83c\udf81',
  'gift_heart': '\ud83d\udc9d',
  'giraffe': '\ud83e\udd92',
  'girl': '\ud83d\udc67',
  'globe_with_meridians': '\ud83c\udf10',
  'gloves': '\ud83e\udde4',
  'goal_net': '\ud83e\udd45',
  'goat': '\ud83d\udc10',
  'goggles': '\ud83e\udd7d',
  'golf': '\u26f3',
  'golfing': '\ud83c\udfcc\ufe0f',
  'golfing_man': '\ud83c\udfcc\ufe0f\u200d\u2642\ufe0f',
  'golfing_woman': '\ud83c\udfcc\ufe0f\u200d\u2640\ufe0f',
  'gorilla': '\ud83e\udd8d',
  'grapes': '\ud83c\udf47',
  'greece': '\ud83c\uddec\ud83c\uddf7',
  'green_apple': '\ud83c\udf4f',
  'green_book': '\ud83d\udcd7',
  'green_circle': '\ud83d\udfe2',
  'green_heart': '\ud83d\udc9a',
  'green_salad': '\ud83e\udd57',
  'green_square': '\ud83d\udfe9',
  'greenland': '\ud83c\uddec\ud83c\uddf1',
  'grenada': '\ud83c\uddec\ud83c\udde9',
  'grey_exclamation': '\u2755',
  'grey_question': '\u2754',
  'grimacing': '\ud83d\ude2c',
  'grin': '\ud83d\ude01',
  'grinning': '\ud83d\ude00',
  'guadeloupe': '\ud83c\uddec\ud83c\uddf5',
  'guam': '\ud83c\uddec\ud83c\uddfa',
  'guard': '\ud83d\udc82',
  'guardsman': '\ud83d\udc82\u200d\u2642\ufe0f',
  'guardswoman': '\ud83d\udc82\u200d\u2640\ufe0f',
  'guatemala': '\ud83c\uddec\ud83c\uddf9',
  'guernsey': '\ud83c\uddec\ud83c\uddec',
  'guide_dog': '\ud83e\uddae',
  'guinea': '\ud83c\uddec\ud83c\uddf3',
  'guinea_bissau': '\ud83c\uddec\ud83c\uddfc',
  'guitar': '\ud83c\udfb8',
  'gun': '\ud83d\udd2b',
  'guyana': '\ud83c\uddec\ud83c\uddfe',
  'haircut': '\ud83d\udc87',
  'haircut_man': '\ud83d\udc87\u200d\u2642\ufe0f',
  'haircut_woman': '\ud83d\udc87\u200d\u2640\ufe0f',
  'haiti': '\ud83c\udded\ud83c\uddf9',
  'hamburger': '\ud83c\udf54',
  'hammer': '\ud83d\udd28',
  'hammer_and_pick': '\u2692\ufe0f',
  'hammer_and_wrench': '\ud83d\udee0\ufe0f',
  'hamster': '\ud83d\udc39',
  'hand': '\u270b',
  'hand_over_mouth': '\ud83e\udd2d',
  'handbag': '\ud83d\udc5c',
  'handball_person': '\ud83e\udd3e',
  'handshake': '\ud83e\udd1d',
  'hankey': '\ud83d\udca9',
  'hash': '#\ufe0f\u20e3',
  'hatched_chick': '\ud83d\udc25',
  'hatching_chick': '\ud83d\udc23',
  'headphones': '\ud83c\udfa7',
  'health_worker': '\ud83e\uddd1\u200d\u2695\ufe0f',
  'hear_no_evil': '\ud83d\ude49',
  'heard_mcdonald_islands': '\ud83c\udded\ud83c\uddf2',
  'heart': '\u2764\ufe0f',
  'heart_decoration': '\ud83d\udc9f',
  'heart_eyes': '\ud83d\ude0d',
  'heart_eyes_cat': '\ud83d\ude3b',
  'heartbeat': '\ud83d\udc93',
  'heartpulse': '\ud83d\udc97',
  'hearts': '\u2665\ufe0f',
  'heavy_check_mark': '\u2714\ufe0f',
  'heavy_division_sign': '\u2797',
  'heavy_dollar_sign': '\ud83d\udcb2',
  'heavy_exclamation_mark': '\u2757',
  'heavy_heart_exclamation': '\u2763\ufe0f',
  'heavy_minus_sign': '\u2796',
  'heavy_multiplication_x': '\u2716\ufe0f',
  'heavy_plus_sign': '\u2795',
  'hedgehog': '\ud83e\udd94',
  'helicopter': '\ud83d\ude81',
  'herb': '\ud83c\udf3f',
  'hibiscus': '\ud83c\udf3a',
  'high_brightness': '\ud83d\udd06',
  'high_heel': '\ud83d\udc60',
  'hiking_boot': '\ud83e\udd7e',
  'hindu_temple': '\ud83d\uded5',
  'hippopotamus': '\ud83e\udd9b',
  'hocho': '\ud83d\udd2a',
  'hole': '\ud83d\udd73\ufe0f',
  'honduras': '\ud83c\udded\ud83c\uddf3',
  'honey_pot': '\ud83c\udf6f',
  'honeybee': '\ud83d\udc1d',
  'hong_kong': '\ud83c\udded\ud83c\uddf0',
  'horse': '\ud83d\udc34',
  'horse_racing': '\ud83c\udfc7',
  'hospital': '\ud83c\udfe5',
  'hot_face': '\ud83e\udd75',
  'hot_pepper': '\ud83c\udf36\ufe0f',
  'hotdog': '\ud83c\udf2d',
  'hotel': '\ud83c\udfe8',
  'hotsprings': '\u2668\ufe0f',
  'hourglass': '\u231b',
  'hourglass_flowing_sand': '\u23f3',
  'house': '\ud83c\udfe0',
  'house_with_garden': '\ud83c\udfe1',
  'houses': '\ud83c\udfd8\ufe0f',
  'hugs': '\ud83e\udd17',
  'hungary': '\ud83c\udded\ud83c\uddfa',
  'hushed': '\ud83d\ude2f',
  'ice_cream': '\ud83c\udf68',
  'ice_cube': '\ud83e\uddca',
  'ice_hockey': '\ud83c\udfd2',
  'ice_skate': '\u26f8\ufe0f',
  'icecream': '\ud83c\udf66',
  'iceland': '\ud83c\uddee\ud83c\uddf8',
  'id': '\ud83c\udd94',
  'ideograph_advantage': '\ud83c\ude50',
  'imp': '\ud83d\udc7f',
  'inbox_tray': '\ud83d\udce5',
  'incoming_envelope': '\ud83d\udce8',
  'india': '\ud83c\uddee\ud83c\uddf3',
  'indonesia': '\ud83c\uddee\ud83c\udde9',
  'infinity': '\u267e\ufe0f',
  'information_desk_person': '\ud83d\udc81',
  'information_source': '\u2139\ufe0f',
  'innocent': '\ud83d\ude07',
  'interrobang': '\u2049\ufe0f',
  'iphone': '\ud83d\udcf1',
  'iran': '\ud83c\uddee\ud83c\uddf7',
  'iraq': '\ud83c\uddee\ud83c\uddf6',
  'ireland': '\ud83c\uddee\ud83c\uddea',
  'isle_of_man': '\ud83c\uddee\ud83c\uddf2',
  'israel': '\ud83c\uddee\ud83c\uddf1',
  'it': '\ud83c\uddee\ud83c\uddf9',
  'izakaya_lantern': '\ud83c\udfee',
  'jack_o_lantern': '\ud83c\udf83',
  'jamaica': '\ud83c\uddef\ud83c\uddf2',
  'japan': '\ud83d\uddfe',
  'japanese_castle': '\ud83c\udfef',
  'japanese_goblin': '\ud83d\udc7a',
  'japanese_ogre': '\ud83d\udc79',
  'jeans': '\ud83d\udc56',
  'jersey': '\ud83c\uddef\ud83c\uddea',
  'jigsaw': '\ud83e\udde9',
  'jordan': '\ud83c\uddef\ud83c\uddf4',
  'joy': '\ud83d\ude02',
  'joy_cat': '\ud83d\ude39',
  'joystick': '\ud83d\udd79\ufe0f',
  'jp': '\ud83c\uddef\ud83c\uddf5',
  'judge': '\ud83e\uddd1\u200d\u2696\ufe0f',
  'juggling_person': '\ud83e\udd39',
  'kaaba': '\ud83d\udd4b',
  'kangaroo': '\ud83e\udd98',
  'kazakhstan': '\ud83c\uddf0\ud83c\uddff',
  'kenya': '\ud83c\uddf0\ud83c\uddea',
  'key': '\ud83d\udd11',
  'keyboard': '\u2328\ufe0f',
  'keycap_ten': '\ud83d\udd1f',
  'kick_scooter': '\ud83d\udef4',
  'kimono': '\ud83d\udc58',
  'kiribati': '\ud83c\uddf0\ud83c\uddee',
  'kiss': '\ud83d\udc8b',
  'kissing': '\ud83d\ude17',
  'kissing_cat': '\ud83d\ude3d',
  'kissing_closed_eyes': '\ud83d\ude1a',
  'kissing_heart': '\ud83d\ude18',
  'kissing_smiling_eyes': '\ud83d\ude19',
  'kite': '\ud83e\ude81',
  'kiwi_fruit': '\ud83e\udd5d',
  'kneeling_man': '\ud83e\uddce\u200d\u2642\ufe0f',
  'kneeling_person': '\ud83e\uddce',
  'kneeling_woman': '\ud83e\uddce\u200d\u2640\ufe0f',
  'knife': '\ud83d\udd2a',
  'koala': '\ud83d\udc28',
  'koko': '\ud83c\ude01',
  'kosovo': '\ud83c\uddfd\ud83c\uddf0',
  'kr': '\ud83c\uddf0\ud83c\uddf7',
  'kuwait': '\ud83c\uddf0\ud83c\uddfc',
  'kyrgyzstan': '\ud83c\uddf0\ud83c\uddec',
  'lab_coat': '\ud83e\udd7c',
  'label': '\ud83c\udff7\ufe0f',
  'lacrosse': '\ud83e\udd4d',
  'lantern': '\ud83c\udfee',
  'laos': '\ud83c\uddf1\ud83c\udde6',
  'large_blue_circle': '\ud83d\udd35',
  'large_blue_diamond': '\ud83d\udd37',
  'large_orange_diamond': '\ud83d\udd36',
  'last_quarter_moon': '\ud83c\udf17',
  'last_quarter_moon_with_face': '\ud83c\udf1c',
  'latin_cross': '\u271d\ufe0f',
  'latvia': '\ud83c\uddf1\ud83c\uddfb',
  'laughing': '\ud83d\ude06',
  'leafy_green': '\ud83e\udd6c',
  'leaves': '\ud83c\udf43',
  'lebanon': '\ud83c\uddf1\ud83c\udde7',
  'ledger': '\ud83d\udcd2',
  'left_luggage': '\ud83d\udec5',
  'left_right_arrow': '\u2194\ufe0f',
  'left_speech_bubble': '\ud83d\udde8\ufe0f',
  'leftwards_arrow_with_hook': '\u21a9\ufe0f',
  'leg': '\ud83e\uddb5',
  'lemon': '\ud83c\udf4b',
  'leo': '\u264c',
  'leopard': '\ud83d\udc06',
  'lesotho': '\ud83c\uddf1\ud83c\uddf8',
  'level_slider': '\ud83c\udf9a\ufe0f',
  'liberia': '\ud83c\uddf1\ud83c\uddf7',
  'libra': '\u264e',
  'libya': '\ud83c\uddf1\ud83c\uddfe',
  'liechtenstein': '\ud83c\uddf1\ud83c\uddee',
  'light_rail': '\ud83d\ude88',
  'link': '\ud83d\udd17',
  'lion': '\ud83e\udd81',
  'lips': '\ud83d\udc44',
  'lipstick': '\ud83d\udc84',
  'lithuania': '\ud83c\uddf1\ud83c\uddf9',
  'lizard': '\ud83e\udd8e',
  'llama': '\ud83e\udd99',
  'lobster': '\ud83e\udd9e',
  'lock': '\ud83d\udd12',
  'lock_with_ink_pen': '\ud83d\udd0f',
  'lollipop': '\ud83c\udf6d',
  'loop': '\u27bf',
  'lotion_bottle': '\ud83e\uddf4',
  'lotus_position': '\ud83e\uddd8',
  'lotus_position_man': '\ud83e\uddd8\u200d\u2642\ufe0f',
  'lotus_position_woman': '\ud83e\uddd8\u200d\u2640\ufe0f',
  'loud_sound': '\ud83d\udd0a',
  'loudspeaker': '\ud83d\udce2',
  'love_hotel': '\ud83c\udfe9',
  'love_letter': '\ud83d\udc8c',
  'love_you_gesture': '\ud83e\udd1f',
  'low_brightness': '\ud83d\udd05',
  'luggage': '\ud83e\uddf3',
  'luxembourg': '\ud83c\uddf1\ud83c\uddfa',
  'lying_face': '\ud83e\udd25',
  'm': '\u24c2\ufe0f',
  'macau': '\ud83c\uddf2\ud83c\uddf4',
  'macedonia': '\ud83c\uddf2\ud83c\uddf0',
  'madagascar': '\ud83c\uddf2\ud83c\uddec',
  'mag': '\ud83d\udd0d',
  'mag_right': '\ud83d\udd0e',
  'mage': '\ud83e\uddd9',
  'mage_man': '\ud83e\uddd9\u200d\u2642\ufe0f',
  'mage_woman': '\ud83e\uddd9\u200d\u2640\ufe0f',
  'magnet': '\ud83e\uddf2',
  'mahjong': '\ud83c\udc04',
  'mailbox': '\ud83d\udceb',
  'mailbox_closed': '\ud83d\udcea',
  'mailbox_with_mail': '\ud83d\udcec',
  'mailbox_with_no_mail': '\ud83d\udced',
  'malawi': '\ud83c\uddf2\ud83c\uddfc',
  'malaysia': '\ud83c\uddf2\ud83c\uddfe',
  'maldives': '\ud83c\uddf2\ud83c\uddfb',
  'male_detective': '\ud83d\udd75\ufe0f\u200d\u2642\ufe0f',
  'male_sign': '\u2642\ufe0f',
  'mali': '\ud83c\uddf2\ud83c\uddf1',
  'malta': '\ud83c\uddf2\ud83c\uddf9',
  'man': '\ud83d\udc68',
  'man_artist': '\ud83d\udc68\u200d\ud83c\udfa8',
  'man_astronaut': '\ud83d\udc68\u200d\ud83d\ude80',
  'man_cartwheeling': '\ud83e\udd38\u200d\u2642\ufe0f',
  'man_cook': '\ud83d\udc68\u200d\ud83c\udf73',
  'man_dancing': '\ud83d\udd7a',
  'man_facepalming': '\ud83e\udd26\u200d\u2642\ufe0f',
  'man_factory_worker': '\ud83d\udc68\u200d\ud83c\udfed',
  'man_farmer': '\ud83d\udc68\u200d\ud83c\udf3e',
  'man_firefighter': '\ud83d\udc68\u200d\ud83d\ude92',
  'man_health_worker': '\ud83d\udc68\u200d\u2695\ufe0f',
  'man_in_manual_wheelchair': '\ud83d\udc68\u200d\ud83e\uddbd',
  'man_in_motorized_wheelchair': '\ud83d\udc68\u200d\ud83e\uddbc',
  'man_in_tuxedo': '\ud83e\udd35',
  'man_judge': '\ud83d\udc68\u200d\u2696\ufe0f',
  'man_juggling': '\ud83e\udd39\u200d\u2642\ufe0f',
  'man_mechanic': '\ud83d\udc68\u200d\ud83d\udd27',
  'man_office_worker': '\ud83d\udc68\u200d\ud83d\udcbc',
  'man_pilot': '\ud83d\udc68\u200d\u2708\ufe0f',
  'man_playing_handball': '\ud83e\udd3e\u200d\u2642\ufe0f',
  'man_playing_water_polo': '\ud83e\udd3d\u200d\u2642\ufe0f',
  'man_scientist': '\ud83d\udc68\u200d\ud83d\udd2c',
  'man_shrugging': '\ud83e\udd37\u200d\u2642\ufe0f',
  'man_singer': '\ud83d\udc68\u200d\ud83c\udfa4',
  'man_student': '\ud83d\udc68\u200d\ud83c\udf93',
  'man_teacher': '\ud83d\udc68\u200d\ud83c\udfeb',
  'man_technologist': '\ud83d\udc68\u200d\ud83d\udcbb',
  'man_with_gua_pi_mao': '\ud83d\udc72',
  'man_with_probing_cane': '\ud83d\udc68\u200d\ud83e\uddaf',
  'man_with_turban': '\ud83d\udc73\u200d\u2642\ufe0f',
  'mandarin': '\ud83c\udf4a',
  'mango': '\ud83e\udd6d',
  'mans_shoe': '\ud83d\udc5e',
  'mantelpiece_clock': '\ud83d\udd70\ufe0f',
  'manual_wheelchair': '\ud83e\uddbd',
  'maple_leaf': '\ud83c\udf41',
  'marshall_islands': '\ud83c\uddf2\ud83c\udded',
  'martial_arts_uniform': '\ud83e\udd4b',
  'martinique': '\ud83c\uddf2\ud83c\uddf6',
  'mask': '\ud83d\ude37',
  'massage': '\ud83d\udc86',
  'massage_man': '\ud83d\udc86\u200d\u2642\ufe0f',
  'massage_woman': '\ud83d\udc86\u200d\u2640\ufe0f',
  'mate': '\ud83e\uddc9',
  'mauritania': '\ud83c\uddf2\ud83c\uddf7',
  'mauritius': '\ud83c\uddf2\ud83c\uddfa',
  'mayotte': '\ud83c\uddfe\ud83c\uddf9',
  'meat_on_bone': '\ud83c\udf56',
  'mechanic': '\ud83e\uddd1\u200d\ud83d\udd27',
  'mechanical_arm': '\ud83e\uddbe',
  'mechanical_leg': '\ud83e\uddbf',
  'medal_military': '\ud83c\udf96\ufe0f',
  'medal_sports': '\ud83c\udfc5',
  'medical_symbol': '\u2695\ufe0f',
  'mega': '\ud83d\udce3',
  'melon': '\ud83c\udf48',
  'memo': '\ud83d\udcdd',
  'men_wrestling': '\ud83e\udd3c\u200d\u2642\ufe0f',
  'menorah': '\ud83d\udd4e',
  'mens': '\ud83d\udeb9',
  'mermaid': '\ud83e\udddc\u200d\u2640\ufe0f',
  'merman': '\ud83e\udddc\u200d\u2642\ufe0f',
  'merperson': '\ud83e\udddc',
  'metal': '\ud83e\udd18',
  'metro': '\ud83d\ude87',
  'mexico': '\ud83c\uddf2\ud83c\uddfd',
  'microbe': '\ud83e\udda0',
  'micronesia': '\ud83c\uddeb\ud83c\uddf2',
  'microphone': '\ud83c\udfa4',
  'microscope': '\ud83d\udd2c',
  'middle_finger': '\ud83d\udd95',
  'milk_glass': '\ud83e\udd5b',
  'milky_way': '\ud83c\udf0c',
  'minibus': '\ud83d\ude90',
  'minidisc': '\ud83d\udcbd',
  'mobile_phone_off': '\ud83d\udcf4',
  'moldova': '\ud83c\uddf2\ud83c\udde9',
  'monaco': '\ud83c\uddf2\ud83c\udde8',
  'money_mouth_face': '\ud83e\udd11',
  'money_with_wings': '\ud83d\udcb8',
  'moneybag': '\ud83d\udcb0',
  'mongolia': '\ud83c\uddf2\ud83c\uddf3',
  'monkey': '\ud83d\udc12',
  'monkey_face': '\ud83d\udc35',
  'monocle_face': '\ud83e\uddd0',
  'monorail': '\ud83d\ude9d',
  'montenegro': '\ud83c\uddf2\ud83c\uddea',
  'montserrat': '\ud83c\uddf2\ud83c\uddf8',
  'moon': '\ud83c\udf14',
  'moon_cake': '\ud83e\udd6e',
  'morocco': '\ud83c\uddf2\ud83c\udde6',
  'mortar_board': '\ud83c\udf93',
  'mosque': '\ud83d\udd4c',
  'mosquito': '\ud83e\udd9f',
  'motor_boat': '\ud83d\udee5\ufe0f',
  'motor_scooter': '\ud83d\udef5',
  'motorcycle': '\ud83c\udfcd\ufe0f',
  'motorized_wheelchair': '\ud83e\uddbc',
  'motorway': '\ud83d\udee3\ufe0f',
  'mount_fuji': '\ud83d\uddfb',
  'mountain': '\u26f0\ufe0f',
  'mountain_bicyclist': '\ud83d\udeb5',
  'mountain_biking_man': '\ud83d\udeb5\u200d\u2642\ufe0f',
  'mountain_biking_woman': '\ud83d\udeb5\u200d\u2640\ufe0f',
  'mountain_cableway': '\ud83d\udea0',
  'mountain_railway': '\ud83d\ude9e',
  'mountain_snow': '\ud83c\udfd4\ufe0f',
  'mouse': '\ud83d\udc2d',
  'mouse2': '\ud83d\udc01',
  'movie_camera': '\ud83c\udfa5',
  'moyai': '\ud83d\uddff',
  'mozambique': '\ud83c\uddf2\ud83c\uddff',
  'mrs_claus': '\ud83e\udd36',
  'muscle': '\ud83d\udcaa',
  'mushroom': '\ud83c\udf44',
  'musical_keyboard': '\ud83c\udfb9',
  'musical_note': '\ud83c\udfb5',
  'musical_score': '\ud83c\udfbc',
  'mute': '\ud83d\udd07',
  'myanmar': '\ud83c\uddf2\ud83c\uddf2',
  'nail_care': '\ud83d\udc85',
  'name_badge': '\ud83d\udcdb',
  'namibia': '\ud83c\uddf3\ud83c\udde6',
  'national_park': '\ud83c\udfde\ufe0f',
  'nauru': '\ud83c\uddf3\ud83c\uddf7',
  'nauseated_face': '\ud83e\udd22',
  'nazar_amulet': '\ud83e\uddff',
  'necktie': '\ud83d\udc54',
  'negative_squared_cross_mark': '\u274e',
  'nepal': '\ud83c\uddf3\ud83c\uddf5',
  'nerd_face': '\ud83e\udd13',
  'netherlands': '\ud83c\uddf3\ud83c\uddf1',
  'neutral_face': '\ud83d\ude10',
  'new': '\ud83c\udd95',
  'new_caledonia': '\ud83c\uddf3\ud83c\udde8',
  'new_moon': '\ud83c\udf11',
  'new_moon_with_face': '\ud83c\udf1a',
  'new_zealand': '\ud83c\uddf3\ud83c\uddff',
  'newspaper': '\ud83d\udcf0',
  'newspaper_roll': '\ud83d\uddde\ufe0f',
  'next_track_button': '\u23ed\ufe0f',
  'ng': '\ud83c\udd96',
  'ng_man': '\ud83d\ude45\u200d\u2642\ufe0f',
  'ng_woman': '\ud83d\ude45\u200d\u2640\ufe0f',
  'nicaragua': '\ud83c\uddf3\ud83c\uddee',
  'niger': '\ud83c\uddf3\ud83c\uddea',
  'nigeria': '\ud83c\uddf3\ud83c\uddec',
  'night_with_stars': '\ud83c\udf03',
  'nine': '9\ufe0f\u20e3',
  'niue': '\ud83c\uddf3\ud83c\uddfa',
  'no_bell': '\ud83d\udd15',
  'no_bicycles': '\ud83d\udeb3',
  'no_entry': '\u26d4',
  'no_entry_sign': '\ud83d\udeab',
  'no_good': '\ud83d\ude45',
  'no_good_man': '\ud83d\ude45\u200d\u2642\ufe0f',
  'no_good_woman': '\ud83d\ude45\u200d\u2640\ufe0f',
  'no_mobile_phones': '\ud83d\udcf5',
  'no_mouth': '\ud83d\ude36',
  'no_pedestrians': '\ud83d\udeb7',
  'no_smoking': '\ud83d\udead',
  'non-potable_water': '\ud83d\udeb1',
  'norfolk_island': '\ud83c\uddf3\ud83c\uddeb',
  'north_korea': '\ud83c\uddf0\ud83c\uddf5',
  'northern_mariana_islands': '\ud83c\uddf2\ud83c\uddf5',
  'norway': '\ud83c\uddf3\ud83c\uddf4',
  'nose': '\ud83d\udc43',
  'notebook': '\ud83d\udcd3',
  'notebook_with_decorative_cover': '\ud83d\udcd4',
  'notes': '\ud83c\udfb6',
  'nut_and_bolt': '\ud83d\udd29',
  'o': '\u2b55',
  'o2': '\ud83c\udd7e\ufe0f',
  'ocean': '\ud83c\udf0a',
  'octopus': '\ud83d\udc19',
  'oden': '\ud83c\udf62',
  'office': '\ud83c\udfe2',
  'office_worker': '\ud83e\uddd1\u200d\ud83d\udcbc',
  'oil_drum': '\ud83d\udee2\ufe0f',
  'ok': '\ud83c\udd97',
  'ok_hand': '\ud83d\udc4c',
  'ok_man': '\ud83d\ude46\u200d\u2642\ufe0f',
  'ok_person': '\ud83d\ude46',
  'ok_woman': '\ud83d\ude46\u200d\u2640\ufe0f',
  'old_key': '\ud83d\udddd\ufe0f',
  'older_adult': '\ud83e\uddd3',
  'older_man': '\ud83d\udc74',
  'older_woman': '\ud83d\udc75',
  'om': '\ud83d\udd49\ufe0f',
  'oman': '\ud83c\uddf4\ud83c\uddf2',
  'on': '\ud83d\udd1b',
  'oncoming_automobile': '\ud83d\ude98',
  'oncoming_bus': '\ud83d\ude8d',
  'oncoming_police_car': '\ud83d\ude94',
  'oncoming_taxi': '\ud83d\ude96',
  'one': '1\ufe0f\u20e3',
  'one_piece_swimsuit': '\ud83e\ude71',
  'onion': '\ud83e\uddc5',
  'open_book': '\ud83d\udcd6',
  'open_file_folder': '\ud83d\udcc2',
  'open_hands': '\ud83d\udc50',
  'open_mouth': '\ud83d\ude2e',
  'open_umbrella': '\u2602\ufe0f',
  'ophiuchus': '\u26ce',
  'orange': '\ud83c\udf4a',
  'orange_book': '\ud83d\udcd9',
  'orange_circle': '\ud83d\udfe0',
  'orange_heart': '\ud83e\udde1',
  'orange_square': '\ud83d\udfe7',
  'orangutan': '\ud83e\udda7',
  'orthodox_cross': '\u2626\ufe0f',
  'otter': '\ud83e\udda6',
  'outbox_tray': '\ud83d\udce4',
  'owl': '\ud83e\udd89',
  'ox': '\ud83d\udc02',
  'oyster': '\ud83e\uddaa',
  'package': '\ud83d\udce6',
  'page_facing_up': '\ud83d\udcc4',
  'page_with_curl': '\ud83d\udcc3',
  'pager': '\ud83d\udcdf',
  'paintbrush': '\ud83d\udd8c\ufe0f',
  'pakistan': '\ud83c\uddf5\ud83c\uddf0',
  'palau': '\ud83c\uddf5\ud83c\uddfc',
  'palestinian_territories': '\ud83c\uddf5\ud83c\uddf8',
  'palm_tree': '\ud83c\udf34',
  'palms_up_together': '\ud83e\udd32',
  'panama': '\ud83c\uddf5\ud83c\udde6',
  'pancakes': '\ud83e\udd5e',
  'panda_face': '\ud83d\udc3c',
  'paperclip': '\ud83d\udcce',
  'paperclips': '\ud83d\udd87\ufe0f',
  'papua_new_guinea': '\ud83c\uddf5\ud83c\uddec',
  'parachute': '\ud83e\ude82',
  'paraguay': '\ud83c\uddf5\ud83c\uddfe',
  'parasol_on_ground': '\u26f1\ufe0f',
  'parking': '\ud83c\udd7f\ufe0f',
  'parrot': '\ud83e\udd9c',
  'part_alternation_mark': '\u303d\ufe0f',
  'partly_sunny': '\u26c5',
  'partying_face': '\ud83e\udd73',
  'passenger_ship': '\ud83d\udef3\ufe0f',
  'passport_control': '\ud83d\udec2',
  'pause_button': '\u23f8\ufe0f',
  'paw_prints': '\ud83d\udc3e',
  'peace_symbol': '\u262e\ufe0f',
  'peach': '\ud83c\udf51',
  'peacock': '\ud83e\udd9a',
  'peanuts': '\ud83e\udd5c',
  'pear': '\ud83c\udf50',
  'pen': '\ud83d\udd8a\ufe0f',
  'pencil': '\ud83d\udcdd',
  'pencil2': '\u270f\ufe0f',
  'penguin': '\ud83d\udc27',
  'pensive': '\ud83d\ude14',
  'people_holding_hands': '\ud83e\uddd1\u200d\ud83e\udd1d\u200d\ud83e\uddd1',
  'performing_arts': '\ud83c\udfad',
  'persevere': '\ud83d\ude23',
  'person_bald': '\ud83e\uddd1\u200d\ud83e\uddb2',
  'person_curly_hair': '\ud83e\uddd1\u200d\ud83e\uddb1',
  'person_fencing': '\ud83e\udd3a',
  'person_in_manual_wheelchair': '\ud83e\uddd1\u200d\ud83e\uddbd',
  'person_in_motorized_wheelchair': '\ud83e\uddd1\u200d\ud83e\uddbc',
  'person_red_hair': '\ud83e\uddd1\u200d\ud83e\uddb0',
  'person_white_hair': '\ud83e\uddd1\u200d\ud83e\uddb3',
  'person_with_probing_cane': '\ud83e\uddd1\u200d\ud83e\uddaf',
  'person_with_turban': '\ud83d\udc73',
  'peru': '\ud83c\uddf5\ud83c\uddea',
  'petri_dish': '\ud83e\uddeb',
  'philippines': '\ud83c\uddf5\ud83c\udded',
  'phone': '\u260e\ufe0f',
  'pick': '\u26cf\ufe0f',
  'pie': '\ud83e\udd67',
  'pig': '\ud83d\udc37',
  'pig2': '\ud83d\udc16',
  'pig_nose': '\ud83d\udc3d',
  'pill': '\ud83d\udc8a',
  'pilot': '\ud83e\uddd1\u200d\u2708\ufe0f',
  'pinching_hand': '\ud83e\udd0f',
  'pineapple': '\ud83c\udf4d',
  'ping_pong': '\ud83c\udfd3',
  'pirate_flag': '\ud83c\udff4\u200d\u2620\ufe0f',
  'pisces': '\u2653',
  'pitcairn_islands': '\ud83c\uddf5\ud83c\uddf3',
  'pizza': '\ud83c\udf55',
  'place_of_worship': '\ud83d\uded0',
  'plate_with_cutlery': '\ud83c\udf7d\ufe0f',
  'play_or_pause_button': '\u23ef\ufe0f',
  'pleading_face': '\ud83e\udd7a',
  'point_down': '\ud83d\udc47',
  'point_left': '\ud83d\udc48',
  'point_right': '\ud83d\udc49',
  'point_up': '\u261d\ufe0f',
  'point_up_2': '\ud83d\udc46',
  'poland': '\ud83c\uddf5\ud83c\uddf1',
  'police_car': '\ud83d\ude93',
  'police_officer': '\ud83d\udc6e',
  'policeman': '\ud83d\udc6e\u200d\u2642\ufe0f',
  'policewoman': '\ud83d\udc6e\u200d\u2640\ufe0f',
  'poodle': '\ud83d\udc29',
  'poop': '\ud83d\udca9',
  'popcorn': '\ud83c\udf7f',
  'portugal': '\ud83c\uddf5\ud83c\uddf9',
  'post_office': '\ud83c\udfe3',
  'postal_horn': '\ud83d\udcef',
  'postbox': '\ud83d\udcee',
  'potable_water': '\ud83d\udeb0',
  'potato': '\ud83e\udd54',
  'pouch': '\ud83d\udc5d',
  'poultry_leg': '\ud83c\udf57',
  'pound': '\ud83d\udcb7',
  'pout': '\ud83d\ude21',
  'pouting_cat': '\ud83d\ude3e',
  'pouting_face': '\ud83d\ude4e',
  'pouting_man': '\ud83d\ude4e\u200d\u2642\ufe0f',
  'pouting_woman': '\ud83d\ude4e\u200d\u2640\ufe0f',
  'pray': '\ud83d\ude4f',
  'prayer_beads': '\ud83d\udcff',
  'pregnant_woman': '\ud83e\udd30',
  'pretzel': '\ud83e\udd68',
  'previous_track_button': '\u23ee\ufe0f',
  'prince': '\ud83e\udd34',
  'princess': '\ud83d\udc78',
  'printer': '\ud83d\udda8\ufe0f',
  'probing_cane': '\ud83e\uddaf',
  'puerto_rico': '\ud83c\uddf5\ud83c\uddf7',
  'punch': '\ud83d\udc4a',
  'purple_circle': '\ud83d\udfe3',
  'purple_heart': '\ud83d\udc9c',
  'purple_square': '\ud83d\udfea',
  'purse': '\ud83d\udc5b',
  'pushpin': '\ud83d\udccc',
  'put_litter_in_its_place': '\ud83d\udeae',
  'qatar': '\ud83c\uddf6\ud83c\udde6',
  'question': '\u2753',
  'rabbit': '\ud83d\udc30',
  'rabbit2': '\ud83d\udc07',
  'raccoon': '\ud83e\udd9d',
  'racehorse': '\ud83d\udc0e',
  'racing_car': '\ud83c\udfce\ufe0f',
  'radio': '\ud83d\udcfb',
  'radio_button': '\ud83d\udd18',
  'radioactive': '\u2622\ufe0f',
  'rage': '\ud83d\ude21',
  'railway_car': '\ud83d\ude83',
  'railway_track': '\ud83d\udee4\ufe0f',
  'rainbow': '\ud83c\udf08',
  'rainbow_flag': '\ud83c\udff3\ufe0f\u200d\ud83c\udf08',
  'raised_back_of_hand': '\ud83e\udd1a',
  'raised_eyebrow': '\ud83e\udd28',
  'raised_hand': '\u270b',
  'raised_hand_with_fingers_splayed': '\ud83d\udd90\ufe0f',
  'raised_hands': '\ud83d\ude4c',
  'raising_hand': '\ud83d\ude4b',
  'raising_hand_man': '\ud83d\ude4b\u200d\u2642\ufe0f',
  'raising_hand_woman': '\ud83d\ude4b\u200d\u2640\ufe0f',
  'ram': '\ud83d\udc0f',
  'ramen': '\ud83c\udf5c',
  'rat': '\ud83d\udc00',
  'razor': '\ud83e\ude92',
  'receipt': '\ud83e\uddfe',
  'record_button': '\u23fa\ufe0f',
  'recycle': '\u267b\ufe0f',
  'red_car': '\ud83d\ude97',
  'red_circle': '\ud83d\udd34',
  'red_envelope': '\ud83e\udde7',
  'red_haired_man': '\ud83d\udc68\u200d\ud83e\uddb0',
  'red_haired_woman': '\ud83d\udc69\u200d\ud83e\uddb0',
  'red_square': '\ud83d\udfe5',
  'registered': '\u00ae\ufe0f',
  'relaxed': '\u263a\ufe0f',
  'relieved': '\ud83d\ude0c',
  'reminder_ribbon': '\ud83c\udf97\ufe0f',
  'repeat': '\ud83d\udd01',
  'repeat_one': '\ud83d\udd02',
  'rescue_worker_helmet': '\u26d1\ufe0f',
  'restroom': '\ud83d\udebb',
  'reunion': '\ud83c\uddf7\ud83c\uddea',
  'revolving_hearts': '\ud83d\udc9e',
  'rewind': '\u23ea',
  'rhinoceros': '\ud83e\udd8f',
  'ribbon': '\ud83c\udf80',
  'rice': '\ud83c\udf5a',
  'rice_ball': '\ud83c\udf59',
  'rice_cracker': '\ud83c\udf58',
  'rice_scene': '\ud83c\udf91',
  'right_anger_bubble': '\ud83d\uddef\ufe0f',
  'ring': '\ud83d\udc8d',
  'ringed_planet': '\ud83e\ude90',
  'robot': '\ud83e\udd16',
  'rocket': '\ud83d\ude80',
  'rofl': '\ud83e\udd23',
  'roll_eyes': '\ud83d\ude44',
  'roll_of_paper': '\ud83e\uddfb',
  'roller_coaster': '\ud83c\udfa2',
  'romania': '\ud83c\uddf7\ud83c\uddf4',
  'rooster': '\ud83d\udc13',
  'rose': '\ud83c\udf39',
  'rosette': '\ud83c\udff5\ufe0f',
  'rotating_light': '\ud83d\udea8',
  'round_pushpin': '\ud83d\udccd',
  'rowboat': '\ud83d\udea3',
  'rowing_man': '\ud83d\udea3\u200d\u2642\ufe0f',
  'rowing_woman': '\ud83d\udea3\u200d\u2640\ufe0f',
  'ru': '\ud83c\uddf7\ud83c\uddfa',
  'rugby_football': '\ud83c\udfc9',
  'runner': '\ud83c\udfc3',
  'running': '\ud83c\udfc3',
  'running_man': '\ud83c\udfc3\u200d\u2642\ufe0f',
  'running_shirt_with_sash': '\ud83c\udfbd',
  'running_woman': '\ud83c\udfc3\u200d\u2640\ufe0f',
  'rwanda': '\ud83c\uddf7\ud83c\uddfc',
  'sa': '\ud83c\ude02\ufe0f',
  'safety_pin': '\ud83e\uddf7',
  'safety_vest': '\ud83e\uddba',
  'sagittarius': '\u2650',
  'sailboat': '\u26f5',
  'sake': '\ud83c\udf76',
  'salt': '\ud83e\uddc2',
  'samoa': '\ud83c\uddfc\ud83c\uddf8',
  'san_marino': '\ud83c\uddf8\ud83c\uddf2',
  'sandal': '\ud83d\udc61',
  'sandwich': '\ud83e\udd6a',
  'santa': '\ud83c\udf85',
  'sao_tome_principe': '\ud83c\uddf8\ud83c\uddf9',
  'sari': '\ud83e\udd7b',
  'sassy_man': '\ud83d\udc81\u200d\u2642\ufe0f',
  'sassy_woman': '\ud83d\udc81\u200d\u2640\ufe0f',
  'satellite': '\ud83d\udce1',
  'satisfied': '\ud83d\ude06',
  'saudi_arabia': '\ud83c\uddf8\ud83c\udde6',
  'sauna_man': '\ud83e\uddd6\u200d\u2642\ufe0f',
  'sauna_person': '\ud83e\uddd6',
  'sauna_woman': '\ud83e\uddd6\u200d\u2640\ufe0f',
  'sauropod': '\ud83e\udd95',
  'saxophone': '\ud83c\udfb7',
  'scarf': '\ud83e\udde3',
  'school': '\ud83c\udfeb',
  'school_satchel': '\ud83c\udf92',
  'scientist': '\ud83e\uddd1\u200d\ud83d\udd2c',
  'scissors': '\u2702\ufe0f',
  'scorpion': '\ud83e\udd82',
  'scorpius': '\u264f',
  'scotland': '\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f',
  'scream': '\ud83d\ude31',
  'scream_cat': '\ud83d\ude40',
  'scroll': '\ud83d\udcdc',
  'seat': '\ud83d\udcba',
  'secret': '\u3299\ufe0f',
  'see_no_evil': '\ud83d\ude48',
  'seedling': '\ud83c\udf31',
  'selfie': '\ud83e\udd33',
  'senegal': '\ud83c\uddf8\ud83c\uddf3',
  'serbia': '\ud83c\uddf7\ud83c\uddf8',
  'service_dog': '\ud83d\udc15\u200d\ud83e\uddba',
  'seven': '7\ufe0f\u20e3',
  'seychelles': '\ud83c\uddf8\ud83c\udde8',
  'shallow_pan_of_food': '\ud83e\udd58',
  'shamrock': '\u2618\ufe0f',
  'shark': '\ud83e\udd88',
  'shaved_ice': '\ud83c\udf67',
  'sheep': '\ud83d\udc11',
  'shell': '\ud83d\udc1a',
  'shield': '\ud83d\udee1\ufe0f',
  'shinto_shrine': '\u26e9\ufe0f',
  'ship': '\ud83d\udea2',
  'shirt': '\ud83d\udc55',
  'shit': '\ud83d\udca9',
  'shoe': '\ud83d\udc5e',
  'shopping': '\ud83d\udecd\ufe0f',
  'shopping_cart': '\ud83d\uded2',
  'shorts': '\ud83e\ude73',
  'shower': '\ud83d\udebf',
  'shrimp': '\ud83e\udd90',
  'shrug': '\ud83e\udd37',
  'shushing_face': '\ud83e\udd2b',
  'sierra_leone': '\ud83c\uddf8\ud83c\uddf1',
  'signal_strength': '\ud83d\udcf6',
  'singapore': '\ud83c\uddf8\ud83c\uddec',
  'singer': '\ud83e\uddd1\u200d\ud83c\udfa4',
  'sint_maarten': '\ud83c\uddf8\ud83c\uddfd',
  'six': '6\ufe0f\u20e3',
  'six_pointed_star': '\ud83d\udd2f',
  'skateboard': '\ud83d\udef9',
  'ski': '\ud83c\udfbf',
  'skier': '\u26f7\ufe0f',
  'skull': '\ud83d\udc80',
  'skull_and_crossbones': '\u2620\ufe0f',
  'skunk': '\ud83e\udda8',
  'sled': '\ud83d\udef7',
  'sleeping': '\ud83d\ude34',
  'sleeping_bed': '\ud83d\udecc',
  'sleepy': '\ud83d\ude2a',
  'slightly_frowning_face': '\ud83d\ude41',
  'slightly_smiling_face': '\ud83d\ude42',
  'slot_machine': '\ud83c\udfb0',
  'sloth': '\ud83e\udda5',
  'slovakia': '\ud83c\uddf8\ud83c\uddf0',
  'slovenia': '\ud83c\uddf8\ud83c\uddee',
  'small_airplane': '\ud83d\udee9\ufe0f',
  'small_blue_diamond': '\ud83d\udd39',
  'small_orange_diamond': '\ud83d\udd38',
  'small_red_triangle': '\ud83d\udd3a',
  'small_red_triangle_down': '\ud83d\udd3b',
  'smile': '\ud83d\ude04',
  'smile_cat': '\ud83d\ude38',
  'smiley': '\ud83d\ude03',
  'smiley_cat': '\ud83d\ude3a',
  'smiling_face_with_three_hearts': '\ud83e\udd70',
  'smiling_imp': '\ud83d\ude08',
  'smirk': '\ud83d\ude0f',
  'smirk_cat': '\ud83d\ude3c',
  'smoking': '\ud83d\udeac',
  'snail': '\ud83d\udc0c',
  'snake': '\ud83d\udc0d',
  'sneezing_face': '\ud83e\udd27',
  'snowboarder': '\ud83c\udfc2',
  'snowflake': '\u2744\ufe0f',
  'snowman': '\u26c4',
  'snowman_with_snow': '\u2603\ufe0f',
  'soap': '\ud83e\uddfc',
  'sob': '\ud83d\ude2d',
  'soccer': '\u26bd',
  'socks': '\ud83e\udde6',
  'softball': '\ud83e\udd4e',
  'solomon_islands': '\ud83c\uddf8\ud83c\udde7',
  'somalia': '\ud83c\uddf8\ud83c\uddf4',
  'soon': '\ud83d\udd1c',
  'sos': '\ud83c\udd98',
  'sound': '\ud83d\udd09',
  'south_africa': '\ud83c\uddff\ud83c\udde6',
  'south_georgia_south_sandwich_islands': '\ud83c\uddec\ud83c\uddf8',
  'south_sudan': '\ud83c\uddf8\ud83c\uddf8',
  'space_invader': '\ud83d\udc7e',
  'spades': '\u2660\ufe0f',
  'spaghetti': '\ud83c\udf5d',
  'sparkle': '\u2747\ufe0f',
  'sparkler': '\ud83c\udf87',
  'sparkles': '\u2728',
  'sparkling_heart': '\ud83d\udc96',
  'speak_no_evil': '\ud83d\ude4a',
  'speaker': '\ud83d\udd08',
  'speaking_head': '\ud83d\udde3\ufe0f',
  'speech_balloon': '\ud83d\udcac',
  'speedboat': '\ud83d\udea4',
  'spider': '\ud83d\udd77\ufe0f',
  'spider_web': '\ud83d\udd78\ufe0f',
  'spiral_calendar': '\ud83d\uddd3\ufe0f',
  'spiral_notepad': '\ud83d\uddd2\ufe0f',
  'sponge': '\ud83e\uddfd',
  'spoon': '\ud83e\udd44',
  'squid': '\ud83e\udd91',
  'sri_lanka': '\ud83c\uddf1\ud83c\uddf0',
  'st_barthelemy': '\ud83c\udde7\ud83c\uddf1',
  'st_helena': '\ud83c\uddf8\ud83c\udded',
  'st_kitts_nevis': '\ud83c\uddf0\ud83c\uddf3',
  'st_lucia': '\ud83c\uddf1\ud83c\udde8',
  'st_martin': '\ud83c\uddf2\ud83c\uddeb',
  'st_pierre_miquelon': '\ud83c\uddf5\ud83c\uddf2',
  'st_vincent_grenadines': '\ud83c\uddfb\ud83c\udde8',
  'stadium': '\ud83c\udfdf\ufe0f',
  'standing_man': '\ud83e\uddcd\u200d\u2642\ufe0f',
  'standing_person': '\ud83e\uddcd',
  'standing_woman': '\ud83e\uddcd\u200d\u2640\ufe0f',
  'star': '\u2b50',
  'star2': '\ud83c\udf1f',
  'star_and_crescent': '\u262a\ufe0f',
  'star_of_david': '\u2721\ufe0f',
  'star_struck': '\ud83e\udd29',
  'stars': '\ud83c\udf20',
  'station': '\ud83d\ude89',
  'statue_of_liberty': '\ud83d\uddfd',
  'steam_locomotive': '\ud83d\ude82',
  'stethoscope': '\ud83e\ude7a',
  'stew': '\ud83c\udf72',
  'stop_button': '\u23f9\ufe0f',
  'stop_sign': '\ud83d\uded1',
  'stopwatch': '\u23f1\ufe0f',
  'straight_ruler': '\ud83d\udccf',
  'strawberry': '\ud83c\udf53',
  'stuck_out_tongue': '\ud83d\ude1b',
  'stuck_out_tongue_closed_eyes': '\ud83d\ude1d',
  'stuck_out_tongue_winking_eye': '\ud83d\ude1c',
  'student': '\ud83e\uddd1\u200d\ud83c\udf93',
  'studio_microphone': '\ud83c\udf99\ufe0f',
  'stuffed_flatbread': '\ud83e\udd59',
  'sudan': '\ud83c\uddf8\ud83c\udde9',
  'sun_behind_large_cloud': '\ud83c\udf25\ufe0f',
  'sun_behind_rain_cloud': '\ud83c\udf26\ufe0f',
  'sun_behind_small_cloud': '\ud83c\udf24\ufe0f',
  'sun_with_face': '\ud83c\udf1e',
  'sunflower': '\ud83c\udf3b',
  'sunglasses': '\ud83d\ude0e',
  'sunny': '\u2600\ufe0f',
  'sunrise': '\ud83c\udf05',
  'sunrise_over_mountains': '\ud83c\udf04',
  'superhero': '\ud83e\uddb8',
  'superhero_man': '\ud83e\uddb8\u200d\u2642\ufe0f',
  'superhero_woman': '\ud83e\uddb8\u200d\u2640\ufe0f',
  'supervillain': '\ud83e\uddb9',
  'supervillain_man': '\ud83e\uddb9\u200d\u2642\ufe0f',
  'supervillain_woman': '\ud83e\uddb9\u200d\u2640\ufe0f',
  'surfer': '\ud83c\udfc4',
  'surfing_man': '\ud83c\udfc4\u200d\u2642\ufe0f',
  'surfing_woman': '\ud83c\udfc4\u200d\u2640\ufe0f',
  'suriname': '\ud83c\uddf8\ud83c\uddf7',
  'sushi': '\ud83c\udf63',
  'suspension_railway': '\ud83d\ude9f',
  'svalbard_jan_mayen': '\ud83c\uddf8\ud83c\uddef',
  'swan': '\ud83e\udda2',
  'swaziland': '\ud83c\uddf8\ud83c\uddff',
  'sweat': '\ud83d\ude13',
  'sweat_drops': '\ud83d\udca6',
  'sweat_smile': '\ud83d\ude05',
  'sweden': '\ud83c\uddf8\ud83c\uddea',
  'sweet_potato': '\ud83c\udf60',
  'swim_brief': '\ud83e\ude72',
  'swimmer': '\ud83c\udfca',
  'swimming_man': '\ud83c\udfca\u200d\u2642\ufe0f',
  'swimming_woman': '\ud83c\udfca\u200d\u2640\ufe0f',
  'switzerland': '\ud83c\udde8\ud83c\udded',
  'symbols': '\ud83d\udd23',
  'synagogue': '\ud83d\udd4d',
  'syria': '\ud83c\uddf8\ud83c\uddfe',
  'syringe': '\ud83d\udc89',
  't-rex': '\ud83e\udd96',
  'taco': '\ud83c\udf2e',
  'tada': '\ud83c\udf89',
  'taiwan': '\ud83c\uddf9\ud83c\uddfc',
  'tajikistan': '\ud83c\uddf9\ud83c\uddef',
  'takeout_box': '\ud83e\udd61',
  'tanabata_tree': '\ud83c\udf8b',
  'tangerine': '\ud83c\udf4a',
  'tanzania': '\ud83c\uddf9\ud83c\uddff',
  'taurus': '\u2649',
  'taxi': '\ud83d\ude95',
  'tea': '\ud83c\udf75',
  'teacher': '\ud83e\uddd1\u200d\ud83c\udfeb',
  'technologist': '\ud83e\uddd1\u200d\ud83d\udcbb',
  'teddy_bear': '\ud83e\uddf8',
  'telephone': '\u260e\ufe0f',
  'telephone_receiver': '\ud83d\udcde',
  'telescope': '\ud83d\udd2d',
  'tennis': '\ud83c\udfbe',
  'tent': '\u26fa',
  'test_tube': '\ud83e\uddea',
  'thailand': '\ud83c\uddf9\ud83c\udded',
  'thermometer': '\ud83c\udf21\ufe0f',
  'thinking': '\ud83e\udd14',
  'thought_balloon': '\ud83d\udcad',
  'thread': '\ud83e\uddf5',
  'three': '3\ufe0f\u20e3',
  'thumbsdown': '\ud83d\udc4e',
  'thumbsup': '\ud83d\udc4d',
  'ticket': '\ud83c\udfab',
  'tickets': '\ud83c\udf9f\ufe0f',
  'tiger': '\ud83d\udc2f',
  'tiger2': '\ud83d\udc05',
  'timer_clock': '\u23f2\ufe0f',
  'timor_leste': '\ud83c\uddf9\ud83c\uddf1',
  'tipping_hand_man': '\ud83d\udc81\u200d\u2642\ufe0f',
  'tipping_hand_person': '\ud83d\udc81',
  'tipping_hand_woman': '\ud83d\udc81\u200d\u2640\ufe0f',
  'tired_face': '\ud83d\ude2b',
  'tm': '\u2122\ufe0f',
  'togo': '\ud83c\uddf9\ud83c\uddec',
  'toilet': '\ud83d\udebd',
  'tokelau': '\ud83c\uddf9\ud83c\uddf0',
  'tokyo_tower': '\ud83d\uddfc',
  'tomato': '\ud83c\udf45',
  'tonga': '\ud83c\uddf9\ud83c\uddf4',
  'tongue': '\ud83d\udc45',
  'toolbox': '\ud83e\uddf0',
  'tooth': '\ud83e\uddb7',
  'top': '\ud83d\udd1d',
  'tophat': '\ud83c\udfa9',
  'tornado': '\ud83c\udf2a\ufe0f',
  'tr': '\ud83c\uddf9\ud83c\uddf7',
  'trackball': '\ud83d\uddb2\ufe0f',
  'tractor': '\ud83d\ude9c',
  'traffic_light': '\ud83d\udea5',
  'train': '\ud83d\ude8b',
  'train2': '\ud83d\ude86',
  'tram': '\ud83d\ude8a',
  'triangular_flag_on_post': '\ud83d\udea9',
  'triangular_ruler': '\ud83d\udcd0',
  'trident': '\ud83d\udd31',
  'trinidad_tobago': '\ud83c\uddf9\ud83c\uddf9',
  'tristan_da_cunha': '\ud83c\uddf9\ud83c\udde6',
  'triumph': '\ud83d\ude24',
  'trolleybus': '\ud83d\ude8e',
  'trophy': '\ud83c\udfc6',
  'tropical_drink': '\ud83c\udf79',
  'tropical_fish': '\ud83d\udc20',
  'truck': '\ud83d\ude9a',
  'trumpet': '\ud83c\udfba',
  'tshirt': '\ud83d\udc55',
  'tulip': '\ud83c\udf37',
  'tumbler_glass': '\ud83e\udd43',
  'tunisia': '\ud83c\uddf9\ud83c\uddf3',
  'turkey': '\ud83e\udd83',
  'turkmenistan': '\ud83c\uddf9\ud83c\uddf2',
  'turks_caicos_islands': '\ud83c\uddf9\ud83c\udde8',
  'turtle': '\ud83d\udc22',
  'tuvalu': '\ud83c\uddf9\ud83c\uddfb',
  'tv': '\ud83d\udcfa',
  'twisted_rightwards_arrows': '\ud83d\udd00',
  'two': '2\ufe0f\u20e3',
  'two_hearts': '\ud83d\udc95',
  'two_men_holding_hands': '\ud83d\udc6c',
  'two_women_holding_hands': '\ud83d\udc6d',
  'u5272': '\ud83c\ude39',
  'u5408': '\ud83c\ude34',
  'u55b6': '\ud83c\ude3a',
  'u6307': '\ud83c\ude2f',
  'u6708': '\ud83c\ude37\ufe0f',
  'u6709': '\ud83c\ude36',
  'u6e80': '\ud83c\ude35',
  'u7121': '\ud83c\ude1a',
  'u7533': '\ud83c\ude38',
  'u7981': '\ud83c\ude32',
  'u7a7a': '\ud83c\ude33',
  'uganda': '\ud83c\uddfa\ud83c\uddec',
  'uk': '\ud83c\uddec\ud83c\udde7',
  'ukraine': '\ud83c\uddfa\ud83c\udde6',
  'umbrella': '\u2614',
  'unamused': '\ud83d\ude12',
  'underage': '\ud83d\udd1e',
  'unicorn': '\ud83e\udd84',
  'united_arab_emirates': '\ud83c\udde6\ud83c\uddea',
  'united_nations': '\ud83c\uddfa\ud83c\uddf3',
  'unlock': '\ud83d\udd13',
  'up': '\ud83c\udd99',
  'upside_down_face': '\ud83d\ude43',
  'uruguay': '\ud83c\uddfa\ud83c\uddfe',
  'us': '\ud83c\uddfa\ud83c\uddf8',
  'us_outlying_islands': '\ud83c\uddfa\ud83c\uddf2',
  'us_virgin_islands': '\ud83c\uddfb\ud83c\uddee',
  'uzbekistan': '\ud83c\uddfa\ud83c\uddff',
  'v': '\u270c\ufe0f',
  'vampire': '\ud83e\udddb',
  'vampire_man': '\ud83e\udddb\u200d\u2642\ufe0f',
  'vampire_woman': '\ud83e\udddb\u200d\u2640\ufe0f',
  'vanuatu': '\ud83c\uddfb\ud83c\uddfa',
  'vatican_city': '\ud83c\uddfb\ud83c\udde6',
  'venezuela': '\ud83c\uddfb\ud83c\uddea',
  'vertical_traffic_light': '\ud83d\udea6',
  'vhs': '\ud83d\udcfc',
  'vibration_mode': '\ud83d\udcf3',
  'video_camera': '\ud83d\udcf9',
  'video_game': '\ud83c\udfae',
  'vietnam': '\ud83c\uddfb\ud83c\uddf3',
  'violin': '\ud83c\udfbb',
  'virgo': '\u264d',
  'volcano': '\ud83c\udf0b',
  'volleyball': '\ud83c\udfd0',
  'vomiting_face': '\ud83e\udd2e',
  'vs': '\ud83c\udd9a',
  'vulcan_salute': '\ud83d\udd96',
  'waffle': '\ud83e\uddc7',
  'wales': '\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc77\udb40\udc6c\udb40\udc73\udb40\udc7f',
  'walking': '\ud83d\udeb6',
  'walking_man': '\ud83d\udeb6\u200d\u2642\ufe0f',
  'walking_woman': '\ud83d\udeb6\u200d\u2640\ufe0f',
  'wallis_futuna': '\ud83c\uddfc\ud83c\uddeb',
  'waning_crescent_moon': '\ud83c\udf18',
  'waning_gibbous_moon': '\ud83c\udf16',
  'warning': '\u26a0\ufe0f',
  'wastebasket': '\ud83d\uddd1\ufe0f',
  'watch': '\u231a',
  'water_buffalo': '\ud83d\udc03',
  'water_polo': '\ud83e\udd3d',
  'watermelon': '\ud83c\udf49',
  'wave': '\ud83d\udc4b',
  'wavy_dash': '\u3030\ufe0f',
  'waxing_crescent_moon': '\ud83c\udf12',
  'waxing_gibbous_moon': '\ud83c\udf14',
  'wc': '\ud83d\udebe',
  'weary': '\ud83d\ude29',
  'wedding': '\ud83d\udc92',
  'weight_lifting': '\ud83c\udfcb\ufe0f',
  'weight_lifting_man': '\ud83c\udfcb\ufe0f\u200d\u2642\ufe0f',
  'weight_lifting_woman': '\ud83c\udfcb\ufe0f\u200d\u2640\ufe0f',
  'western_sahara': '\ud83c\uddea\ud83c\udded',
  'whale': '\ud83d\udc33',
  'whale2': '\ud83d\udc0b',
  'wheel_of_dharma': '\u2638\ufe0f',
  'wheelchair': '\u267f',
  'white_check_mark': '\u2705',
  'white_circle': '\u26aa',
  'white_flag': '\ud83c\udff3\ufe0f',
  'white_flower': '\ud83d\udcae',
  'white_haired_man': '\ud83d\udc68\u200d\ud83e\uddb3',
  'white_haired_woman': '\ud83d\udc69\u200d\ud83e\uddb3',
  'white_heart': '\ud83e\udd0d',
  'white_large_square': '\u2b1c',
  'white_medium_small_square': '\u25fd',
  'white_medium_square': '\u25fb\ufe0f',
  'white_small_square': '\u25ab\ufe0f',
  'white_square_button': '\ud83d\udd33',
  'wilted_flower': '\ud83e\udd40',
  'wind_chime': '\ud83c\udf90',
  'wind_face': '\ud83c\udf2c\ufe0f',
  'wine_glass': '\ud83c\udf77',
  'wink': '\ud83d\ude09',
  'wolf': '\ud83d\udc3a',
  'woman': '\ud83d\udc69',
  'woman_artist': '\ud83d\udc69\u200d\ud83c\udfa8',
  'woman_astronaut': '\ud83d\udc69\u200d\ud83d\ude80',
  'woman_cartwheeling': '\ud83e\udd38\u200d\u2640\ufe0f',
  'woman_cook': '\ud83d\udc69\u200d\ud83c\udf73',
  'woman_dancing': '\ud83d\udc83',
  'woman_facepalming': '\ud83e\udd26\u200d\u2640\ufe0f',
  'woman_factory_worker': '\ud83d\udc69\u200d\ud83c\udfed',
  'woman_farmer': '\ud83d\udc69\u200d\ud83c\udf3e',
  'woman_firefighter': '\ud83d\udc69\u200d\ud83d\ude92',
  'woman_health_worker': '\ud83d\udc69\u200d\u2695\ufe0f',
  'woman_in_manual_wheelchair': '\ud83d\udc69\u200d\ud83e\uddbd',
  'woman_in_motorized_wheelchair': '\ud83d\udc69\u200d\ud83e\uddbc',
  'woman_judge': '\ud83d\udc69\u200d\u2696\ufe0f',
  'woman_juggling': '\ud83e\udd39\u200d\u2640\ufe0f',
  'woman_mechanic': '\ud83d\udc69\u200d\ud83d\udd27',
  'woman_office_worker': '\ud83d\udc69\u200d\ud83d\udcbc',
  'woman_pilot': '\ud83d\udc69\u200d\u2708\ufe0f',
  'woman_playing_handball': '\ud83e\udd3e\u200d\u2640\ufe0f',
  'woman_playing_water_polo': '\ud83e\udd3d\u200d\u2640\ufe0f',
  'woman_scientist': '\ud83d\udc69\u200d\ud83d\udd2c',
  'woman_shrugging': '\ud83e\udd37\u200d\u2640\ufe0f',
  'woman_singer': '\ud83d\udc69\u200d\ud83c\udfa4',
  'woman_student': '\ud83d\udc69\u200d\ud83c\udf93',
  'woman_teacher': '\ud83d\udc69\u200d\ud83c\udfeb',
  'woman_technologist': '\ud83d\udc69\u200d\ud83d\udcbb',
  'woman_with_headscarf': '\ud83e\uddd5',
  'woman_with_probing_cane': '\ud83d\udc69\u200d\ud83e\uddaf',
  'woman_with_turban': '\ud83d\udc73\u200d\u2640\ufe0f',
  'womans_clothes': '\ud83d\udc5a',
  'womans_hat': '\ud83d\udc52',
  'women_wrestling': '\ud83e\udd3c\u200d\u2640\ufe0f',
  'womens': '\ud83d\udeba',
  'woozy_face': '\ud83e\udd74',
  'world_map': '\ud83d\uddfa\ufe0f',
  'worried': '\ud83d\ude1f',
  'wrench': '\ud83d\udd27',
  'wrestling': '\ud83e\udd3c',
  'writing_hand': '\u270d\ufe0f',
  'x': '\u274c',
  'yarn': '\ud83e\uddf6',
  'yawning_face': '\ud83e\udd71',
  'yellow_circle': '\ud83d\udfe1',
  'yellow_heart': '\ud83d\udc9b',
  'yellow_square': '\ud83d\udfe8',
  'yemen': '\ud83c\uddfe\ud83c\uddea',
  'yen': '\ud83d\udcb4',
  'yin_yang': '\u262f\ufe0f',
  'yo_yo': '\ud83e\ude80',
  'yum': '\ud83d\ude0b',
  'zambia': '\ud83c\uddff\ud83c\uddf2',
  'zany_face': '\ud83e\udd2a',
  'zap': '\u26a1',
  'zebra': '\ud83e\udd93',
  'zero': '0\ufe0f\u20e3',
  'zimbabwe': '\ud83c\uddff\ud83c\uddfc',
  'zipper_mouth_face': '\ud83e\udd10',
  'zombie': '\ud83e\udddf',
  'zombie_man': '\ud83e\udddf\u200d\u2642\ufe0f',
  'zombie_woman': '\ud83e\udddf\u200d\u2640\ufe0f',
  'zzz': '\ud83d\udca4',

  /* special emojis :P */
  'atom': '<img width="20" height="20" align="absmiddle" src="https://github.githubassets.com/images/icons/emoji/atom.png?v8">',
  'basecamp': '<img width="20" height="20" align="absmiddle" src="https://github.githubassets.com/images/icons/emoji/basecamp.png?v8">',
  'basecampy': '<img width="20" height="20" align="absmiddle" src="https://github.githubassets.com/images/icons/emoji/basecampy.png?v8">',
  'bowtie': '<img width="20" height="20" align="absmiddle" src="https://github.githubassets.com/images/icons/emoji/bowtie.png?v8">',
  'electron': '<img width="20" height="20" align="absmiddle" src="https://github.githubassets.com/images/icons/emoji/electron.png?v8">',
  'feelsgood': '<img width="20" height="20" align="absmiddle" src="https://github.githubassets.com/images/icons/emoji/feelsgood.png?v8">',
  'finnadie': '<img width="20" height="20" align="absmiddle" src="https://github.githubassets.com/images/icons/emoji/finnadie.png?v8">',
  'goberserk': '<img width="20" height="20" align="absmiddle" src="https://github.githubassets.com/images/icons/emoji/goberserk.png?v8">',
  'godmode': '<img width="20" height="20" align="absmiddle" src="https://github.githubassets.com/images/icons/emoji/godmode.png?v8">',
  'hurtrealbad': '<img width="20" height="20" align="absmiddle" src="https://github.githubassets.com/images/icons/emoji/hurtrealbad.png?v8">',
  'neckbeard': '<img width="20" height="20" align="absmiddle" src="https://github.githubassets.com/images/icons/emoji/neckbeard.png?v8">',
  'octocat': '<img width="20" height="20" align="absmiddle" src="https://github.githubassets.com/images/icons/emoji/octocat.png?v8">',
  'rage1': '<img width="20" height="20" align="absmiddle" src="https://github.githubassets.com/images/icons/emoji/rage1.png?v8">',
  'rage2': '<img width="20" height="20" align="absmiddle" src="https://github.githubassets.com/images/icons/emoji/rage2.png?v8">',
  'rage3': '<img width="20" height="20" align="absmiddle" src="https://github.githubassets.com/images/icons/emoji/rage3.png?v8">',
  'rage4': '<img width="20" height="20" align="absmiddle" src="https://github.githubassets.com/images/icons/emoji/rage4.png?v8">',
  'shipit': '<img width="20" height="20" align="absmiddle" src="https://github.githubassets.com/images/icons/emoji/shipit.png?v8">',
  'suspect': '<img width="20" height="20" align="absmiddle" src="https://github.githubassets.com/images/icons/emoji/suspect.png?v8">',
  'trollface': '<img width="20" height="20" align="absmiddle" src="https://github.githubassets.com/images/icons/emoji/trollface.png?v8">',
  'showdown': '<img width="20" height="20" align="absmiddle" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAS1BMVEX///8jJS0jJS0jJS0jJS0jJS0jJS0jJS0jJS0jJS0jJS0jJS0jJS0jJS0jJS0jJS0jJS3b1q3b1q3b1q3b1q3b1q3b1q3b1q3b1q0565CIAAAAGXRSTlMAQHCAYCCw/+DQwPCQUBAwoHCAEP+wwFBgS2fvBgAAAUZJREFUeAHs1cGy7BAUheFFsEDw/k97VTq3T6ge2EmdM+pvrP6Iwd74XV9Kb52xuMU4/uc1YNgZLFOeV8FGdhGrNk5SEgUyPxAEdj4LlMRDyhVAMVEa2M7TBSeVZAFPdqHgzSZJwPKgcLFLAooHDJo4EDCw4gAtBoJA5UFj4Ng5LOGLwVXZuoIlji/jeQHFk7+baHxrCjeUwB9+s88KndvlhcyBN5BSkYNQIVVb4pV+Npm7hhuKDs/uMP5KxT3WzSNNLIuuoDpMmuAVMruMSeDyQBi24DTr43LAY7ILA1QYaWkgfHzFthYYzg67SQsCbB8GhJUEGCtO9n0rSaCLxgJQjS/JSgMTg2eBDEHAJ+H350AsjYNYscrErgI2e/l+mdR967TCX/v6N0EhPECYCP0i+IAoYQOE8BogNhQMEMdrgAQWHaMAAGi5I5euoY9NAAAAAElFTkSuQmCC">'
};

/**
 * These are all the transformations that form block-level
 * tags like paragraphs, headers, and list items.
 */
showdown.subParser('makehtml.blockGamut', function (text, options
Download .txt
gitextract_un81wrs2/

├── .editorconfig
├── .eslintrc.json
├── .gitattributes
├── .github/
│   └── workflows/
│       ├── browserstack.yml
│       ├── codeql-analysis.yml
│       ├── docs.yml
│       ├── node.linux.yml
│       └── node.win.yml
├── .gitignore
├── .jshintignore
├── .jshintrc
├── CHANGELOG.md
├── CONTRIBUTING.md
├── CREDITS.md
├── DONATIONS.md
├── Gruntfile.js
├── LICENSE
├── README.md
├── SECURITY.md
├── TASKS.TODO.md
├── bin/
│   └── showdown.js
├── bower.json
├── dist/
│   └── showdown.js
├── docs/
│   ├── assets/
│   │   └── extra.css
│   ├── available-options.md
│   ├── cli.md
│   ├── compatibility.md
│   ├── configuration.md
│   ├── create-extension.md
│   ├── credits.md
│   ├── donations.md
│   ├── event_system.md
│   ├── extensions-list.md
│   ├── extensions.md
│   ├── flavors.md
│   ├── index.md
│   ├── integrations.md
│   ├── markdown-syntax.md
│   ├── quickstart.md
│   ├── tutorials/
│   │   ├── add-default-class-to-html.md
│   │   ├── index.md
│   │   ├── markdown-editor-with-showdown.md
│   │   └── use-both-extension-types-together.md
│   └── xss.md
├── karma.browserstack.js
├── karma.conf.js
├── mkdocs.yml
├── package.json
├── performance.json
├── performance.log.md
├── src/
│   ├── cli/
│   │   └── cli.js
│   ├── converter.js
│   ├── helpers.js
│   ├── loader.js
│   ├── options.js
│   ├── showdown.js
│   └── subParsers/
│       ├── makehtml/
│       │   ├── blockGamut.js
│       │   ├── blockQuotes.js
│       │   ├── codeBlocks.js
│       │   ├── codeSpans.js
│       │   ├── completeHTMLDocument.js
│       │   ├── detab.js
│       │   ├── ellipsis.js
│       │   ├── emoji.js
│       │   ├── encodeAmpsAndAngles.js
│       │   ├── encodeBackslashEscapes.js
│       │   ├── encodeCode.js
│       │   ├── escapeSpecialCharsWithinTagAttributes.js
│       │   ├── githubCodeBlocks.js
│       │   ├── hashBlock.js
│       │   ├── hashCodeTags.js
│       │   ├── hashElement.js
│       │   ├── hashHTMLBlocks.js
│       │   ├── hashHTMLSpans.js
│       │   ├── hashPreCodeTags.js
│       │   ├── headers.js
│       │   ├── horizontalRule.js
│       │   ├── images.js
│       │   ├── italicsAndBold.js
│       │   ├── links.js
│       │   ├── lists.js
│       │   ├── metadata.js
│       │   ├── outdent.js
│       │   ├── paragraphs.js
│       │   ├── runExtension.js
│       │   ├── spanGamut.js
│       │   ├── strikethrough.js
│       │   ├── stripLinkDefinitions.js
│       │   ├── tables.js
│       │   ├── underline.js
│       │   └── unescapeSpecialChars.js
│       └── makemarkdown/
│           ├── blockquote.js
│           ├── break.js
│           ├── codeBlock.js
│           ├── codeSpan.js
│           ├── emphasis.js
│           ├── header.js
│           ├── hr.js
│           ├── image.js
│           ├── input.js
│           ├── links.js
│           ├── list.js
│           ├── listItem.js
│           ├── node.js
│           ├── paragraph.js
│           ├── pre.js
│           ├── strikethrough.js
│           ├── strong.js
│           ├── table.js
│           ├── tableCell.js
│           └── txt.js
└── test/
    ├── bootstrap.js
    ├── cli/
    │   ├── basic.html
    │   └── basic.md
    ├── functional/
    │   ├── makehtml/
    │   │   ├── cases/
    │   │   │   ├── commonmark.testsuite.json
    │   │   │   ├── features/
    │   │   │   │   ├── #143.support-image-dimensions.html
    │   │   │   │   ├── #143.support-image-dimensions.md
    │   │   │   │   ├── #164.1.simple-autolink.html
    │   │   │   │   ├── #164.1.simple-autolink.md
    │   │   │   │   ├── #164.2.disallow-underscore-emphasis-mid-word.html
    │   │   │   │   ├── #164.2.disallow-underscore-emphasis-mid-word.md
    │   │   │   │   ├── #164.3.strikethrough.html
    │   │   │   │   ├── #164.3.strikethrough.md
    │   │   │   │   ├── #164.4.tasklists.html
    │   │   │   │   ├── #164.4.tasklists.md
    │   │   │   │   ├── #178.markdown-inside-html-does-not-parse.html
    │   │   │   │   ├── #178.markdown-inside-html-does-not-parse.md
    │   │   │   │   ├── #198.literalMidWordUnderscores-changes-behavior-of-asterisk.html
    │   │   │   │   ├── #198.literalMidWordUnderscores-changes-behavior-of-asterisk.md
    │   │   │   │   ├── #204.certain-links-with-at-and-dot-break-url.html
    │   │   │   │   ├── #204.certain-links-with-at-and-dot-break-url.md
    │   │   │   │   ├── #206.treat-single-line-breaks-as-br.html
    │   │   │   │   ├── #206.treat-single-line-breaks-as-br.md
    │   │   │   │   ├── #214.escaped-markdown-chars-break-strikethrough.html
    │   │   │   │   ├── #214.escaped-markdown-chars-break-strikethrough.md
    │   │   │   │   ├── #259.es6-template-strings-indentation-issues.html
    │   │   │   │   ├── #259.es6-template-strings-indentation-issues.md
    │   │   │   │   ├── #284.simplifiedAutoLink-does-not-match-GFM-style.html
    │   │   │   │   ├── #284.simplifiedAutoLink-does-not-match-GFM-style.md
    │   │   │   │   ├── #316.new-simpleLineBreaks-option-breaks-lists.html
    │   │   │   │   ├── #316.new-simpleLineBreaks-option-breaks-lists.md
    │   │   │   │   ├── #318.simpleLineBreaks-does-not-work-with-chinese-characters.html
    │   │   │   │   ├── #318.simpleLineBreaks-does-not-work-with-chinese-characters.md
    │   │   │   │   ├── #320.github-compatible-generated-header-id.html
    │   │   │   │   ├── #320.github-compatible-generated-header-id.md
    │   │   │   │   ├── #323.simpleLineBreaks-breaks-with-strong.html
    │   │   │   │   ├── #323.simpleLineBreaks-breaks-with-strong.md
    │   │   │   │   ├── #330.simplifiedAutoLink-drops-character-before-and-after-linked-mail.html
    │   │   │   │   ├── #330.simplifiedAutoLink-drops-character-before-and-after-linked-mail.md
    │   │   │   │   ├── #331.allow-escaping-of-tilde.html
    │   │   │   │   ├── #331.allow-escaping-of-tilde.md
    │   │   │   │   ├── #355.simplifiedAutoLink-URLs-inside-parenthesis-followed-by-another-character-are-not-parsed-correctly.html
    │   │   │   │   ├── #355.simplifiedAutoLink-URLs-inside-parenthesis-followed-by-another-character-are-not-parsed-correctly.md
    │   │   │   │   ├── #374.escape-html-tags.html
    │   │   │   │   ├── #374.escape-html-tags.md
    │   │   │   │   ├── #378.simplifiedAutoLinks-with-excludeTrailingPunctuationFromURLs.html
    │   │   │   │   ├── #378.simplifiedAutoLinks-with-excludeTrailingPunctuationFromURLs.md
    │   │   │   │   ├── #379.openLinksInNewWindow-breaks-em-markdup.html
    │   │   │   │   ├── #379.openLinksInNewWindow-breaks-em-markdup.md
    │   │   │   │   ├── #398.literalMidWordAsterisks-treats-non-word-characters-as-characters.html
    │   │   │   │   ├── #398.literalMidWordAsterisks-treats-non-word-characters-as-characters.md
    │   │   │   │   ├── #69.header-level-start.html
    │   │   │   │   ├── #69.header-level-start.md
    │   │   │   │   ├── #709.allow-whitespaces-after-end-in-metadata.html
    │   │   │   │   ├── #709.allow-whitespaces-after-end-in-metadata.md
    │   │   │   │   ├── completeHTMLOutput/
    │   │   │   │   │   ├── simple.html
    │   │   │   │   │   └── simple.md
    │   │   │   │   ├── customizedHeaderId-simple.html
    │   │   │   │   ├── customizedHeaderId-simple.md
    │   │   │   │   ├── disable-email-encoding.html
    │   │   │   │   ├── disable-email-encoding.md
    │   │   │   │   ├── disable-gh-codeblocks.html
    │   │   │   │   ├── disable-gh-codeblocks.md
    │   │   │   │   ├── disableForced4SpacesIndentedSublists/
    │   │   │   │   │   └── .gitkeep
    │   │   │   │   ├── disableForced4SpacesIndentedSublists.html
    │   │   │   │   ├── disableForced4SpacesIndentedSublists.md
    │   │   │   │   ├── ellipsis/
    │   │   │   │   │   ├── ellipsis.html
    │   │   │   │   │   └── ellipsis.md
    │   │   │   │   ├── emojis/
    │   │   │   │   │   ├── complex.html
    │   │   │   │   │   ├── complex.md
    │   │   │   │   │   ├── links.html
    │   │   │   │   │   ├── links.md
    │   │   │   │   │   ├── simple.html
    │   │   │   │   │   ├── simple.md
    │   │   │   │   │   ├── simplifiedautolinks.html
    │   │   │   │   │   ├── simplifiedautolinks.md
    │   │   │   │   │   ├── special.html
    │   │   │   │   │   └── special.md
    │   │   │   │   ├── excludeTrailingPunctuationFromURLs-option.html
    │   │   │   │   ├── excludeTrailingPunctuationFromURLs-option.md
    │   │   │   │   ├── ghMentions.html
    │   │   │   │   ├── ghMentions.md
    │   │   │   │   ├── literalMidWordAsterisks/
    │   │   │   │   │   ├── basic.html
    │   │   │   │   │   ├── basic.md
    │   │   │   │   │   ├── punctation-test.html
    │   │   │   │   │   └── punctation-test.md
    │   │   │   │   ├── literalMidWordUnderscores/
    │   │   │   │   │   ├── basic.html
    │   │   │   │   │   ├── basic.md
    │   │   │   │   │   ├── punctation-test.html
    │   │   │   │   │   └── punctation-test.md
    │   │   │   │   ├── metadata/
    │   │   │   │   │   ├── dashes-conflict.html
    │   │   │   │   │   ├── dashes-conflict.md
    │   │   │   │   │   ├── embeded-in-output.html
    │   │   │   │   │   ├── embeded-in-output.md
    │   │   │   │   │   ├── embeded-two-consecutive-metadata-blocks-different-symbols.html
    │   │   │   │   │   ├── embeded-two-consecutive-metadata-blocks-different-symbols.md
    │   │   │   │   │   ├── embeded-two-consecutive-metadata-blocks.html
    │   │   │   │   │   ├── embeded-two-consecutive-metadata-blocks.md
    │   │   │   │   │   ├── ignore-metadata.html
    │   │   │   │   │   ├── ignore-metadata.md
    │   │   │   │   │   ├── simple-angled-for-method.html
    │   │   │   │   │   ├── simple-angled-for-method.md
    │   │   │   │   │   ├── simple-angled-quotes.html
    │   │   │   │   │   ├── simple-angled-quotes.md
    │   │   │   │   │   ├── simple-three-dashes.html
    │   │   │   │   │   ├── simple-three-dashes.md
    │   │   │   │   │   ├── simple-with-format.html
    │   │   │   │   │   └── simple-with-format.md
    │   │   │   │   ├── moreStyling/
    │   │   │   │   │   ├── tasklists-with-styling.html
    │   │   │   │   │   └── tasklists-with-styling.md
    │   │   │   │   ├── openLinksInNewWindow/
    │   │   │   │   │   ├── hash-links-open-in-same-page.html
    │   │   │   │   │   ├── hash-links-open-in-same-page.md
    │   │   │   │   │   ├── simple-cases.html
    │   │   │   │   │   ├── simple-cases.md
    │   │   │   │   │   ├── simple.html
    │   │   │   │   │   ├── simple.md
    │   │   │   │   │   ├── simplifiedAutoLink.html
    │   │   │   │   │   └── simplifiedAutoLink.md
    │   │   │   │   ├── prefixHeaderId-simple.html
    │   │   │   │   ├── prefixHeaderId-simple.md
    │   │   │   │   ├── prefixHeaderId-string-and-ghCompatibleHeaderId.html
    │   │   │   │   ├── prefixHeaderId-string-and-ghCompatibleHeaderId.md
    │   │   │   │   ├── prefixHeaderId-string-and-ghCompatibleHeaderId2.html
    │   │   │   │   ├── prefixHeaderId-string-and-ghCompatibleHeaderId2.md
    │   │   │   │   ├── prefixHeaderId-string.html
    │   │   │   │   ├── prefixHeaderId-string.md
    │   │   │   │   ├── rawHeaderId/
    │   │   │   │   │   ├── simple.html
    │   │   │   │   │   ├── simple.md
    │   │   │   │   │   ├── with-prefixHeaderId.html
    │   │   │   │   │   └── with-prefixHeaderId.md
    │   │   │   │   ├── rawPrefixHeaderId/
    │   │   │   │   │   ├── simple-with-prefixHeaderId.html
    │   │   │   │   │   └── simple-with-prefixHeaderId.md
    │   │   │   │   ├── relativePathBaseUrl.html
    │   │   │   │   ├── relativePathBaseUrl.md
    │   │   │   │   ├── requireSpaceBeforeHeadingText.html
    │   │   │   │   ├── requireSpaceBeforeHeadingText.md
    │   │   │   │   ├── simpleLineBreaks-handle-html-pre.html
    │   │   │   │   ├── simpleLineBreaks-handle-html-pre.md
    │   │   │   │   ├── simpleLineBreaks2.html
    │   │   │   │   ├── simpleLineBreaks2.md
    │   │   │   │   ├── simplifiedAutoLink/
    │   │   │   │   │   ├── autolinks-with-magic-chars.html
    │   │   │   │   │   ├── autolinks-with-magic-chars.md
    │   │   │   │   │   ├── blockquote.html
    │   │   │   │   │   ├── blockquote.md
    │   │   │   │   │   ├── codespans.html
    │   │   │   │   │   ├── codespans.md
    │   │   │   │   │   ├── complete-test-case.html
    │   │   │   │   │   ├── complete-test-case.md
    │   │   │   │   │   ├── disallow-underscores.html
    │   │   │   │   │   ├── disallow-underscores.md
    │   │   │   │   │   ├── does-not-parse-inside-a-tags.html
    │   │   │   │   │   ├── does-not-parse-inside-a-tags.md
    │   │   │   │   │   ├── does-not-parse-inside-code.html
    │   │   │   │   │   ├── does-not-parse-inside-code.md
    │   │   │   │   │   ├── does-not-parse-reference-links.html
    │   │   │   │   │   ├── does-not-parse-reference-links.md
    │   │   │   │   │   ├── emphasis-and-strikethrough.html
    │   │   │   │   │   ├── emphasis-and-strikethrough.md
    │   │   │   │   │   ├── ordered-lists.html
    │   │   │   │   │   ├── ordered-lists.md
    │   │   │   │   │   ├── text.html
    │   │   │   │   │   ├── text.md
    │   │   │   │   │   ├── trailing-punctuation.html
    │   │   │   │   │   ├── trailing-punctuation.md
    │   │   │   │   │   ├── unordered-lists.html
    │   │   │   │   │   ├── unordered-lists.md
    │   │   │   │   │   ├── wrapping-parenthesis.html
    │   │   │   │   │   └── wrapping-parenthesis.md
    │   │   │   │   ├── splitAdjacentBlockquotes/
    │   │   │   │   │   ├── basic.html
    │   │   │   │   │   ├── basic.md
    │   │   │   │   │   ├── multiline-paragraph.html
    │   │   │   │   │   └── multiline-paragraph.md
    │   │   │   │   ├── tables/
    │   │   │   │   │   ├── #179.parse-md-in-table-ths.html
    │   │   │   │   │   ├── #179.parse-md-in-table-ths.md
    │   │   │   │   │   ├── #256.table-header-separators-should-not-require-3-dashes.html
    │   │   │   │   │   ├── #256.table-header-separators-should-not-require-3-dashes.md
    │   │   │   │   │   ├── #345.escape-pipe-character.html
    │   │   │   │   │   ├── #345.escape-pipe-character.md
    │   │   │   │   │   ├── #406.does-not-render-one-column-tables.html
    │   │   │   │   │   ├── #406.does-not-render-one-column-tables.md
    │   │   │   │   │   ├── #442.trailing-spaces-break-one-column-tables.html
    │   │   │   │   │   ├── #442.trailing-spaces-break-one-column-tables.md
    │   │   │   │   │   ├── #443.2.table-followed-by-list-does-not-parse-correctly.html
    │   │   │   │   │   ├── #443.2.table-followed-by-list-does-not-parse-correctly.md
    │   │   │   │   │   ├── #443.table-followed-by-list-does-not-parse-correctly.html
    │   │   │   │   │   ├── #443.table-followed-by-list-does-not-parse-correctly.md
    │   │   │   │   │   ├── #465.code-spans-with-pipes-break-table.html
    │   │   │   │   │   ├── #465.code-spans-with-pipes-break-table.md
    │   │   │   │   │   ├── #471.ol-is-not-rendered-correctly-inside-table.html
    │   │   │   │   │   ├── #471.ol-is-not-rendered-correctly-inside-table.md
    │   │   │   │   │   ├── basic-alignment.html
    │   │   │   │   │   ├── basic-alignment.md
    │   │   │   │   │   ├── basic-with-header-ids.html
    │   │   │   │   │   ├── basic-with-header-ids.md
    │   │   │   │   │   ├── basic.html
    │   │   │   │   │   ├── basic.md
    │   │   │   │   │   ├── gh-style-tables.html
    │   │   │   │   │   ├── gh-style-tables.md
    │   │   │   │   │   ├── large-table-with-allignments.html
    │   │   │   │   │   ├── large-table-with-allignments.md
    │   │   │   │   │   ├── large.html
    │   │   │   │   │   ├── large.md
    │   │   │   │   │   ├── mixed-alignment.html
    │   │   │   │   │   ├── mixed-alignment.md
    │   │   │   │   │   ├── multiple-tables.html
    │   │   │   │   │   ├── multiple-tables.md
    │   │   │   │   │   ├── table-inside-codeblock.html
    │   │   │   │   │   ├── table-inside-codeblock.md
    │   │   │   │   │   ├── table-without-leading-pipe.html
    │   │   │   │   │   ├── table-without-leading-pipe.md
    │   │   │   │   │   ├── with-equals.html
    │   │   │   │   │   ├── with-equals.md
    │   │   │   │   │   ├── with-span-elements.html
    │   │   │   │   │   ├── with-span-elements.md
    │   │   │   │   │   ├── with-surroundings.html
    │   │   │   │   │   ├── with-surroundings.md
    │   │   │   │   │   ├── without-body.html
    │   │   │   │   │   ├── without-body.md
    │   │   │   │   │   ├── without-header-delimiter.html
    │   │   │   │   │   └── without-header-delimiter.md
    │   │   │   │   └── underline/
    │   │   │   │       ├── fulltext.html
    │   │   │   │       ├── fulltext.md
    │   │   │   │       ├── simple.html
    │   │   │   │       └── simple.md
    │   │   │   ├── ghost/
    │   │   │   │   ├── markdown-magic.html
    │   │   │   │   ├── markdown-magic.md
    │   │   │   │   ├── underscore.html
    │   │   │   │   └── underscore.md
    │   │   │   ├── issues/
    │   │   │   │   ├── #107.inner-underscore-parse-to-block.html
    │   │   │   │   ├── #107.inner-underscore-parse-to-block.md
    │   │   │   │   ├── #142.odd-behaviour-for-multiple-consecutive-lists.html
    │   │   │   │   ├── #142.odd-behaviour-for-multiple-consecutive-lists.md
    │   │   │   │   ├── #150.hyphens-are-getting-removed.html
    │   │   │   │   ├── #150.hyphens-are-getting-removed.md
    │   │   │   │   ├── #183.gh-code-blocks-within-lists-do-not-render-properly.html
    │   │   │   │   ├── #183.gh-code-blocks-within-lists-do-not-render-properly.md
    │   │   │   │   ├── #191.blockquote-followed-by-an-heading.html
    │   │   │   │   ├── #191.blockquote-followed-by-an-heading.md
    │   │   │   │   ├── #196.entity-in-code-block-in-nested-list.html
    │   │   │   │   ├── #196.entity-in-code-block-in-nested-list.md
    │   │   │   │   ├── #220.html-breaks-markdown-parsing.html
    │   │   │   │   ├── #220.html-breaks-markdown-parsing.md
    │   │   │   │   ├── #229.2.code-being-parsed-inside-HTML-code-tags.html
    │   │   │   │   ├── #229.2.code-being-parsed-inside-HTML-code-tags.md
    │   │   │   │   ├── #229.code-being-parsed-inside-HTML-code-tags.html
    │   │   │   │   ├── #229.code-being-parsed-inside-HTML-code-tags.md
    │   │   │   │   ├── #230.paragraphs-are-ignored-between-code-tags.html
    │   │   │   │   ├── #230.paragraphs-are-ignored-between-code-tags.md
    │   │   │   │   ├── #236.wrong-lt-parsing-when-attached-to-word.html
    │   │   │   │   ├── #236.wrong-lt-parsing-when-attached-to-word.md
    │   │   │   │   ├── #261.mix-images-with-links.html
    │   │   │   │   ├── #261.mix-images-with-links.md
    │   │   │   │   ├── #261.reference-style-image-after-inline-style-image-does-not-work-correctely.html
    │   │   │   │   ├── #261.reference-style-image-after-inline-style-image-does-not-work-correctely.md
    │   │   │   │   ├── #261.reference-style-link-after-inline-style-link-does-not-work-correctely.html
    │   │   │   │   ├── #261.reference-style-link-after-inline-style-link-does-not-work-correctely.md
    │   │   │   │   ├── #288.code-blocks-containing-xml-comments-are-not-converted-correctly-when-nested-in-list-items.html
    │   │   │   │   ├── #288.code-blocks-containing-xml-comments-are-not-converted-correctly-when-nested-in-list-items.md
    │   │   │   │   ├── #299.nested-ordered-unordered-list-inconsistent-behavior-2.html
    │   │   │   │   ├── #299.nested-ordered-unordered-list-inconsistent-behavior-2.md
    │   │   │   │   ├── #299.nested-ordered-unordered-list-inconsistent-behavior-3.html
    │   │   │   │   ├── #299.nested-ordered-unordered-list-inconsistent-behavior-3.md
    │   │   │   │   ├── #299.nested-ordered-unordered-list-inconsistent-behavior.html
    │   │   │   │   ├── #299.nested-ordered-unordered-list-inconsistent-behavior.md
    │   │   │   │   ├── #312.spaced-dashes-followed-by-char.html
    │   │   │   │   ├── #312.spaced-dashes-followed-by-char.md
    │   │   │   │   ├── #312.spaced-dashes-followed-by-char2.html
    │   │   │   │   ├── #312.spaced-dashes-followed-by-char2.md
    │   │   │   │   ├── #312.spaced-dashes-followed-by-char3.html
    │   │   │   │   ├── #312.spaced-dashes-followed-by-char3.md
    │   │   │   │   ├── #312.spaced-dashes-followed-by-char4.html
    │   │   │   │   ├── #312.spaced-dashes-followed-by-char4.md
    │   │   │   │   ├── #317.spaces-before-hr.html
    │   │   │   │   ├── #317.spaces-before-hr.md
    │   │   │   │   ├── #332.inconsistent-behavior-of-emphasis-and-strong.html
    │   │   │   │   ├── #332.inconsistent-behavior-of-emphasis-and-strong.md
    │   │   │   │   ├── #345.no-escape-for-the-pipe-character.html
    │   │   │   │   ├── #345.no-escape-for-the-pipe-character.md
    │   │   │   │   ├── #390.brackets-in-URL-break-images.html
    │   │   │   │   ├── #390.brackets-in-URL-break-images.md
    │   │   │   │   ├── #390.brackets-in-URL-break-links.html
    │   │   │   │   ├── #390.brackets-in-URL-break-links.md
    │   │   │   │   ├── #393.showdown-hangs-with-malformed-html.html
    │   │   │   │   ├── #393.showdown-hangs-with-malformed-html.md
    │   │   │   │   ├── #397.unordered-list-strange-behavior.html
    │   │   │   │   ├── #397.unordered-list-strange-behavior.md
    │   │   │   │   ├── #429.multiline-base64-image-support.html
    │   │   │   │   ├── #429.multiline-base64-image-support.md
    │   │   │   │   ├── #467.header-ids-for-subheadings.html
    │   │   │   │   ├── #467.header-ids-for-subheadings.md
    │   │   │   │   ├── #494.enumerated-code-blocks-are-partially-escaped-when-including-empy-lines-between-code-2.html
    │   │   │   │   ├── #494.enumerated-code-blocks-are-partially-escaped-when-including-empy-lines-between-code-2.md
    │   │   │   │   ├── #494.enumerated-code-blocks-are-partially-escaped-when-including-empy-lines-between-code.html
    │   │   │   │   ├── #494.enumerated-code-blocks-are-partially-escaped-when-including-empy-lines-between-code.md
    │   │   │   │   ├── #495.headings-different-behavior-in-paragraphs-and-lists.html
    │   │   │   │   ├── #495.headings-different-behavior-in-paragraphs-and-lists.md
    │   │   │   │   ├── #510.specific-string-gets-removed-from-text.html
    │   │   │   │   ├── #510.specific-string-gets-removed-from-text.md
    │   │   │   │   ├── #523.leading-space-breaks-gfm-code-blocks.html
    │   │   │   │   ├── #523.leading-space-breaks-gfm-code-blocks.md
    │   │   │   │   ├── #585.error-when-using-image-references.html
    │   │   │   │   ├── #585.error-when-using-image-references.md
    │   │   │   │   ├── #697.space-between-inline-elements.html
    │   │   │   │   ├── #697.space-between-inline-elements.md
    │   │   │   │   ├── #83.parsed-text-links-with-underscores.html
    │   │   │   │   ├── #83.parsed-text-links-with-underscores.md
    │   │   │   │   ├── #856.gfm-codeblock-with-language-with-spaces.html
    │   │   │   │   ├── #856.gfm-codeblock-with-language-with-spaces.md
    │   │   │   │   ├── #96.underscores-in-links.html
    │   │   │   │   ├── #96.underscores-in-links.md
    │   │   │   │   ├── URLs-with-multiple-parenthesis.html
    │   │   │   │   ├── URLs-with-multiple-parenthesis.md
    │   │   │   │   ├── crazy-urls.html
    │   │   │   │   ├── crazy-urls.md
    │   │   │   │   ├── deeply-nested-HTML-blocks.html
    │   │   │   │   ├── deeply-nested-HTML-blocks.md
    │   │   │   │   ├── handle-html-pre.html
    │   │   │   │   ├── handle-html-pre.md
    │   │   │   │   ├── one-line-HTML-input.html
    │   │   │   │   ├── one-line-HTML-input.md
    │   │   │   │   ├── reference-link-impostors.html
    │   │   │   │   └── reference-link-impostors.md
    │   │   │   ├── karlcow/
    │   │   │   │   ├── 2-paragraphs-hard-return-spaces.html
    │   │   │   │   ├── 2-paragraphs-hard-return-spaces.md
    │   │   │   │   ├── 2-paragraphs-hard-return.html
    │   │   │   │   ├── 2-paragraphs-hard-return.md
    │   │   │   │   ├── 2-paragraphs-line-returns.html
    │   │   │   │   ├── 2-paragraphs-line-returns.md
    │   │   │   │   ├── 2-paragraphs-line-spaces.html
    │   │   │   │   ├── 2-paragraphs-line-spaces.md
    │   │   │   │   ├── 2-paragraphs-line-tab.html
    │   │   │   │   ├── 2-paragraphs-line-tab.md
    │   │   │   │   ├── 2-paragraphs-line.html
    │   │   │   │   ├── 2-paragraphs-line.md
    │   │   │   │   ├── EOL-CR+LF.html
    │   │   │   │   ├── EOL-CR+LF.md
    │   │   │   │   ├── EOL-CR.html
    │   │   │   │   ├── EOL-CR.md
    │   │   │   │   ├── EOL-LF.html
    │   │   │   │   ├── EOL-LF.md
    │   │   │   │   ├── ampersand-text-flow.html
    │   │   │   │   ├── ampersand-text-flow.md
    │   │   │   │   ├── ampersand-uri.html
    │   │   │   │   ├── ampersand-uri.md
    │   │   │   │   ├── asterisk-near-text.html
    │   │   │   │   ├── asterisk-near-text.md
    │   │   │   │   ├── asterisk.html
    │   │   │   │   ├── asterisk.md
    │   │   │   │   ├── backslash-escape.html
    │   │   │   │   ├── backslash-escape.md
    │   │   │   │   ├── blockquote-added-markup.html
    │   │   │   │   ├── blockquote-added-markup.md
    │   │   │   │   ├── blockquote-line-2-paragraphs.html
    │   │   │   │   ├── blockquote-line-2-paragraphs.md
    │   │   │   │   ├── blockquote-line.html
    │   │   │   │   ├── blockquote-line.md
    │   │   │   │   ├── blockquote-multiline-1-space-begin.html
    │   │   │   │   ├── blockquote-multiline-1-space-begin.md
    │   │   │   │   ├── blockquote-multiline-1-space-end.html
    │   │   │   │   ├── blockquote-multiline-1-space-end.md
    │   │   │   │   ├── blockquote-multiline-2-paragraphs.html
    │   │   │   │   ├── blockquote-multiline-2-paragraphs.md
    │   │   │   │   ├── blockquote-multiline.html
    │   │   │   │   ├── blockquote-multiline.md
    │   │   │   │   ├── blockquote-nested-multiplereturn-level1.html
    │   │   │   │   ├── blockquote-nested-multiplereturn-level1.md
    │   │   │   │   ├── blockquote-nested-multiplereturn.html
    │   │   │   │   ├── blockquote-nested-multiplereturn.md
    │   │   │   │   ├── blockquote-nested-return-level1.html
    │   │   │   │   ├── blockquote-nested-return-level1.md
    │   │   │   │   ├── blockquote-nested.html
    │   │   │   │   ├── blockquote-nested.md
    │   │   │   │   ├── code-1-tab.html
    │   │   │   │   ├── code-1-tab.md
    │   │   │   │   ├── code-4-spaces-escaping.html
    │   │   │   │   ├── code-4-spaces-escaping.md
    │   │   │   │   ├── code-4-spaces.html
    │   │   │   │   ├── code-4-spaces.md
    │   │   │   │   ├── em-middle-word.html
    │   │   │   │   ├── em-middle-word.md
    │   │   │   │   ├── em-star.html
    │   │   │   │   ├── em-star.md
    │   │   │   │   ├── em-underscore.html
    │   │   │   │   ├── em-underscore.md
    │   │   │   │   ├── entities-text-flow.html
    │   │   │   │   ├── entities-text-flow.md
    │   │   │   │   ├── header-level1-equal-underlined.html
    │   │   │   │   ├── header-level1-equal-underlined.md
    │   │   │   │   ├── header-level1-hash-sign-closed.html
    │   │   │   │   ├── header-level1-hash-sign-closed.md
    │   │   │   │   ├── header-level1-hash-sign-trailing-1-space.html
    │   │   │   │   ├── header-level1-hash-sign-trailing-1-space.md
    │   │   │   │   ├── header-level1-hash-sign-trailing-2-spaces.html
    │   │   │   │   ├── header-level1-hash-sign-trailing-2-spaces.md
    │   │   │   │   ├── header-level1-hash-sign.html
    │   │   │   │   ├── header-level1-hash-sign.md
    │   │   │   │   ├── header-level2-dash-underlined.html
    │   │   │   │   ├── header-level2-dash-underlined.md
    │   │   │   │   ├── header-level2-hash-sign-closed.html
    │   │   │   │   ├── header-level2-hash-sign-closed.md
    │   │   │   │   ├── header-level2-hash-sign.html
    │   │   │   │   ├── header-level2-hash-sign.md
    │   │   │   │   ├── header-level3-hash-sign-closed.html
    │   │   │   │   ├── header-level3-hash-sign-closed.md
    │   │   │   │   ├── header-level3-hash-sign.html
    │   │   │   │   ├── header-level3-hash-sign.md
    │   │   │   │   ├── header-level4-hash-sign-closed.html
    │   │   │   │   ├── header-level4-hash-sign-closed.md
    │   │   │   │   ├── header-level4-hash-sign.html
    │   │   │   │   ├── header-level4-hash-sign.md
    │   │   │   │   ├── header-level5-hash-sign-closed.html
    │   │   │   │   ├── header-level5-hash-sign-closed.md
    │   │   │   │   ├── header-level5-hash-sign.html
    │   │   │   │   ├── header-level5-hash-sign.md
    │   │   │   │   ├── header-level6-hash-sign-closed.html
    │   │   │   │   ├── header-level6-hash-sign-closed.md
    │   │   │   │   ├── header-level6-hash-sign.html
    │   │   │   │   ├── header-level6-hash-sign.md
    │   │   │   │   ├── horizontal-rule-3-dashes-spaces.html
    │   │   │   │   ├── horizontal-rule-3-dashes-spaces.md
    │   │   │   │   ├── horizontal-rule-3-dashes.html
    │   │   │   │   ├── horizontal-rule-3-dashes.md
    │   │   │   │   ├── horizontal-rule-3-stars.html
    │   │   │   │   ├── horizontal-rule-3-stars.md
    │   │   │   │   ├── horizontal-rule-3-underscores.html
    │   │   │   │   ├── horizontal-rule-3-underscores.md
    │   │   │   │   ├── horizontal-rule-7-dashes.html
    │   │   │   │   ├── horizontal-rule-7-dashes.md
    │   │   │   │   ├── img-idref-title.html
    │   │   │   │   ├── img-idref-title.md
    │   │   │   │   ├── img-idref.html
    │   │   │   │   ├── img-idref.md
    │   │   │   │   ├── img-title.html
    │   │   │   │   ├── img-title.md
    │   │   │   │   ├── img.html
    │   │   │   │   ├── img.md
    │   │   │   │   ├── inline-code-escaping-entities.html
    │   │   │   │   ├── inline-code-escaping-entities.md
    │   │   │   │   ├── inline-code-with-visible-backtick.html
    │   │   │   │   ├── inline-code-with-visible-backtick.md
    │   │   │   │   ├── inline-code.html
    │   │   │   │   ├── inline-code.md
    │   │   │   │   ├── line-break-2-spaces.html
    │   │   │   │   ├── line-break-2-spaces.md
    │   │   │   │   ├── line-break-5-spaces.html
    │   │   │   │   ├── line-break-5-spaces.md
    │   │   │   │   ├── link-automatic.html
    │   │   │   │   ├── link-automatic.md
    │   │   │   │   ├── link-bracket-paranthesis-title.html
    │   │   │   │   ├── link-bracket-paranthesis-title.md
    │   │   │   │   ├── link-bracket-paranthesis.html
    │   │   │   │   ├── link-bracket-paranthesis.md
    │   │   │   │   ├── link-idref-angle-bracket.html
    │   │   │   │   ├── link-idref-angle-bracket.md
    │   │   │   │   ├── link-idref-implicit-spaces.html
    │   │   │   │   ├── link-idref-implicit-spaces.md
    │   │   │   │   ├── link-idref-implicit.html
    │   │   │   │   ├── link-idref-implicit.md
    │   │   │   │   ├── link-idref-space.html
    │   │   │   │   ├── link-idref-space.md
    │   │   │   │   ├── link-idref-title-next-line.html
    │   │   │   │   ├── link-idref-title-next-line.md
    │   │   │   │   ├── link-idref-title-paranthesis.html
    │   │   │   │   ├── link-idref-title-paranthesis.md
    │   │   │   │   ├── link-idref-title-single-quote.html
    │   │   │   │   ├── link-idref-title-single-quote.md
    │   │   │   │   ├── link-idref-title.html
    │   │   │   │   ├── link-idref-title.md
    │   │   │   │   ├── link-idref.html
    │   │   │   │   ├── link-idref.md
    │   │   │   │   ├── list-blockquote.html
    │   │   │   │   ├── list-blockquote.md
    │   │   │   │   ├── list-code.html
    │   │   │   │   ├── list-code.md
    │   │   │   │   ├── list-multiparagraphs-tab.html
    │   │   │   │   ├── list-multiparagraphs-tab.md
    │   │   │   │   ├── list-multiparagraphs.html
    │   │   │   │   ├── list-multiparagraphs.md
    │   │   │   │   ├── ordered-list-escaped.html
    │   │   │   │   ├── ordered-list-escaped.md
    │   │   │   │   ├── ordered-list-inner-par-list.html
    │   │   │   │   ├── ordered-list-inner-par-list.md
    │   │   │   │   ├── ordered-list-items-random-number.html
    │   │   │   │   ├── ordered-list-items-random-number.md
    │   │   │   │   ├── ordered-list-items.html
    │   │   │   │   ├── ordered-list-items.md
    │   │   │   │   ├── paragraph-hard-return.html
    │   │   │   │   ├── paragraph-hard-return.md
    │   │   │   │   ├── paragraph-line.html
    │   │   │   │   ├── paragraph-line.md
    │   │   │   │   ├── paragraph-trailing-leading-spaces.html
    │   │   │   │   ├── paragraph-trailing-leading-spaces.md
    │   │   │   │   ├── paragraph-trailing-tab.html
    │   │   │   │   ├── paragraph-trailing-tab.md
    │   │   │   │   ├── paragraphs-2-leading-spaces.html
    │   │   │   │   ├── paragraphs-2-leading-spaces.md
    │   │   │   │   ├── paragraphs-3-leading-spaces.html
    │   │   │   │   ├── paragraphs-3-leading-spaces.md
    │   │   │   │   ├── paragraphs-leading-space.html
    │   │   │   │   ├── paragraphs-leading-space.md
    │   │   │   │   ├── paragraphs-trailing-spaces.html
    │   │   │   │   ├── paragraphs-trailing-spaces.md
    │   │   │   │   ├── strong-middle-word.html
    │   │   │   │   ├── strong-middle-word.md
    │   │   │   │   ├── strong-star.html
    │   │   │   │   ├── strong-star.md
    │   │   │   │   ├── strong-underscore.html
    │   │   │   │   ├── strong-underscore.md
    │   │   │   │   ├── unordered-list-items-asterisk.html
    │   │   │   │   ├── unordered-list-items-asterisk.md
    │   │   │   │   ├── unordered-list-items-dashsign.html
    │   │   │   │   ├── unordered-list-items-dashsign.md
    │   │   │   │   ├── unordered-list-items-leading-1space.html
    │   │   │   │   ├── unordered-list-items-leading-1space.md
    │   │   │   │   ├── unordered-list-items-leading-2spaces.html
    │   │   │   │   ├── unordered-list-items-leading-2spaces.md
    │   │   │   │   ├── unordered-list-items-leading-3spaces.html
    │   │   │   │   ├── unordered-list-items-leading-3spaces.md
    │   │   │   │   ├── unordered-list-items-plussign.html
    │   │   │   │   ├── unordered-list-items-plussign.md
    │   │   │   │   ├── unordered-list-paragraphs.html
    │   │   │   │   ├── unordered-list-paragraphs.md
    │   │   │   │   ├── unordered-list-unindented-content.html
    │   │   │   │   ├── unordered-list-unindented-content.md
    │   │   │   │   ├── unordered-list-with-indented-content.html
    │   │   │   │   └── unordered-list-with-indented-content.md
    │   │   │   └── standard/
    │   │   │       ├── anchors-allow-fragments.html
    │   │   │       ├── anchors-allow-fragments.md
    │   │   │       ├── anchors-allow-javacript-identifiers.html
    │   │   │       ├── anchors-allow-javacript-identifiers.md
    │   │   │       ├── anchors-allow-no-protocols.html
    │   │   │       ├── anchors-allow-no-protocols.md
    │   │   │       ├── anchors-allow-object-property-names.html
    │   │   │       ├── anchors-allow-object-property-names.md
    │   │   │       ├── anchors-by-reference.html
    │   │   │       ├── anchors-by-reference.md
    │   │   │       ├── anchors-followed-by-brakets.html
    │   │   │       ├── anchors-followed-by-brakets.md
    │   │   │       ├── automatic-anchors.html
    │   │   │       ├── automatic-anchors.md
    │   │   │       ├── blockquote-followed-by-code.html
    │   │   │       ├── blockquote-followed-by-code.md
    │   │   │       ├── blockquote-inside-code.html
    │   │   │       ├── blockquote-inside-code.md
    │   │   │       ├── blockquote-nested-markdown.html
    │   │   │       ├── blockquote-nested-markdown.md
    │   │   │       ├── blockquote.html
    │   │   │       ├── blockquote.md
    │   │   │       ├── code-block-html-escape.html
    │   │   │       ├── code-block-html-escape.md
    │   │   │       ├── code-block-with-special-chars.html
    │   │   │       ├── code-block-with-special-chars.md
    │   │   │       ├── code-block.html
    │   │   │       ├── code-block.md
    │   │   │       ├── double-emphasis.html
    │   │   │       ├── double-emphasis.md
    │   │   │       ├── doubline-list.html
    │   │   │       ├── doubline-list.md
    │   │   │       ├── ellipsis.html
    │   │   │       ├── ellipsis.md
    │   │   │       ├── emphasis-inside-inline-code.html
    │   │   │       ├── emphasis-inside-inline-code.md
    │   │   │       ├── emphasis.html
    │   │   │       ├── emphasis.md
    │   │   │       ├── encodeHTMLCodeTags.html
    │   │   │       ├── encodeHTMLCodeTags.md
    │   │   │       ├── escaped-number-period.html
    │   │   │       ├── escaped-number-period.md
    │   │   │       ├── escaping.html
    │   │   │       ├── escaping.md
    │   │   │       ├── github-style-at-start.html
    │   │   │       ├── github-style-at-start.md
    │   │   │       ├── github-style-codeblock-inside-quote.html
    │   │   │       ├── github-style-codeblock-inside-quote.md
    │   │   │       ├── github-style-codeblock.html
    │   │   │       ├── github-style-codeblock.md
    │   │   │       ├── github-style-linebreaks.html
    │   │   │       ├── github-style-linebreaks.md
    │   │   │       ├── h1-with-double-hash.html
    │   │   │       ├── h1-with-double-hash.md
    │   │   │       ├── h1-with-equals.html
    │   │   │       ├── h1-with-equals.md
    │   │   │       ├── h1-with-single-hash.html
    │   │   │       ├── h1-with-single-hash.md
    │   │   │       ├── h2-with-dashes.html
    │   │   │       ├── h2-with-dashes.md
    │   │   │       ├── h2-with-double-hash.html
    │   │   │       ├── h2-with-double-hash.md
    │   │   │       ├── h2-with-single-hash.html
    │   │   │       ├── h2-with-single-hash.md
    │   │   │       ├── h3-with-double-hash.html
    │   │   │       ├── h3-with-double-hash.md
    │   │   │       ├── h3-with-single-hash.html
    │   │   │       ├── h3-with-single-hash.md
    │   │   │       ├── h4-with-single-hash.html
    │   │   │       ├── h4-with-single-hash.md
    │   │   │       ├── h5-with-single-hash.html
    │   │   │       ├── h5-with-single-hash.md
    │   │   │       ├── h6-with-single-hash.html
    │   │   │       ├── h6-with-single-hash.md
    │   │   │       ├── horizontal-rules.html
    │   │   │       ├── horizontal-rules.md
    │   │   │       ├── html-comments.html
    │   │   │       ├── html-comments.md
    │   │   │       ├── html-inside-listed-code.html
    │   │   │       ├── html-inside-listed-code.md
    │   │   │       ├── html5-strutural-tags.html
    │   │   │       ├── html5-strutural-tags.md
    │   │   │       ├── images-followed-by-brackets.html
    │   │   │       ├── images-followed-by-brackets.md
    │   │   │       ├── images.html
    │   │   │       ├── images.md
    │   │   │       ├── implicit-anchors.html
    │   │   │       ├── implicit-anchors.md
    │   │   │       ├── inline-anchors.html
    │   │   │       ├── inline-anchors.md
    │   │   │       ├── inline-code.html
    │   │   │       ├── inline-code.md
    │   │   │       ├── inline-escaped-chars.html
    │   │   │       ├── inline-escaped-chars.md
    │   │   │       ├── inline-style-tag.html
    │   │   │       ├── inline-style-tag.md
    │   │   │       ├── lazy-blockquote.html
    │   │   │       ├── lazy-blockquote.md
    │   │   │       ├── line-starts-with-html.html
    │   │   │       ├── line-starts-with-html.md
    │   │   │       ├── list-followed-by-blockquote.html
    │   │   │       ├── list-followed-by-blockquote.md
    │   │   │       ├── list-followed-by-ghcode.html
    │   │   │       ├── list-followed-by-ghcode.md
    │   │   │       ├── list-with-blockquote.html
    │   │   │       ├── list-with-blockquote.md
    │   │   │       ├── list-with-code.html
    │   │   │       ├── list-with-code.md
    │   │   │       ├── literal-html-tags.html
    │   │   │       ├── literal-html-tags.md
    │   │   │       ├── multi-paragraph-list.html
    │   │   │       ├── multi-paragraph-list.md
    │   │   │       ├── multiline-unordered-list.html
    │   │   │       ├── multiline-unordered-list.md
    │   │   │       ├── nested-blockquote.html
    │   │   │       ├── nested-blockquote.md
    │   │   │       ├── nested-gh-codeblocks.html
    │   │   │       ├── nested-gh-codeblocks.md
    │   │   │       ├── obfuscated-emails.html
    │   │   │       ├── obfuscated-emails.md
    │   │   │       ├── ordered-list-same-number.html
    │   │   │       ├── ordered-list-same-number.md
    │   │   │       ├── ordered-list-starting-number.html
    │   │   │       ├── ordered-list-starting-number.md
    │   │   │       ├── ordered-list-wrong-numbers.html
    │   │   │       ├── ordered-list-wrong-numbers.md
    │   │   │       ├── ordered-list.html
    │   │   │       ├── ordered-list.md
    │   │   │       ├── paragraphed-list-with-sublists.html
    │   │   │       ├── paragraphed-list-with-sublists.md
    │   │   │       ├── pre-code-tags-inside-code-block.html
    │   │   │       ├── pre-code-tags-inside-code-block.md
    │   │   │       ├── pre-code-tags.html
    │   │   │       ├── pre-code-tags.md
    │   │   │       ├── relative-anchors.html
    │   │   │       ├── relative-anchors.md
    │   │   │       ├── repeated-headers.html
    │   │   │       ├── repeated-headers.md
    │   │   │       ├── simple-paragraph.html
    │   │   │       ├── simple-paragraph.md
    │   │   │       ├── strip-references.html
    │   │   │       ├── strip-references.md
    │   │   │       ├── strong.html
    │   │   │       ├── strong.md
    │   │   │       ├── unordered-list-asterisk.html
    │   │   │       ├── unordered-list-asterisk.md
    │   │   │       ├── unordered-list-minus.html
    │   │   │       ├── unordered-list-minus.md
    │   │   │       ├── unordered-list-plus.html
    │   │   │       ├── unordered-list-plus.md
    │   │   │       ├── url-with-parenthesis.html
    │   │   │       └── url-with-parenthesis.md
    │   │   ├── makehtml.bootstrap.js
    │   │   ├── testsuite.commonmark.js
    │   │   ├── testsuite.features.js
    │   │   ├── testsuite.ghost.js
    │   │   ├── testsuite.issues.js
    │   │   ├── testsuite.karlcow.js
    │   │   └── testsuite.standard.js
    │   └── makemarkdown/
    │       ├── cases/
    │       │   ├── features/
    │       │   │   ├── ghMentions/
    │       │   │   │   ├── github.html
    │       │   │   │   └── github.md
    │       │   │   └── issues/
    │       │   │       ├── tasklists.html
    │       │   │       └── tasklists.md
    │       │   └── standard/
    │       │       ├── anchors-relative.html
    │       │       ├── anchors-relative.md
    │       │       ├── anchors.html
    │       │       ├── anchors.md
    │       │       ├── blockquote-followed-by-code.html
    │       │       ├── blockquote-followed-by-code.md
    │       │       ├── blockquote-nested-markdown.html
    │       │       ├── blockquote-nested-markdown.md
    │       │       ├── blockquote.html
    │       │       ├── blockquote.md
    │       │       ├── breaks.html
    │       │       ├── breaks.md
    │       │       ├── emphasis-double.html
    │       │       ├── emphasis-double.md
    │       │       ├── emphasis-inside-inline-code.html
    │       │       ├── emphasis-inside-inline-code.md
    │       │       ├── emphasis.html
    │       │       ├── emphasis.md
    │       │       ├── escaping-html-entities.html
    │       │       ├── escaping-html-entities.md
    │       │       ├── escaping.html
    │       │       ├── escaping.md
    │       │       ├── github-style-at-start.html
    │       │       ├── github-style-at-start.md
    │       │       ├── github-style-codeblock-inside-quote.html
    │       │       ├── github-style-codeblock-inside-quote.md
    │       │       ├── github-style-codeblock.html
    │       │       ├── github-style-codeblock.md
    │       │       ├── github-style-linebreaks.html
    │       │       ├── github-style-linebreaks.md
    │       │       ├── h1-with-single-hash.html
    │       │       ├── h1-with-single-hash.md
    │       │       ├── h2-with-single-hash.html
    │       │       ├── h2-with-single-hash.md
    │       │       ├── h3-with-single-hash.html
    │       │       ├── h3-with-single-hash.md
    │       │       ├── h4-with-single-hash.html
    │       │       ├── h4-with-single-hash.md
    │       │       ├── h5-with-single-hash.html
    │       │       ├── h5-with-single-hash.md
    │       │       ├── h6-with-single-hash.html
    │       │       ├── h6-with-single-hash.md
    │       │       ├── horizontal-rules.html
    │       │       ├── horizontal-rules.md
    │       │       ├── html-comments.html
    │       │       ├── html-comments.md
    │       │       ├── html.html
    │       │       ├── html.md
    │       │       ├── html5-strutural-tags.html
    │       │       ├── html5-strutural-tags.md
    │       │       ├── images-followed-by-brackets.html
    │       │       ├── images-followed-by-brackets.md
    │       │       ├── images.html
    │       │       ├── images.md
    │       │       ├── list-doubleline.html
    │       │       ├── list-doubleline.md
    │       │       ├── list-followed-by-blockquote.html
    │       │       ├── list-followed-by-blockquote.md
    │       │       ├── list-followed-by-ghcode.html
    │       │       ├── list-followed-by-ghcode.md
    │       │       ├── list-with-blockquote.html
    │       │       ├── list-with-blockquote.md
    │       │       ├── list-with-code.html
    │       │       ├── list-with-code.md
    │       │       ├── multi-paragraph-list.html
    │       │       ├── multi-paragraph-list.md
    │       │       ├── nested-gh-codeblocks.html
    │       │       ├── nested-gh-codeblocks.md
    │       │       ├── ordered-list-starting-number.html
    │       │       ├── ordered-list-starting-number.md
    │       │       ├── ordered-list.html
    │       │       ├── ordered-list.md
    │       │       ├── paragraph-simple.html
    │       │       ├── paragraph-simple.md
    │       │       ├── paragraphed-list-with-sublists.html
    │       │       ├── paragraphed-list-with-sublists.md
    │       │       ├── table-complex.html
    │       │       ├── table-complex.md
    │       │       ├── table-header-only.html
    │       │       ├── table-header-only.md
    │       │       ├── table-mix-malformed.html
    │       │       ├── table-mix-malformed.md
    │       │       ├── table-no-header.html
    │       │       ├── table-no-header.md
    │       │       ├── table-simple.html
    │       │       └── table-simple.md
    │       ├── makemarkdown.bootstrap.js
    │       ├── testsuite.features.js
    │       └── testsuite.standard.js
    ├── mocks/
    │   └── mock-extension.js
    ├── optionswp.js
    ├── performance/
    │   ├── lib/
    │   │   └── performance.lib.js
    │   └── performance.js
    ├── performance.testfile.md
    └── unit/
        ├── cli.js
        ├── showdown.Converter.js
        ├── showdown.Converter.makeHtml.js
        ├── showdown.Converter.makeMarkdown.js
        ├── showdown.helpers.js
        └── showdown.js
Download .txt
SYMBOL INDEX (98 symbols across 23 files)

FILE: bin/showdown.js
  function Messenger (line 2) | function Messenger(o,t,e){"use strict";t=!!t||!!e,e=!!e,this._print="std...
  function showShowdownOptions (line 2) | function showShowdownOptions(){"use strict";var o,t=showdown.getDefaultO...
  function parseShowdownOptions (line 2) | function parseShowdownOptions(o,t){"use strict";var e=t;if(o)for(var n=0...
  function readFromStdIn (line 2) | function readFromStdIn(o){"use strict";o=o||"utf8";try{return fs.readFil...
  function readFromFile (line 2) | function readFromFile(t,o){"use strict";try{return fs.readFileSync(t,o)}...
  function writeToStdOut (line 2) | function writeToStdOut(o){"use strict";if(!process.stdout.write(o))throw...
  function writeToFile (line 2) | function writeToFile(o,t,e){"use strict";e=e?fs.appendFileSync:fs.writeF...
  function makehtmlCommand (line 2) | function makehtmlCommand(t,o){"use strict";if(t.configHelp)showShowdownO...

FILE: dist/showdown.js
  function getDefaultOpts (line 7) | function getDefaultOpts (simple) {
  function allOptionsOn (line 194) | function allOptionsOn () {
  function validate (line 468) | function validate (extension, name) {
  function escapeCharactersCallback (line 699) | function escapeCharactersCallback (wholeMatch, m1) {
  function headerId (line 3712) | function headerId (m) {
  function writeImageTagBase64 (line 3815) | function writeImageTagBase64 (wholeMatch, altText, linkId, url, width, h...
  function writeImageTagBaseUrl (line 3820) | function writeImageTagBaseUrl (wholeMatch, altText, linkId, url, width, ...
  function writeImageTag (line 3826) | function writeImageTag (wholeMatch, altText, linkId, url, width, height,...
  function parseInside (line 3921) | function parseInside (txt, left, right) {
  function replaceAnchorTagReference (line 4004) | function replaceAnchorTagReference (rgx, evtRootName, options, globals, ...
  function replaceAnchorTagBaseUrl (line 4017) | function replaceAnchorTagBaseUrl (rgx, evtRootName, options, globals, em...
  function createEvent (line 4040) | function createEvent (rgx, evtName, wholeMatch, text, id, url, title, op...
  function writeAnchorTag (line 4061) | function writeAnchorTag (evt, options, globals, emptyCase) {
  function processListItems (line 4421) | function processListItems (listStr, trimTrailing) {
  function styleStartNumber (line 4591) | function styleStartNumber (list, listType) {
  function parseConsecutiveLists (line 4609) | function parseConsecutiveLists (list, listType, trimTrailing) {
  function parseMetadataContents (line 4682) | function parseMetadataContents (content) {
  function parseStyles (line 4970) | function parseStyles (sLine) {
  function parseHeaders (line 4982) | function parseHeaders (header, style) {
  function parseCells (line 4994) | function parseCells (cell, style) {
  function buildTable (line 4999) | function buildTable (headers, cells) {
  function parseTable (line 5019) | function parseTable (rawTable) {
  function _constructor (line 5730) | function _constructor () {
  function _parseExtension (line 5762) | function _parseExtension (ext, name) {
  function legacyExtensionLoading (line 5826) | function legacyExtensionLoading (ext, name) {
  function listen (line 5858) | function listen (name, callback) {
  function rTrimInputText (line 5873) | function rTrimInputText (text) {
  function clean (line 6058) | function clean (node) {
  function substitutePreCodeTags (line 6078) | function substitutePreCodeTags (doc) {

FILE: src/cli/cli.js
  function Messenger (line 73) | function Messenger (writeMode, supress, mute) {
  function showShowdownOptions (line 115) | function showShowdownOptions () {
  function parseShowdownOptions (line 134) | function parseShowdownOptions (configOptions, defaultOptions) {
  function readFromStdIn (line 158) | function readFromStdIn (encoding) {
  function readFromFile (line 181) | function readFromFile (file, encoding) {
  function writeToStdOut (line 195) | function writeToStdOut (html) {
  function writeToFile (line 208) | function writeToFile (html, file, append) {
  function makehtmlCommand (line 225) | function makehtmlCommand (options, cmd) {

FILE: src/converter.js
  function _constructor (line 64) | function _constructor () {
  function _parseExtension (line 96) | function _parseExtension (ext, name) {
  function legacyExtensionLoading (line 160) | function legacyExtensionLoading (ext, name) {
  function listen (line 192) | function listen (name, callback) {
  function rTrimInputText (line 207) | function rTrimInputText (text) {
  function clean (line 392) | function clean (node) {
  function substitutePreCodeTags (line 412) | function substitutePreCodeTags (doc) {

FILE: src/helpers.js
  function escapeCharactersCallback (line 122) | function escapeCharactersCallback (wholeMatch, m1) {
  function xmur3 (line 340) | function xmur3 (str) {
  function mulberry32 (line 360) | function mulberry32 (a) {

FILE: src/options.js
  function getDefaultOpts (line 5) | function getDefaultOpts (simple) {
  function allOptionsOn (line 192) | function allOptionsOn () {

FILE: src/showdown.js
  function validate (line 263) | function validate (extension, name) {

FILE: src/subParsers/makehtml/headers.js
  function headerId (line 58) | function headerId (m) {

FILE: src/subParsers/makehtml/images.js
  function writeImageTagBase64 (line 15) | function writeImageTagBase64 (wholeMatch, altText, linkId, url, width, h...
  function writeImageTagBaseUrl (line 20) | function writeImageTagBaseUrl (wholeMatch, altText, linkId, url, width, ...
  function writeImageTag (line 26) | function writeImageTag (wholeMatch, altText, linkId, url, width, height,...

FILE: src/subParsers/makehtml/italicsAndBold.js
  function parseInside (line 10) | function parseInside (txt, left, right) {

FILE: src/subParsers/makehtml/links.js
  function replaceAnchorTagReference (line 26) | function replaceAnchorTagReference (rgx, evtRootName, options, globals, ...
  function replaceAnchorTagBaseUrl (line 39) | function replaceAnchorTagBaseUrl (rgx, evtRootName, options, globals, em...
  function createEvent (line 62) | function createEvent (rgx, evtName, wholeMatch, text, id, url, title, op...
  function writeAnchorTag (line 83) | function writeAnchorTag (evt, options, globals, emptyCase) {

FILE: src/subParsers/makehtml/lists.js
  function processListItems (line 14) | function processListItems (listStr, trimTrailing) {
  function styleStartNumber (line 184) | function styleStartNumber (list, listType) {
  function parseConsecutiveLists (line 202) | function parseConsecutiveLists (list, listType, trimTrailing) {

FILE: src/subParsers/makehtml/metadata.js
  function parseMetadataContents (line 13) | function parseMetadataContents (content) {

FILE: src/subParsers/makehtml/tables.js
  function parseStyles (line 12) | function parseStyles (sLine) {
  function parseHeaders (line 24) | function parseHeaders (header, style) {
  function parseCells (line 36) | function parseCells (cell, style) {
  function buildTable (line 41) | function buildTable (headers, cells) {
  function parseTable (line 61) | function parseTable (rawTable) {

FILE: src/subParsers/makemarkdown/table.js
  function iterateRow (line 23) | function iterateRow (tr) {

FILE: test/functional/makehtml/makehtml.bootstrap.js
  function getTestSuite (line 13) | function getTestSuite (dir) {
  function getJsonTestSuite (line 19) | function getJsonTestSuite (file) {
  function filter (line 24) | function filter () {
  function map (line 31) | function map (dir) {
  function mapJson (line 49) | function mapJson (jsonArray, file) {
  function assertion (line 70) | function assertion (testCase, converter) {
  function normalize (line 81) | function normalize (testCase) {

FILE: test/functional/makehtml/testsuite.features.js
  function testImageUrlExists (line 202) | function testImageUrlExists (imgUrl) {

FILE: test/functional/makemarkdown/makemarkdown.bootstrap.js
  function getTestSuite (line 13) | function getTestSuite (dir) {
  function filter (line 19) | function filter () {
  function map (line 26) | function map (dir) {
  function assertion (line 42) | function assertion (testCase, converter) {
  function normalize (line 53) | function normalize (testCase) {

FILE: test/performance/lib/performance.lib.js
  function generateMD (line 101) | function generateMD (filename, obj, asTable) {

FILE: test/performance/performance.js
  function runTests (line 31) | function runTests () {
  function generateLogs (line 131) | function generateLogs () {

FILE: test/unit/cli.js
  function spawnCLI (line 22) | function spawnCLI (command, args, options) {

FILE: test/unit/showdown.Converter.js
  function check (line 59) | function check (key, val) {
  function runListener (line 158) | function runListener (name) {

FILE: test/unit/showdown.helpers.js
  function foo (line 77) | function foo () {}
  function baz (line 114) | function baz () {}
Condensed preview — 899 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (1,190K chars).
[
  {
    "path": ".editorconfig",
    "chars": 378,
    "preview": "[*.js]\nindent_style = space\nindent_size = 2\ncontinuation_indent_size = 2\ninsert_final_newline = true\nquote_type = single"
  },
  {
    "path": ".eslintrc.json",
    "chars": 813,
    "preview": "{\n  \"env\": {\n    \"es6\": true\n  },\n  \"rules\": {\n    \"indent\": [2, 2, {\"SwitchCase\": 1, \"VariableDeclarator\": 2}],\n    \"cu"
  },
  {
    "path": ".gitattributes",
    "chars": 538,
    "preview": "# Exports for git archive\n/test export-ignore\n.editorconfig export-ignore\n.gitattributes export-ignore\n.gitignore export"
  },
  {
    "path": ".github/workflows/browserstack.yml",
    "chars": 2118,
    "preview": "name: 'BrowserStack Test'\n\non:\n  push:\n    branches: [ master, develop ]\n  pull_request:\n    branches: [ master, develop"
  },
  {
    "path": ".github/workflows/codeql-analysis.yml",
    "chars": 2348,
    "preview": "# For most projects, this workflow file will not need changing; you simply need\n# to commit it to your repository.\n#\n# Y"
  },
  {
    "path": ".github/workflows/docs.yml",
    "chars": 890,
    "preview": "name: documentation\n\non:\n  push:\n    branches:\n      - master\n    paths:\n      - 'mkdocs.yml'\n      - 'docs/**'\n      - "
  },
  {
    "path": ".github/workflows/node.linux.yml",
    "chars": 935,
    "preview": "# This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests ac"
  },
  {
    "path": ".github/workflows/node.win.yml",
    "chars": 855,
    "preview": "# This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests ac"
  },
  {
    "path": ".gitignore",
    "chars": 68,
    "preview": ".idea/\n.build/\n.DS_Store\nnode_modules\nnpm-debug.log\n/*.test.*\n*.log\n"
  },
  {
    "path": ".jshintignore",
    "chars": 84,
    "preview": "Gruntfile.js\ndist/**/*.js\nbuild/**/*.js\nsrc/options.js\nbin/*\n/karma.browserstack.js\n"
  },
  {
    "path": ".jshintrc",
    "chars": 482,
    "preview": "{\n  \"node\": true,\n  \"browser\": true,\n  \"esnext\": true,\n  \"bitwise\": true,\n  \"camelcase\": true,\n  \"curly\": true,\n  \"eqeqe"
  },
  {
    "path": "CHANGELOG.md",
    "chars": 41924,
    "preview": "## [2.1.0](https://github.com/showdownjs/showdown/compare/2.0.0...2.1.0) (2022-04-21)\n\n* refactor(cli)!: Remove support "
  },
  {
    "path": "CONTRIBUTING.md",
    "chars": 2745,
    "preview": "Contributing\n============\n\nIf you wish to contribute please read the following quick guide.\n\n# Issues (bug reporting)\nGe"
  },
  {
    "path": "CREDITS.md",
    "chars": 1980,
    "preview": "Credits\n=======\n  \n  - Showdown v2\n    * [Estevão Santos](https://github.com/tivie)\n    * [SyntaxRules](https://github.c"
  },
  {
    "path": "DONATIONS.md",
    "chars": 1510,
    "preview": "We would like to thank everyone that contributed to this library. If you find our library useful and wish to donate as w"
  },
  {
    "path": "Gruntfile.js",
    "chars": 5628,
    "preview": "/**\n * Created by Tivie on 12-11-2014.\n */\n\nmodule.exports = function (grunt) {\n\n  if (grunt.option('q') || grunt.option"
  },
  {
    "path": "LICENSE",
    "chars": 1072,
    "preview": "MIT License\n\nCopyright (c) 2018,2021 ShowdownJS\n\nPermission is hereby granted, free of charge, to any person obtaining a"
  },
  {
    "path": "README.md",
    "chars": 19947,
    "preview": "![Showdown][sd-logo]\n\n![Build Status: Linux](https://github.com/showdownjs/showdown/actions/workflows/node.linux.yml/bad"
  },
  {
    "path": "SECURITY.md",
    "chars": 648,
    "preview": "# Security Policy\n\n## Supported Versions\n\nSecurity fixes are addressed for the following versions of Showdown.\n\n| Versio"
  },
  {
    "path": "TASKS.TODO.md",
    "chars": 5466,
    "preview": "# ROADMAP TO VERSION 3.0\n\n\n## Options\n\n- [ ] **ghCompatibleHeaderId** (removal)\n\n    Will be removed and **will become t"
  },
  {
    "path": "bin/showdown.js",
    "chars": 5592,
    "preview": "#!/usr/bin/env node\nvar showdown,version,fs=require(\"fs\"),path=require(\"path\"),Command=require(\"commander\").Command,prog"
  },
  {
    "path": "bower.json",
    "chars": 810,
    "preview": "{\n    \"name\": \"showdown\",\n    \"description\": \"A Markdown to HTML converter written in Javascript\",\n    \"homepage\": \"http"
  },
  {
    "path": "dist/showdown.js",
    "chars": 208992,
    "preview": ";/*! showdown v 2.0.0 - 10-03-2022 */\n(function(){\n/**\n * Created by Tivie on 13-07-2015.\n */\n\nfunction getDefaultOpts ("
  },
  {
    "path": "docs/assets/extra.css",
    "chars": 95,
    "preview": ":root {\n  --md-primary-fg-color: rgb(196, 54, 39);\n  --md-accent-fg-color: rgb(62, 139, 138);\n}"
  },
  {
    "path": "docs/available-options.md",
    "chars": 14760,
    "preview": "!!! warning \"\"\n    Starting from the version `1.6.0` and earlier, all the options are `disabled` by default in the cli t"
  },
  {
    "path": "docs/cli.md",
    "chars": 4970,
    "preview": "Showdown comes bundled with a Command-line interface (CLI) tool that allows you to run Showdown converter from the comma"
  },
  {
    "path": "docs/compatibility.md",
    "chars": 1286,
    "preview": "## Browsers\n\nShowdown has been tested successfully with:\n\n* <img src=\"https://img.icons8.com/external-tal-revivo-color-t"
  },
  {
    "path": "docs/configuration.md",
    "chars": 1147,
    "preview": "You can change Showdown's default behavior via options. \n\n## Set option\n\n### Globally\n\nSetting an option globally affect"
  },
  {
    "path": "docs/create-extension.md",
    "chars": 7009,
    "preview": "A Showdown extension is a function that returns an array of language or outputs extensions (henceforth called \"sub-exten"
  },
  {
    "path": "docs/credits.md",
    "chars": 1762,
    "preview": "=== \"v.2\"\n\n    * [Estevão Santos](https://github.com/tivie)\n    * [SyntaxRules](https://github.com/SyntaxRules)\n\n=== \"v."
  },
  {
    "path": "docs/donations.md",
    "chars": 370,
    "preview": "ShowdownJS is a **free** library and it will remain **free forever**.\n\nHowever, maintaining and improving the library co"
  },
  {
    "path": "docs/event_system.md",
    "chars": 8248,
    "preview": "# Event System\n\n## Introduction\n\n\n## The Event Object\n\n\n## Events\n\nEvents are raised when a subparser is run (or about t"
  },
  {
    "path": "docs/extensions-list.md",
    "chars": 1048,
    "preview": "## Official\n\n* [twitter-extension][1] - Adds support of Twitter usernames and hastags\n* [prettify-extension][2] - Adds ["
  },
  {
    "path": "docs/extensions.md",
    "chars": 1115,
    "preview": "Showdown allows you to load additional functionality via extensions. You can find a list of known Showdown extensions [h"
  },
  {
    "path": "docs/flavors.md",
    "chars": 718,
    "preview": "## Overview\n\nYou can use _flavors_ (or presets) to set the preferred options automatically. In this way, Showdown behave"
  },
  {
    "path": "docs/index.md",
    "chars": 2452,
    "preview": "# Showdown documentation\n\n![Showdown][sd-logo]\n\n![Build Status: Linux](https://github.com/showdownjs/showdown/actions/wo"
  },
  {
    "path": "docs/integrations.md",
    "chars": 675,
    "preview": "## AngularJS\n\nShowdownJS project provides seamless integration with AngularJS via a plugin.\n\nCheck [`ng-showdown`](https"
  },
  {
    "path": "docs/markdown-syntax.md",
    "chars": 19904,
    "preview": "## Introduction\n\nShowdown was created by John Fraser as a direct port of the original parser written by Markdown's creat"
  },
  {
    "path": "docs/quickstart.md",
    "chars": 2744,
    "preview": "To quickstart with Showdown, install it as a package (for server-side) or include it to your browser (client-side) via C"
  },
  {
    "path": "docs/tutorials/add-default-class-to-html.md",
    "chars": 1540,
    "preview": "# Add default class for each HTML element\n\nMany people use CSS kits like Bootstrap, Semantic UI, or others that require "
  },
  {
    "path": "docs/tutorials/index.md",
    "chars": 249,
    "preview": "# Tutorials\n\n* [Add default class for each HTML element](add-default-class-to-html.md)\n* [Markdown editor with Showdown]"
  },
  {
    "path": "docs/tutorials/markdown-editor-with-showdown.md",
    "chars": 4017,
    "preview": "# Markdown editor with Showdown\n\n## Introduction\n\nIn this tutorial, you will create a simple in-browser Markdown editor "
  },
  {
    "path": "docs/tutorials/use-both-extension-types-together.md",
    "chars": 2217,
    "preview": "# Use language and output extensions on the same block\n\n## Overview\n\nShowdown allows you to define and use any number of"
  },
  {
    "path": "docs/xss.md",
    "chars": 5443,
    "preview": "# Markdown's XSS vulnerability\n\n## Introduction\n\nCross-Site Scripting (XSS) is a well-known technique to gain access to "
  },
  {
    "path": "karma.browserstack.js",
    "chars": 2275,
    "preview": "module.exports = function (config) {\n  config.set({\n    // global config of your BrowserStack account\n    browserStack: "
  },
  {
    "path": "karma.conf.js",
    "chars": 904,
    "preview": "module.exports = function (config) {\n  config.set({\n    client: {\n      captureConsole: true\n    },\n    browserConsoleLo"
  },
  {
    "path": "mkdocs.yml",
    "chars": 1317,
    "preview": "site_name: Showdown documentation\nsite_description: Showdown is a JavaScript Markdown to HTML converter\n\ntheme:\n  name: "
  },
  {
    "path": "package.json",
    "chars": 2019,
    "preview": "{\n  \"name\": \"showdown\",\n  \"version\": \"3.0.0-alpha\",\n  \"description\": \"A Markdown to HTML converter written in Javascript"
  },
  {
    "path": "performance.json",
    "chars": 3292,
    "preview": "{\"2.0.0\":[{\"suiteName\":\"Basic\",\"cycles\":50,\"tests\":[{\"name\":\"Simple \\\"Hello World\\\"\",\"time\":0.5814020752906799,\"maxTime\""
  },
  {
    "path": "performance.log.md",
    "chars": 1303,
    "preview": "# Performance Tests for showdown\n\n\n## [version 2.0.0](https://github.com/showdownjs/showdown/tree/2.0.0)\n\n### Test Suite"
  },
  {
    "path": "src/cli/cli.js",
    "chars": 10126,
    "preview": "/**\n * Created by tivie\n */\nvar fs = require('fs'),\n    path = require('path'),\n    Command = require('commander').Comma"
  },
  {
    "path": "src/converter.js",
    "chars": 16044,
    "preview": "/**\n * Created by Estevao on 31-05-2015.\n */\n\n/**\n * Showdown Converter class\n * @class\n * @param {object} [converterOpt"
  },
  {
    "path": "src/helpers.js",
    "chars": 86256,
    "preview": "/**\n * showdownjs helper functions\n */\n\nif (!showdown.hasOwnProperty('helper')) {\n  showdown.helper = {};\n}\n\nif (typeof "
  },
  {
    "path": "src/loader.js",
    "chars": 334,
    "preview": "var root = this;\n\n// AMD Loader\nif (typeof define === 'function' && define.amd) {\n  define(function () {\n    'use strict"
  },
  {
    "path": "src/options.js",
    "chars": 6279,
    "preview": "/**\n * Created by Tivie on 13-07-2015.\n */\n\nfunction getDefaultOpts (simple) {\n  'use strict';\n\n  var defaultOptions = {"
  },
  {
    "path": "src/showdown.js",
    "chars": 9682,
    "preview": "/**\n * Created by Tivie on 06-01-2015.\n */\n// Private properties\nvar showdown = {},\n    parsers = {},\n    extensions = {"
  },
  {
    "path": "src/subParsers/makehtml/blockGamut.js",
    "chars": 1418,
    "preview": "/**\n * These are all the transformations that form block-level\n * tags like paragraphs, headers, and list items.\n */\nsho"
  },
  {
    "path": "src/subParsers/makehtml/blockQuotes.js",
    "chars": 1557,
    "preview": "showdown.subParser('makehtml.blockQuotes', function (text, options, globals) {\n  'use strict';\n\n  text = globals.convert"
  },
  {
    "path": "src/subParsers/makehtml/codeBlocks.js",
    "chars": 1358,
    "preview": "/**\n * Process Markdown `<pre><code>` blocks.\n */\nshowdown.subParser('makehtml.codeBlocks', function (text, options, glo"
  },
  {
    "path": "src/subParsers/makehtml/codeSpans.js",
    "chars": 1565,
    "preview": "/**\n *\n *   *  Backtick quotes are used for <code></code> spans.\n *\n *   *  You can use multiple backticks as the delimi"
  },
  {
    "path": "src/subParsers/makehtml/completeHTMLDocument.js",
    "chars": 2091,
    "preview": "/**\n * Create a full HTML document from the processed markdown\n */\nshowdown.subParser('makehtml.completeHTMLDocument', f"
  },
  {
    "path": "src/subParsers/makehtml/detab.js",
    "chars": 992,
    "preview": "/**\n * Convert all tabs to spaces\n */\nshowdown.subParser('makehtml.detab', function (text, options, globals) {\n  'use st"
  },
  {
    "path": "src/subParsers/makehtml/ellipsis.js",
    "chars": 402,
    "preview": "showdown.subParser('makehtml.ellipsis', function (text, options, globals) {\n  'use strict';\n\n  if (!options.ellipsis) {\n"
  },
  {
    "path": "src/subParsers/makehtml/emoji.js",
    "chars": 701,
    "preview": "/**\n * Turn emoji codes into emojis\n *\n * List of supported emojis: https://github.com/showdownjs/showdown/wiki/Emojis\n "
  },
  {
    "path": "src/subParsers/makehtml/encodeAmpsAndAngles.js",
    "chars": 799,
    "preview": "/**\n * Smart processing for ampersands and angle brackets that need to be encoded.\n */\nshowdown.subParser('makehtml.enco"
  },
  {
    "path": "src/subParsers/makehtml/encodeBackslashEscapes.js",
    "chars": 962,
    "preview": "/**\n * Returns the string, with after processing the following backslash escape sequences.\n *\n * attacklab: The polite w"
  },
  {
    "path": "src/subParsers/makehtml/encodeCode.js",
    "chars": 861,
    "preview": "/**\n * Encode/escape certain characters inside Markdown code runs.\n * The point is that in code, these characters are li"
  },
  {
    "path": "src/subParsers/makehtml/escapeSpecialCharsWithinTagAttributes.js",
    "chars": 1077,
    "preview": "/**\n * Within tags -- meaning between < and > -- encode [\\ ` * _ ~ =] so they\n * don't conflict with their use in Markdo"
  },
  {
    "path": "src/subParsers/makehtml/githubCodeBlocks.js",
    "chars": 1992,
    "preview": "/**\n * Handle github codeblocks prior to running HashHTML so that\n * HTML contained within the codeblock gets escaped pr"
  },
  {
    "path": "src/subParsers/makehtml/hashBlock.js",
    "chars": 424,
    "preview": "showdown.subParser('makehtml.hashBlock', function (text, options, globals) {\n  'use strict';\n  text = globals.converter."
  },
  {
    "path": "src/subParsers/makehtml/hashCodeTags.js",
    "chars": 763,
    "preview": "/**\n * Hash and escape <code> elements that should not be parsed as markdown\n */\nshowdown.subParser('makehtml.hashCodeTa"
  },
  {
    "path": "src/subParsers/makehtml/hashElement.js",
    "chars": 549,
    "preview": "showdown.subParser('makehtml.hashElement', function (text, options, globals) {\n  'use strict';\n\n  return function (whole"
  },
  {
    "path": "src/subParsers/makehtml/hashHTMLBlocks.js",
    "chars": 3074,
    "preview": "showdown.subParser('makehtml.hashHTMLBlocks', function (text, options, globals) {\n  'use strict';\n  text = globals.conve"
  },
  {
    "path": "src/subParsers/makehtml/hashHTMLSpans.js",
    "chars": 1910,
    "preview": "/**\n * Hash span elements that should not be parsed as markdown\n */\nshowdown.subParser('makehtml.hashHTMLSpans', functio"
  },
  {
    "path": "src/subParsers/makehtml/hashPreCodeTags.js",
    "chars": 886,
    "preview": "/**\n * Hash and escape <pre><code> elements that should not be parsed as markdown\n */\nshowdown.subParser('makehtml.hashP"
  },
  {
    "path": "src/subParsers/makehtml/headers.js",
    "chars": 4292,
    "preview": "showdown.subParser('makehtml.headers', function (text, options, globals) {\n  'use strict';\n\n  text = globals.converter._"
  },
  {
    "path": "src/subParsers/makehtml/horizontalRule.js",
    "chars": 820,
    "preview": "/**\n * Turn Markdown horizontal rule shortcuts into <hr /> tags.\n *\n * Any 3 or more unindented consecutive hyphens, ast"
  },
  {
    "path": "src/subParsers/makehtml/images.js",
    "chars": 4234,
    "preview": "/**\n * Turn Markdown image shortcuts into <img> tags.\n */\nshowdown.subParser('makehtml.images', function (text, options,"
  },
  {
    "path": "src/subParsers/makehtml/italicsAndBold.js",
    "chars": 2810,
    "preview": "showdown.subParser('makehtml.italicsAndBold', function (text, options, globals) {\n  'use strict';\n\n  text = globals.conv"
  },
  {
    "path": "src/subParsers/makehtml/links.js",
    "chars": 17012,
    "preview": "////\n// makehtml/links.js\n// Copyright (c) 2018 ShowdownJS\n//\n// Transforms MD links into `<a>` html anchors\n//\n// A lin"
  },
  {
    "path": "src/subParsers/makehtml/lists.js",
    "chars": 10233,
    "preview": "/**\n * Form HTML ordered (numbered) and unordered (bulleted) lists.\n */\nshowdown.subParser('makehtml.lists', function (t"
  },
  {
    "path": "src/subParsers/makehtml/metadata.js",
    "chars": 1497,
    "preview": "/**\n * Parse metadata at the top of the document\n */\nshowdown.subParser('makehtml.metadata', function (text, options, gl"
  },
  {
    "path": "src/subParsers/makehtml/outdent.js",
    "chars": 605,
    "preview": "/**\n * Remove one level of line-leading tabs or spaces\n */\nshowdown.subParser('makehtml.outdent', function (text, option"
  },
  {
    "path": "src/subParsers/makehtml/paragraphs.js",
    "chars": 2359,
    "preview": "/**\n *\n */\nshowdown.subParser('makehtml.paragraphs', function (text, options, globals) {\n  'use strict';\n\n  text = globa"
  },
  {
    "path": "src/subParsers/makehtml/runExtension.js",
    "chars": 469,
    "preview": "/**\n * Run extension\n */\nshowdown.subParser('makehtml.runExtension', function (ext, text, options, globals) {\n  'use str"
  },
  {
    "path": "src/subParsers/makehtml/spanGamut.js",
    "chars": 2281,
    "preview": "/**\n * These are all the transformations that occur *within* block-level\n * tags like paragraphs, headers, and list item"
  },
  {
    "path": "src/subParsers/makehtml/strikethrough.js",
    "chars": 479,
    "preview": "showdown.subParser('makehtml.strikethrough', function (text, options, globals) {\n  'use strict';\n\n  if (options.striketh"
  },
  {
    "path": "src/subParsers/makehtml/stripLinkDefinitions.js",
    "chars": 2190,
    "preview": "/**\n * Strips link definitions from text, stores the URLs and titles in\n * hash references.\n * Link defs are in the form"
  },
  {
    "path": "src/subParsers/makehtml/tables.js",
    "chars": 4378,
    "preview": "showdown.subParser('makehtml.tables', function (text, options, globals) {\n  'use strict';\n\n  if (!options.tables) {\n    "
  },
  {
    "path": "src/subParsers/makehtml/underline.js",
    "chars": 1067,
    "preview": "showdown.subParser('makehtml.underline', function (text, options, globals) {\n  'use strict';\n\n  if (!options.underline) "
  },
  {
    "path": "src/subParsers/makehtml/unescapeSpecialChars.js",
    "chars": 575,
    "preview": "/**\n * Swap back in all the special characters we've hidden.\n */\nshowdown.subParser('makehtml.unescapeSpecialChars', fun"
  },
  {
    "path": "src/subParsers/makemarkdown/blockquote.js",
    "chars": 549,
    "preview": "showdown.subParser('makeMarkdown.blockquote', function (node, options, globals) {\n  'use strict';\n\n  var txt = '';\n  if "
  },
  {
    "path": "src/subParsers/makemarkdown/break.js",
    "chars": 93,
    "preview": "showdown.subParser('makeMarkdown.break', function () {\n  'use strict';\n\n  return '  \\n';\n});\n"
  },
  {
    "path": "src/subParsers/makemarkdown/codeBlock.js",
    "chars": 255,
    "preview": "showdown.subParser('makeMarkdown.codeBlock', function (node, options, globals) {\n  'use strict';\n\n  var lang = node.getA"
  },
  {
    "path": "src/subParsers/makemarkdown/codeSpan.js",
    "chars": 120,
    "preview": "showdown.subParser('makeMarkdown.codeSpan', function (node) {\n  'use strict';\n\n  return '`' + node.innerHTML + '`';\n});\n"
  },
  {
    "path": "src/subParsers/makemarkdown/emphasis.js",
    "chars": 413,
    "preview": "showdown.subParser('makeMarkdown.emphasis', function (node, options, globals) {\n  'use strict';\n\n  var txt = '';\n  if (n"
  },
  {
    "path": "src/subParsers/makemarkdown/header.js",
    "chars": 479,
    "preview": "showdown.subParser('makeMarkdown.header', function (node, options, globals, headerLevel) {\n  'use strict';\n\n  var header"
  },
  {
    "path": "src/subParsers/makemarkdown/hr.js",
    "chars": 89,
    "preview": "showdown.subParser('makeMarkdown.hr', function () {\n  'use strict';\n\n  return '---';\n});\n"
  },
  {
    "path": "src/subParsers/makemarkdown/image.js",
    "chars": 664,
    "preview": "showdown.subParser('makeMarkdown.image', function (node) {\n  'use strict';\n\n  var txt = '';\n  if (node.hasAttribute('src"
  },
  {
    "path": "src/subParsers/makemarkdown/input.js",
    "chars": 432,
    "preview": "showdown.subParser('makeMarkdown.input', function (node, options, globals) {\n  'use strict';\n\n  var txt = '';\n  if (node"
  },
  {
    "path": "src/subParsers/makemarkdown/links.js",
    "chars": 1229,
    "preview": "showdown.subParser('makeMarkdown.links', function (node, options, globals) {\n  'use strict';\n\n  var txt = '';\n  if (node"
  },
  {
    "path": "src/subParsers/makemarkdown/list.js",
    "chars": 803,
    "preview": "showdown.subParser('makeMarkdown.list', function (node, options, globals, type) {\n  'use strict';\n\n  var txt = '';\n  if "
  },
  {
    "path": "src/subParsers/makemarkdown/listItem.js",
    "chars": 688,
    "preview": "showdown.subParser('makeMarkdown.listItem', function (node, options, globals) {\n  'use strict';\n\n  var listItemTxt = '';"
  },
  {
    "path": "src/subParsers/makemarkdown/node.js",
    "chars": 3601,
    "preview": "\n\nshowdown.subParser('makeMarkdown.node', function (node, options, globals, spansOnly) {\n  'use strict';\n\n  spansOnly = "
  },
  {
    "path": "src/subParsers/makemarkdown/paragraph.js",
    "chars": 433,
    "preview": "showdown.subParser('makeMarkdown.paragraph', function (node, options, globals) {\n  'use strict';\n\n  var txt = '';\n  if ("
  },
  {
    "path": "src/subParsers/makemarkdown/pre.js",
    "chars": 190,
    "preview": "showdown.subParser('makeMarkdown.pre', function (node, options, globals) {\n  'use strict';\n\n  var num  = node.getAttribu"
  },
  {
    "path": "src/subParsers/makemarkdown/strikethrough.js",
    "chars": 420,
    "preview": "showdown.subParser('makeMarkdown.strikethrough', function (node, options, globals) {\n  'use strict';\n\n  var txt = '';\n  "
  },
  {
    "path": "src/subParsers/makemarkdown/strong.js",
    "chars": 413,
    "preview": "showdown.subParser('makeMarkdown.strong', function (node, options, globals) {\n  'use strict';\n\n  var txt = '';\n  if (nod"
  },
  {
    "path": "src/subParsers/makemarkdown/table.js",
    "chars": 5487,
    "preview": "showdown.subParser('makeMarkdown.table',\n  /**\n   *\n   * @param {DocumentFragment} node\n   * @param {{}} options\n   * @p"
  },
  {
    "path": "src/subParsers/makemarkdown/tableCell.js",
    "chars": 402,
    "preview": "showdown.subParser('makeMarkdown.tableCell', function (node, options, globals) {\n  'use strict';\n\n  var txt = '';\n  if ("
  },
  {
    "path": "src/subParsers/makemarkdown/txt.js",
    "chars": 1463,
    "preview": "showdown.subParser('makeMarkdown.txt', function (node) {\n  'use strict';\n\n  var txt = node.nodeValue;\n\n  // multiple spa"
  },
  {
    "path": "test/bootstrap.js",
    "chars": 220,
    "preview": "//.webstorm.bootstrap.js\nvar chai = require('chai');\nglobal.chai = chai;\nglobal.expect = chai.expect;\nglobal.showdown = "
  },
  {
    "path": "test/cli/basic.html",
    "chars": 35,
    "preview": "<h1 id=\"sometitle\">some title</h1>\n"
  },
  {
    "path": "test/cli/basic.md",
    "chars": 13,
    "preview": "# some title\n"
  },
  {
    "path": "test/functional/makehtml/cases/commonmark.testsuite.json",
    "chars": 134360,
    "preview": "[\n  {\n    \"end_line\": 355,\n    \"section\": \"Tabs\",\n    \"html\": \"<pre><code>foo\\tbaz\\t\\tbim\\n</code></pre>\\n\",\n    \"markdo"
  },
  {
    "path": "test/functional/makehtml/cases/features/#143.support-image-dimensions.html",
    "chars": 165,
    "preview": "<p><img src=\"./pic/pic1_50.png\" alt=\"my image\" width=\"100px\" height=\"20px\" /></p>\n<p><img src=\"./pic/pic1_50.png\" alt=\"m"
  },
  {
    "path": "test/functional/makehtml/cases/features/#143.support-image-dimensions.md",
    "chars": 96,
    "preview": "![my image](./pic/pic1_50.png =100pxx20px)\n\n![my image2][1]\n\n[1]: ./pic/pic1_50.png =100pxx20px\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/#164.1.simple-autolink.html",
    "chars": 254,
    "preview": "<p>foo.bar</p>\n<p>www.foobar</p>\n<p><a href=\"http://www.foobar.com\">www.foobar.com</a></p>\n<p><a href=\"http://foobar.com"
  },
  {
    "path": "test/functional/makehtml/cases/features/#164.1.simple-autolink.md",
    "chars": 99,
    "preview": "foo.bar\n\nwww.foobar\n\nwww.foobar.com\n\nhttp://foobar.com\n\nhttps://www.foobar.com/baz?bazinga=nhecos;\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/#164.2.disallow-underscore-emphasis-mid-word.html",
    "chars": 425,
    "preview": "<p>this is a sentence_with_mid underscores</p>\n<p>this is a sentence with just_one underscore</p>\n<p>this <em>should be "
  },
  {
    "path": "test/functional/makehtml/cases/features/#164.2.disallow-underscore-emphasis-mid-word.md",
    "chars": 329,
    "preview": "this is a sentence_with_mid underscores\n\nthis is a sentence with just_one underscore\n\nthis _should be parsed_ as emphasi"
  },
  {
    "path": "test/functional/makehtml/cases/features/#164.3.strikethrough.html",
    "chars": 231,
    "preview": "<p>a <del>strikethrough</del> word</p>\n<p>this should~~not be parsed</p>\n<p><del>strike-through text</del></p>\n<p><code>"
  },
  {
    "path": "test/functional/makehtml/cases/features/#164.3.strikethrough.md",
    "chars": 172,
    "preview": "a ~~strikethrough~~ word\n\nthis should~~not be parsed\n\n~~strike-through text~~\n\n`~~strikethough inside code span~~`\n\nesca"
  },
  {
    "path": "test/functional/makehtml/cases/features/#164.4.tasklists.html",
    "chars": 636,
    "preview": "<h1 id=\"mythings\">my things</h1>\n<ul>\n    <li>foo</li>\n    <li>[] bar</li>\n    <li class=\"task-list-item\" style=\"list-st"
  },
  {
    "path": "test/functional/makehtml/cases/features/#164.4.tasklists.md",
    "chars": 87,
    "preview": "# my things\n\n -  foo\n - [] bar\n - [ ] baz\n - [x] bazinga\n - [X] bazinga 2\n\notherthings\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/#178.markdown-inside-html-does-not-parse.html",
    "chars": 186,
    "preview": "<h1 id=\"somemarkdown\">some markdown</h1>\n<p>blabla</p>\n<div>This is **not parsed**</div>\n<div markdown=\"1\"><p>This is <s"
  },
  {
    "path": "test/functional/makehtml/cases/features/#178.markdown-inside-html-does-not-parse.md",
    "chars": 135,
    "preview": "# some markdown\n\nblabla\n<div>This is **not parsed**</div>\n<div markdown=\"1\">This is **parsed**</div>\n<div>This is **not "
  },
  {
    "path": "test/functional/makehtml/cases/features/#198.literalMidWordUnderscores-changes-behavior-of-asterisk.html",
    "chars": 88,
    "preview": "<p>foo *bar *baz</p>\n<p>foo **bar **baz</p>\n<p>foo _bar _baz</p>\n<p>foo __bar __baz</p>\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/#198.literalMidWordUnderscores-changes-behavior-of-asterisk.md",
    "chars": 63,
    "preview": "foo *bar *baz\n\nfoo **bar **baz\n\nfoo _bar _baz\n\nfoo __bar __baz\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/#204.certain-links-with-at-and-dot-break-url.html",
    "chars": 312,
    "preview": "<p><a href=\"http://website.com/img@x2.jpg\">http://website.com/img@x2.jpg</a></p>\n<p><a href=\"http://website.com/img-x2.j"
  },
  {
    "path": "test/functional/makehtml/cases/features/#204.certain-links-with-at-and-dot-break-url.md",
    "chars": 117,
    "preview": "http://website.com/img@x2.jpg\n\nhttp://website.com/img-x2.jpg\n\nhttp://website.com/img@x2\n\nhttp://website.com/img@.jpg\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/#206.treat-single-line-breaks-as-br.html",
    "chars": 35,
    "preview": "<p>a simple<br />\nwrapped line</p>\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/#206.treat-single-line-breaks-as-br.md",
    "chars": 22,
    "preview": "a simple\nwrapped line\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/#214.escaped-markdown-chars-break-strikethrough.html",
    "chars": 167,
    "preview": "<p>Your friend <del><a href=\"www.google.com\"><strong>test*</strong></a></del> (<del><a href=\"www.google.com\"><em>@test</"
  },
  {
    "path": "test/functional/makehtml/cases/features/#214.escaped-markdown-chars-break-strikethrough.md",
    "chars": 105,
    "preview": "Your friend ~~[**test\\***](www.google.com)~~ (~~[*@test*](www.google.com)~~) updated his/her description\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/#259.es6-template-strings-indentation-issues.html",
    "chars": 135,
    "preview": "<h2 id=\"markdowndoc\">markdown doc</h2>\n<p>you can use markdown for card documentation</p>\n<ul>\n    <li>foo</li>\n    <li>"
  },
  {
    "path": "test/functional/makehtml/cases/features/#259.es6-template-strings-indentation-issues.md",
    "chars": 107,
    "preview": "      ## markdown doc\n      \n      you can use markdown for card documentation\n        - foo\n        - bar\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/#284.simplifiedAutoLink-does-not-match-GFM-style.html",
    "chars": 152,
    "preview": "<p>this is a link to <a href=\"http://www.github.com\">www.github.com</a></p>\n<p>this is a link to <a href=\"http://www.goo"
  },
  {
    "path": "test/functional/makehtml/cases/features/#284.simplifiedAutoLink-does-not-match-GFM-style.md",
    "chars": 69,
    "preview": "this is a link to www.github.com\n\nthis is a link to <www.google.com>\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/#316.new-simpleLineBreaks-option-breaks-lists.html",
    "chars": 840,
    "preview": "<ol>\n  <li>One</li>\n  <li>Two<ul>\n      <li>A</li>\n      <li>B</li></ul></li>\n  <li>Three</li>\n</ol>\n<blockquote>\n  <p>t"
  },
  {
    "path": "test/functional/makehtml/cases/features/#316.new-simpleLineBreaks-option-breaks-lists.md",
    "chars": 469,
    "preview": "1. One\n2. Two\n    - A\n    - B\n3. Three\n\n> this has\n> simple linebreaks\n\n    testing\n    some\n    code\n\n 1. paragraphed l"
  },
  {
    "path": "test/functional/makehtml/cases/features/#318.simpleLineBreaks-does-not-work-with-chinese-characters.html",
    "chars": 43,
    "preview": "<p>foo烫<br />\nbar</p>\n<p>foo<br />\nbar</p>\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/#318.simpleLineBreaks-does-not-work-with-chinese-characters.md",
    "chars": 18,
    "preview": "foo烫\nbar\n\nfoo\nbar\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/#320.github-compatible-generated-header-id.html",
    "chars": 211,
    "preview": "<h1 id=\"some-header\">some header</h1>\n<h1 id=\"some-header-with--chars\">some header with &amp;+$,/:;=?@\\\"#{}|^~[]`\\*()%.!"
  },
  {
    "path": "test/functional/makehtml/cases/features/#320.github-compatible-generated-header-id.md",
    "chars": 104,
    "preview": "# some header\n\n# some header with &+$,/:;=?@\\\"#{}|^~[]`\\\\*()%.!' chars\n\n# another header > with < chars\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/#323.simpleLineBreaks-breaks-with-strong.html",
    "chars": 68,
    "preview": "<p><strong>Nom :</strong> aaaa<br />\n<strong>Nom :</strong> aaa</p>\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/#323.simpleLineBreaks-breaks-with-strong.md",
    "chars": 29,
    "preview": "**Nom :** aaaa\n**Nom :** aaa\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/#330.simplifiedAutoLink-drops-character-before-and-after-linked-mail.html",
    "chars": 83,
    "preview": "<p>Just an example <a href=\"mailto:info@example.com\">info@example.com</a> ok?​</p>\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/#330.simplifiedAutoLink-drops-character-before-and-after-linked-mail.md",
    "chars": 38,
    "preview": "Just an example info@example.com ok?​\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/#331.allow-escaping-of-tilde.html",
    "chars": 39,
    "preview": "<p>~~test~~</p>\n<p><del>test</del></p>\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/#331.allow-escaping-of-tilde.md",
    "chars": 20,
    "preview": "\\~~test~~\n\n~~test~~\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/#355.simplifiedAutoLink-URLs-inside-parenthesis-followed-by-another-character-are-not-parsed-correctly.html",
    "chars": 70,
    "preview": "<p>(<a href=\"https://www.google.com\">https://www.google.com</a>)!</p>\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/#355.simplifiedAutoLink-URLs-inside-parenthesis-followed-by-another-character-are-not-parsed-correctly.md",
    "chars": 26,
    "preview": "(https://www.google.com)!\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/#374.escape-html-tags.html",
    "chars": 33,
    "preview": "<p>&lt;div&gt;foo&lt;/div&gt;</p>"
  },
  {
    "path": "test/functional/makehtml/cases/features/#374.escape-html-tags.md",
    "chars": 17,
    "preview": "\\<div>foo\\</div>\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/#378.simplifiedAutoLinks-with-excludeTrailingPunctuationFromURLs.html",
    "chars": 67,
    "preview": "<p>Example <a href=\"http://example.com\">http://example.com</a></p>\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/#378.simplifiedAutoLinks-with-excludeTrailingPunctuationFromURLs.md",
    "chars": 29,
    "preview": "Example <http://example.com>\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/#379.openLinksInNewWindow-breaks-em-markdup.html",
    "chars": 232,
    "preview": "<p>My <a href=\"http://example.com\" rel=\"noopener noreferrer\" target=\"_blank\">link</a> is <em>important</em></p>\n<p>My <a"
  },
  {
    "path": "test/functional/makehtml/cases/features/#379.openLinksInNewWindow-breaks-em-markdup.md",
    "chars": 93,
    "preview": "My [link](http://example.com) is _important_\n\nMy [link](http://example.com) is __important__\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/#398.literalMidWordAsterisks-treats-non-word-characters-as-characters.html",
    "chars": 53,
    "preview": "<p>strippers, <strong>hitler</strong>, and stalin</p>"
  },
  {
    "path": "test/functional/makehtml/cases/features/#398.literalMidWordAsterisks-treats-non-word-characters-as-characters.md",
    "chars": 33,
    "preview": "strippers, **hitler**, and stalin"
  },
  {
    "path": "test/functional/makehtml/cases/features/#69.header-level-start.html",
    "chars": 118,
    "preview": "<h3 id=\"given\">Given</h3>\n<h3 id=\"when\">When</h3>\n<h3 id=\"then\">Then</h3>\n<h3 id=\"foo\">foo</h3>\n<h4 id=\"bar\">bar</h4>\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/#69.header-level-start.md",
    "chars": 39,
    "preview": "#Given\n\n#When\n\n#Then\n\nfoo\n===\n\nbar\n---\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/#709.allow-whitespaces-after-end-in-metadata.html",
    "chars": 169,
    "preview": "<p><strong>some</strong> markdown text</p>\n<ul>\n    <li>a list</li>\n    <li>another list ---</li>\n    <li>and stuff</li>"
  },
  {
    "path": "test/functional/makehtml/cases/features/#709.allow-whitespaces-after-end-in-metadata.md",
    "chars": 185,
    "preview": "---         \n\ntitle: This is the document title\nlanguage: en\nauthor: Tivie\n\n---       \n**some** markdown text\n\n- a list\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/completeHTMLOutput/simple.html",
    "chars": 229,
    "preview": "<!DOCTYPE HTML>\n<html>\n<head>\n<meta charset=\"utf-8\">\n</head>\n<body>\n<p>This is a <strong>markdown</strong> file</p>\n<p>C"
  },
  {
    "path": "test/functional/makehtml/cases/features/completeHTMLOutput/simple.md",
    "chars": 91,
    "preview": "This is a **markdown** file\n\nConverted into a full HTML document\n\n - this\n - is\n - awesome\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/customizedHeaderId-simple.html",
    "chars": 202,
    "preview": "<h1 id=\"simple\">Просто заголовок</h1>\n<h1 id=\"headerwithoutcurlybraces\">Header without curly braces</h1>\n<h1 id=\"cool\">H"
  },
  {
    "path": "test/functional/makehtml/cases/features/customizedHeaderId-simple.md",
    "chars": 134,
    "preview": "# Просто заголовок {simple}\n# Header without curly braces\n# Headers with multiple braces {braces} {are} {cool}\n# Header{"
  },
  {
    "path": "test/functional/makehtml/cases/features/disable-email-encoding.html",
    "chars": 99,
    "preview": "<p>this email <a href=\"mailto:foobar@example.com\">foobar@example.com</a> should not be encoded</p>\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/disable-email-encoding.md",
    "chars": 54,
    "preview": "this email <foobar@example.com> should not be encoded\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/disable-gh-codeblocks.html",
    "chars": 133,
    "preview": "<p>this is some text</p>\n<p><code>php\nfunction thisThing() {\necho \"some weird formatted code!\";\n}\n</code></p>\n<p>some ot"
  },
  {
    "path": "test/functional/makehtml/cases/features/disable-gh-codeblocks.md",
    "chars": 109,
    "preview": "this is some text\n\n```php\nfunction thisThing() {\n  echo \"some weird formatted code!\";\n}\n```\n\nsome other text\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/disableForced4SpacesIndentedSublists/.gitkeep",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "test/functional/makehtml/cases/features/disableForced4SpacesIndentedSublists.html",
    "chars": 115,
    "preview": "<ul>\n  <li>foo<ul>\n    <li>bar</li></ul></li>\n</ul>\n<hr />\n<ul>\n  <li>baz<ol>\n    <li>bazinga</li></ol></li>\n</ul>\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/disableForced4SpacesIndentedSublists.md",
    "chars": 39,
    "preview": "* foo\n  * bar\n\n---\n\n* baz\n  1. bazinga\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/ellipsis/ellipsis.html",
    "chars": 445,
    "preview": "<p>ellipsis in text...</p>\n<p>…</p>\n<ol>\n    <li>foo...</li>\n    <li>bar</li>\n</ol>\n<blockquote>\n    <p>ellipsis in bloc"
  },
  {
    "path": "test/functional/makehtml/cases/features/ellipsis/ellipsis.md",
    "chars": 248,
    "preview": "ellipsis in text...\n\n…\n\n1. foo...\n2. bar\n\n> ellipsis in blockquote...\n\n```\nellipsis in code...\n```\n\n    ellipsis in code"
  },
  {
    "path": "test/functional/makehtml/cases/features/emojis/complex.html",
    "chars": 57,
    "preview": "<p>foo🍎bar</p>\n<p>foo: apple :bar</p>\n<p>:foo 🍎 bar:</p>\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/emojis/complex.md",
    "chars": 50,
    "preview": "foo:apple:bar\n\nfoo: apple :bar\n\n:foo :apple: bar:\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/emojis/links.html",
    "chars": 267,
    "preview": "<p>this link <a href=\"http://www.example.com/some:apple:url\">somelink</a></p>\n<p>emoji <a href=\"http://www.example.com/s"
  },
  {
    "path": "test/functional/makehtml/cases/features/emojis/links.md",
    "chars": 244,
    "preview": "this link [somelink](http://www.example.com/some:apple:url)\n\nemoji [:apple:](http://www.example.com/some:apple:url)\n\n[:a"
  },
  {
    "path": "test/functional/makehtml/cases/features/emojis/simple.html",
    "chars": 43,
    "preview": "<p>🍎 and 💋</p>\n<p>💋my🍎</p>\n<p>👩‍❤️‍💋‍👨</p>\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/emojis/simple.md",
    "chars": 60,
    "preview": ":apple: and :kiss:\n\n:kiss:my:apple:\n\n:couplekiss_man_woman:\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/emojis/simplifiedautolinks.html",
    "chars": 97,
    "preview": "<p><a href=\"http://www.example.com/some:apple:url\">http://www.example.com/some:apple:url</a></p>\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/emojis/simplifiedautolinks.md",
    "chars": 38,
    "preview": "http://www.example.com/some:apple:url\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/emojis/special.html",
    "chars": 937,
    "preview": "<p>this is showdown's emoji <img width=\"20\" height=\"20\" align=\"absmiddle\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUh"
  },
  {
    "path": "test/functional/makehtml/cases/features/emojis/special.md",
    "chars": 73,
    "preview": "this is showdown's emoji :showdown:\n\nand this is github's emoji :octocat:"
  },
  {
    "path": "test/functional/makehtml/cases/features/excludeTrailingPunctuationFromURLs-option.html",
    "chars": 446,
    "preview": "<p>url <a href=\"http://www.google.com\">http://www.google.com</a>.</p>\n<p>url <a href=\"http://www.google.com\">http://www."
  },
  {
    "path": "test/functional/makehtml/cases/features/excludeTrailingPunctuationFromURLs-option.md",
    "chars": 193,
    "preview": "url http://www.google.com.\n\nurl http://www.google.com!\n\nurl http://www.google.com? foo\n\nurl (http://www.google.com) bazi"
  },
  {
    "path": "test/functional/makehtml/cases/features/ghMentions.html",
    "chars": 556,
    "preview": "<p>hello <a href=\"https://github.com/tivie\">@tivie</a> how are you?</p>\n<p>this email foo@gmail.com is not parsed</p>\n<p"
  },
  {
    "path": "test/functional/makehtml/cases/features/ghMentions.md",
    "chars": 196,
    "preview": "hello @tivie how are you?\n\nthis email foo@gmail.com is not parsed\n\nthis \\@mentions is not parsed\n\n@john.doe\n\n@john-doe\n\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/literalMidWordAsterisks/basic.html",
    "chars": 1454,
    "preview": "<p>this is a sentence*with*mid asterisks</p>\n<p>this is a sentence**with**two mid asterisks</p>\n<p>this is a sentence***"
  },
  {
    "path": "test/functional/makehtml/cases/features/literalMidWordAsterisks/basic.md",
    "chars": 1139,
    "preview": "this is a sentence*with*mid asterisks\n\nthis is a sentence**with**two mid asterisks\n\nthis is a sentence***with***three mi"
  },
  {
    "path": "test/functional/makehtml/cases/features/literalMidWordAsterisks/punctation-test.html",
    "chars": 168,
    "preview": "<p><strong>Bold:</strong></p>\n<p><strong>Bold</strong></p>\n<p><strong>Bold</strong>:</p>\n<ul>\n    <li><strong>Bold</stro"
  },
  {
    "path": "test/functional/makehtml/cases/features/literalMidWordAsterisks/punctation-test.md",
    "chars": 56,
    "preview": "**Bold:**\n\n**Bold**\n\n**Bold**:\n\n- **Bold**\n    - Tier 2\n"
  },
  {
    "path": "test/functional/makehtml/cases/features/literalMidWordUnderscores/basic.html",
    "chars": 590,
    "preview": "<p>some <em>foo</em> yeah</p>\n<p>some <strong>foo</strong> yeah</p>\n<p>some <strong><em>foo</em></strong> yeah</p>\n<p>so"
  },
  {
    "path": "test/functional/makehtml/cases/features/literalMidWordUnderscores/basic.md",
    "chars": 357,
    "preview": "some _foo_ yeah\n\nsome __foo__ yeah\n\nsome ___foo___ yeah\n\nsome word_foo_yeah\n\nsome word__foo__yeah\n\nsome word___foo___yea"
  },
  {
    "path": "test/functional/makehtml/cases/features/literalMidWordUnderscores/punctation-test.html",
    "chars": 168,
    "preview": "<p><strong>Bold:</strong></p>\n<p><strong>Bold</strong></p>\n<p><strong>Bold</strong>:</p>\n<ul>\n    <li><strong>Bold</stro"
  },
  {
    "path": "test/functional/makehtml/cases/features/literalMidWordUnderscores/punctation-test.md",
    "chars": 56,
    "preview": "__Bold:__\n\n__Bold__\n\n__Bold__:\n\n- __Bold__\n    - Tier 2\n"
  }
]

// ... and 699 more files (download for full content)

About this extraction

This page contains the full source code of the showdownjs/showdown GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 899 files (1014.2 KB), approximately 366.8k tokens, and a symbol index with 98 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!