export declare class Examples {
    static readonly documentAdoc = "= Document Title\nKismet R. Lee <kismet@asciidoctor.org>; B. Steppenwolf\nv1.0.0, 2020-01-01\n:description: The document's description.\n:sectanchors:\n:url-repo: https://my-git-repo.com";
    static readonly documentAdocCn = "= \u8BD1Document Title\nKismet R. Lee <kismet@asciidoctor.org>; B. Steppenwolf\nv1.0.0, 2020-01-01\n:description: \u8BD1The document's description.\n:sectanchors:\n:url-repo: https://my-git-repo.com\n:original_doctitle: Document Title\n:original_description: The document's description.";
    static readonly documentHtml = "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<meta name=\"generator\" content=\"Asciidoctor 2.0.17\">\n<meta name=\"description\" content=\"The document's description.\">\n<meta name=\"author\" content=\"Kismet R. Lee, B. Steppenwolf\">\n<title>Document Title</title>\n<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700\">\n<link rel=\"stylesheet\" href=\"./asciidoctor.css\">\n</head>\n<body class=\"article\">\n<div id=\"header\">\n<h1>Document Title</h1>\n<div class=\"details\">\n<span id=\"author\" class=\"author\">Kismet R. Lee</span><br>\n<span id=\"email\" class=\"email\"><a href=\"mailto:kismet@asciidoctor.org\">kismet@asciidoctor.org</a></span><br>\n<span id=\"author2\" class=\"author\">B. Steppenwolf</span><br>\n<span id=\"revnumber\">version 1.0.0,</span>\n<span id=\"revdate\">2020-01-01</span>\n</div>\n</div>\n<div id=\"content\">\n\n</div>\n<div id=\"footer\">\n<div id=\"footer-text\">\nVersion 1.0.0<br>\nLast updated 2000-01-01 00:00:00 +0000\n</div>\n</div>\n</body>\n</html>";
    static readonly documentTiny = "<article adoc-name=\"document\" data-doctitle=\"Document Title\" data-authorcount=\"2\" type-data-authorcount=\"number\" data-firstname=\"Kismet\" data-authorinitials=\"KRL\" data-middlename=\"R.\" data-lastname=\"Lee\" data-author=\"Kismet R. Lee\" data-email=\"kismet@asciidoctor.org\" data-authors=\"Kismet R. Lee, B. Steppenwolf\" data-firstname_2=\"B.\" data-authorinitials_2=\"BS\" data-lastname_2=\"Steppenwolf\" data-author_2=\"B. Steppenwolf\" data-author_1=\"Kismet R. Lee\" data-authorinitials_1=\"KRL\" data-firstname_1=\"Kismet\" data-middlename_1=\"R.\" data-lastname_1=\"Lee\" data-email_1=\"kismet@asciidoctor.org\" data-revnumber=\"1.0.0\" data-revdate=\"2020-01-01\" data-description=\"The document's description.\" data-sectanchors=\"\" data-url-repo=\"https://my-git-repo.com\"></article>";
    static readonly documentNormalized = "= Document Title\nKismet R. Lee <kismet@asciidoctor.org>; B. Steppenwolf\nv1.0.0, 2020-01-01\n:description: The document's description.\n:sectanchors:\n:url-repo: https://my-git-repo.com";
    static readonly documentWithPreambleAdoc = "= Document Title\n\nPreamble paragraph\n\n== Section title";
    static readonly documentWithPreambleAdocCn = "= \u8BD1Document Title\n:original_doctitle: Document Title\n\nPreamble paragraph\n\n\u8BD1Preamble paragraph\n\n[original_title=Section title]\n== \u8BD1Section title";
    static readonly documentWithPreambleHtml = "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<meta name=\"generator\" content=\"Asciidoctor 2.0.17\">\n<title>Document Title</title>\n<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700\">\n<link rel=\"stylesheet\" href=\"./asciidoctor.css\">\n</head>\n<body class=\"article\">\n<div id=\"header\">\n<h1>Document Title</h1>\n</div>\n<div id=\"content\">\n<div id=\"preamble\">\n<div class=\"sectionbody\">\n<div class=\"paragraph\">\n<p>Preamble paragraph</p>\n</div>\n</div>\n</div>\n<div class=\"sect1\">\n<h2 id=\"_section_title\">Section title</h2>\n<div class=\"sectionbody\">\n\n</div>\n</div>\n</div>\n<div id=\"footer\">\n<div id=\"footer-text\">\nLast updated 2000-01-01 00:00:00 +0000\n</div>\n</div>\n</body>\n</html>";
    static readonly documentWithPreambleTiny = "<article adoc-name=\"document\" data-doctitle=\"Document Title\"><summary adoc-name=\"preamble\"><p adoc-name=\"paragraph\">Preamble paragraph</p></summary><section adoc-name=\"section\" attr-Level=\"1\" type-attr-Level=\"number\" attr-SectionName=\"section\" attr-Title=\"Section title\" attr-Id=\"_section_title\"></section></article>";
    static readonly documentWithPreambleNormalized = "= Document Title\n\nPreamble paragraph\n\n== Section title";
    static readonly paragraphAdoc = "paragraph1\n\nparagraph2";
    static readonly paragraphAdocCn = "paragraph1\n\n\u8BD1paragraph1\n\nparagraph2\n\n\u8BD1paragraph2";
    static readonly paragraphHtml = "<div class=\"paragraph\">\n<p>paragraph1</p>\n</div>\n<div class=\"paragraph\">\n<p>paragraph2</p>\n</div>";
    static readonly paragraphTiny = "<article adoc-name=\"document\"><p adoc-name=\"paragraph\">paragraph1</p><p adoc-name=\"paragraph\">paragraph2</p></article>";
    static readonly paragraphNormalized = "paragraph1\n\nparagraph2";
    static readonly sectionSimpleAdoc = "== Section Title";
    static readonly sectionSimpleAdocCn = "[original_title=Section Title]\n== \u8BD1Section Title";
    static readonly sectionSimpleHtml = "<div class=\"sect1\">\n<h2 id=\"_section_title\">Section Title</h2>\n<div class=\"sectionbody\">\n\n</div>\n</div>";
    static readonly sectionSimpleTiny = "<article adoc-name=\"document\"><section adoc-name=\"section\" attr-Level=\"1\" type-attr-Level=\"number\" attr-SectionName=\"section\" attr-Title=\"Section Title\" attr-Id=\"_section_title\"></section></article>";
    static readonly sectionSimpleNormalized = "== Section Title";
    static readonly floatingTitleAdoc = "[discrete]\n== Floating Title";
    static readonly floatingTitleAdocCn = "[discrete,original_title=Floating Title]\n== \u8BD1Floating Title";
    static readonly floatingTitleHtml = "<h2 id=\"_floating_title\" class=\"discrete\">Floating Title</h2>";
    static readonly floatingTitleTiny = "<article adoc-name=\"document\"><h2 adoc-name=\"floating_title\" attr-Title=\"Floating Title\" attr-Style=\"discrete\" attr-Id=\"_floating_title\">Floating Title</h2></article>";
    static readonly floatingTitleNormalized = "[discrete]\n== Floating Title";
    static readonly sectionWithTitleAndAttributesAdoc = "[positional_attribute_1,positional_attribute_2,named_attribute=value,positional_attribute_3]\n.Kizmet's Favorite Authors\n=== Section Title";
    static readonly sectionWithTitleAndAttributesAdocCn = "[positional_attribute_1,positional_attribute_2,named_attribute=value,positional_attribute_3,original_title=Kizmet's Favorite Authors]\n.\u8BD1Kizmet's Favorite Authors\n=== \u8BD1Section Title";
    static readonly sectionWithTitleAndAttributesHtml = "<div class=\"sect2\">\n<h3 id=\"_section_title\">Section Title</h3>\n\n</div>";
    static readonly sectionWithTitleAndAttributesTiny = "<article adoc-name=\"document\"><section adoc-name=\"section\" attr-Level=\"2\" type-attr-Level=\"number\" attr-SectionName=\"positional_attribute_1\" attr-Title=\"Section Title\" attr-Id=\"_section_title\" data-named_attribute=\"value\" data-title=\"Kizmet's Favorite Authors\"></section></article>";
    static readonly sectionWithTitleAndAttributesNormalized = "[positional_attribute_1,positional_attribute_2,named_attribute=value,positional_attribute_3]\n.Kizmet's Favorite Authors\n=== Section Title";
    static readonly indexTermBlockSimpleAdoc = "I, King Arthur.\n(((knight, \"Arthur, King\")))";
    static readonly indexTermBlockSimpleAdocCn = "I, King Arthur.\n(((knight, \"Arthur, King\")))\n\n\u8BD1I, King Arthur.\n(((\u8BD1knight, \"\u8BD1Arthur, King\")))";
    static readonly indexTermBlockSimpleHtml = "<div class=\"paragraph\">\n<p>I, King Arthur.\n</p>\n</div>";
    static readonly indexTermBlockSimpleTiny = "<article adoc-name=\"document\"><p adoc-name=\"paragraph\">I, King Arthur.\n<a adoc-name=\"inline_indexterm\" prop-alt=\"\"><span class=\"term\">knight</span><span class=\"term\">Arthur, King</span></a></p></article>";
    static readonly indexTermBlockSimpleNormalized = "I, King Arthur.\n(((knight, \"Arthur, King\")))";
    static readonly indexTermBlockComplexAdoc = "=== Create a new Git repository\n\n(((Repository, create)))\n(((Create Git repository)))\nTo create a new git repository,";
    static readonly indexTermBlockComplexAdocCn = "[original_title=Create a new Git repository]\n=== \u8BD1Create a new Git repository\n\n(((Repository, create)))\n(((Create Git repository)))\nTo create a new git repository,\n\n(((\u8BD1Repository, \u8BD1create)))\n(((\u8BD1Create Git repository)))\n\u8BD1To create a new git repository,";
    static readonly indexTermBlockComplexHtml = "<div class=\"sect2\">\n<h3 id=\"_create_a_new_git_repository\">Create a new Git repository</h3>\n<div class=\"paragraph\">\n<p>\n\nTo create a new git repository,</p>\n</div>\n</div>";
    static readonly indexTermBlockComplexTiny = "<article adoc-name=\"document\"><section adoc-name=\"section\" attr-Level=\"2\" type-attr-Level=\"number\" attr-SectionName=\"section\" attr-Title=\"Create a new Git repository\" attr-Id=\"_create_a_new_git_repository\"><p adoc-name=\"paragraph\"><a adoc-name=\"inline_indexterm\" prop-alt=\"\"><span class=\"term\">Repository</span><span class=\"term\">create</span></a><a adoc-name=\"inline_indexterm\" prop-alt=\"\"><span class=\"term\">Create Git repository</span></a>\nTo create a new git repository,</p></section></article>";
    static readonly indexTermBlockComplexNormalized = "=== Create a new Git repository\n\n(((Repository, create)))\n(((Create Git repository)))\nTo create a new git repository,";
    static readonly indexTermInlineAdoc = "((abc, def)) ghi";
    static readonly indexTermInlineAdocCn = "((abc, def)) ghi\n\n((\u8BD1abc, \u8BD1def))\u8BD1 ghi";
    static readonly indexTermInlineHtml = "<div class=\"paragraph\">\n<p>abc, def ghi</p>\n</div>";
    static readonly indexTermInlineTiny = "<article adoc-name=\"document\"><p adoc-name=\"paragraph\"><a adoc-name=\"inline_indexterm\" prop-type=\"visible\" prop-alt=\"\"><span class=\"term\">abc</span><span class=\"term\">def</span></a> ghi</p></article>";
    static readonly indexTermInlineNormalized = "((abc, def)) ghi";
    static readonly breakThematic1Adoc = "'''";
    static readonly breakThematic1AdocCn = "'''";
    static readonly breakThematic1Html = "<hr>";
    static readonly breakThematic1Tiny = "<article adoc-name=\"document\"><hr adoc-name=\"thematic_break\"/></article>";
    static readonly breakThematic1Normalized = "'''";
    static readonly breakThematic2Adoc = "---";
    static readonly breakThematic2AdocCn = "---";
    static readonly breakThematic2Html = "<hr>";
    static readonly breakThematic2Tiny = "<article adoc-name=\"document\"><hr adoc-name=\"thematic_break\"/></article>";
    static readonly breakThematic2Normalized = "'''";
    static readonly breakThematic3Adoc = "- - -";
    static readonly breakThematic3AdocCn = "- - -";
    static readonly breakThematic3Html = "<hr>";
    static readonly breakThematic3Tiny = "<article adoc-name=\"document\"><hr adoc-name=\"thematic_break\"/></article>";
    static readonly breakThematic3Normalized = "'''";
    static readonly breakThematic4Adoc = "***";
    static readonly breakThematic4AdocCn = "***";
    static readonly breakThematic4Html = "<hr>";
    static readonly breakThematic4Tiny = "<article adoc-name=\"document\"><hr adoc-name=\"thematic_break\"/></article>";
    static readonly breakThematic4Normalized = "'''";
    static readonly breakThematic5Adoc = "* * *";
    static readonly breakThematic5AdocCn = "* * *";
    static readonly breakThematic5Html = "<hr>";
    static readonly breakThematic5Tiny = "<article adoc-name=\"document\"><hr adoc-name=\"thematic_break\"/></article>";
    static readonly breakThematic5Normalized = "'''";
    static readonly breakPageAdoc = "<<<";
    static readonly breakPageAdocCn = "<<<";
    static readonly breakPageHtml = "<div style=\"page-break-after: always;\"></div>";
    static readonly breakPageTiny = "<article adoc-name=\"document\"><hr adoc-name=\"page_break\"/></article>";
    static readonly breakPageNormalized = "<<<";
    static readonly unorderedListSimpleAdoc = "* [ ] Edgar Allan Poe\n** Sheri S. Tepper\n* [x] Bill Bryson";
    static readonly unorderedListSimpleAdocCn = "* [ ] Edgar Allan Poe$$$\u8BD1Edgar Allan Poe\n** Sheri S. Tepper$$$\u8BD1Sheri S. Tepper\n* [x] Bill Bryson$$$\u8BD1Bill Bryson";
    static readonly unorderedListSimpleHtml = "<div class=\"ulist checklist\">\n<ul class=\"checklist\">\n<li>\n<p>&#10063; Edgar Allan Poe</p>\n<div class=\"ulist\">\n<ul>\n<li>\n<p>Sheri S. Tepper</p>\n</li>\n</ul>\n</div>\n</li>\n<li>\n<p>&#10003; Bill Bryson</p>\n</li>\n</ul>\n</div>";
    static readonly unorderedListSimpleTiny = "<article adoc-name=\"document\"><ul adoc-name=\"ulist\" data-checklist-option=\"\"><li adoc-name=\"list_item\" attr-Text=\"Edgar Allan Poe\" attr-Marker=\"*\" data-checkbox=\"\">Edgar Allan Poe<ul adoc-name=\"ulist\"><li adoc-name=\"list_item\" attr-Text=\"Sheri S. Tepper\" attr-Marker=\"**\">Sheri S. Tepper</li></ul></li><li adoc-name=\"list_item\" attr-Text=\"Bill Bryson\" attr-Marker=\"*\" data-checkbox=\"\" data-checked=\"\">Bill Bryson</li></ul></article>";
    static readonly unorderedListSimpleNormalized = "* [ ] Edgar Allan Poe\n** Sheri S. Tepper\n* [x] Bill Bryson";
    static readonly unorderedListWithParagraphsAdoc = "abc\n\n* [ ] Edgar Allan Poe\n** Sheri S. Tepper\n* [x] Bill Bryson\n\ndef";
    static readonly unorderedListWithParagraphsAdocCn = "abc\n\n\u8BD1abc\n\n* [ ] Edgar Allan Poe$$$\u8BD1Edgar Allan Poe\n** Sheri S. Tepper$$$\u8BD1Sheri S. Tepper\n* [x] Bill Bryson$$$\u8BD1Bill Bryson\n\ndef\n\n\u8BD1def";
    static readonly unorderedListWithParagraphsHtml = "<div class=\"paragraph\">\n<p>abc</p>\n</div>\n<div class=\"ulist checklist\">\n<ul class=\"checklist\">\n<li>\n<p>&#10063; Edgar Allan Poe</p>\n<div class=\"ulist\">\n<ul>\n<li>\n<p>Sheri S. Tepper</p>\n</li>\n</ul>\n</div>\n</li>\n<li>\n<p>&#10003; Bill Bryson</p>\n</li>\n</ul>\n</div>\n<div class=\"paragraph\">\n<p>def</p>\n</div>";
    static readonly unorderedListWithParagraphsTiny = "<article adoc-name=\"document\"><p adoc-name=\"paragraph\">abc</p><ul adoc-name=\"ulist\" data-checklist-option=\"\"><li adoc-name=\"list_item\" attr-Text=\"Edgar Allan Poe\" attr-Marker=\"*\" data-checkbox=\"\">Edgar Allan Poe<ul adoc-name=\"ulist\"><li adoc-name=\"list_item\" attr-Text=\"Sheri S. Tepper\" attr-Marker=\"**\">Sheri S. Tepper</li></ul></li><li adoc-name=\"list_item\" attr-Text=\"Bill Bryson\" attr-Marker=\"*\" data-checkbox=\"\" data-checked=\"\">Bill Bryson</li></ul><p adoc-name=\"paragraph\">def</p></article>";
    static readonly unorderedListWithParagraphsNormalized = "abc\n\n* [ ] Edgar Allan Poe\n** Sheri S. Tepper\n* [x] Bill Bryson\n\ndef";
    static readonly orderedListAdoc = "[start=4,%reversed]\n.Title\n. Step four\n.. Step four-one\n.. Step four-two\n... Step four-two-one\n.... Step four-two-one-one\n..... Step four-two-one-one-one\n...... Step four-two-one-one-one-one\n....... Step four-two-one-one-one-one-one\n. Step five\n. Step six";
    static readonly orderedListAdocCn = "[start=4,%reversed,original_title=Title]\n.\u8BD1Title\n. Step four$$$\u8BD1Step four\n.. Step four-one$$$\u8BD1Step four-one\n.. Step four-two$$$\u8BD1Step four-two\n... Step four-two-one$$$\u8BD1Step four-two-one\n.... Step four-two-one-one$$$\u8BD1Step four-two-one-one\n..... Step four-two-one-one-one$$$\u8BD1Step four-two-one-one-one\n...... Step four-two-one-one-one-one$$$\u8BD1Step four-two-one-one-one-one\n....... Step four-two-one-one-one-one-one$$$\u8BD1Step four-two-one-one-one-one-one\n. Step five$$$\u8BD1Step five\n. Step six$$$\u8BD1Step six";
    static readonly orderedListHtml = "<div class=\"olist arabic\">\n<div class=\"title\">Title</div>\n<ol class=\"arabic\" start=\"4\">\n<li>\n<p>Step four</p>\n<div class=\"olist loweralpha\">\n<ol class=\"loweralpha\" type=\"a\">\n<li>\n<p>Step four-one</p>\n</li>\n<li>\n<p>Step four-two</p>\n<div class=\"olist lowerroman\">\n<ol class=\"lowerroman\" type=\"i\">\n<li>\n<p>Step four-two-one</p>\n<div class=\"olist upperalpha\">\n<ol class=\"upperalpha\" type=\"A\">\n<li>\n<p>Step four-two-one-one</p>\n<div class=\"olist upperroman\">\n<ol class=\"upperroman\" type=\"I\">\n<li>\n<p>Step four-two-one-one-one</p>\n<div class=\"olist arabic\">\n<ol class=\"arabic\">\n<li>\n<p>Step four-two-one-one-one-one</p>\n<div class=\"olist arabic\">\n<ol class=\"arabic\">\n<li>\n<p>Step four-two-one-one-one-one-one</p>\n</li>\n</ol>\n</div>\n</li>\n</ol>\n</div>\n</li>\n</ol>\n</div>\n</li>\n</ol>\n</div>\n</li>\n</ol>\n</div>\n</li>\n</ol>\n</div>\n</li>\n<li>\n<p>Step five</p>\n</li>\n<li>\n<p>Step six</p>\n</li>\n</ol>\n</div>";
    static readonly orderedListTiny = "<article adoc-name=\"document\"><ol adoc-name=\"olist\" attr-Title=\"Title\" attr-Style=\"arabic\" data-start=\"4\"><li adoc-name=\"list_item\" attr-Text=\"Step four\" attr-Marker=\".\">Step four<ol adoc-name=\"olist\" attr-Style=\"loweralpha\"><li adoc-name=\"list_item\" attr-Text=\"Step four-one\" attr-Marker=\"..\">Step four-one</li><li adoc-name=\"list_item\" attr-Text=\"Step four-two\" attr-Marker=\"..\">Step four-two<ol adoc-name=\"olist\" attr-Style=\"lowerroman\"><li adoc-name=\"list_item\" attr-Text=\"Step four-two-one\" attr-Marker=\"...\">Step four-two-one<ol adoc-name=\"olist\" attr-Style=\"upperalpha\"><li adoc-name=\"list_item\" attr-Text=\"Step four-two-one-one\" attr-Marker=\"....\">Step four-two-one-one<ol adoc-name=\"olist\" attr-Style=\"upperroman\"><li adoc-name=\"list_item\" attr-Text=\"Step four-two-one-one-one\" attr-Marker=\".....\">Step four-two-one-one-one<ol adoc-name=\"olist\" attr-Style=\"arabic\"><li adoc-name=\"list_item\" attr-Text=\"Step four-two-one-one-one-one\" attr-Marker=\"......\">Step four-two-one-one-one-one<ol adoc-name=\"olist\" attr-Style=\"arabic\"><li adoc-name=\"list_item\" attr-Text=\"Step four-two-one-one-one-one-one\" attr-Marker=\".......\">Step four-two-one-one-one-one-one</li></ol></li></ol></li></ol></li></ol></li></ol></li></ol></li><li adoc-name=\"list_item\" attr-Text=\"Step five\" attr-Marker=\".\">Step five</li><li adoc-name=\"list_item\" attr-Text=\"Step six\" attr-Marker=\".\">Step six</li></ol></article>";
    static readonly orderedListNormalized = "[start=4,%reversed]\n.Title\n. Step four\n.. Step four-one\n.. Step four-two\n... Step four-two-one\n.... Step four-two-one-one\n..... Step four-two-one-one-one\n...... Step four-two-one-one-one-one\n....... Step four-two-one-one-one-one-one\n. Step five\n. Step six";
    static readonly mixedListAdoc = ". Linux\n* Fedora\n* Ubuntu\n* Slackware\n. BSD\n* FreeBSD\n* NetBSD";
    static readonly mixedListAdocCn = ". Linux$$$\u8BD1Linux\n* Fedora$$$\u8BD1Fedora\n* Ubuntu$$$\u8BD1Ubuntu\n* Slackware$$$\u8BD1Slackware\n. BSD\n* FreeBSD$$$\u8BD1FreeBSD\n* NetBSD$$$\u8BD1NetBSD";
    static readonly mixedListHtml = "<div class=\"olist arabic\">\n<ol class=\"arabic\">\n<li>\n<p>Linux</p>\n<div class=\"ulist\">\n<ul>\n<li>\n<p>Fedora</p>\n</li>\n<li>\n<p>Ubuntu</p>\n</li>\n<li>\n<p>Slackware</p>\n</li>\n</ul>\n</div>\n</li>\n<li>\n<p>BSD</p>\n<div class=\"ulist\">\n<ul>\n<li>\n<p>FreeBSD</p>\n</li>\n<li>\n<p>NetBSD</p>\n</li>\n</ul>\n</div>\n</li>\n</ol>\n</div>";
    static readonly mixedListTiny = "<article adoc-name=\"document\"><ol adoc-name=\"olist\" attr-Style=\"arabic\"><li adoc-name=\"list_item\" attr-Text=\"Linux\" attr-Marker=\".\">Linux<ul adoc-name=\"ulist\"><li adoc-name=\"list_item\" attr-Text=\"Fedora\" attr-Marker=\"*\">Fedora</li><li adoc-name=\"list_item\" attr-Text=\"Ubuntu\" attr-Marker=\"*\">Ubuntu</li><li adoc-name=\"list_item\" attr-Text=\"Slackware\" attr-Marker=\"*\">Slackware</li></ul></li><li adoc-name=\"list_item\" attr-Text=\"BSD\" attr-Marker=\".\">BSD<ul adoc-name=\"ulist\"><li adoc-name=\"list_item\" attr-Text=\"FreeBSD\" attr-Marker=\"*\">FreeBSD</li><li adoc-name=\"list_item\" attr-Text=\"NetBSD\" attr-Marker=\"*\">NetBSD</li></ul></li></ol></article>";
    static readonly mixedListNormalized = ". Linux\n* Fedora\n* Ubuntu\n* Slackware\n. BSD\n* FreeBSD\n* NetBSD";
    static readonly descriptionListSimpleAdoc = ".Labeled, single-line\nCPU:: The brain of the computer.\nHard drive:: Permanent storage for operating system and/or user files.\nMouse:: A device that provides input to a computer.\nMonitor:: Displays information in visual form using text and graphics.";
    static readonly descriptionListSimpleAdocCn = "[original_title=\"Labeled, single-line\"]\n.\u8BD1Labeled, single-line\nCPU:: The brain of the computer.$$$\u8BD1The brain of the computer.\nHard drive$$$\u8BD1Hard drive:: Permanent storage for operating system and/or user files.$$$\u8BD1Permanent storage for operating system and/or user files.\nMouse$$$\u8BD1Mouse:: A device that provides input to a computer.$$$\u8BD1A device that provides input to a computer.\nMonitor$$$\u8BD1Monitor:: Displays information in visual form using text and graphics.$$$\u8BD1Displays information in visual form using text and graphics.";
    static readonly descriptionListSimpleHtml = "<div class=\"dlist\">\n<div class=\"title\">Labeled, single-line</div>\n<dl>\n<dt class=\"hdlist1\">CPU</dt>\n<dd>\n<p>The brain of the computer.</p>\n</dd>\n<dt class=\"hdlist1\">Hard drive</dt>\n<dd>\n<p>Permanent storage for operating system and/or user files.</p>\n</dd>\n<dt class=\"hdlist1\">Mouse</dt>\n<dd>\n<p>A device that provides input to a computer.</p>\n</dd>\n<dt class=\"hdlist1\">Monitor</dt>\n<dd>\n<p>Displays information in visual form using text and graphics.</p>\n</dd>\n</dl>\n</div>";
    static readonly descriptionListSimpleTiny = "<article adoc-name=\"document\"><dl adoc-name=\"dlist\" attr-Title=\"Labeled, single-line\"><dt>CPU</dt><dd>The brain of the computer.</dd><dt>Hard drive</dt><dd>Permanent storage for operating system and/or user files.</dd><dt>Mouse</dt><dd>A device that provides input to a computer.</dd><dt>Monitor</dt><dd>Displays information in visual form using text and graphics.</dd></dl></article>";
    static readonly descriptionListSimpleNormalized = ".Labeled, single-line\nCPU:: The brain of the computer.\nHard drive:: Permanent storage for operating system and/or user files.\nMouse:: A device that provides input to a computer.\nMonitor:: Displays information in visual form using text and graphics.";
    static readonly descriptionListComplexAdoc = "Dairy::\n* Milk\n* Eggs\nBakery::\n* Bread\nProduce::\n* Bananas";
    static readonly descriptionListComplexAdocCn = "Dairy$$$\u8BD1Dairy::\n* Milk$$$\u8BD1Milk\n* Eggs$$$\u8BD1Eggs\nBakery$$$\u8BD1Bakery::\n* Bread$$$\u8BD1Bread\nProduce$$$\u8BD1Produce::\n* Bananas$$$\u8BD1Bananas";
    static readonly descriptionListComplexHtml = "<div class=\"dlist\">\n<dl>\n<dt class=\"hdlist1\">Dairy</dt>\n<dd>\n<div class=\"ulist\">\n<ul>\n<li>\n<p>Milk</p>\n</li>\n<li>\n<p>Eggs</p>\n</li>\n</ul>\n</div>\n</dd>\n<dt class=\"hdlist1\">Bakery</dt>\n<dd>\n<div class=\"ulist\">\n<ul>\n<li>\n<p>Bread</p>\n</li>\n</ul>\n</div>\n</dd>\n<dt class=\"hdlist1\">Produce</dt>\n<dd>\n<div class=\"ulist\">\n<ul>\n<li>\n<p>Bananas</p>\n</li>\n</ul>\n</div>\n</dd>\n</dl>\n</div>";
    static readonly descriptionListComplexTiny = "<article adoc-name=\"document\"><dl adoc-name=\"dlist\"><dt>Dairy</dt><dd><ul adoc-name=\"ulist\"><li adoc-name=\"list_item\" attr-Text=\"Milk\" attr-Marker=\"*\">Milk</li><li adoc-name=\"list_item\" attr-Text=\"Eggs\" attr-Marker=\"*\">Eggs</li></ul></dd><dt>Bakery</dt><dd><ul adoc-name=\"ulist\"><li adoc-name=\"list_item\" attr-Text=\"Bread\" attr-Marker=\"*\">Bread</li></ul></dd><dt>Produce</dt><dd><ul adoc-name=\"ulist\"><li adoc-name=\"list_item\" attr-Text=\"Bananas\" attr-Marker=\"*\">Bananas</li></ul></dd></dl></article>";
    static readonly descriptionListComplexNormalized = "Dairy::\n* Milk\n* Eggs\nBakery::\n* Bread\nProduce::\n* Bananas";
    static readonly listContinuationAdoc = "* The header in AsciiDoc must start with a document title.\n+\nThe header is optional.\n\n* The header in AsciiDoc must start with a document title.\n+\n----\n= Document Title\n----\n+\nKeep in mind that the header is optional.\n\n* Optional author and revision information lines immediately follow the document title.\n+\n----\n= Document Title\nDoc Writer <doc.writer@asciidoc.org>\nv1.0, 2022-01-01\n----\n\n* grandparent list item\n** parent list item\n*** child list item\n\nparagraph attached to grandparent list item";
    static readonly listContinuationNormalized = "* The header in AsciiDoc must start with a document title.\n+\nThe header is optional.\n\n* The header in AsciiDoc must start with a document title.\n+\n----\n= Document Title\n----\n+\nKeep in mind that the header is optional.\n\n* Optional author and revision information lines immediately follow the document title.\n+\n----\n= Document Title\nDoc Writer <doc.writer@asciidoc.org>\nv1.0, 2022-01-01\n----\n\n* grandparent list item\n** parent list item\n*** child list item\n\nparagraph attached to grandparent list item";
    static readonly listContinuationAdocCn = "* The header in AsciiDoc must start with a document title.$$$\u8BD1The header in AsciiDoc must start with a document title.\n+\nThe header is optional.$$$\u8BD1The header is optional.\n\n* The header in AsciiDoc must start with a document title.$$$\u8BD1The header in AsciiDoc must start with a document title.\n+\n----\n= Document Title\n----\n+\nKeep in mind that the header is optional.$$$\u8BD1Keep in mind that the header is optional.\n\n* Optional author and revision information lines immediately follow the document title.$$$\u8BD1Optional author and revision information lines immediately follow the document title.\n+\n----\n= Document Title\nDoc Writer <doc.writer@asciidoc.org>\nv1.0, 2022-01-01\n----\n\n* grandparent list item$$$\u8BD1grandparent list item\n** parent list item$$$\u8BD1parent list item\n*** child list item$$$\u8BD1child list item\n\nparagraph attached to grandparent list item\n\n\u8BD1paragraph attached to grandparent list item";
    static readonly textFormatSimpleAdoc = "That is *strong* _emphasis_ `monospace` #highlight# ~sub~ ^sup^ **unconstrained strong** stuff!";
    static readonly textFormatSimpleAdocCn = "That is *strong* _emphasis_ `monospace` #highlight# ~sub~ ^sup^ **unconstrained strong** stuff!\n\n\u8BD1That is *\u8BD1strong* _\u8BD1emphasis_ `monospace` #\u8BD1highlight# ~\u8BD1sub~ ^\u8BD1sup^ *\u8BD1unconstrained strong*\u8BD1 stuff!";
    static readonly textFormatSimpleHtml = "<div class=\"paragraph\">\n<p>That is <strong>strong</strong> <em>emphasis</em> <code>monospace</code> <mark>highlight</mark> <sub>sub</sub> <sup>sup</sup> <strong>unconstrained strong</strong> stuff!</p>\n</div>";
    static readonly textFormatSimpleTiny = "<article adoc-name=\"document\"><p adoc-name=\"paragraph\">That is <strong adoc-name=\"inline_quoted\" prop-type=\"strong\" prop-alt=\"\">strong</strong> <em adoc-name=\"inline_quoted\" prop-type=\"emphasis\" prop-alt=\"\">emphasis</em> <code adoc-name=\"inline_quoted\" prop-type=\"monospaced\" prop-alt=\"\">monospace</code> <mark adoc-name=\"inline_quoted\" prop-type=\"mark\" prop-alt=\"\">highlight</mark> <sub adoc-name=\"inline_quoted\" prop-type=\"subscript\" prop-alt=\"\">sub</sub> <sup adoc-name=\"inline_quoted\" prop-type=\"superscript\" prop-alt=\"\">sup</sup> <strong adoc-name=\"inline_quoted\" prop-type=\"strong\" prop-alt=\"\">unconstrained strong</strong> stuff!</p></article>";
    static readonly textFormatSimpleNormalized = "That is *strong* _emphasis_ `monospace` #highlight# ~sub~ ^sup^ *unconstrained strong* stuff!";
    static readonly textFormatNestedAdoc = "`*_monospace bold italic phrase_*` & ``*_char_*``acter``*_s_*``";
    static readonly textFormatNestedAdocCn = "`*_monospace bold italic phrase_*` & ``*_char_*``acter``*_s_*``\n\n`*_monospace bold italic phrase_*` & `*_char_*`\u8BD1acter``*_s_*``";
    static readonly textFormatNestedHtml = "<div class=\"paragraph\">\n<p><code><strong><em>monospace bold italic phrase</em></strong></code> &amp; <code><strong><em>char</em></strong></code>acter<code><strong><em>s</em></strong></code></p>\n</div>";
    static readonly textFormatNestedTiny = "<article adoc-name=\"document\"><p adoc-name=\"paragraph\"><code adoc-name=\"inline_quoted\" prop-type=\"monospaced\" prop-alt=\"\"><strong adoc-name=\"inline_quoted\" prop-type=\"strong\" prop-alt=\"\"><em adoc-name=\"inline_quoted\" prop-type=\"emphasis\" prop-alt=\"\">monospace bold italic phrase</em></strong></code> &amp; <code adoc-name=\"inline_quoted\" prop-type=\"monospaced\" prop-alt=\"\"><strong adoc-name=\"inline_quoted\" prop-type=\"strong\" prop-alt=\"\"><em adoc-name=\"inline_quoted\" prop-type=\"emphasis\" prop-alt=\"\">char</em></strong></code>acter<code adoc-name=\"inline_quoted\" prop-type=\"monospaced\" prop-alt=\"\"><strong adoc-name=\"inline_quoted\" prop-type=\"strong\" prop-alt=\"\"><em adoc-name=\"inline_quoted\" prop-type=\"emphasis\" prop-alt=\"\">s</em></strong></code></p></article>";
    static readonly textFormatNestedNormalized = "`*_monospace bold italic phrase_*` & ``*_char_*``acter``*_s_*``";
    static readonly textFormatLiteralMonospaceAdoc = "You can reference the value of a document attribute using\nthe syntax `{name}`, where  is the attribute name.";
    static readonly textFormatLiteralMonospaceAdocCn = "You can reference the value of a document attribute using\nthe syntax `{name}`, where  is the attribute name.\n\n\u8BD1You can reference the value of a document attribute using\n\u8BD1the syntax `{name}`\u8BD1, where  is the attribute name.";
    static readonly textFormatLiteralMonospaceHtml = "<div class=\"paragraph\">\n<p>You can reference the value of a document attribute using\nthe syntax <code>{name}</code>, where  is the attribute name.</p>\n</div>";
    static readonly textFormatLiteralMonospaceTiny = "<article adoc-name=\"document\"><p adoc-name=\"paragraph\">You can reference the value of a document attribute using\nthe syntax <code adoc-name=\"inline_quoted\" prop-type=\"monospaced\" prop-alt=\"\">{name}</code>, where  is the attribute name.</p></article>";
    static readonly textFormatLiteralMonospaceNormalized = "You can reference the value of a document attribute using\nthe syntax `{name}`, where  is the attribute name.";
    static readonly textFormatCustomSpanAdoc = "The text [.underline]#underline me# is underlined.";
    static readonly textFormatCustomSpanAdocCn = "The text [.underline]#underline me# is underlined.\n\n\u8BD1The text [.underline]#\u8BD1underline me#\u8BD1 is underlined.";
    static readonly textFormatCustomSpanHtml = "<div class=\"paragraph\">\n<p>The text <span class=\"underline\">underline me</span> is underlined.</p>\n</div>";
    static readonly textFormatCustomSpanTiny = "<article adoc-name=\"document\"><p adoc-name=\"paragraph\">The text <span adoc-name=\"inline_quoted\" data-role=\"underline\" prop-type=\"unquoted\" prop-alt=\"\">underline me</span> is underlined.</p></article>";
    static readonly textFormatCustomSpanNormalized = "The text [.underline]#underline me# is underlined.";
    static readonly autoLinksAdoc = "The homepage for the Asciidoctor Project is https://www.asciidoctor.org.\nEmail us at hello@example.com to say hello.";
    static readonly autoLinksAdocCn = "The homepage for the Asciidoctor Project is https://www.asciidoctor.org.\nEmail us at hello@example.com to say hello.\n\n\u8BD1The homepage for the Asciidoctor Project is https://www.asciidoctor.org.\n\u8BD1Email us at hello@example.com\u8BD1 to say hello.";
    static readonly autoLinksHtml = "<div class=\"paragraph\">\n<p>The homepage for the Asciidoctor Project is <a href=\"https://www.asciidoctor.org\" class=\"bare\">https://www.asciidoctor.org</a>.\nEmail us at <a href=\"mailto:hello@example.com\">hello@example.com</a> to say hello.</p>\n</div>";
    static readonly autoLinksTiny = "<article adoc-name=\"document\"><p adoc-name=\"paragraph\">The homepage for the Asciidoctor Project is <a adoc-name=\"inline_anchor\" data-role=\"bare\" prop-type=\"link\" prop-alt=\"\" prop-target=\"https://www.asciidoctor.org\">https://www.asciidoctor.org</a>.\nEmail us at <a adoc-name=\"inline_anchor\" prop-type=\"link\" prop-alt=\"\" prop-target=\"mailto:hello@example.com\">hello@example.com</a> to say hello.</p></article>";
    static readonly autoLinksNormalized = "The homepage for the Asciidoctor Project is https://www.asciidoctor.org.\nEmail us at hello@example.com to say hello.";
    static readonly enclosedLinkAdoc = "You will often see https://example.org used in examples.";
    static readonly enclosedLinkAdocCn = "You will often see https://example.org used in examples.\n\n\u8BD1You will often see https://example.org\u8BD1 used in examples.";
    static readonly enclosedLinkHtml = "<div class=\"paragraph\">\n<p>You will often see <a href=\"https://example.org\" class=\"bare\">https://example.org</a> used in examples.</p>\n</div>";
    static readonly enclosedLinkTiny = "<article adoc-name=\"document\"><p adoc-name=\"paragraph\">You will often see <a adoc-name=\"inline_anchor\" data-role=\"bare\" prop-type=\"link\" prop-alt=\"\" prop-target=\"https://example.org\">https://example.org</a> used in examples.</p></article>";
    static readonly enclosedLinkNormalized = "You will often see https://example.org used in examples.";
    static readonly autoLinkEscapedAdoc = "Once launched, the site will be available at \\https://example.org.\n\nIf you cannot access the site, email \\help@example.org for assistance.";
    static readonly autoLinkEscapedAdocCn = "Once launched, the site will be available at \\https://example.org.\n\n\u8BD1Once launched, the site will be available at \\https://example.org.\n\nIf you cannot access the site, email \\help@example.org for assistance.\n\n\u8BD1If you cannot access the site, email \\help@example.org for assistance.";
    static readonly autoLinkEscapedHtml = "<div class=\"paragraph\">\n<p>Once launched, the site will be available at https://example.org.</p>\n</div>\n<div class=\"paragraph\">\n<p>If you cannot access the site, email help@example.org for assistance.</p>\n</div>";
    static readonly autoLinkEscapedTiny = "<article adoc-name=\"document\"><p adoc-name=\"paragraph\">Once launched, the site will be available at https://example.org.</p><p adoc-name=\"paragraph\">If you cannot access the site, email help@example.org for assistance.</p></article>";
    static readonly autoLinkEscapedNormalized = "Once launched, the site will be available at \\https://example.org.\n\nIf you cannot access the site, email \\help@example.org for assistance.";
    static readonly urlMacroAdoc = "Chat with other Asciidoctor users on the https://discuss.asciidoctor.org/[*mailing list*^, role=green].";
    static readonly urlMacroAdocCn = "Chat with other Asciidoctor users on the https://discuss.asciidoctor.org/[*mailing list*^, role=green].\n\n\u8BD1Chat with other Asciidoctor users on the https://discuss.asciidoctor.org/[*\u8BD1mailing list*^, role=green].";
    static readonly urlMacroHtml = "<div class=\"paragraph\">\n<p>Chat with other Asciidoctor users on the <a href=\"https://discuss.asciidoctor.org/\" class=\"green\" target=\"_blank\" rel=\"noopener\"><strong>mailing list</strong></a>.</p>\n</div>";
    static readonly urlMacroTiny = "<article adoc-name=\"document\"><p adoc-name=\"paragraph\">Chat with other Asciidoctor users on the <a adoc-name=\"inline_anchor\" data-role=\"green\" data-window=\"_blank\" prop-type=\"link\" prop-alt=\"\" prop-target=\"https://discuss.asciidoctor.org/\"><strong adoc-name=\"inline_quoted\" prop-type=\"strong\" prop-alt=\"\">mailing list</strong></a>.</p></article>";
    static readonly urlMacroNormalized = "Chat with other Asciidoctor users on the https://discuss.asciidoctor.org/[*mailing list*^, role=green].";
    static readonly textInterpolationAdoc = "= Document Title\n:link-with-underscores: https://asciidoctor.org/now_this__link_works.html\n\nThis URL has repeating underscores {link-with-underscores}.";
    static readonly textInterpolationAdocCn = "= \u8BD1Document Title\n:link-with-underscores: https://asciidoctor.org/now_this__link_works.html\n:original_doctitle: Document Title\n\nThis URL has repeating underscores {link-with-underscores}.\n\n\u8BD1This URL has repeating underscores {link-with-underscores}.";
    static readonly textInterpolationHtml = "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<meta name=\"generator\" content=\"Asciidoctor 2.0.17\">\n<title>Document Title</title>\n<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700\">\n<link rel=\"stylesheet\" href=\"./asciidoctor.css\">\n</head>\n<body class=\"article\">\n<div id=\"header\">\n<h1>Document Title</h1>\n</div>\n<div id=\"content\">\n<div class=\"paragraph\">\n<p>This URL has repeating underscores <a href=\"https://asciidoctor.org/now_this__link_works.html\" class=\"bare\">https://asciidoctor.org/now_this__link_works.html</a>.</p>\n</div>\n</div>\n<div id=\"footer\">\n<div id=\"footer-text\">\nLast updated 2000-01-01 00:00:00 +0000\n</div>\n</div>\n</body>\n</html>";
    static readonly textInterpolationTiny = "<article adoc-name=\"document\" data-doctitle=\"Document Title\" data-link-with-underscores=\"https://asciidoctor.org/now_this__link_works.html\"><p adoc-name=\"paragraph\">This URL has repeating underscores <a adoc-name=\"inline_anchor\" data-role=\"bare\" prop-type=\"link\" prop-alt=\"\" prop-target=\"https://asciidoctor.org/now_this__link_works.html\">https://asciidoctor.org/now_this__link_works.html</a>.</p></article>";
    static readonly textInterpolationNormalized = "= Document Title\n:link-with-underscores: https://asciidoctor.org/now_this__link_works.html\n\nThis URL has repeating underscores {link-with-underscores}.";
    static readonly crossReferenceBasicAdoc = "The section <<anchors>> describes how automatic anchors work.";
    static readonly crossReferenceBasicAdocCn = "The section <<anchors>> describes how automatic anchors work.\n\n\u8BD1The section <<anchors,\u8BD1anchors>>\u8BD1 describes how automatic anchors work.";
    static readonly crossReferenceBasicHtml = "<div class=\"paragraph\">\n<p>The section <a href=\"#anchors\">[anchors]</a> describes how automatic anchors work.</p>\n</div>";
    static readonly crossReferenceBasicTiny = "<article adoc-name=\"document\"><p adoc-name=\"paragraph\">The section <a adoc-name=\"inline_anchor\" data-fragment=\"anchors\" data-refid=\"anchors\" prop-type=\"xref\" prop-alt=\"\" prop-target=\"#anchors\">anchors</a> describes how automatic anchors work.</p></article>";
    static readonly crossReferenceBasicNormalized = "The section <<anchors>> describes how automatic anchors work.";
    static readonly crossReferenceWithTitleAdoc = "Learn how to <<link-macro-attributes,use attributes within the link macro>>.";
    static readonly crossReferenceWithTitleAdocCn = "Learn how to <<link-macro-attributes,use attributes within the link macro>>.\n\n\u8BD1Learn how to <<link-macro-attributes,\u8BD1use attributes within the link macro>>.";
    static readonly crossReferenceWithTitleHtml = "<div class=\"paragraph\">\n<p>Learn how to <a href=\"#link-macro-attributes\">use attributes within the link macro</a>.</p>\n</div>";
    static readonly crossReferenceWithTitleTiny = "<article adoc-name=\"document\"><p adoc-name=\"paragraph\">Learn how to <a adoc-name=\"inline_anchor\" data-fragment=\"link-macro-attributes\" data-refid=\"link-macro-attributes\" prop-type=\"xref\" prop-alt=\"\" prop-target=\"#link-macro-attributes\">use attributes within the link macro</a>.</p></article>";
    static readonly crossReferenceWithTitleNormalized = "Learn how to <<link-macro-attributes,use attributes within the link macro>>.";
    static readonly crossReferenceNatureAdoc = "Refer to <<Internal Cross References>>.";
    static readonly crossReferenceNatureAdocCn = "Refer to <<Internal Cross References>>.\n\n\u8BD1Refer to <<Internal Cross References,\u8BD1Internal Cross References>>.";
    static readonly crossReferenceNatureHtml = "<div class=\"paragraph\">\n<p>Refer to <a href=\"#Internal Cross References\">[Internal Cross References]</a>.</p>\n</div>";
    static readonly crossReferenceNatureTiny = "<article adoc-name=\"document\"><p adoc-name=\"paragraph\">Refer to <a adoc-name=\"inline_anchor\" data-fragment=\"Internal Cross References\" data-refid=\"Internal Cross References\" prop-type=\"xref\" prop-alt=\"\" prop-target=\"#Internal Cross References\">Internal Cross References</a>.</p></article>";
    static readonly crossReferenceNatureNormalized = "Refer to <<Internal Cross References>>.";
    static readonly crossReferenceToOtherDocumentAdoc = "Refer to <<document-b.adoc#section-b,Section B>> for more information.";
    static readonly crossReferenceToOtherDocumentAdocCn = "Refer to <<document-b.adoc#section-b,Section B>> for more information.\n\n\u8BD1Refer to <<document-b.adoc#section-b,\u8BD1Section B>>\u8BD1 for more information.";
    static readonly crossReferenceToOtherDocumentHtml = "<div class=\"paragraph\">\n<p>Refer to <a href=\"document-b.html#section-b\">Section B</a> for more information.</p>\n</div>";
    static readonly crossReferenceToOtherDocumentTiny = "<article adoc-name=\"document\"><p adoc-name=\"paragraph\">Refer to <a adoc-name=\"inline_anchor\" data-path=\"document-b.html\" data-fragment=\"section-b\" data-refid=\"document-b#section-b\" prop-type=\"xref\" prop-alt=\"\" prop-target=\"document-b.html#section-b\">Section B</a> for more information.</p></article>";
    static readonly crossReferenceToOtherDocumentNormalized = "Refer to <<document-b.adoc#section-b,Section B>> for more information.";
    static readonly footnotesAdoc = "The hail-and-rainbow protocol can be initiated at five levels:\n\ndoublefootnote:[The double hail-and-rainbow level makes my toes tingle.]\n\nA bold statement!footnote:disclaimer[Opinions are my own.]\n\nAnother outrageous statement.footnote:disclaimer[]";
    static readonly footnotesAdocCn = "The hail-and-rainbow protocol can be initiated at five levels:\n\n\u8BD1The hail-and-rainbow protocol can be initiated at five levels:\n\ndoublefootnote:[The double hail-and-rainbow level makes my toes tingle.]\n\n\u8BD1doublefootnote:[\u8BD1The double hail-and-rainbow level makes my toes tingle.]\n\nA bold statement!footnote:disclaimer[Opinions are my own.]\n\n\u8BD1A bold statement!footnote:disclaimer[\u8BD1Opinions are my own.]\n\nAnother outrageous statement.footnote:disclaimer[]\n\n\u8BD1Another outrageous statement.footnote:disclaimer[]";
    static readonly footnotesHtml = "<div class=\"paragraph\">\n<p>The hail-and-rainbow protocol can be initiated at five levels:</p>\n</div>\n<div class=\"paragraph\">\n<p>double<sup class=\"footnote\">[<a id=\"_footnoteref_1\" class=\"footnote\" href=\"#_footnotedef_1\" title=\"View footnote.\">1</a>]</sup></p>\n</div>\n<div class=\"paragraph\">\n<p>A bold statement!<sup class=\"footnote\" id=\"_footnote_disclaimer\">[<a id=\"_footnoteref_2\" class=\"footnote\" href=\"#_footnotedef_2\" title=\"View footnote.\">2</a>]</sup></p>\n</div>\n<div class=\"paragraph\">\n<p>Another outrageous statement.<sup class=\"footnoteref\">[<a class=\"footnote\" href=\"#_footnotedef_2\" title=\"View footnote.\">2</a>]</sup></p>\n</div>\n<div id=\"footnotes\">\n<hr>\n<div class=\"footnote\" id=\"_footnotedef_1\">\n<a href=\"#_footnoteref_1\">1</a>. The double hail-and-rainbow level makes my toes tingle.\n</div>\n<div class=\"footnote\" id=\"_footnotedef_2\">\n<a href=\"#_footnoteref_2\">2</a>. Opinions are my own.\n</div>\n</div>";
    static readonly footnotesTiny = "<article adoc-name=\"document\"><p adoc-name=\"paragraph\">The hail-and-rainbow protocol can be initiated at five levels:</p><p adoc-name=\"paragraph\">double<span adoc-name=\"inline_footnote\" data-index=\"1\" type-data-index=\"number\" prop-alt=\"\">The double hail-and-rainbow level makes my toes tingle.</span></p><p adoc-name=\"paragraph\">A bold statement!<span adoc-name=\"inline_footnote\" attr-Id=\"disclaimer\" data-index=\"2\" type-data-index=\"number\" prop-type=\"ref\" prop-alt=\"\">Opinions are my own.</span></p><p adoc-name=\"paragraph\">Another outrageous statement.<span adoc-name=\"inline_footnote\" data-index=\"2\" type-data-index=\"number\" prop-type=\"xref\" prop-alt=\"\" prop-target=\"disclaimer\">Opinions are my own.</span></p></article>";
    static readonly footnotesNormalized = "The hail-and-rainbow protocol can be initiated at five levels:\n\ndoublefootnote:[The double hail-and-rainbow level makes my toes tingle.]\n\nA bold statement!footnote:disclaimer[Opinions are my own.]\n\nAnother outrageous statement.footnote:disclaimer[]";
    static readonly imageBlockAdoc = "image::sunset.jpg[\"Mesa Verde Sunset, by JAVH\"]";
    static readonly imageBlockAdocCn = "[original_alt=\"Mesa Verde Sunset, by JAVH\"]\nimage::sunset.jpg[\"\u8BD1Mesa Verde Sunset, by JAVH\"]";
    static readonly imageBlockHtml = "<div class=\"imageblock\">\n<div class=\"content\">\n<img src=\"sunset.jpg\" alt=\"Mesa Verde Sunset, by JAVH\">\n</div>\n</div>";
    static readonly imageBlockTiny = "<article adoc-name=\"document\"><img adoc-name=\"image\" data-alt=\"Mesa Verde Sunset, by JAVH\" data-target=\"sunset.jpg\"/></article>";
    static readonly imageBlockNormalized = "image::sunset.jpg[\"Mesa Verde Sunset, by JAVH\"]";
    static readonly imageInlineAdoc = "Click image:play.png[] to get the party started.\n\nClick image:pause.png[Pause] when you need a break.";
    static readonly imageInlineAdocCn = "Click image:play.png[] to get the party started.\n\n\u8BD1Click image:play.png[\u8BD1play]\u8BD1 to get the party started.\n\nClick image:pause.png[Pause] when you need a break.\n\n\u8BD1Click image:pause.png[\u8BD1Pause]\u8BD1 when you need a break.";
    static readonly imageInlineHtml = "<div class=\"paragraph\">\n<p>Click <span class=\"image\"><img src=\"play.png\" alt=\"play\"></span> to get the party started.</p>\n</div>\n<div class=\"paragraph\">\n<p>Click <span class=\"image\"><img src=\"pause.png\" alt=\"Pause\"></span> when you need a break.</p>\n</div>";
    static readonly imageInlineTiny = "<article adoc-name=\"document\"><p adoc-name=\"paragraph\">Click <img adoc-name=\"inline_image\" data-default-alt=\"play\" prop-type=\"image\" prop-alt=\"play\" prop-target=\"play.png\" /> to get the party started.</p><p adoc-name=\"paragraph\">Click <img adoc-name=\"inline_image\" prop-type=\"image\" prop-alt=\"Pause\" prop-target=\"pause.png\" /> when you need a break.</p></article>";
    static readonly imageInlineNormalized = "Click image:play.png[] to get the party started.\n\nClick image:pause.png[Pause] when you need a break.";
    static readonly imageBlockWithTitleAndAttributesAdoc = "[#img-sunset,link=https://www.flickr.com/photos/javh/5448336655]\n.A mountain sunset\nimage::sunset.jpg[Sunset,200,100]";
    static readonly imageBlockWithTitleAndAttributesAdocCn = "[#img-sunset,link=https://www.flickr.com/photos/javh/5448336655,original_title=A mountain sunset,original_alt=Sunset]\n.\u8BD1A mountain sunset\nimage::sunset.jpg[\u8BD1Sunset,200,100]";
    static readonly imageBlockWithTitleAndAttributesHtml = "<div id=\"img-sunset\" class=\"imageblock\">\n<div class=\"content\">\n<a class=\"image\" href=\"https://www.flickr.com/photos/javh/5448336655\"><img src=\"sunset.jpg\" alt=\"Sunset\" width=\"200\" height=\"100\"></a>\n</div>\n<div class=\"title\">Figure 1. A mountain sunset</div>\n</div>";
    static readonly imageBlockWithTitleAndAttributesTiny = "<article adoc-name=\"document\"><img adoc-name=\"image\" attr-Title=\"A mountain sunset\" attr-Caption=\"Figure 1. \" attr-Numeral=\"1\" type-attr-Numeral=\"number\" attr-Id=\"img-sunset\" data-attribute_entries=\"[{&quot;name&quot;:&quot;figure-number&quot;,&quot;value&quot;:1,&quot;negate&quot;:false}]\" type-data-attribute_entries=\"object\" data-link=\"https://www.flickr.com/photos/javh/5448336655\" data-id=\"img-sunset\" data-alt=\"Sunset\" data-width=\"200\" data-height=\"100\" data-target=\"sunset.jpg\"/></article>";
    static readonly imageBlockWithTitleAndAttributesNormalized = "[#img-sunset,link=https://www.flickr.com/photos/javh/5448336655]\n.A mountain sunset\nimage::sunset.jpg[Sunset,200,100]";
    static readonly imageWithPositionalAttributesAdoc = "image::tiger.png[Tiger,200,200,float=right,align=center]";
    static readonly imageWithPositionalAttributesAdocCn = "[original_alt=Tiger]\nimage::tiger.png[\u8BD1Tiger,200,200,float=right,align=center]";
    static readonly imageWithPositionalAttributesHtml = "<div class=\"imageblock right text-center\">\n<div class=\"content\">\n<img src=\"tiger.png\" alt=\"Tiger\" width=\"200\" height=\"200\">\n</div>\n</div>";
    static readonly imageWithPositionalAttributesTiny = "<article adoc-name=\"document\"><img adoc-name=\"image\" data-alt=\"Tiger\" data-width=\"200\" data-height=\"200\" data-float=\"right\" data-align=\"center\" data-target=\"tiger.png\"/></article>";
    static readonly imageWithPositionalAttributesNormalized = "image::tiger.png[Tiger,200,200,float=right,align=center]";
    static readonly videoAdoc = "video::tiger.mp4[Tiger,200,200,float=right,align=center]";
    static readonly videoAdocCn = "[original_poster=Tiger]\nvideo::tiger.mp4[\u8BD1Tiger,200,200,float=right,align=center]";
    static readonly videoHtml = "<div class=\"videoblock right text-center\">\n<div class=\"content\">\n<video src=\"tiger.mp4\" width=\"200\" height=\"200\" poster=\"Tiger\" controls>\nYour browser does not support the video tag.\n</video>\n</div>\n</div>";
    static readonly videoTiny = "<article adoc-name=\"document\"><video adoc-name=\"video\" data-poster=\"Tiger\" data-width=\"200\" data-height=\"200\" data-float=\"right\" data-align=\"center\" data-target=\"tiger.mp4\">Your browser does not support the video tag.</video></article>";
    static readonly videoNormalized = "video::tiger.mp4[Tiger,200,200,float=right,align=center]";
    static readonly iconAdoc = "icon:download[link=https://rubygems.org/downloads/whizbang-1.0.0.gem,window=_blank]";
    static readonly iconAdocCn = "icon:download[link=https://rubygems.org/downloads/whizbang-1.0.0.gem,window=_blank]";
    static readonly iconHtml = "<div class=\"paragraph\">\n<p><span class=\"icon\"><a class=\"image\" href=\"https://rubygems.org/downloads/whizbang-1.0.0.gem\" target=\"_blank\" rel=\"noopener\">[download&#93;</a></span></p>\n</div>";
    static readonly iconTiny = "<article adoc-name=\"document\"><p adoc-name=\"paragraph\"><img adoc-name=\"inline_image\" data-link=\"https://rubygems.org/downloads/whizbang-1.0.0.gem\" data-window=\"_blank\" data-default-alt=\"download\" prop-type=\"icon\" prop-alt=\"download\" prop-target=\"download\" /></p></article>";
    static readonly iconNormalized = "icon:download[link=https://rubygems.org/downloads/whizbang-1.0.0.gem,window=_blank]";
    static readonly keyboardMacroAdoc = "the hortkey is kbd:[Ctrl+F11]";
    static readonly keyboardMacroAdocCn = "the hortkey is kbd:[Ctrl+F11]\n\n\u8BD1the hortkey is kbd:[Ctrl+F11]";
    static readonly keyboardMacroHtml = "<div class=\"paragraph\">\n<p>the hortkey is kbd:[Ctrl+F11]</p>\n</div>";
    static readonly keyboardMacroTiny = "<article adoc-name=\"document\"><p adoc-name=\"paragraph\">the hortkey is <span adoc-name=\"inline_kbd\" data-keys=\"[&quot;Ctrl&quot;,&quot;F11&quot;]\" type-data-keys=\"object\" prop-alt=\"\"><kbd>Ctrl</kbd>+<kbd>F11</kbd></span></p></article>";
    static readonly keyboardMacroNormalized = "the hortkey is kbd:[Ctrl+F11]";
    static readonly buttonMacroAdoc = "Press the btn:[OK] button when you are finished.\n\nSelect a file in the file navigator and click btn:[Open].";
    static readonly buttonMacroAdocCn = "Press the btn:[OK] button when you are finished.\n\n\u8BD1Press the btn:[OK]\u8BD1 button when you are finished.\n\nSelect a file in the file navigator and click btn:[Open].\n\n\u8BD1Select a file in the file navigator and click btn:[\u8BD1Open].";
    static readonly buttonMacroHtml = "<div class=\"paragraph\">\n<p>Press the btn:[OK] button when you are finished.</p>\n</div>\n<div class=\"paragraph\">\n<p>Select a file in the file navigator and click btn:[Open].</p>\n</div>";
    static readonly buttonMacroTiny = "<article adoc-name=\"document\"><p adoc-name=\"paragraph\">Press the <button adoc-name=\"inline_button\" prop-alt=\"\">OK</button> button when you are finished.</p><p adoc-name=\"paragraph\">Select a file in the file navigator and click <button adoc-name=\"inline_button\" prop-alt=\"\">Open</button>.</p></article>";
    static readonly buttonMacroNormalized = "Press the btn:[OK] button when you are finished.\n\nSelect a file in the file navigator and click btn:[Open].";
    static readonly menuMacroAdoc = "To save the file, select menu:File[Save].\n\nSelect menu:View[Zoom > Reset > Now] to reset the zoom level to the default setting.";
    static readonly menuMacroAdocCn = "To save the file, select menu:File[Save].\n\n\u8BD1To save the file, select menu:\u8BD1File[\u8BD1Save].\n\nSelect menu:View[Zoom > Reset > Now] to reset the zoom level to the default setting.\n\n\u8BD1Select menu:\u8BD1View[\u8BD1Zoom > \u8BD1Reset > \u8BD1Now]\u8BD1 to reset the zoom level to the default setting.";
    static readonly menuMacroHtml = "<div class=\"paragraph\">\n<p>To save the file, select menu:File[Save].</p>\n</div>\n<div class=\"paragraph\">\n<p>Select menu:View[Zoom &gt; Reset &gt; Now] to reset the zoom level to the default setting.</p>\n</div>";
    static readonly menuMacroTiny = "<article adoc-name=\"document\"><p adoc-name=\"paragraph\">To save the file, select <span adoc-name=\"inline_menu\" data-menu=\"File\" data-menuitem=\"Save\" prop-alt=\"\"><span>File</span><span>Save</span></span>.</p><p adoc-name=\"paragraph\">Select <span adoc-name=\"inline_menu\" data-menu=\"View\" data-submenus=\"[&quot;Zoom&quot;,&quot;Reset&quot;]\" type-data-submenus=\"object\" data-menuitem=\"Now\" prop-alt=\"\"><span>View</span><span>Zoom</span><span>Reset</span><span>Now</span></span> to reset the zoom level to the default setting.</p></article>";
    static readonly menuMacroNormalized = "To save the file, select menu:File[Save].\n\nSelect menu:View[Zoom > Reset > Now] to reset the zoom level to the default setting.";
    static readonly admonitionSimpleAdoc = "abc\n\nWARNING: Wolpertingers are known to nest in server racks.\nEnter at your own risk.";
    static readonly admonitionSimpleAdocCn = "abc\n\n\u8BD1abc\n\n[WARNING]\n====\nWolpertingers are known to nest in server racks.\nEnter at your own risk.\n\n\u8BD1Wolpertingers are known to nest in server racks.\n\u8BD1Enter at your own risk.\n====";
    static readonly admonitionSimpleHtml = "<div class=\"paragraph\">\n<p>abc</p>\n</div>\n<div class=\"admonitionblock warning\">\n<table>\n<tr>\n<td class=\"icon\">\n<div class=\"title\">Warning</div>\n</td>\n<td class=\"content\">\nWolpertingers are known to nest in server racks.\nEnter at your own risk.\n</td>\n</tr>\n</table>\n</div>";
    static readonly admonitionSimpleTiny = "<article adoc-name=\"document\"><p adoc-name=\"paragraph\">abc</p><figure adoc-name=\"admonition\" attr-Style=\"WARNING\" attr-Caption=\"Warning\" data-name=\"warning\" data-textlabel=\"Warning\">Wolpertingers are known to nest in server racks.\nEnter at your own risk.</figure></article>";
    static readonly admonitionSimpleNormalized = "abc\n\nWARNING: Wolpertingers are known to nest in server racks.\nEnter at your own risk.";
    static readonly admonitionComplexAdoc = "[IMPORTANT]\n.Feeding the Werewolves\n====\nWhile werewolves are hardy community members, keep in mind the following dietary concerns:\n\n. They are allergic to cinnamon.\n. More than two glasses of orange juice in 24 hours makes them howl in harmony with alarms and sirens.\n. Celery makes them sad.\n====";
    static readonly admonitionComplexAdocCn = "[IMPORTANT,original_title=Feeding the Werewolves]\n.\u8BD1Feeding the Werewolves\n====\nWhile werewolves are hardy community members, keep in mind the following dietary concerns:\n\n\u8BD1While werewolves are hardy community members, keep in mind the following dietary concerns:\n\n. They are allergic to cinnamon.$$$\u8BD1They are allergic to cinnamon.\n. More than two glasses of orange juice in 24 hours makes them howl in harmony with alarms and sirens.$$$\u8BD1More than two glasses of orange juice in 24 hours makes them howl in harmony with alarms and sirens.\n. Celery makes them sad.$$$\u8BD1Celery makes them sad.\n====";
    static readonly admonitionComplexHtml = "<div class=\"admonitionblock important\">\n<table>\n<tr>\n<td class=\"icon\">\n<div class=\"title\">Important</div>\n</td>\n<td class=\"content\">\n<div class=\"title\">Feeding the Werewolves</div>\n<div class=\"paragraph\">\n<p>While werewolves are hardy community members, keep in mind the following dietary concerns:</p>\n</div>\n<div class=\"olist arabic\">\n<ol class=\"arabic\">\n<li>\n<p>They are allergic to cinnamon.</p>\n</li>\n<li>\n<p>More than two glasses of orange juice in 24 hours makes them howl in harmony with alarms and sirens.</p>\n</li>\n<li>\n<p>Celery makes them sad.</p>\n</li>\n</ol>\n</div>\n</td>\n</tr>\n</table>\n</div>";
    static readonly admonitionComplexTiny = "<article adoc-name=\"document\"><figure adoc-name=\"admonition\" attr-Title=\"Feeding the Werewolves\" attr-Style=\"IMPORTANT\" attr-Caption=\"Important\" data-title=\"Feeding the Werewolves\" data-name=\"important\" data-textlabel=\"Important\"><p adoc-name=\"paragraph\">While werewolves are hardy community members, keep in mind the following dietary concerns:</p><ol adoc-name=\"olist\" attr-Style=\"arabic\"><li adoc-name=\"list_item\" attr-Text=\"They are allergic to cinnamon.\" attr-Marker=\".\">They are allergic to cinnamon.</li><li adoc-name=\"list_item\" attr-Text=\"More than two glasses of orange juice in 24 hours makes them howl in harmony with alarms and sirens.\" attr-Marker=\".\">More than two glasses of orange juice in 24 hours makes them howl in harmony with alarms and sirens.</li><li adoc-name=\"list_item\" attr-Text=\"Celery makes them sad.\" attr-Marker=\".\">Celery makes them sad.</li></ol></figure></article>";
    static readonly admonitionComplexNormalized = "[IMPORTANT]\n.Feeding the Werewolves\n====\nWhile werewolves are hardy community members, keep in mind the following dietary concerns:\n\n. They are allergic to cinnamon.\n. More than two glasses of orange juice in 24 hours makes them howl in harmony with alarms and sirens.\n. Celery makes them sad.\n====";
    static readonly sidebarSimpleAdoc = "[sidebar]\nSidebars are used to visually separate auxiliary bits of content\nthat supplement the main text.";
    static readonly sidebarSimpleAdocCn = "****\nSidebars are used to visually separate auxiliary bits of content\nthat supplement the main text.\n\n\u8BD1Sidebars are used to visually separate auxiliary bits of content\n\u8BD1that supplement the main text.\n****";
    static readonly sidebarSimpleHtml = "<div class=\"sidebarblock\">\n<div class=\"content\">\nSidebars are used to visually separate auxiliary bits of content\nthat supplement the main text.\n</div>\n</div>";
    static readonly sidebarSimpleTiny = "<article adoc-name=\"document\"><aside adoc-name=\"sidebar\" attr-Style=\"sidebar\">Sidebars are used to visually separate auxiliary bits of content\nthat supplement the main text.</aside></article>";
    static readonly sidebarSimpleNormalized = "[sidebar]\nSidebars are used to visually separate auxiliary bits of content\nthat supplement the main text.";
    static readonly sidebarComplexAdoc = ".Optional Title\n****\nSidebars are used to visually separate auxiliary bits of content\nthat supplement the main text.\n\nTIP: They can contain any type of content.\n****";
    static readonly sidebarComplexAdocCn = "[original_title=Optional Title]\n.\u8BD1Optional Title\n****\nSidebars are used to visually separate auxiliary bits of content\nthat supplement the main text.\n\n\u8BD1Sidebars are used to visually separate auxiliary bits of content\n\u8BD1that supplement the main text.\n\n[TIP]\n====\nThey can contain any type of content.\n\n\u8BD1They can contain any type of content.\n====\n****";
    static readonly sidebarComplexHtml = "<div class=\"sidebarblock\">\n<div class=\"content\">\n<div class=\"title\">Optional Title</div>\n<div class=\"paragraph\">\n<p>Sidebars are used to visually separate auxiliary bits of content\nthat supplement the main text.</p>\n</div>\n<div class=\"admonitionblock tip\">\n<table>\n<tr>\n<td class=\"icon\">\n<div class=\"title\">Tip</div>\n</td>\n<td class=\"content\">\nThey can contain any type of content.\n</td>\n</tr>\n</table>\n</div>\n</div>\n</div>";
    static readonly sidebarComplexTiny = "<article adoc-name=\"document\"><aside adoc-name=\"sidebar\" attr-Title=\"Optional Title\" attr-Style=\"sidebar\" data-title=\"Optional Title\"><p adoc-name=\"paragraph\">Sidebars are used to visually separate auxiliary bits of content\nthat supplement the main text.</p><figure adoc-name=\"admonition\" attr-Style=\"TIP\" attr-Caption=\"Tip\" data-name=\"tip\" data-textlabel=\"Tip\">They can contain any type of content.</figure></aside></article>";
    static readonly sidebarComplexNormalized = ".Optional Title\n****\nSidebars are used to visually separate auxiliary bits of content\nthat supplement the main text.\n\nTIP: They can contain any type of content.\n****";
    static readonly exampleBlockSimpleAdoc = "[example]\n.Optional title\nThis is an example of an example block.";
    static readonly exampleBlockSimpleAdocCn = "[original_title=Optional title]\n.\u8BD1Optional title\n====\nThis is an example of an example block.\n\n\u8BD1This is an example of an example block.\n====";
    static readonly exampleBlockSimpleHtml = "<div class=\"exampleblock\">\n<div class=\"title\">Example 1. Optional title</div>\n<div class=\"content\">\nThis is an example of an example block.\n</div>\n</div>";
    static readonly exampleBlockSimpleTiny = "<article adoc-name=\"document\"><blockquote adoc-name=\"example\" attr-Title=\"Optional title\" attr-Style=\"example\" attr-Caption=\"Example 1. \" attr-Numeral=\"1\" type-attr-Numeral=\"number\" data-title=\"Optional title\" data-attribute_entries=\"[{&quot;name&quot;:&quot;example-number&quot;,&quot;value&quot;:1,&quot;negate&quot;:false}]\" type-data-attribute_entries=\"object\">This is an example of an example block.</blockquote></article>";
    static readonly exampleBlockSimpleNormalized = "[example]\n.Optional title\nThis is an example of an example block.";
    static readonly exampleBlockComplexAdoc = ".Onomatopoeia\n====\nThe book hit the floor with a *thud*.\n\nHe could hear doves *cooing* in the pine trees branches.\n====";
    static readonly exampleBlockComplexAdocCn = "[original_title=Onomatopoeia]\n.\u8BD1Onomatopoeia\n====\nThe book hit the floor with a *thud*.\n\n\u8BD1The book hit the floor with a *\u8BD1thud*.\n\nHe could hear doves *cooing* in the pine trees branches.\n\n\u8BD1He could hear doves *\u8BD1cooing*\u8BD1 in the pine trees branches.\n====";
    static readonly exampleBlockComplexHtml = "<div class=\"exampleblock\">\n<div class=\"title\">Example 1. Onomatopoeia</div>\n<div class=\"content\">\n<div class=\"paragraph\">\n<p>The book hit the floor with a <strong>thud</strong>.</p>\n</div>\n<div class=\"paragraph\">\n<p>He could hear doves <strong>cooing</strong> in the pine trees branches.</p>\n</div>\n</div>\n</div>";
    static readonly exampleBlockComplexTiny = "<article adoc-name=\"document\"><blockquote adoc-name=\"example\" attr-Title=\"Onomatopoeia\" attr-Style=\"example\" attr-Caption=\"Example 1. \" attr-Numeral=\"1\" type-attr-Numeral=\"number\" data-title=\"Onomatopoeia\" data-attribute_entries=\"[{&quot;name&quot;:&quot;example-number&quot;,&quot;value&quot;:1,&quot;negate&quot;:false}]\" type-data-attribute_entries=\"object\"><p adoc-name=\"paragraph\">The book hit the floor with a <strong adoc-name=\"inline_quoted\" prop-type=\"strong\" prop-alt=\"\">thud</strong>.</p><p adoc-name=\"paragraph\">He could hear doves <strong adoc-name=\"inline_quoted\" prop-type=\"strong\" prop-alt=\"\">cooing</strong> in the pine trees branches.</p></blockquote></article>";
    static readonly exampleBlockComplexNormalized = ".Onomatopoeia\n====\nThe book hit the floor with a *thud*.\n\nHe could hear doves *cooing* in the pine trees branches.\n====";
    static readonly blockQuoteSimpleAdoc = ".After landing the cloaked Klingon bird of prey in Golden Gate park:\n\"Everybody remember where we parked.\"\n-- Captain James T. Kirk, Star Trek IV: The Voyage Home";
    static readonly blockQuoteSimpleAdocCn = "[quote,\u8BD1Captain James T. Kirk,\u8BD1Star Trek IV: The Voyage Home,original_title=After landing the cloaked Klingon bird of prey in Golden Gate park:,original_citetitle=Star Trek IV: The Voyage Home,original_attribution=Captain James T. Kirk]\n.\u8BD1After landing the cloaked Klingon bird of prey in Golden Gate park:\n____\nEverybody remember where we parked.\n\n\u8BD1Everybody remember where we parked.\n____";
    static readonly blockQuoteSimpleHtml = "<div class=\"quoteblock\">\n<div class=\"title\">After landing the cloaked Klingon bird of prey in Golden Gate park:</div>\n<blockquote>\nEverybody remember where we parked.\n</blockquote>\n<div class=\"attribution\">\n&#8212; Captain James T. Kirk<br>\n<cite>Star Trek IV: The Voyage Home</cite>\n</div>\n</div>";
    static readonly blockQuoteSimpleTiny = "<article adoc-name=\"document\"><blockquote adoc-name=\"quote\" attr-Title=\"After landing the cloaked Klingon bird of prey in Golden Gate park:\" attr-Style=\"quote\" data-title=\"After landing the cloaked Klingon bird of prey in Golden Gate park:\" data-attribution=\"Captain James T. Kirk\" data-citetitle=\"Star Trek IV: The Voyage Home\">Everybody remember where we parked.</blockquote></article>";
    static readonly blockQuoteSimpleNormalized = ".After landing the cloaked Klingon bird of prey in Golden Gate park:\n\"Everybody remember where we parked.\"\n-- Captain James T. Kirk, Star Trek IV: The Voyage Home";
    static readonly blockQuoteHighlightAdoc = "[quote,Monty Python and the Holy Grail]\n____\nDennis: Come and see the violence inherent in the system.\n\nKing Arthur: Bloody peasant!\n\nDennis: Oh, what a giveaway!\n____";
    static readonly blockQuoteHighlightAdocCn = "[quote,\u8BD1Monty Python and the Holy Grail,original_attribution=Monty Python and the Holy Grail]\n____\nDennis: Come and see the violence inherent in the system.\n\n\u8BD1Dennis: Come and see the violence inherent in the system.\n\nKing Arthur: Bloody peasant!\n\n\u8BD1King Arthur: Bloody peasant!\n\nDennis: Oh, what a giveaway!\n\n\u8BD1Dennis: Oh, what a giveaway!\n____";
    static readonly blockQuoteHighlightHtml = "<div class=\"quoteblock\">\n<blockquote>\n<div class=\"paragraph\">\n<p>Dennis: Come and see the violence inherent in the system.</p>\n</div>\n<div class=\"paragraph\">\n<p>King Arthur: Bloody peasant!</p>\n</div>\n<div class=\"paragraph\">\n<p>Dennis: Oh, what a giveaway!</p>\n</div>\n</blockquote>\n<div class=\"attribution\">\n&#8212; Monty Python and the Holy Grail\n</div>\n</div>";
    static readonly blockQuoteHighlightTiny = "<article adoc-name=\"document\"><blockquote adoc-name=\"quote\" attr-Style=\"quote\" data-attribution=\"Monty Python and the Holy Grail\"><p adoc-name=\"paragraph\">Dennis: Come and see the violence inherent in the system.</p><p adoc-name=\"paragraph\">King Arthur: Bloody peasant!</p><p adoc-name=\"paragraph\">Dennis: Oh, what a giveaway!</p></blockquote></article>";
    static readonly blockQuoteHighlightNormalized = "[quote,Monty Python and the Holy Grail]\n____\nDennis: Come and see the violence inherent in the system.\n\nKing Arthur: Bloody peasant!\n\nDennis: Oh, what a giveaway!\n____";
    static readonly blockQuoteShorthandAdoc = "\"I hold it that a little rebellion now and then is a good thing,\nand as necessary in the political world as storms in the physical.\"\n-- Thomas Jefferson, Papers of Thomas Jefferson: Volume 11";
    static readonly blockQuoteShorthandAdocCn = "[quote,\u8BD1Thomas Jefferson,\u8BD1Papers of Thomas Jefferson: Volume 11,original_citetitle=Papers of Thomas Jefferson: Volume 11,original_attribution=Thomas Jefferson]\n____\nI hold it that a little rebellion now and then is a good thing,\nand as necessary in the political world as storms in the physical.\n\n\u8BD1I hold it that a little rebellion now and then is a good thing,\n\u8BD1and as necessary in the political world as storms in the physical.\n____";
    static readonly blockQuoteShorthandHtml = "<div class=\"quoteblock\">\n<blockquote>\nI hold it that a little rebellion now and then is a good thing,\nand as necessary in the political world as storms in the physical.\n</blockquote>\n<div class=\"attribution\">\n&#8212; Thomas Jefferson<br>\n<cite>Papers of Thomas Jefferson: Volume 11</cite>\n</div>\n</div>";
    static readonly blockQuoteShorthandTiny = "<article adoc-name=\"document\"><blockquote adoc-name=\"quote\" attr-Style=\"quote\" data-attribution=\"Thomas Jefferson\" data-citetitle=\"Papers of Thomas Jefferson: Volume 11\">I hold it that a little rebellion now and then is a good thing,\nand as necessary in the political world as storms in the physical.</blockquote></article>";
    static readonly blockQuoteShorthandNormalized = "\"I hold it that a little rebellion now and then is a good thing,\nand as necessary in the political world as storms in the physical.\"\n-- Thomas Jefferson, Papers of Thomas Jefferson: Volume 11";
    static readonly blockQuoteMarkdownAdoc = "> > What's new?\n>\n> I've got Markdown in my AsciiDoc!\n>\n> > Like what?\n>\n> * Blockquotes\n> * Headings\n> * Fenced code blocks\n>\n> > Is there more?\n>\n> Yep. AsciiDoc and Markdown share a lot of common syntax already.";
    static readonly blockQuoteMarkdownAdocCn = "____\n____\nWhat's new?\n\n\u8BD1What's new?\n____\nI've got Markdown in my AsciiDoc!\n\n\u8BD1I've got Markdown in my AsciiDoc!\n\n____\nLike what?\n\n\u8BD1Like what?\n____\n* Blockquotes$$$\u8BD1Blockquotes\n* Headings$$$\u8BD1Headings\n* Fenced code blocks$$$\u8BD1Fenced code blocks\n\n____\nIs there more?\n\n\u8BD1Is there more?\n____\nYep. AsciiDoc and Markdown share a lot of common syntax already.\n\n\u8BD1Yep. AsciiDoc and Markdown share a lot of common syntax already.\n____";
    static readonly blockQuoteMarkdownHtml = "<div class=\"quoteblock\">\n<blockquote>\n<div class=\"quoteblock\">\n<blockquote>\n<div class=\"paragraph\">\n<p>What&#8217;s new?</p>\n</div>\n</blockquote>\n</div>\n<div class=\"paragraph\">\n<p>I&#8217;ve got Markdown in my AsciiDoc!</p>\n</div>\n<div class=\"quoteblock\">\n<blockquote>\n<div class=\"paragraph\">\n<p>Like what?</p>\n</div>\n</blockquote>\n</div>\n<div class=\"ulist\">\n<ul>\n<li>\n<p>Blockquotes</p>\n</li>\n<li>\n<p>Headings</p>\n</li>\n<li>\n<p>Fenced code blocks</p>\n</li>\n</ul>\n</div>\n<div class=\"quoteblock\">\n<blockquote>\n<div class=\"paragraph\">\n<p>Is there more?</p>\n</div>\n</blockquote>\n</div>\n<div class=\"paragraph\">\n<p>Yep. AsciiDoc and Markdown share a lot of common syntax already.</p>\n</div>\n</blockquote>\n</div>";
    static readonly blockQuoteMarkdownTiny = "<article adoc-name=\"document\"><blockquote adoc-name=\"quote\" attr-Style=\"quote\"><blockquote adoc-name=\"quote\" attr-Style=\"quote\"><p adoc-name=\"paragraph\">What's new?</p></blockquote><p adoc-name=\"paragraph\">I've got Markdown in my AsciiDoc!</p><blockquote adoc-name=\"quote\" attr-Style=\"quote\"><p adoc-name=\"paragraph\">Like what?</p></blockquote><ul adoc-name=\"ulist\"><li adoc-name=\"list_item\" attr-Text=\"Blockquotes\" attr-Marker=\"*\">Blockquotes</li><li adoc-name=\"list_item\" attr-Text=\"Headings\" attr-Marker=\"*\">Headings</li><li adoc-name=\"list_item\" attr-Text=\"Fenced code blocks\" attr-Marker=\"*\">Fenced code blocks</li></ul><blockquote adoc-name=\"quote\" attr-Style=\"quote\"><p adoc-name=\"paragraph\">Is there more?</p></blockquote><p adoc-name=\"paragraph\">Yep. AsciiDoc and Markdown share a lot of common syntax already.</p></blockquote></article>";
    static readonly blockQuoteMarkdownNormalized = "____\n____\nWhat's new?\n____\nI've got Markdown in my AsciiDoc!\n\n____\nLike what?\n____\n* Blockquotes\n* Headings\n* Fenced code blocks\n\n____\nIs there more?\n____\nYep. AsciiDoc and Markdown share a lot of common syntax already.\n____";
    static readonly verseAdoc = "[verse,Carl Sandburg,two lines from the poem Fog]\nThe fog comes\non little cat feet.";
    static readonly verseAdocCn = "[verse,\u8BD1Carl Sandburg,\u8BD1two lines from the poem Fog,original_attribution=Carl Sandburg,original_citetitle=two lines from the poem Fog]\n____\nThe fog comes\non little cat feet.\n\n\u8BD1The fog comes\n\u8BD1on little cat feet.\n____";
    static readonly verseHtml = "<div class=\"verseblock\">\n<pre class=\"content\">The fog comes\non little cat feet.</pre>\n<div class=\"attribution\">\n&#8212; Carl Sandburg<br>\n<cite>two lines from the poem Fog</cite>\n</div>\n</div>";
    static readonly verseTiny = "<article adoc-name=\"document\"><figure adoc-name=\"verse\" attr-Style=\"verse\" data-attribution=\"Carl Sandburg\" data-citetitle=\"two lines from the poem Fog\">The fog comes\non little cat feet.</figure></article>";
    static readonly verseNormalized = "[verse,Carl Sandburg,two lines from the poem Fog]\nThe fog comes\non little cat feet.";
    static readonly sourceCodeSimpleAdoc = "[source,ruby]\n----\nrequire 'sinatra'\n\nget '/hi' do\n\"Hello World!\"\nend\n----";
    static readonly sourceCodeSimpleAdocCn = "[source,ruby]\n----\nrequire 'sinatra'\n\nget '/hi' do\n\"Hello World!\"\nend\n----";
    static readonly sourceCodeSimpleHtml = "<div class=\"listingblock\">\n<div class=\"content\">\n<pre class=\"highlight\"><code class=\"language-ruby\" data-lang=\"ruby\">require 'sinatra'\n\nget '/hi' do\n\"Hello World!\"\nend</code></pre>\n</div>\n</div>";
    static readonly sourceCodeSimpleTiny = "<article adoc-name=\"document\"><code adoc-name=\"listing\" attr-Style=\"source\" data-language=\"ruby\">require 'sinatra'\n\nget '/hi' do\n\"Hello World!\"\nend</code></article>";
    static readonly sourceCodeSimpleNormalized = "[source,ruby]\n----\nrequire 'sinatra'\n\nget '/hi' do\n\"Hello World!\"\nend\n----";
    static readonly sourceCodeNoIndentAdoc = "[source,ruby,indent=0]\n----\nrequire 'sinatra'\n\nget '/hi' do\n\"Hello World!\"\nend\n----";
    static readonly sourceCodeNoIndentAdocCn = "[source,ruby,indent=0]\n----\nrequire 'sinatra'\n\nget '/hi' do\n\"Hello World!\"\nend\n----";
    static readonly sourceCodeNoIndentHtml = "<div class=\"listingblock\">\n<div class=\"content\">\n<pre class=\"highlight\"><code class=\"language-ruby\" data-lang=\"ruby\">require 'sinatra'\n\nget '/hi' do\n\"Hello World!\"\nend</code></pre>\n</div>\n</div>";
    static readonly sourceCodeNoIndentTiny = "<article adoc-name=\"document\"><code adoc-name=\"listing\" attr-Style=\"source\" data-indent=\"0\" data-language=\"ruby\">require 'sinatra'\n\nget '/hi' do\n\"Hello World!\"\nend</code></article>";
    static readonly sourceCodeNoIndentNormalized = "[source,ruby,indent=0]\n----\nrequire 'sinatra'\n\nget '/hi' do\n\"Hello World!\"\nend\n----";
    static readonly sourceCodeHighlightAdoc = "[source#hello,ruby]\n----\nrequire 'sinatra'\n\nget '/hi' do\n\"Hello World!\"\nend\n----";
    static readonly sourceCodeHighlightAdocCn = "[source#hello,ruby]\n----\nrequire 'sinatra'\n\nget '/hi' do\n\"Hello World!\"\nend\n----";
    static readonly sourceCodeHighlightHtml = "<div id=\"hello\" class=\"listingblock\">\n<div class=\"content\">\n<pre class=\"highlight\"><code class=\"language-ruby\" data-lang=\"ruby\">require 'sinatra'\n\nget '/hi' do\n\"Hello World!\"\nend</code></pre>\n</div>\n</div>";
    static readonly sourceCodeHighlightTiny = "<article adoc-name=\"document\"><code adoc-name=\"listing\" attr-Style=\"source\" attr-Id=\"hello\" data-id=\"hello\" data-language=\"ruby\">require 'sinatra'\n\nget '/hi' do\n\"Hello World!\"\nend</code></article>";
    static readonly sourceCodeHighlightNormalized = "[source#hello,ruby]\n----\nrequire 'sinatra'\n\nget '/hi' do\n\"Hello World!\"\nend\n----";
    static readonly sourceCodeHighlightLinesAdoc = "[source%linenums,ruby,highlight=2..5]\n----\nORDERED_LIST_KEYWORDS = {\n'loweralpha' => 'a',\n'lowerroman' => 'i',\n'upperalpha' => 'A',\n'upperroman' => 'I',\n}\n----";
    static readonly sourceCodeHighlightLinesAdocCn = "[source%linenums,ruby,highlight=2..5]\n----\nORDERED_LIST_KEYWORDS = {\n'loweralpha' => 'a',\n'lowerroman' => 'i',\n'upperalpha' => 'A',\n'upperroman' => 'I',\n}\n----";
    static readonly sourceCodeHighlightLinesHtml = "<div class=\"listingblock\">\n<div class=\"content\">\n<pre class=\"highlight\"><code class=\"language-ruby\" data-lang=\"ruby\">ORDERED_LIST_KEYWORDS = {\n'loweralpha' =&gt; 'a',\n'lowerroman' =&gt; 'i',\n'upperalpha' =&gt; 'A',\n'upperroman' =&gt; 'I',\n}</code></pre>\n</div>\n</div>";
    static readonly sourceCodeHighlightLinesTiny = "<article adoc-name=\"document\"><code adoc-name=\"listing\" attr-Style=\"source\" data-highlight=\"2..5\" data-linenums-option=\"\" data-language=\"ruby\" data-linenums=\"\">ORDERED_LIST_KEYWORDS = {\n'loweralpha' =&gt; 'a',\n'lowerroman' =&gt; 'i',\n'upperalpha' =&gt; 'A',\n'upperroman' =&gt; 'I',\n}</code></article>";
    static readonly sourceCodeHighlightLinesNormalized = "[source%linenums,ruby,highlight=2..5]\n----\nORDERED_LIST_KEYWORDS = {\n'loweralpha' => 'a',\n'lowerroman' => 'i',\n'upperalpha' => 'A',\n'upperroman' => 'I',\n}\n----";
    static readonly listingBlockAdoc = "[subs=+attributes]\n----\nThis is a _delimited listing block_\nwith the `subs` attribute assigned\nthe incremental value `+attributes`.\nThis attribute reference:\n\n{replace-me}\n\nwill be replaced with the attribute's\nvalue when rendered.\n----";
    static readonly listingBlockAdocCn = "[subs=+attributes]\n----\nThis is a _delimited listing block_\nwith the `subs` attribute assigned\nthe incremental value `+attributes`.\nThis attribute reference:\n\n\u8BD1This is a _\u8BD1delimited listing block_\n\u8BD1with the `subs`\u8BD1 attribute assigned\n\u8BD1the incremental value `+attributes`.\n\u8BD1This attribute reference:\n\n{replace-me}\n\n\u8BD1{replace-me}\n\nwill be replaced with the attribute's\nvalue when rendered.\n\n\u8BD1will be replaced with the attribute's\n\u8BD1value when rendered.\n----";
    static readonly listingBlockHtml = "<div class=\"listingblock\">\n<div class=\"content\">\n<pre>This is a _delimited listing block_\nwith the `subs` attribute assigned\nthe incremental value `+attributes`.\nThis attribute reference:\n\n{replace-me}\n\nwill be replaced with the attribute's\nvalue when rendered.</pre>\n</div>\n</div>";
    static readonly listingBlockTiny = "<article adoc-name=\"document\"><pre adoc-name=\"listing\" attr-Style=\"listing\" data-subs=\"+attributes\">This is a _delimited listing block_\nwith the `subs` attribute assigned\nthe incremental value `+attributes`.\nThis attribute reference:\n\n{replace-me}\n\nwill be replaced with the attribute's\nvalue when rendered.</pre></article>";
    static readonly listingBlockNormalized = "[subs=+attributes]\n----\nThis is a _delimited listing block_\nwith the `subs` attribute assigned\nthe incremental value `+attributes`.\nThis attribute reference:\n\n{replace-me}\n\nwill be replaced with the attribute's\nvalue when rendered.\n----";
    static readonly literalBlockWithStyleAdoc = "[literal]\n....\nerror: 1954 Forbidden search\nabsolutely fatal: operation lost in the dodecahedron of doom\nWould you like to try again? y/n\n....";
    static readonly literalBlockWithStyleAdocCn = "[literal]\n....\nerror: 1954 Forbidden search\nabsolutely fatal: operation lost in the dodecahedron of doom\nWould you like to try again? y/n\n....";
    static readonly literalBlockWithStyleHtml = "<div class=\"literalblock\">\n<div class=\"content\">\n<pre>error: 1954 Forbidden search\nabsolutely fatal: operation lost in the dodecahedron of doom\nWould you like to try again? y/n</pre>\n</div>\n</div>";
    static readonly literalBlockWithStyleTiny = "<article adoc-name=\"document\"><pre adoc-name=\"literal\" attr-Style=\"literal\">error: 1954 Forbidden search\nabsolutely fatal: operation lost in the dodecahedron of doom\nWould you like to try again? y/n</pre></article>";
    static readonly literalBlockWithStyleNormalized = "[literal]\n....\nerror: 1954 Forbidden search\nabsolutely fatal: operation lost in the dodecahedron of doom\nWould you like to try again? y/n\n....";
    static readonly literalBlockWithDelimiterAdoc = "....\nKismet: Where is the *defensive operations manual*?\n\nComputer: Calculating ...\nCan not locate object.\nYou are not authorized to know it exists.\n\nKismet: Did the werewolves tell you to say that?\n\nComputer: Calculating ...\n....";
    static readonly literalBlockWithDelimiterAdocCn = "....\nKismet: Where is the *defensive operations manual*?\n\nComputer: Calculating ...\nCan not locate object.\nYou are not authorized to know it exists.\n\nKismet: Did the werewolves tell you to say that?\n\nComputer: Calculating ...\n....";
    static readonly literalBlockWithDelimiterHtml = "<div class=\"literalblock\">\n<div class=\"content\">\n<pre>Kismet: Where is the *defensive operations manual*?\n\nComputer: Calculating ...\nCan not locate object.\nYou are not authorized to know it exists.\n\nKismet: Did the werewolves tell you to say that?\n\nComputer: Calculating ...</pre>\n</div>\n</div>";
    static readonly literalBlockWithDelimiterTiny = "<article adoc-name=\"document\"><pre adoc-name=\"literal\" attr-Style=\"literal\">Kismet: Where is the *defensive operations manual*?\n\nComputer: Calculating ...\nCan not locate object.\nYou are not authorized to know it exists.\n\nKismet: Did the werewolves tell you to say that?\n\nComputer: Calculating ...</pre></article>";
    static readonly literalBlockWithDelimiterNormalized = "....\nKismet: Where is the *defensive operations manual*?\n\nComputer: Calculating ...\nCan not locate object.\nYou are not authorized to know it exists.\n\nKismet: Did the werewolves tell you to say that?\n\nComputer: Calculating ...\n....";
    static readonly sourceCodeCalloutsAdoc = "[source,ruby]\n----\nrequire 'sinatra' <1>\n\nget '/hi' do <2> <3>\n\"Hello World!\"\nend\n----\n\n<1> Library import\n<2> URL mapping\n<3> Response block";
    static readonly sourceCodeCalloutsAdocCn = "[source,ruby]\n----\nrequire 'sinatra' <1>\n\nget '/hi' do <2> <3>\n\"Hello World!\"\nend\n----\n\n<1> Library import$$$\u8BD1Library import\n<2> URL mapping$$$\u8BD1URL mapping\n<3> Response block$$$\u8BD1Response block";
    static readonly sourceCodeCalloutsHtml = "<div class=\"listingblock\">\n<div class=\"content\">\n<pre class=\"highlight\"><code class=\"language-ruby\" data-lang=\"ruby\">require 'sinatra' <b class=\"conum\">(1)</b>\n\nget '/hi' do <b class=\"conum\">(2)</b> <b class=\"conum\">(3)</b>\n\"Hello World!\"\nend</code></pre>\n</div>\n</div>\n<div class=\"colist arabic\">\n<ol>\n<li>\n<p>Library import</p>\n</li>\n<li>\n<p>URL mapping</p>\n</li>\n<li>\n<p>Response block</p>\n</li>\n</ol>\n</div>";
    static readonly sourceCodeCalloutsTiny = "<article adoc-name=\"document\"><code adoc-name=\"listing\" attr-Style=\"source\" data-language=\"ruby\">require 'sinatra' <li adoc-name=\"inline_callout\" attr-Id=\"CO1-1\" prop-alt=\"\">1</li>\n\nget '/hi' do <li adoc-name=\"inline_callout\" attr-Id=\"CO1-2\" prop-alt=\"\">2</li> <li adoc-name=\"inline_callout\" attr-Id=\"CO1-3\" prop-alt=\"\">3</li>\n\"Hello World!\"\nend</code><ol adoc-name=\"colist\" attr-Style=\"arabic\"><li adoc-name=\"list_item\" attr-Text=\"Library import\" attr-Marker=\"<1>\" data-coids=\"CO1-1\">Library import</li><li adoc-name=\"list_item\" attr-Text=\"URL mapping\" attr-Marker=\"<1>\" data-coids=\"CO1-2\">URL mapping</li><li adoc-name=\"list_item\" attr-Text=\"Response block\" attr-Marker=\"<1>\" data-coids=\"CO1-3\">Response block</li></ol></article>";
    static readonly sourceCodeCalloutsNormalized = "[source,ruby]\n----\nrequire 'sinatra' <1>\n\nget '/hi' do <2> <3>\n\"Hello World!\"\nend\n----\n\n<1> Library import\n<2> URL mapping\n<3> Response block";
    static readonly sourceCodeWithIndentAdoc = "[source,ruby,indent=2]\n----\ndef names\n@name.split ' '\nend\n----";
    static readonly sourceCodeWithIndentAdocCn = "[source,ruby,indent=2]\n----\ndef names\n@name.split ' '\nend\n----";
    static readonly sourceCodeWithIndentHtml = "<div class=\"listingblock\">\n<div class=\"content\">\n<pre class=\"highlight\"><code class=\"language-ruby\" data-lang=\"ruby\">  def names\n  @name.split ' '\n  end</code></pre>\n</div>\n</div>";
    static readonly sourceCodeWithIndentTiny = "<article adoc-name=\"document\"><code adoc-name=\"listing\" attr-Style=\"source\" data-indent=\"2\" data-language=\"ruby\">  def names\n  @name.split ' '\n  end</code></article>";
    static readonly sourceCodeWithIndentNormalized = "[source,ruby,indent=2]\n----\ndef names\n@name.split ' '\nend\n----";
    static readonly tableEmptyAdoc = "[cols=\"1,1\"]\n|===";
    static readonly tableEmptyAdocCn = "[cols=\"1,1\"]\n|===";
    static readonly tableEmptyHtml = "<table class=\"tableblock frame-all grid-all stretch\">\n</table>";
    static readonly tableEmptyTiny = "<article adoc-name=\"document\"><table adoc-name=\"table\" attr-ColumnCount=\"2\" type-attr-ColumnCount=\"number\" attr-Style=\"table\" data-tablepcwidth=\"100\" type-data-tablepcwidth=\"number\" data-colcount=\"2\" type-data-colcount=\"number\" data-cols=\"1,1\"><colgroup><col data-width=\"1\" data-colnumber=\"1\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\"/><col data-width=\"1\" data-colnumber=\"2\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\"/></colgroup></table></article>";
    static readonly tableEmptyNormalized = "[cols=\"1,1\"]\n|===";
    static readonly tableWithTitleAdoc = "[cols=\"1,1\"]\n.Table Title\n|===";
    static readonly tableWithTitleAdocCn = "[cols=\"1,1\",original_title=Table Title]\n.\u8BD1Table Title\n|===";
    static readonly tableWithTitleHtml = "<table class=\"tableblock frame-all grid-all stretch\">\n<caption class=\"title\">Table 1. Table Title</caption>\n</table>";
    static readonly tableWithTitleTiny = "<article adoc-name=\"document\"><table adoc-name=\"table\" attr-ColumnCount=\"2\" type-attr-ColumnCount=\"number\" attr-Title=\"Table Title\" attr-Style=\"table\" attr-Caption=\"Table 1. \" attr-Numeral=\"1\" type-attr-Numeral=\"number\" data-tablepcwidth=\"100\" type-data-tablepcwidth=\"number\" data-colcount=\"2\" type-data-colcount=\"number\" data-attribute_entries=\"[{&quot;name&quot;:&quot;table-number&quot;,&quot;value&quot;:1,&quot;negate&quot;:false}]\" type-data-attribute_entries=\"object\" data-cols=\"1,1\"><caption>Table 1. </caption><colgroup><col data-width=\"1\" data-colnumber=\"1\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\"/><col data-width=\"1\" data-colnumber=\"2\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\"/></colgroup></table></article>";
    static readonly tableWithTitleNormalized = "[cols=\"1,1\"]\n.Table Title\n|===";
    static readonly tableWithoutHeaderAdoc = "[cols=\"1,1\"]\n|===\n|Cell in column 1, row 1\n|Cell in column 2, row 1\n\n|Cell in column 1, row 2\n|Cell in column 2, row 2\n\n|Cell in column 1, row 3\n|Cell in column 2, row 3\n|===";
    static readonly tableWithoutHeaderAdocCn = "[cols=\"1,1\"]\n|===\na|Cell in column 1, row 1\n\n\u8BD1Cell in column 1, row 1\n\na|Cell in column 2, row 1\n\n\u8BD1Cell in column 2, row 1\n\na|Cell in column 1, row 2\n\n\u8BD1Cell in column 1, row 2\n\na|Cell in column 2, row 2\n\n\u8BD1Cell in column 2, row 2\n\na|Cell in column 1, row 3\n\n\u8BD1Cell in column 1, row 3\n\na|Cell in column 2, row 3\n\n\u8BD1Cell in column 2, row 3\n\n|===";
    static readonly tableWithoutHeaderHtml = "<table class=\"tableblock frame-all grid-all stretch\">\n<colgroup>\n<col style=\"width: 50%;\">\n<col style=\"width: 50%;\">\n</colgroup>\n<tbody>\n<tr>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">Cell in column 1, row 1</p></td>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">Cell in column 2, row 1</p></td>\n</tr>\n<tr>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">Cell in column 1, row 2</p></td>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">Cell in column 2, row 2</p></td>\n</tr>\n<tr>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">Cell in column 1, row 3</p></td>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">Cell in column 2, row 3</p></td>\n</tr>\n</tbody>\n</table>";
    static readonly tableWithoutHeaderTiny = "<article adoc-name=\"document\"><table adoc-name=\"table\" attr-RowCount=\"3\" type-attr-RowCount=\"number\" attr-ColumnCount=\"2\" type-attr-ColumnCount=\"number\" attr-Style=\"table\" data-tablepcwidth=\"100\" type-data-tablepcwidth=\"number\" data-colcount=\"2\" type-data-colcount=\"number\" data-rowcount=\"3\" type-data-rowcount=\"number\" data-cols=\"1,1\"><colgroup><col data-width=\"1\" data-colnumber=\"1\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\"/><col data-width=\"1\" data-colnumber=\"2\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\"/></colgroup><tbody><tr><td data-width=\"1\" data-colnumber=\"1\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\">Cell in column 1, row 1</td><td data-width=\"1\" data-colnumber=\"2\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\">Cell in column 2, row 1</td></tr><tr><td data-width=\"1\" data-colnumber=\"1\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\">Cell in column 1, row 2</td><td data-width=\"1\" data-colnumber=\"2\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\">Cell in column 2, row 2</td></tr><tr><td data-width=\"1\" data-colnumber=\"1\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\">Cell in column 1, row 3</td><td data-width=\"1\" data-colnumber=\"2\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\">Cell in column 2, row 3</td></tr></tbody></table></article>";
    static readonly tableWithoutHeaderNormalized = "[cols=\"1,1\"]\n|===\n|Cell in column 1, row 1\n|Cell in column 2, row 1\n\n|Cell in column 1, row 2\n|Cell in column 2, row 2\n\n|Cell in column 1, row 3\n|Cell in column 2, row 3\n|===";
    static readonly tableWithHeaderAdoc = "[%footer,cols=\"1,1\"]\n|===\n|Cell in column 1, header row |Cell in column 2, header row\n\n|Cell in column 1, row 2\n|Cell in column 2, row 2\n\n|Cell in column 1, row 3\n|Cell in column 2, row 3\n\n|Cell in column 1, row 4\n|Cell in column 2, row 4\n\n|Cell in column 1, footer row\n|Cell in column 2, footer row\n|===";
    static readonly tableWithHeaderAdocCn = "[%footer,cols=\"1,1\"]\n|===\n|\u8BD1Cell in column 1, header row |\u8BD1Cell in column 2, header row\n\na|Cell in column 1, row 2\n\n\u8BD1Cell in column 1, row 2\n\na|Cell in column 2, row 2\n\n\u8BD1Cell in column 2, row 2\n\na|Cell in column 1, row 3\n\n\u8BD1Cell in column 1, row 3\n\na|Cell in column 2, row 3\n\n\u8BD1Cell in column 2, row 3\n\na|Cell in column 1, row 4\n\n\u8BD1Cell in column 1, row 4\n\na|Cell in column 2, row 4\n\n\u8BD1Cell in column 2, row 4\n\na|Cell in column 1, footer row\n\n\u8BD1Cell in column 1, footer row\n\na|Cell in column 2, footer row\n\n\u8BD1Cell in column 2, footer row\n\n|===";
    static readonly tableWithHeaderHtml = "<table class=\"tableblock frame-all grid-all stretch\">\n<colgroup>\n<col style=\"width: 50%;\">\n<col style=\"width: 50%;\">\n</colgroup>\n<thead>\n<tr>\n<th class=\"tableblock halign-left valign-top\">Cell in column 1, header row</th>\n<th class=\"tableblock halign-left valign-top\">Cell in column 2, header row</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">Cell in column 1, row 2</p></td>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">Cell in column 2, row 2</p></td>\n</tr>\n<tr>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">Cell in column 1, row 3</p></td>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">Cell in column 2, row 3</p></td>\n</tr>\n<tr>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">Cell in column 1, row 4</p></td>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">Cell in column 2, row 4</p></td>\n</tr>\n</tbody>\n<tfoot>\n<tr>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">Cell in column 1, footer row</p></td>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">Cell in column 2, footer row</p></td>\n</tr>\n</tfoot>\n</table>";
    static readonly tableWithHeaderTiny = "<article adoc-name=\"document\"><table adoc-name=\"table\" attr-RowCount=\"5\" type-attr-RowCount=\"number\" attr-ColumnCount=\"2\" type-attr-ColumnCount=\"number\" attr-Style=\"table\" data-tablepcwidth=\"100\" type-data-tablepcwidth=\"number\" data-colcount=\"2\" type-data-colcount=\"number\" data-rowcount=\"5\" type-data-rowcount=\"number\" data-cols=\"1,1\" data-footer-option=\"\"><colgroup><col data-width=\"1\" data-colnumber=\"1\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\"/><col data-width=\"1\" data-colnumber=\"2\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\"/></colgroup><thead><tr><th data-width=\"1\" data-colnumber=\"1\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\">Cell in column 1, header row</th><th data-width=\"1\" data-colnumber=\"2\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\">Cell in column 2, header row</th></tr></thead><tbody><tr><td data-width=\"1\" data-colnumber=\"1\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\">Cell in column 1, row 2</td><td data-width=\"1\" data-colnumber=\"2\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\">Cell in column 2, row 2</td></tr><tr><td data-width=\"1\" data-colnumber=\"1\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\">Cell in column 1, row 3</td><td data-width=\"1\" data-colnumber=\"2\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\">Cell in column 2, row 3</td></tr><tr><td data-width=\"1\" data-colnumber=\"1\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\">Cell in column 1, row 4</td><td data-width=\"1\" data-colnumber=\"2\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\">Cell in column 2, row 4</td></tr></tbody><tfoot><tr><td data-width=\"1\" data-colnumber=\"1\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\">Cell in column 1, footer row</td><td data-width=\"1\" data-colnumber=\"2\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\">Cell in column 2, footer row</td></tr></tfoot></table></article>";
    static readonly tableWithHeaderNormalized = "[%footer,cols=\"1,1\"]\n|===\n|Cell in column 1, header row |Cell in column 2, header row\n\n|Cell in column 1, row 2\n|Cell in column 2, row 2\n\n|Cell in column 1, row 3\n|Cell in column 2, row 3\n\n|Cell in column 1, row 4\n|Cell in column 2, row 4\n\n|Cell in column 1, footer row\n|Cell in column 2, footer row\n|===";
    static readonly tableAlignmentAdoc = "|===\n|Column Name |Column Name |Column Name\n\n|Left-aligned content.\n^|Center-aligned content.\n>|Right-aligned content.\n\n|Top-aligned content.\n.^|Middle-aligned content.\n.>|Bottom-aligned content.\n\n.^|Top-right-aligned content.\n^.^|Middle-center-aligned content.\n>.>|Bottom-right-aligned content.\n|===";
    static readonly tableAlignmentAdocCn = "|===\n|\u8BD1Column Name |\u8BD1Column Name |\u8BD1Column Name\n\na|Left-aligned content.\n\n\u8BD1Left-aligned content.\n\n^a|Center-aligned content.\n\n\u8BD1Center-aligned content.\n\n>a|Right-aligned content.\n\n\u8BD1Right-aligned content.\n\na|Top-aligned content.\n\n\u8BD1Top-aligned content.\n\n.^a|Middle-aligned content.\n\n\u8BD1Middle-aligned content.\n\n.>a|Bottom-aligned content.\n\n\u8BD1Bottom-aligned content.\n\n.^a|Top-right-aligned content.\n\n\u8BD1Top-right-aligned content.\n\n^.^a|Middle-center-aligned content.\n\n\u8BD1Middle-center-aligned content.\n\n>.>a|Bottom-right-aligned content.\n\n\u8BD1Bottom-right-aligned content.\n\n|===";
    static readonly tableAlignmentHtml = "<table class=\"tableblock frame-all grid-all stretch\">\n<colgroup>\n<col style=\"width: 33.3333%;\">\n<col style=\"width: 33.3333%;\">\n<col style=\"width: 33.3334%;\">\n</colgroup>\n<thead>\n<tr>\n<th class=\"tableblock halign-left valign-top\">Column Name</th>\n<th class=\"tableblock halign-left valign-top\">Column Name</th>\n<th class=\"tableblock halign-left valign-top\">Column Name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">Left-aligned content.</p></td>\n<td class=\"tableblock halign-center valign-top\"><p class=\"tableblock\">Center-aligned content.</p></td>\n<td class=\"tableblock halign-right valign-top\"><p class=\"tableblock\">Right-aligned content.</p></td>\n</tr>\n<tr>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">Top-aligned content.</p></td>\n<td class=\"tableblock halign-left valign-middle\"><p class=\"tableblock\">Middle-aligned content.</p></td>\n<td class=\"tableblock halign-left valign-bottom\"><p class=\"tableblock\">Bottom-aligned content.</p></td>\n</tr>\n<tr>\n<td class=\"tableblock halign-left valign-middle\"><p class=\"tableblock\">Top-right-aligned content.</p></td>\n<td class=\"tableblock halign-center valign-middle\"><p class=\"tableblock\">Middle-center-aligned content.</p></td>\n<td class=\"tableblock halign-right valign-bottom\"><p class=\"tableblock\">Bottom-right-aligned content.</p></td>\n</tr>\n</tbody>\n</table>";
    static readonly tableAlignmentTiny = "<article adoc-name=\"document\"><table adoc-name=\"table\" attr-RowCount=\"4\" type-attr-RowCount=\"number\" attr-ColumnCount=\"3\" type-attr-ColumnCount=\"number\" attr-Style=\"table\" data-tablepcwidth=\"100\" type-data-tablepcwidth=\"number\" data-colcount=\"3\" type-data-colcount=\"number\" data-rowcount=\"4\" type-data-rowcount=\"number\"><colgroup><col data-colnumber=\"1\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"33.3333\"/><col data-colnumber=\"2\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"33.3333\"/><col data-colnumber=\"3\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"33.3334\"/></colgroup><thead><tr><th data-colnumber=\"1\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">Column Name</th><th data-colnumber=\"2\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">Column Name</th><th data-colnumber=\"3\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">Column Name</th></tr></thead><tbody><tr><td data-colnumber=\"1\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">Left-aligned content.</td><td data-colnumber=\"2\" data-width=\"1\" data-halign=\"center\" data-valign=\"top\">Center-aligned content.</td><td data-colnumber=\"3\" data-width=\"1\" data-halign=\"right\" data-valign=\"top\">Right-aligned content.</td></tr><tr><td data-colnumber=\"1\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">Top-aligned content.</td><td data-colnumber=\"2\" data-width=\"1\" data-halign=\"left\" data-valign=\"middle\">Middle-aligned content.</td><td data-colnumber=\"3\" data-width=\"1\" data-halign=\"left\" data-valign=\"bottom\">Bottom-aligned content.</td></tr><tr><td data-colnumber=\"1\" data-width=\"1\" data-halign=\"left\" data-valign=\"middle\">Top-right-aligned content.</td><td data-colnumber=\"2\" data-width=\"1\" data-halign=\"center\" data-valign=\"middle\">Middle-center-aligned content.</td><td data-colnumber=\"3\" data-width=\"1\" data-halign=\"right\" data-valign=\"bottom\">Bottom-right-aligned content.</td></tr></tbody></table></article>";
    static readonly tableAlignmentNormalized = "|===\n|Column Name |Column Name |Column Name\n\n|Left-aligned content.\n^|Center-aligned content.\n>|Right-aligned content.\n\n|Top-aligned content.\n.^|Middle-aligned content.\n.>|Bottom-aligned content.\n\n.^|Top-right-aligned content.\n^.^|Middle-center-aligned content.\n>.>|Bottom-right-aligned content.\n|===";
    static readonly tableFormatCellContentAdoc = "|===\n|Column 1 |Column 2\n\na|asciidoc,\ne|emphasis,\n\nh|header,\nl|literal,\n\nm|monospaced,\ns|strong,\n|===";
    static readonly tableFormatCellContentAdocCn = "|===\n|\u8BD1Column 1 |\u8BD1Column 2\n\na|asciidoc,\n\n\u8BD1asciidoc,\n\na|emphasis,\n\n\u8BD1emphasis,\n\na|header,\n\n\u8BD1header,\n\na|literal,\n\n\u8BD1literal,\n\na|monospaced,\n\n\u8BD1monospaced,\n\na|strong,\n\n\u8BD1strong,\n\n|===";
    static readonly tableFormatCellContentHtml = "<table class=\"tableblock frame-all grid-all stretch\">\n<colgroup>\n<col style=\"width: 50%;\">\n<col style=\"width: 50%;\">\n</colgroup>\n<thead>\n<tr>\n<th class=\"tableblock halign-left valign-top\">Column 1</th>\n<th class=\"tableblock halign-left valign-top\">Column 2</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td class=\"tableblock halign-left valign-top\"><div class=\"content\"><div class=\"paragraph\">\n<p>asciidoc,</p>\n</div></div></td>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\"><em>emphasis,</em></p></td>\n</tr>\n<tr>\n<th class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">header,</p></th>\n<td class=\"tableblock halign-left valign-top\"><div class=\"literal\"><pre>literal,</pre></div></td>\n</tr>\n<tr>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\"><code>monospaced,</code></p></td>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\"><strong>strong,</strong></p></td>\n</tr>\n</tbody>\n</table>";
    static readonly tableFormatCellContentTiny = "<article adoc-name=\"document\"><table adoc-name=\"table\" attr-RowCount=\"4\" type-attr-RowCount=\"number\" attr-ColumnCount=\"2\" type-attr-ColumnCount=\"number\" attr-Style=\"table\" data-tablepcwidth=\"100\" type-data-tablepcwidth=\"number\" data-colcount=\"2\" type-data-colcount=\"number\" data-rowcount=\"4\" type-data-rowcount=\"number\"><colgroup><col data-colnumber=\"1\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\"/><col data-colnumber=\"2\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\"/></colgroup><thead><tr><th data-colnumber=\"1\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">Column 1</th><th data-colnumber=\"2\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">Column 2</th></tr></thead><tbody><tr><td data-colnumber=\"1\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\" data-style=\"asciidoc\"><article adoc-name=\"document\"><p adoc-name=\"paragraph\">asciidoc,</p></article></td><td data-colnumber=\"2\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\" data-style=\"emphasis\"><em adoc-name=\"inline_quoted\" prop-type=\"emphasis\" prop-alt=\"\">emphasis,</em></td></tr><tr><td data-colnumber=\"1\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\" data-style=\"header\">header,</td><td data-colnumber=\"2\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\" data-style=\"literal\"><span adoc-name=\"inline_quoted\" prop-type=\"literal\" prop-alt=\"\">literal,</span></td></tr><tr><td data-colnumber=\"1\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\" data-style=\"monospaced\"><code adoc-name=\"inline_quoted\" prop-type=\"monospaced\" prop-alt=\"\">monospaced,</code></td><td data-colnumber=\"2\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\" data-style=\"strong\"><strong adoc-name=\"inline_quoted\" prop-type=\"strong\" prop-alt=\"\">strong,</strong></td></tr></tbody></table></article>";
    static readonly tableFormatCellContentNormalized = "|===\n|Column 1 |Column 2\n\na|asciidoc,\ne|emphasis,\n\nh|header,\nl|literal,\n\nm|monospaced,\ns|strong,\n|===";
    static readonly tableOverrideStyleAdoc = "[cols=\">a,e\"]\n|===\n|Column 1, header row |Column 2, header row\n\n|monospaced\n|monospaced\n\ns|strong\n|*strong*\n\n|default\n|monospaced\n|===";
    static readonly tableOverrideStyleAdocCn = "[cols=\">a,e\"]\n|===\n|\u8BD1Column 1, header row |\u8BD1Column 2, header row\n\n|monospaced\n\n\u8BD1monospaced\n\na|monospaced\n\n\u8BD1monospaced\n\n|strong\n\n\u8BD1strong\n\na|*strong*\n\n*\u8BD1strong*\n\n|default\n\n\u8BD1default\n\na|monospaced\n\n\u8BD1monospaced\n\n|===";
    static readonly tableOverrideStyleHtml = "<table class=\"tableblock frame-all grid-all stretch\">\n<colgroup>\n<col style=\"width: 50%;\">\n<col style=\"width: 50%;\">\n</colgroup>\n<thead>\n<tr>\n<th class=\"tableblock halign-right valign-top\">Column 1, header row</th>\n<th class=\"tableblock halign-left valign-top\">Column 2, header row</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td class=\"tableblock halign-right valign-top\"><div class=\"content\"><div class=\"paragraph\">\n<p>monospaced</p>\n</div></div></td>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\"><em>monospaced</em></p></td>\n</tr>\n<tr>\n<td class=\"tableblock halign-right valign-top\"><p class=\"tableblock\"><strong>strong</strong></p></td>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\"><em><strong>strong</strong></em></p></td>\n</tr>\n<tr>\n<td class=\"tableblock halign-right valign-top\"><div class=\"content\"><div class=\"paragraph\">\n<p>default</p>\n</div></div></td>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\"><em>monospaced</em></p></td>\n</tr>\n</tbody>\n</table>";
    static readonly tableOverrideStyleTiny = "<article adoc-name=\"document\"><table adoc-name=\"table\" attr-RowCount=\"4\" type-attr-RowCount=\"number\" attr-ColumnCount=\"2\" type-attr-ColumnCount=\"number\" attr-Style=\"table\" data-tablepcwidth=\"100\" type-data-tablepcwidth=\"number\" data-colcount=\"2\" type-data-colcount=\"number\" data-rowcount=\"4\" type-data-rowcount=\"number\" data-cols=\">a,e\"><colgroup><col data-halign=\"right\" data-width=\"1\" data-style=\"asciidoc\" data-colnumber=\"1\" data-valign=\"top\" data-colpcwidth=\"50\"/><col data-width=\"1\" data-style=\"emphasis\" data-colnumber=\"2\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\"/></colgroup><thead><tr><th data-halign=\"right\" data-width=\"1\" data-style=\"asciidoc\" data-colnumber=\"1\" data-valign=\"top\" data-colpcwidth=\"50\">Column 1, header row</th><th data-width=\"1\" data-style=\"emphasis\" data-colnumber=\"2\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\">Column 2, header row</th></tr></thead><tbody><tr><td data-halign=\"right\" data-width=\"1\" data-style=\"asciidoc\" data-colnumber=\"1\" data-valign=\"top\" data-colpcwidth=\"50\"><article adoc-name=\"document\"><p adoc-name=\"paragraph\">monospaced</p></article></td><td data-width=\"1\" data-style=\"emphasis\" data-colnumber=\"2\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\"><em adoc-name=\"inline_quoted\" prop-type=\"emphasis\" prop-alt=\"\">monospaced</em></td></tr><tr><td data-halign=\"right\" data-width=\"1\" data-style=\"strong\" data-colnumber=\"1\" data-valign=\"top\" data-colpcwidth=\"50\"><strong adoc-name=\"inline_quoted\" prop-type=\"strong\" prop-alt=\"\">strong</strong></td><td data-width=\"1\" data-style=\"emphasis\" data-colnumber=\"2\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\"><em adoc-name=\"inline_quoted\" prop-type=\"emphasis\" prop-alt=\"\"><strong adoc-name=\"inline_quoted\" prop-type=\"strong\" prop-alt=\"\">strong</strong></em></td></tr><tr><td data-halign=\"right\" data-width=\"1\" data-style=\"asciidoc\" data-colnumber=\"1\" data-valign=\"top\" data-colpcwidth=\"50\"><article adoc-name=\"document\"><p adoc-name=\"paragraph\">default</p></article></td><td data-width=\"1\" data-style=\"emphasis\" data-colnumber=\"2\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\"><em adoc-name=\"inline_quoted\" prop-type=\"emphasis\" prop-alt=\"\">monospaced</em></td></tr></tbody></table></article>";
    static readonly tableOverrideStyleNormalized = "[cols=\">a,e\"]\n|===\n|Column 1, header row |Column 2, header row\n\n|monospaced\n|monospaced\n\ns|strong\n|*strong*\n\n|default\n|monospaced\n|===";
    static readonly tableAdocBlockInCellAdoc = "|===\n|Normal Style |AsciiDoc Style\n\n|This cell is not prefixed with an a, so the processor does not interpret the following lines as an AsciiDoc list.\n\n* List item 1\n* List item 2\n* List item 3\n\na|This cell is prefixed with an a, so the processor interprets the following lines as an AsciiDoc list.\n\n* List item 1\n* List item 2\n* List item 3\n\n|This cell is not prefixed with an a, so the processor does not interpret the listing block delimiters or the source style.\n\n[source,python]\n----\nimport os\nprint (\"%s\" %(os.uname()))\n----\n\na|This cell is prefixed with an `a`, so the listing block is processed and rendered according to the `source` style rules.\n\n[source,python]\n----\nimport os\nprint \"%s\" %(os.uname())\n----\n\n|===";
    static readonly tableAdocBlockInCellAdocCn = "|===\n|\u8BD1Normal Style |\u8BD1AsciiDoc Style\n\n|\u8BD1This cell is not prefixed with an a, so the processor does not interpret the following lines as an AsciiDoc list.\n\n\u8BD1* List item 1\n\u8BD1* List item 2\n\u8BD1* List item 3\n\na|\u8BD1This cell is prefixed with an a, so the processor interprets the following lines as an AsciiDoc list.\n\n* \u8BD1List item 1\n* \u8BD1List item 2\n* \u8BD1List item 3\n\n|\u8BD1This cell is not prefixed with an a, so the processor does not interpret the listing block delimiters or the source style.\n\n\u8BD1[source,python]\n----\n\u8BD1import os\n\u8BD1print (\"%s\" %(os.uname()))\n----\n\na|\u8BD1This cell is prefixed with an `a`\u8BD1, so the listing block is processed and rendered according to the `source`\u8BD1 style rules.\n\n[source,python]\n----\nimport os\nprint \"%s\" %(os.uname())\n----\n\n|===";
    static readonly tableAdocBlockInCellHtml = "<table class=\"tableblock frame-all grid-all stretch\">\n<colgroup>\n<col style=\"width: 50%;\">\n<col style=\"width: 50%;\">\n</colgroup>\n<thead>\n<tr>\n<th class=\"tableblock halign-left valign-top\">Normal Style</th>\n<th class=\"tableblock halign-left valign-top\">AsciiDoc Style</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">This cell is not prefixed with an a, so the processor does not interpret the following lines as an AsciiDoc list.</p>\n<p class=\"tableblock\">* List item 1\n* List item 2\n* List item 3</p></td>\n<td class=\"tableblock halign-left valign-top\"><div class=\"content\"><div class=\"paragraph\">\n<p>This cell is prefixed with an a, so the processor interprets the following lines as an AsciiDoc list.</p>\n</div>\n<div class=\"ulist\">\n<ul>\n<li>\n<p>List item 1</p>\n</li>\n<li>\n<p>List item 2</p>\n</li>\n<li>\n<p>List item 3</p>\n</li>\n</ul>\n</div></div></td>\n</tr>\n<tr>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">This cell is not prefixed with an a, so the processor does not interpret the listing block delimiters or the source style.</p>\n<p class=\"tableblock\">[source,python]\n----\nimport os\nprint (\"%s\" %(os.uname()))\n----</p></td>\n<td class=\"tableblock halign-left valign-top\"><div class=\"content\"><div class=\"paragraph\">\n<p>This cell is prefixed with an <code>a</code>, so the listing block is processed and rendered according to the <code>source</code> style rules.</p>\n</div>\n<div class=\"listingblock\">\n<div class=\"content\">\n<pre class=\"highlight\"><code class=\"language-python\" data-lang=\"python\">import os\nprint \"%s\" %(os.uname())</code></pre>\n</div>\n</div></div></td>\n</tr>\n</tbody>\n</table>";
    static readonly tableAdocBlockInCellTiny = "<article adoc-name=\"document\"><table adoc-name=\"table\" attr-RowCount=\"3\" type-attr-RowCount=\"number\" attr-ColumnCount=\"2\" type-attr-ColumnCount=\"number\" attr-Style=\"table\" data-tablepcwidth=\"100\" type-data-tablepcwidth=\"number\" data-colcount=\"2\" type-data-colcount=\"number\" data-rowcount=\"3\" type-data-rowcount=\"number\"><colgroup><col data-colnumber=\"1\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\"/><col data-colnumber=\"2\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\"/></colgroup><thead><tr><th data-colnumber=\"1\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">Normal Style</th><th data-colnumber=\"2\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">AsciiDoc Style</th></tr></thead><tbody><tr><td data-colnumber=\"1\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">This cell is not prefixed with an a, so the processor does not interpret the following lines as an AsciiDoc list.,* List item 1\n* List item 2\n* List item 3</td><td data-colnumber=\"2\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\" data-style=\"asciidoc\"><article adoc-name=\"document\"><p adoc-name=\"paragraph\">This cell is prefixed with an a, so the processor interprets the following lines as an AsciiDoc list.</p><ul adoc-name=\"ulist\"><li adoc-name=\"list_item\" attr-Text=\"List item 1\" attr-Marker=\"*\">List item 1</li><li adoc-name=\"list_item\" attr-Text=\"List item 2\" attr-Marker=\"*\">List item 2</li><li adoc-name=\"list_item\" attr-Text=\"List item 3\" attr-Marker=\"*\">List item 3</li></ul></article></td></tr><tr><td data-colnumber=\"1\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">This cell is not prefixed with an a, so the processor does not interpret the listing block delimiters or the source style.,[source,python]\n----\nimport os\nprint (\"%s\" %(os.uname()))\n----</td><td data-colnumber=\"2\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\" data-style=\"asciidoc\"><article adoc-name=\"document\"><p adoc-name=\"paragraph\">This cell is prefixed with an <code adoc-name=\"inline_quoted\" prop-type=\"monospaced\" prop-alt=\"\">a</code>, so the listing block is processed and rendered according to the <code adoc-name=\"inline_quoted\" prop-type=\"monospaced\" prop-alt=\"\">source</code> style rules.</p><code adoc-name=\"listing\" attr-Style=\"source\" data-language=\"python\">import os\nprint \"%s\" %(os.uname())</code></article></td></tr></tbody></table></article>";
    static readonly tableAdocBlockInCellNormalized = "|===\n|Normal Style |AsciiDoc Style\n\n|This cell is not prefixed with an a, so the processor does not interpret the following lines as an AsciiDoc list.\n\n* List item 1\n* List item 2\n* List item 3\n\na|This cell is prefixed with an a, so the processor interprets the following lines as an AsciiDoc list.\n\n* List item 1\n* List item 2\n* List item 3\n\n|This cell is not prefixed with an a, so the processor does not interpret the listing block delimiters or the source style.\n\n[source,python]\n----\nimport os\nprint (\"%s\" %(os.uname()))\n----\n\na|This cell is prefixed with an `a`, so the listing block is processed and rendered according to the `source` style rules.\n\n[source,python]\n----\nimport os\nprint \"%s\" %(os.uname())\n----\n\n|===";
    static readonly tableColSpanAndRowSpanAdoc = "|===\n|Column 1, header row |Column 2, header row |Column 3, header row |Column 4, header row\n\n|Cell in column 1, row 2\n2.3+|This cell spans columns 2 and 3 and rows 2, 3, and 4 because its specifier contains a span of 2.3+\n|Cell in column 4, row 2\n\n|Cell in column 1, row 3\n|Cell in column 4, row 3\n\n|Cell in column 1, row 4\n|Cell in column 4, row 4\n|===";
    static readonly tableColSpanAndRowSpanAdocCn = "|===\n|\u8BD1Column 1, header row |\u8BD1Column 2, header row |\u8BD1Column 3, header row |\u8BD1Column 4, header row\n\na|Cell in column 1, row 2\n\n\u8BD1Cell in column 1, row 2\n\n2.3+a|This cell spans columns 2 and 3 and rows 2, 3, and 4 because its specifier contains a span of 2.3+\n\n\u8BD1This cell spans columns 2 and 3 and rows 2, 3, and 4 because its specifier contains a span of 2.3+\n\na|Cell in column 4, row 2\n\n\u8BD1Cell in column 4, row 2\n\na|Cell in column 1, row 3\n\n\u8BD1Cell in column 1, row 3\n\na|Cell in column 4, row 3\n\n\u8BD1Cell in column 4, row 3\n\na|Cell in column 1, row 4\n\n\u8BD1Cell in column 1, row 4\n\na|Cell in column 4, row 4\n\n\u8BD1Cell in column 4, row 4\n\n|===";
    static readonly tableColSpanAndRowSpanHtml = "<table class=\"tableblock frame-all grid-all stretch\">\n<colgroup>\n<col style=\"width: 25%;\">\n<col style=\"width: 25%;\">\n<col style=\"width: 25%;\">\n<col style=\"width: 25%;\">\n</colgroup>\n<thead>\n<tr>\n<th class=\"tableblock halign-left valign-top\">Column 1, header row</th>\n<th class=\"tableblock halign-left valign-top\">Column 2, header row</th>\n<th class=\"tableblock halign-left valign-top\">Column 3, header row</th>\n<th class=\"tableblock halign-left valign-top\">Column 4, header row</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">Cell in column 1, row 2</p></td>\n<td class=\"tableblock halign-left valign-top\" colspan=\"2\" rowspan=\"3\"><p class=\"tableblock\">This cell spans columns 2 and 3 and rows 2, 3, and 4 because its specifier contains a span of 2.3+</p></td>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">Cell in column 4, row 2</p></td>\n</tr>\n<tr>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">Cell in column 1, row 3</p></td>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">Cell in column 4, row 3</p></td>\n</tr>\n<tr>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">Cell in column 1, row 4</p></td>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">Cell in column 4, row 4</p></td>\n</tr>\n</tbody>\n</table>";
    static readonly tableColSpanAndRowSpanTiny = "<article adoc-name=\"document\"><table adoc-name=\"table\" attr-RowCount=\"4\" type-attr-RowCount=\"number\" attr-ColumnCount=\"4\" type-attr-ColumnCount=\"number\" attr-Style=\"table\" data-tablepcwidth=\"100\" type-data-tablepcwidth=\"number\" data-colcount=\"4\" type-data-colcount=\"number\" data-rowcount=\"4\" type-data-rowcount=\"number\"><colgroup><col data-colnumber=\"1\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"25\"/><col data-colnumber=\"2\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"25\"/><col data-colnumber=\"3\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"25\"/><col data-colnumber=\"4\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"25\"/></colgroup><thead><tr><th data-colnumber=\"1\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">Column 1, header row</th><th data-colnumber=\"2\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">Column 2, header row</th><th data-colnumber=\"3\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">Column 3, header row</th><th data-colnumber=\"4\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">Column 4, header row</th></tr></thead><tbody><tr><td data-colnumber=\"1\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">Cell in column 1, row 2</td><td data-colspan=2 data-rowspan=3 data-colnumber=\"2\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">This cell spans columns 2 and 3 and rows 2, 3, and 4 because its specifier contains a span of 2.3+</td><td data-colnumber=\"3\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">Cell in column 4, row 2</td></tr><tr><td data-colnumber=\"1\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">Cell in column 1, row 3</td><td data-colnumber=\"2\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">Cell in column 4, row 3</td></tr><tr><td data-colnumber=\"1\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">Cell in column 1, row 4</td><td data-colnumber=\"2\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">Cell in column 4, row 4</td></tr></tbody></table></article>";
    static readonly tableColSpanAndRowSpanNormalized = "|===\n|Column 1, header row |Column 2, header row |Column 3, header row |Column 4, header row\n\n|Cell in column 1, row 2\n2.3+|This cell spans columns 2 and 3 and rows 2, 3, and 4 because its specifier contains a span of 2.3+\n|Cell in column 4, row 2\n\n|Cell in column 1, row 3\n|Cell in column 4, row 3\n\n|Cell in column 1, row 4\n|Cell in column 4, row 4\n|===";
    static readonly tableWidthAdoc = "[%autowidth.stretch]\n|===\n|Column 1, header row |Column 2, header row |Column 3, header row\n\n|Cell in column 1, row 2\n|Cell in column 2, row 2\n|Cell in column 3, row 2\n\n|Cell in column 1, row 3\n|Cell in column 2, row 3\n|Cell in column 3, row 3\n|===";
    static readonly tableWidthAdocCn = "[%autowidth.stretch]\n|===\n|\u8BD1Column 1, header row |\u8BD1Column 2, header row |\u8BD1Column 3, header row\n\na|Cell in column 1, row 2\n\n\u8BD1Cell in column 1, row 2\n\na|Cell in column 2, row 2\n\n\u8BD1Cell in column 2, row 2\n\na|Cell in column 3, row 2\n\n\u8BD1Cell in column 3, row 2\n\na|Cell in column 1, row 3\n\n\u8BD1Cell in column 1, row 3\n\na|Cell in column 2, row 3\n\n\u8BD1Cell in column 2, row 3\n\na|Cell in column 3, row 3\n\n\u8BD1Cell in column 3, row 3\n\n|===";
    static readonly tableWidthHtml = "<table class=\"tableblock frame-all grid-all fit-content stretch\">\n<colgroup>\n<col>\n<col>\n<col>\n</colgroup>\n<thead>\n<tr>\n<th class=\"tableblock halign-left valign-top\">Column 1, header row</th>\n<th class=\"tableblock halign-left valign-top\">Column 2, header row</th>\n<th class=\"tableblock halign-left valign-top\">Column 3, header row</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">Cell in column 1, row 2</p></td>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">Cell in column 2, row 2</p></td>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">Cell in column 3, row 2</p></td>\n</tr>\n<tr>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">Cell in column 1, row 3</p></td>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">Cell in column 2, row 3</p></td>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">Cell in column 3, row 3</p></td>\n</tr>\n</tbody>\n</table>";
    static readonly tableWidthTiny = "<article adoc-name=\"document\"><table adoc-name=\"table\" attr-RowCount=\"3\" type-attr-RowCount=\"number\" attr-ColumnCount=\"3\" type-attr-ColumnCount=\"number\" attr-Style=\"table\" data-tablepcwidth=\"100\" type-data-tablepcwidth=\"number\" data-colcount=\"3\" type-data-colcount=\"number\" data-rowcount=\"3\" type-data-rowcount=\"number\" data-role=\"stretch\" data-autowidth-option=\"\"><colgroup><col data-colnumber=\"1\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"33.3333\"/><col data-colnumber=\"2\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"33.3333\"/><col data-colnumber=\"3\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"33.3334\"/></colgroup><thead><tr><th data-colnumber=\"1\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">Column 1, header row</th><th data-colnumber=\"2\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">Column 2, header row</th><th data-colnumber=\"3\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">Column 3, header row</th></tr></thead><tbody><tr><td data-colnumber=\"1\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">Cell in column 1, row 2</td><td data-colnumber=\"2\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">Cell in column 2, row 2</td><td data-colnumber=\"3\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">Cell in column 3, row 2</td></tr><tr><td data-colnumber=\"1\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">Cell in column 1, row 3</td><td data-colnumber=\"2\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">Cell in column 2, row 3</td><td data-colnumber=\"3\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">Cell in column 3, row 3</td></tr></tbody></table></article>";
    static readonly tableWidthNormalized = "[%autowidth.stretch]\n|===\n|Column 1, header row |Column 2, header row |Column 3, header row\n\n|Cell in column 1, row 2\n|Cell in column 2, row 2\n|Cell in column 3, row 2\n\n|Cell in column 1, row 3\n|Cell in column 2, row 3\n|Cell in column 3, row 3\n|===";
    static readonly tableCustomSeparatorAdoc = "[cols=2*,separator=\u00A6]\n|===\n\u00A6The default separator in PSV tables is the | character.\n\u00A6The | character is often referred to as a pipe.\n|===";
    static readonly tableCustomSeparatorAdocCn = "[cols=2*,separator=\u00A6]\n|===\na\u00A6The default separator in PSV tables is the | character.\n\n\u8BD1The default separator in PSV tables is the | character.\n\na\u00A6The | character is often referred to as a pipe.\n\n\u8BD1The | character is often referred to as a pipe.\n\n|===";
    static readonly tableCustomSeparatorHtml = "<table class=\"tableblock frame-all grid-all stretch\">\n<colgroup>\n<col style=\"width: 50%;\">\n<col style=\"width: 50%;\">\n</colgroup>\n<tbody>\n<tr>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">The default separator in PSV tables is the | character.</p></td>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">The | character is often referred to as a pipe.</p></td>\n</tr>\n</tbody>\n</table>";
    static readonly tableCustomSeparatorTiny = "<article adoc-name=\"document\"><table adoc-name=\"table\" attr-RowCount=\"1\" type-attr-RowCount=\"number\" attr-ColumnCount=\"2\" type-attr-ColumnCount=\"number\" attr-Style=\"table\" data-tablepcwidth=\"100\" type-data-tablepcwidth=\"number\" data-colcount=\"2\" type-data-colcount=\"number\" data-rowcount=\"1\" type-data-rowcount=\"number\" data-cols=\"2*\" data-separator=\"\u00A6\"><colgroup><col data-width=\"1\" data-colnumber=\"1\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\"/><col data-width=\"1\" data-colnumber=\"2\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\"/></colgroup><tbody><tr><td data-width=\"1\" data-colnumber=\"1\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\">The default separator in PSV tables is the | character.</td><td data-width=\"1\" data-colnumber=\"2\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\">The | character is often referred to as a pipe.</td></tr></tbody></table></article>";
    static readonly tableCustomSeparatorNormalized = "[cols=2*,separator=\u00A6]\n|===\n\u00A6The default separator in PSV tables is the | character.\n\u00A6The | character is often referred to as a pipe.\n|===";
    static readonly tableCsvAdoc = "[%header,format=csv]\n|===\nArtist,Track,Genre\nBaauer,Harlem Shake,Hip Hop\nThe Lumineers,Ho Hey,Folk Rock\n|===";
    static readonly tableCsvAdocCn = "[%header,format=csv]\n|===\n|\u8BD1Artist |\u8BD1Track |\u8BD1Genre\n\na|Baauer\n\n\u8BD1Baauer\n\na|Harlem Shake\n\n\u8BD1Harlem Shake\n\na|Hip Hop\n\n\u8BD1Hip Hop\n\na|The Lumineers\n\n\u8BD1The Lumineers\n\na|Ho Hey\n\n\u8BD1Ho Hey\n\na|Folk Rock\n\n\u8BD1Folk Rock\n\n|===";
    static readonly tableCsvHtml = "<table class=\"tableblock frame-all grid-all stretch\">\n<colgroup>\n<col style=\"width: 33.3333%;\">\n<col style=\"width: 33.3333%;\">\n<col style=\"width: 33.3334%;\">\n</colgroup>\n<thead>\n<tr>\n<th class=\"tableblock halign-left valign-top\">Artist</th>\n<th class=\"tableblock halign-left valign-top\">Track</th>\n<th class=\"tableblock halign-left valign-top\">Genre</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">Baauer</p></td>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">Harlem Shake</p></td>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">Hip Hop</p></td>\n</tr>\n<tr>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">The Lumineers</p></td>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">Ho Hey</p></td>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">Folk Rock</p></td>\n</tr>\n</tbody>\n</table>";
    static readonly tableCsvTiny = "<article adoc-name=\"document\"><table adoc-name=\"table\" attr-RowCount=\"3\" type-attr-RowCount=\"number\" attr-ColumnCount=\"3\" type-attr-ColumnCount=\"number\" attr-Style=\"table\" data-tablepcwidth=\"100\" type-data-tablepcwidth=\"number\" data-colcount=\"3\" type-data-colcount=\"number\" data-rowcount=\"3\" type-data-rowcount=\"number\" data-format=\"csv\" data-header-option=\"\"><colgroup><col data-colnumber=\"1\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"33.3333\"/><col data-colnumber=\"2\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"33.3333\"/><col data-colnumber=\"3\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"33.3334\"/></colgroup><thead><tr><th data-colnumber=\"1\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">Artist</th><th data-colnumber=\"2\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">Track</th><th data-colnumber=\"3\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">Genre</th></tr></thead><tbody><tr><td data-colnumber=\"1\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">Baauer</td><td data-colnumber=\"2\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">Harlem Shake</td><td data-colnumber=\"3\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">Hip Hop</td></tr><tr><td data-colnumber=\"1\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">The Lumineers</td><td data-colnumber=\"2\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">Ho Hey</td><td data-colnumber=\"3\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">Folk Rock</td></tr></tbody></table></article>";
    static readonly tableCsvNormalized = "[%header,format=csv]\n|===\nArtist,Track,Genre\nBaauer,Harlem Shake,Hip Hop\nThe Lumineers,Ho Hey,Folk Rock\n|===";
    static readonly tableEscapePipeCharAdoc = "|===\n|header 1 with '\\|' |header 2 without \\|\n\n|body with \\| 1\n|body with `\\| 2`\n|===";
    static readonly tableEscapePipeCharAdocCn = "|===\n|\u8BD1header 1 with '\\|' |\u8BD1header 2 without \\|\n\na|body with \\| 1\n\n\u8BD1body with \\| 1\n\na|body with `\\| 2`\n\n\u8BD1body with `\\| 2`\n\n|===";
    static readonly tableEscapePipeCharHtml = "<table class=\"tableblock frame-all grid-all stretch\">\n<colgroup>\n<col style=\"width: 50%;\">\n<col style=\"width: 50%;\">\n</colgroup>\n<thead>\n<tr>\n<th class=\"tableblock halign-left valign-top\">header 1 with '|'</th>\n<th class=\"tableblock halign-left valign-top\">header 2 without |</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">body with | 1</p></td>\n<td class=\"tableblock halign-left valign-top\"><p class=\"tableblock\">body with <code>| 2</code></p></td>\n</tr>\n</tbody>\n</table>";
    static readonly tableEscapePipeCharTiny = "<article adoc-name=\"document\"><table adoc-name=\"table\" attr-RowCount=\"2\" type-attr-RowCount=\"number\" attr-ColumnCount=\"2\" type-attr-ColumnCount=\"number\" attr-Style=\"table\" data-tablepcwidth=\"100\" type-data-tablepcwidth=\"number\" data-colcount=\"2\" type-data-colcount=\"number\" data-rowcount=\"2\" type-data-rowcount=\"number\"><colgroup><col data-colnumber=\"1\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\"/><col data-colnumber=\"2\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\" data-colpcwidth=\"50\"/></colgroup><thead><tr><th data-colnumber=\"1\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">header 1 with '|'</th><th data-colnumber=\"2\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">header 2 without |</th></tr></thead><tbody><tr><td data-colnumber=\"1\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">body with | 1</td><td data-colnumber=\"2\" data-width=\"1\" data-halign=\"left\" data-valign=\"top\">body with <code adoc-name=\"inline_quoted\" prop-type=\"monospaced\" prop-alt=\"\">| 2</code></td></tr></tbody></table></article>";
    static readonly tableEscapePipeCharNormalized = "|===\n|header 1 with '\\|' |header 2 without \\|\n\n|body with \\| 1\n|body with `\\| 2`\n|===";
    static readonly stemInlineAdoc = "stem:[sqrt(4) = 2]\n\nWater (stem:[H_2O]) is a critical component.";
    static readonly stemInlineAdocCn = "stem:[sqrt(4) = 2]\n\nWater (stem:[H_2O]) is a critical component.\n\n\u8BD1Water (stem:[H_2O]\u8BD1) is a critical component.";
    static readonly stemInlineHtml = "<div class=\"paragraph\">\n<p>\\$sqrt(4) = 2\\$</p>\n</div>\n<div class=\"paragraph\">\n<p>Water (\\$H_2O\\$) is a critical component.</p>\n</div>";
    static readonly stemInlineTiny = "<article adoc-name=\"document\"><p adoc-name=\"paragraph\"><code adoc-name=\"inline_quoted\" prop-type=\"asciimath\" prop-alt=\"\">sqrt(4) = 2</code></p><p adoc-name=\"paragraph\">Water (<code adoc-name=\"inline_quoted\" prop-type=\"asciimath\" prop-alt=\"\">H_2O</code>) is a critical component.</p></article>";
    static readonly stemInlineNormalized = "stem:[sqrt(4) = 2]\n\nWater (stem:[H_2O]) is a critical component.";
    static readonly stemBlockAdoc = "[stem]\n++++\nsqrt(4) = 2\n++++";
    static readonly stemBlockAdocCn = "[stem]\n++++\nsqrt(4) = 2\n++++";
    static readonly stemBlockHtml = "<div class=\"stemblock\">\n<div class=\"content\">\n\\$sqrt(4) = 2\\$\n</div>\n</div>";
    static readonly stemBlockTiny = "<article adoc-name=\"document\"><blockquote adoc-name=\"stem\" attr-Style=\"asciimath\">sqrt(4) = 2</blockquote></article>";
    static readonly stemBlockNormalized = "[stem]\n++++\nsqrt(4) = 2\n++++";
    static readonly stemMixedAdoc = "= My Diabolical Mathmatical Opus\nJamie Moriarty\n:stem: latexmath\n\n[asciimath]\n++++\nsqrt(4) = 2\n++++";
    static readonly stemMixedAdocCn = "= \u8BD1My Diabolical Mathmatical Opus\nJamie Moriarty\n:stem: latexmath\n:original_doctitle: My Diabolical Mathmatical Opus\n\n[asciimath]\n++++\nsqrt(4) = 2\n++++";
    static readonly stemMixedHtml = "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<meta name=\"generator\" content=\"Asciidoctor 2.0.17\">\n<meta name=\"author\" content=\"Jamie Moriarty\">\n<title>My Diabolical Mathmatical Opus</title>\n<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700\">\n<link rel=\"stylesheet\" href=\"./asciidoctor.css\">\n</head>\n<body class=\"article\">\n<div id=\"header\">\n<h1>My Diabolical Mathmatical Opus</h1>\n<div class=\"details\">\n<span id=\"author\" class=\"author\">Jamie Moriarty</span><br>\n</div>\n</div>\n<div id=\"content\">\n<div class=\"stemblock\">\n<div class=\"content\">\n\\$sqrt(4) = 2\\$\n</div>\n</div>\n</div>\n<div id=\"footer\">\n<div id=\"footer-text\">\nLast updated 2000-01-01 00:00:00 +0000\n</div>\n</div>\n<script type=\"text/x-mathjax-config\">\nMathJax.Hub.Config({\n  messageStyle: \"none\",\n  tex2jax: {\n    inlineMath: [[\"\\\\(\", \"\\\\)\"]],\n    displayMath: [[\"\\\\[\", \"\\\\]\"]],\n    ignoreClass: \"nostem|nolatexmath\"\n  },\n  asciimath2jax: {\n    delimiters: [[\"\\\\$\", \"\\\\$\"]],\n    ignoreClass: \"nostem|noasciimath\"\n  },\n  TeX: { equationNumbers: { autoNumber: \"none\" } }\n})\nMathJax.Hub.Register.StartupHook(\"AsciiMath Jax Ready\", function () {\n  MathJax.InputJax.AsciiMath.postfilterHooks.Add(function (data, node) {\n    if ((node = data.script.parentNode) && (node = node.parentNode) && node.classList.contains(\"stemblock\")) {\n      data.math.root.display = \"block\"\n    }\n    return data\n  })\n})\n</script>\n<script src=\"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.9/MathJax.js?config=TeX-MML-AM_HTMLorMML\"></script>\n</body>\n</html>";
    static readonly stemMixedTiny = "<article adoc-name=\"document\" data-doctitle=\"My Diabolical Mathmatical Opus\" data-authorcount=\"1\" type-data-authorcount=\"number\" data-firstname=\"Jamie\" data-authorinitials=\"JM\" data-lastname=\"Moriarty\" data-author=\"Jamie Moriarty\" data-authors=\"Jamie Moriarty\" data-stem=\"latexmath\"><blockquote adoc-name=\"stem\" attr-Style=\"asciimath\">sqrt(4) = 2</blockquote></article>";
    static readonly stemMixedNormalized = "= My Diabolical Mathmatical Opus\nJamie Moriarty\n:stem: latexmath\n\n[asciimath]\n++++\nsqrt(4) = 2\n++++";
    static readonly openBlockSimpleAdoc = "--\nAn open block can be an anonymous container,\nor it can masquerade as any other block.\n--";
    static readonly openBlockSimpleAdocCn = "--\nAn open block can be an anonymous container,\nor it can masquerade as any other block.\n\n\u8BD1An open block can be an anonymous container,\n\u8BD1or it can masquerade as any other block.\n--";
    static readonly openBlockSimpleHtml = "<div class=\"openblock\">\n<div class=\"content\">\n<div class=\"paragraph\">\n<p>An open block can be an anonymous container,\nor it can masquerade as any other block.</p>\n</div>\n</div>\n</div>";
    static readonly openBlockSimpleTiny = "<article adoc-name=\"document\"><div adoc-name=\"open\" attr-Style=\"open\"><p adoc-name=\"paragraph\">An open block can be an anonymous container,\nor it can masquerade as any other block.</p></div></article>";
    static readonly openBlockSimpleNormalized = "--\nAn open block can be an anonymous container,\nor it can masquerade as any other block.\n--";
    static readonly openBlockComplexAdoc = "[sidebar]\n.Related information\n--\nThis is aside text.\n\nIt is used to present information related to the main content.\n--";
    static readonly openBlockComplexAdocCn = "[original_title=Related information]\n.\u8BD1Related information\n****\nThis is aside text.\n\n\u8BD1This is aside text.\n\nIt is used to present information related to the main content.\n\n\u8BD1It is used to present information related to the main content.\n****";
    static readonly openBlockComplexHtml = "<div class=\"sidebarblock\">\n<div class=\"content\">\n<div class=\"title\">Related information</div>\n<div class=\"paragraph\">\n<p>This is aside text.</p>\n</div>\n<div class=\"paragraph\">\n<p>It is used to present information related to the main content.</p>\n</div>\n</div>\n</div>";
    static readonly openBlockComplexTiny = "<article adoc-name=\"document\"><aside adoc-name=\"sidebar\" attr-Title=\"Related information\" attr-Style=\"sidebar\" data-title=\"Related information\"><p adoc-name=\"paragraph\">This is aside text.</p><p adoc-name=\"paragraph\">It is used to present information related to the main content.</p></aside></article>";
    static readonly openBlockComplexNormalized = "[sidebar]\n.Related information\n--\nThis is aside text.\n\nIt is used to present information related to the main content.\n--";
    static readonly includeSimpleAdoc = "include::./test/fixtures/include.adoc[]";
    static readonly includeSimpleAdocCn = "include::./test/fixtures/include.adoc[]";
    static readonly includeSimpleHtml = "<div class=\"paragraph\">\n<p><a href=\"./test/fixtures/include.adoc\" class=\"bare\">./test/fixtures/include.adoc</a></p>\n</div>";
    static readonly includeSimpleTiny = "<article adoc-name=\"document\"><p adoc-name=\"paragraph\"><a adoc-name=\"inline_anchor\" data-role=\"bare\" prop-type=\"link\" prop-alt=\"\" prop-target=\"./test/fixtures/include.adoc\">./test/fixtures/include.adoc</a></p></article>";
    static readonly includeSimpleNormalized = "include::./test/fixtures/include.adoc[]";
    static readonly includeWithAttributesAdoc = "include::filename.txt[lines=\"1..10,15..20\"]";
    static readonly includeWithAttributesAdocCn = "include::filename.txt[lines=\"1..10,15..20\"]";
    static readonly includeWithAttributesHtml = "<div class=\"paragraph\">\n<p><a href=\"filename.txt\" class=\"bare\">filename.txt</a></p>\n</div>";
    static readonly includeWithAttributesTiny = "<article adoc-name=\"document\"><p adoc-name=\"paragraph\"><a adoc-name=\"inline_anchor\" data-role=\"bare\" prop-type=\"link\" prop-alt=\"\" prop-target=\"filename.txt\">filename.txt</a></p></article>";
    static readonly includeWithAttributesNormalized = "include::filename.txt[lines=\"1..10,15..20\"]";
    static readonly includeUnresolvedDirectiveAdoc = "include::{docs-groovy}/cli/usingthecli/run/WebApplication.groovy[tag=*]";
    static readonly includeUnresolvedDirectiveAdocCn = "include::{docs-groovy}/cli/usingthecli/run/WebApplication.groovy[tag=*]";
    static readonly includeUnresolvedDirectiveHtml = "<div class=\"paragraph\">\n<p><a href=\"{docs-groovy}/cli/usingthecli/run/WebApplication.groovy\" class=\"bare\">{docs-groovy}/cli/usingthecli/run/WebApplication.groovy</a></p>\n</div>";
    static readonly includeUnresolvedDirectiveTiny = "<article adoc-name=\"document\"><p adoc-name=\"paragraph\"><a adoc-name=\"inline_anchor\" data-role=\"bare\" prop-type=\"link\" prop-alt=\"\" prop-target=\"{docs-groovy}/cli/usingthecli/run/WebApplication.groovy\">{docs-groovy}/cli/usingthecli/run/WebApplication.groovy</a></p></article>";
    static readonly includeUnresolvedDirectiveNormalized = "include::{docs-groovy}/cli/usingthecli/run/WebApplication.groovy[tag=*]";
    static readonly escapeSimpleAdoc = "TIP: Spring Boot's -- \"`JarFile`\" '`JarFile`' Class: ``abc``\n<ab>&";
    static readonly escapeSimpleAdocCn = "[TIP]\n====\nSpring Boot's -- \"`JarFile`\" '`JarFile`' Class: ``abc``\n<ab>&\n\n\u8BD1Spring Boot's -- \"`\u8BD1JarFile`\" '`\u8BD1JarFile`'\u8BD1 Class: `abc`\n\u8BD1<ab>&\n====";
    static readonly escapeSimpleHtml = "<div class=\"admonitionblock tip\">\n<table>\n<tr>\n<td class=\"icon\">\n<div class=\"title\">Tip</div>\n</td>\n<td class=\"content\">\nSpring Boot&#8217;s&#8201;&#8212;&#8201;&#8220;JarFile&#8221; &#8216;JarFile&#8217; Class: <code>abc</code>\n&lt;ab&gt;&amp;\n</td>\n</tr>\n</table>\n</div>";
    static readonly escapeSimpleTiny = "<article adoc-name=\"document\"><figure adoc-name=\"admonition\" attr-Style=\"TIP\" attr-Caption=\"Tip\" data-name=\"tip\" data-textlabel=\"Tip\">Spring Boot's -- <span adoc-name=\"inline_quoted\" prop-type=\"double\" prop-alt=\"\">JarFile</span> <span adoc-name=\"inline_quoted\" prop-type=\"single\" prop-alt=\"\">JarFile</span> Class: <code adoc-name=\"inline_quoted\" prop-type=\"monospaced\" prop-alt=\"\">abc</code>\n&lt;ab&gt;&amp;</figure></article>";
    static readonly escapeSimpleNormalized = "TIP: Spring Boot's -- \"`JarFile`\" '`JarFile`' Class: ``abc``\n<ab>&";
    static readonly escapePlusAdoc = "TIP: properties such as `+logging.*+` and `+++spring.main.*+++`";
    static readonly escapePlusAdocCn = "[TIP]\n====\nproperties such as `+logging.*+` and `+++spring.main.*+++`\n\n\u8BD1properties such as `logging.*`\u8BD1 and `spring.main.*`\n====";
    static readonly escapePlusHtml = "<div class=\"admonitionblock tip\">\n<table>\n<tr>\n<td class=\"icon\">\n<div class=\"title\">Tip</div>\n</td>\n<td class=\"content\">\nproperties such as <code>logging.*</code> and <code>spring.main.*</code>\n</td>\n</tr>\n</table>\n</div>";
    static readonly escapePlusTiny = "<article adoc-name=\"document\"><figure adoc-name=\"admonition\" attr-Style=\"TIP\" attr-Caption=\"Tip\" data-name=\"tip\" data-textlabel=\"Tip\">properties such as <code adoc-name=\"inline_quoted\" prop-type=\"monospaced\" prop-alt=\"\">logging.*</code> and <code adoc-name=\"inline_quoted\" prop-type=\"monospaced\" prop-alt=\"\">spring.main.*</code></figure></article>";
    static readonly escapePlusNormalized = "TIP: properties such as `+logging.*+` and `+++spring.main.*+++`";
    static readonly escapeStarStarAdoc = "TIP: **bold**";
    static readonly escapeStarStarAdocCn = "[TIP]\n====\n**bold**\n\n*\u8BD1bold*\n====";
    static readonly escapeStarStarHtml = "<div class=\"admonitionblock tip\">\n<table>\n<tr>\n<td class=\"icon\">\n<div class=\"title\">Tip</div>\n</td>\n<td class=\"content\">\n<strong>bold</strong>\n</td>\n</tr>\n</table>\n</div>";
    static readonly escapeStarStarTiny = "<article adoc-name=\"document\"><figure adoc-name=\"admonition\" attr-Style=\"TIP\" attr-Caption=\"Tip\" data-name=\"tip\" data-textlabel=\"Tip\"><strong adoc-name=\"inline_quoted\" prop-type=\"strong\" prop-alt=\"\">bold</strong></figure></article>";
    static readonly escapeStarStarNormalized = "TIP: **bold**";
    static readonly escapeDollarBraceAdoc = "TIP: ${foo}";
    static readonly escapeDollarBraceAdocCn = "[TIP]\n====\n${foo}\n\n\u8BD1${foo}\n====";
    static readonly escapeDollarBraceHtml = "<div class=\"admonitionblock tip\">\n<table>\n<tr>\n<td class=\"icon\">\n<div class=\"title\">Tip</div>\n</td>\n<td class=\"content\">\n${foo}\n</td>\n</tr>\n</table>\n</div>";
    static readonly escapeDollarBraceTiny = "<article adoc-name=\"document\"><figure adoc-name=\"admonition\" attr-Style=\"TIP\" attr-Caption=\"Tip\" data-name=\"tip\" data-textlabel=\"Tip\">${foo}</figure></article>";
    static readonly escapeDollarBraceNormalized = "TIP: ${foo}";
    static readonly conditionalDirectiveAdoc = "ifeval::[\"{spring-boot-artifactory-repo}\" != \"release\"]\n\n=== Section Title\n\nendif::[]";
    static readonly conditionalDirectiveAdocCn = "ifeval::[\"{spring-boot-artifactory-repo}\" != \"release\"]\n\n[original_title=Section Title]\n=== \u8BD1Section Title\n\nendif::[]";
    static readonly conditionalDirectiveHtml = "<div class=\"sect2\">\n<h3 id=\"_section_title\">Section Title</h3>\n\n</div>";
    static readonly conditionalDirectiveTiny = "<article adoc-name=\"document\"><section adoc-name=\"section\" attr-Level=\"2\" type-attr-Level=\"number\" attr-SectionName=\"section\" attr-Title=\"Section Title\" attr-Id=\"_section_title\"></section></article>";
    static readonly conditionalDirectiveNormalized = "ifeval::[\"{spring-boot-artifactory-repo}\" != \"release\"]\n\n=== Section Title\n\nendif::[]";
}
