UNPKG

@awesome-fe/translate

Version:
199 lines 148 kB
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=r