@awesome-fe/translate
Version:
Translation utils
230 lines • 135 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Examples = void 0;
var Examples = /** @class */ (function () {
function Examples() {
}
var _a;
_a = Examples;
Examples.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";
Examples.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.";
Examples.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>";
Examples.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>";
Examples.documentNormalized = _a.documentAdoc;
Examples.documentWithPreambleAdoc = "= Document Title\n\nPreamble paragraph\n\n== Section title";
Examples.documentWithPreambleAdocCn = "= \u8BD1Document Title\n:original_doctitle: Document Title\n\nPreamble paragraph\n\n\u8BD1Preamble paragraph\n\n[original_title=Section title]\n== \u8BD1Section title";
Examples.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>";
Examples.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>";
Examples.documentWithPreambleNormalized = _a.documentWithPreambleAdoc;
Examples.paragraphAdoc = "paragraph1\n\nparagraph2";
Examples.paragraphAdocCn = "paragraph1\n\n\u8BD1paragraph1\n\nparagraph2\n\n\u8BD1paragraph2";
Examples.paragraphHtml = "<div class=\"paragraph\">\n<p>paragraph1</p>\n</div>\n<div class=\"paragraph\">\n<p>paragraph2</p>\n</div>";
Examples.paragraphTiny = "<article adoc-name=\"document\"><p adoc-name=\"paragraph\">paragraph1</p><p adoc-name=\"paragraph\">paragraph2</p></article>";
Examples.paragraphNormalized = _a.paragraphAdoc;
Examples.sectionSimpleAdoc = "== Section Title";
Examples.sectionSimpleAdocCn = "[original_title=Section Title]\n== \u8BD1Section Title";
Examples.sectionSimpleHtml = "<div class=\"sect1\">\n<h2 id=\"_section_title\">Section Title</h2>\n<div class=\"sectionbody\">\n\n</div>\n</div>";
Examples.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>";
Examples.sectionSimpleNormalized = _a.sectionSimpleAdoc;
Examples.floatingTitleAdoc = "[discrete]\n== Floating Title";
Examples.floatingTitleAdocCn = "[discrete,original_title=Floating Title]\n== \u8BD1Floating Title";
Examples.floatingTitleHtml = "<h2 id=\"_floating_title\" class=\"discrete\">Floating Title</h2>";
Examples.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>";
Examples.floatingTitleNormalized = _a.floatingTitleAdoc;
Examples.sectionWithTitleAndAttributesAdoc = "[positional_attribute_1,positional_attribute_2,named_attribute=value,positional_attribute_3]\n.Kizmet's Favorite Authors\n=== Section Title";
Examples.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";
Examples.sectionWithTitleAndAttributesHtml = "<div class=\"sect2\">\n<h3 id=\"_section_title\">Section Title</h3>\n\n</div>";
Examples.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>";
Examples.sectionWithTitleAndAttributesNormalized = _a.sectionWithTitleAndAttributesAdoc;
Examples.indexTermBlockSimpleAdoc = "I, King Arthur.\n(((knight, \"Arthur, King\")))";
Examples.indexTermBlockSimpleAdocCn = "I, King Arthur.\n(((knight, \"Arthur, King\")))\n\n\u8BD1I, King Arthur.\n(((\u8BD1knight, \"\u8BD1Arthur, King\")))";
Examples.indexTermBlockSimpleHtml = "<div class=\"paragraph\">\n<p>I, King Arthur.\n</p>\n</div>";
Examples.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>";
Examples.indexTermBlockSimpleNormalized = _a.indexTermBlockSimpleAdoc;
Examples.indexTermBlockComplexAdoc = "=== Create a new Git repository\n\n(((Repository, create)))\n(((Create Git repository)))\nTo create a new git repository,";
Examples.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,";
Examples.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>";
Examples.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>";
Examples.indexTermBlockComplexNormalized = _a.indexTermBlockComplexAdoc;
Examples.indexTermInlineAdoc = "((abc, def)) ghi";
Examples.indexTermInlineAdocCn = "((abc, def)) ghi\n\n((\u8BD1abc, \u8BD1def))\u8BD1 ghi";
Examples.indexTermInlineHtml = "<div class=\"paragraph\">\n<p>abc, def ghi</p>\n</div>";
Examples.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>";
Examples.indexTermInlineNormalized = _a.indexTermInlineAdoc;
Examples.breakThematic1Adoc = "'''";
Examples.breakThematic1AdocCn = "'''";
Examples.breakThematic1Html = "<hr>";
Examples.breakThematic1Tiny = "<article adoc-name=\"document\"><hr adoc-name=\"thematic_break\"/></article>";
Examples.breakThematic1Normalized = _a.breakThematic1Adoc;
Examples.breakThematic2Adoc = "---";
Examples.breakThematic2AdocCn = "---";
Examples.breakThematic2Html = "<hr>";
Examples.breakThematic2Tiny = Examples.breakThematic1Tiny;
Examples.breakThematic2Normalized = "'''";
Examples.breakThematic3Adoc = "- - -";
Examples.breakThematic3AdocCn = "- - -";
Examples.breakThematic3Html = "<hr>";
Examples.breakThematic3Tiny = Examples.breakThematic1Tiny;
Examples.breakThematic3Normalized = "'''";
Examples.breakThematic4Adoc = "***";
Examples.breakThematic4AdocCn = "***";
Examples.breakThematic4Html = "<hr>";
Examples.breakThematic4Tiny = Examples.breakThematic1Tiny;
Examples.breakThematic4Normalized = "'''";
Examples.breakThematic5Adoc = "* * *";
Examples.breakThematic5AdocCn = "* * *";
Examples.breakThematic5Html = "<hr>";
Examples.breakThematic5Tiny = Examples.breakThematic1Tiny;
Examples.breakThematic5Normalized = "'''";
Examples.breakPageAdoc = "<<<";
Examples.breakPageAdocCn = "<<<";
Examples.breakPageHtml = "<div style=\"page-break-after: always;\"></div>";
Examples.breakPageTiny = "<article adoc-name=\"document\"><hr adoc-name=\"page_break\"/></article>";
Examples.breakPageNormalized = _a.breakPageAdoc;
Examples.unorderedListSimpleAdoc = "* [ ] Edgar Allan Poe\n** Sheri S. Tepper\n* [x] Bill Bryson";
Examples.unorderedListSimpleAdocCn = "* [ ] Edgar Allan Poe$$$\u8BD1Edgar Allan Poe\n** Sheri S. Tepper$$$\u8BD1Sheri S. Tepper\n* [x] Bill Bryson$$$\u8BD1Bill Bryson";
Examples.unorderedListSimpleHtml = "<div class=\"ulist checklist\">\n<ul class=\"checklist\">\n<li>\n<p>❏ 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>✓ Bill Bryson</p>\n</li>\n</ul>\n</div>";
Examples.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>";
Examples.unorderedListSimpleNormalized = _a.unorderedListSimpleAdoc;
Examples.unorderedListWithParagraphsAdoc = "abc\n\n* [ ] Edgar Allan Poe\n** Sheri S. Tepper\n* [x] Bill Bryson\n\ndef";
Examples.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";
Examples.unorderedListWithParagraphsHtml = "<div class=\"paragraph\">\n<p>abc</p>\n</div>\n<div class=\"ulist checklist\">\n<ul class=\"checklist\">\n<li>\n<p>❏ 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>✓ Bill Bryson</p>\n</li>\n</ul>\n</div>\n<div class=\"paragraph\">\n<p>def</p>\n</div>";
Examples.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>";
Examples.unorderedListWithParagraphsNormalized = _a.unorderedListWithParagraphsAdoc;
Examples.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";
Examples.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";
Examples.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>";
Examples.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>";
Examples.orderedListNormalized = _a.orderedListAdoc;
Examples.mixedListAdoc = ". Linux\n* Fedora\n* Ubuntu\n* Slackware\n. BSD\n* FreeBSD\n* NetBSD";
Examples.mixedListAdocCn = ". Linux$$$\u8BD1Linux\n* Fedora$$$\u8BD1Fedora\n* Ubuntu$$$\u8BD1Ubuntu\n* Slackware$$$\u8BD1Slackware\n. BSD\n* FreeBSD$$$\u8BD1FreeBSD\n* NetBSD$$$\u8BD1NetBSD";
Examples.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>";
Examples.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>";
Examples.mixedListNormalized = _a.mixedListAdoc;
Examples.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.";
Examples.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.";
Examples.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>";
Examples.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>";
Examples.descriptionListSimpleNormalized = _a.descriptionListSimpleAdoc;
Examples.descriptionListComplexAdoc = "Dairy::\n* Milk\n* Eggs\nBakery::\n* Bread\nProduce::\n* Bananas";
Examples.descriptionListComplexAdocCn = "Dairy$$$\u8BD1Dairy::\n* Milk$$$\u8BD1Milk\n* Eggs$$$\u8BD1Eggs\nBakery$$$\u8BD1Bakery::\n* Bread$$$\u8BD1Bread\nProduce$$$\u8BD1Produce::\n* Bananas$$$\u8BD1Bananas";
Examples.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>";
Examples.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>";
Examples.descriptionListComplexNormalized = _a.descriptionListComplexAdoc;
Examples.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";
Examples.listContinuationNormalized = _a.listContinuationAdoc;
Examples.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";
Examples.textFormatSimpleAdoc = "That is *strong* _emphasis_ `monospace` #highlight# ~sub~ ^sup^ **unconstrained strong** stuff!";
Examples.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!";
Examples.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>";
Examples.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>";
Examples.textFormatSimpleNormalized = "That is *strong* _emphasis_ `monospace` #highlight# ~sub~ ^sup^ *unconstrained strong* stuff!";
Examples.textFormatNestedAdoc = "`*_monospace bold italic phrase_*` & ``*_char_*``acter``*_s_*``";
Examples.textFormatNestedAdocCn = "`*_monospace bold italic phrase_*` & ``*_char_*``acter``*_s_*``\n\n`*_monospace bold italic phrase_*` & `*_char_*`\u8BD1acter``*_s_*``";
Examples.textFormatNestedHtml = "<div class=\"paragraph\">\n<p><code><strong><em>monospace bold italic phrase</em></strong></code> & <code><strong><em>char</em></strong></code>acter<code><strong><em>s</em></strong></code></p>\n</div>";
Examples.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> & <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>";
Examples.textFormatNestedNormalized = _a.textFormatNestedAdoc;
Examples.textFormatLiteralMonospaceAdoc = "You can reference the value of a document attribute using\nthe syntax `{name}`, where is the attribute name.";
Examples.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.";
Examples.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>";
Examples.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>";
Examples.textFormatLiteralMonospaceNormalized = _a.textFormatLiteralMonospaceAdoc;
Examples.textFormatCustomSpanAdoc = "The text [.underline]#underline me# is underlined.";
Examples.textFormatCustomSpanAdocCn = "The text [.underline]#underline me# is underlined.\n\n\u8BD1The text [.underline]#\u8BD1underline me#\u8BD1 is underlined.";
Examples.textFormatCustomSpanHtml = "<div class=\"paragraph\">\n<p>The text <span class=\"underline\">underline me</span> is underlined.</p>\n</div>";
Examples.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>";
Examples.textFormatCustomSpanNormalized = _a.textFormatCustomSpanAdoc;
Examples.autoLinksAdoc = "The homepage for the Asciidoctor Project is https://www.asciidoctor.org.\nEmail us at hello@example.com to say hello.";
Examples.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.";
Examples.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>";
Examples.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>";
Examples.autoLinksNormalized = _a.autoLinksAdoc;
Examples.enclosedLinkAdoc = "You will often see https://example.org used in examples.";
Examples.enclosedLinkAdocCn = "You will often see https://example.org used in examples.\n\n\u8BD1You will often see https://example.org\u8BD1 used in examples.";
Examples.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>";
Examples.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>";
Examples.enclosedLinkNormalized = _a.enclosedLinkAdoc;
Examples.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.";
Examples.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.";
Examples.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>";
Examples.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>";
Examples.autoLinkEscapedNormalized = _a.autoLinkEscapedAdoc;
Examples.urlMacroAdoc = "Chat with other Asciidoctor users on the https://discuss.asciidoctor.org/[*mailing list*^, role=green].";
Examples.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].";
Examples.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>";
Examples.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>";
Examples.urlMacroNormalized = _a.urlMacroAdoc;
Examples.textInterpolationAdoc = "= Document Title\n:link-with-underscores: https://asciidoctor.org/now_this__link_works.html\n\nThis URL has repeating underscores {link-with-underscores}.";
Examples.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}.";
Examples.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>";
Examples.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>";
Examples.textInterpolationNormalized = _a.textInterpolationAdoc;
Examples.crossReferenceBasicAdoc = "The section <<anchors>> describes how automatic anchors work.";
Examples.crossReferenceBasicAdocCn = "The section <<anchors>> describes how automatic anchors work.\n\n\u8BD1The section <<anchors,\u8BD1anchors>>\u8BD1 describes how automatic anchors work.";
Examples.crossReferenceBasicHtml = "<div class=\"paragraph\">\n<p>The section <a href=\"#anchors\">[anchors]</a> describes how automatic anchors work.</p>\n</div>";
Examples.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>";
Examples.crossReferenceBasicNormalized = _a.crossReferenceBasicAdoc;
Examples.crossReferenceWithTitleAdoc = "Learn how to <<link-macro-attributes,use attributes within the link macro>>.";
Examples.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>>.";
Examples.crossReferenceWithTitleHtml = "<div class=\"paragraph\">\n<p>Learn how to <a href=\"#link-macro-attributes\">use attributes within the link macro</a>.</p>\n</div>";
Examples.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>";
Examples.crossReferenceWithTitleNormalized = _a.crossReferenceWithTitleAdoc;
Examples.crossReferenceNatureAdoc = "Refer to <<Internal Cross References>>.";
Examples.crossReferenceNatureAdocCn = "Refer to <<Internal Cross References>>.\n\n\u8BD1Refer to <<Internal Cross References,\u8BD1Internal Cross References>>.";
Examples.crossReferenceNatureHtml = "<div class=\"paragraph\">\n<p>Refer to <a href=\"#Internal Cross References\">[Internal Cross References]</a>.</p>\n</div>";
Examples.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>";
Examples.crossReferenceNatureNormalized = _a.crossReferenceNatureAdoc;
Examples.crossReferenceToOtherDocumentAdoc = "Refer to <<document-b.adoc#section-b,Section B>> for more information.";
Examples.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.";
Examples.crossReferenceToOtherDocumentHtml = "<div class=\"paragraph\">\n<p>Refer to <a href=\"document-b.html#section-b\">Section B</a> for more information.</p>\n</div>";
Examples.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>";
Examples.crossReferenceToOtherDocumentNormalized = _a.crossReferenceToOtherDocumentAdoc;
Examples.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[]";
Examples.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[]";
Examples.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>";
Examples.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>";
Examples.footnotesNormalized = _a.footnotesAdoc;
Examples.imageBlockAdoc = "image::sunset.jpg[\"Mesa Verde Sunset, by JAVH\"]";
Examples.imageBlockAdocCn = "[original_alt=\"Mesa Verde Sunset, by JAVH\"]\nimage::sunset.jpg[\"\u8BD1Mesa Verde Sunset, by JAVH\"]";
Examples.imageBlockHtml = "<div class=\"imageblock\">\n<div class=\"content\">\n<img src=\"sunset.jpg\" alt=\"Mesa Verde Sunset, by JAVH\">\n</div>\n</div>";
Examples.imageBlockTiny = "<article adoc-name=\"document\"><img adoc-name=\"image\" data-alt=\"Mesa Verde Sunset, by JAVH\" data-target=\"sunset.jpg\"/></article>";
Examples.imageBlockNormalized = _a.imageBlockAdoc;
Examples.imageInlineAdoc = "Click image:play.png[] to get the party started.\n\nClick image:pause.png[Pause] when you need a break.";
Examples.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.";
Examples.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>";
Examples.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>";
Examples.imageInlineNormalized = _a.imageInlineAdoc;
Examples.imageBlockWithTitleAndAttributesAdoc = "[#img-sunset,link=https://www.flickr.com/photos/javh/5448336655]\n.A mountain sunset\nimage::sunset.jpg[Sunset,200,100]";
Examples.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]";
Examples.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>";
Examples.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=\"[{"name":"figure-number","value":1,"negate":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>";
Examples.imageBlockWithTitleAndAttributesNormalized = _a.imageBlockWithTitleAndAttributesAdoc;
Examples.imageWithPositionalAttributesAdoc = "image::tiger.png[Tiger,200,200,float=right,align=center]";
Examples.imageWithPositionalAttributesAdocCn = "[original_alt=Tiger]\nimage::tiger.png[\u8BD1Tiger,200,200,float=right,align=center]";
Examples.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>";
Examples.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>";
Examples.imageWithPositionalAttributesNormalized = _a.imageWithPositionalAttributesAdoc;
Examples.videoAdoc = "video::tiger.mp4[Tiger,200,200,float=right,align=center]";
Examples.videoAdocCn = "[original_poster=Tiger]\nvideo::tiger.mp4[\u8BD1Tiger,200,200,float=right,align=center]";
Examples.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>";
Examples.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>";
Examples.videoNormalized = _a.videoAdoc;
Examples.iconAdoc = "icon:download[link=https://rubygems.org/downloads/whizbang-1.0.0.gem,window=_blank]";
Examples.iconAdocCn = "icon:download[link=https://rubygems.org/downloads/whizbang-1.0.0.gem,window=_blank]";
Examples.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]</a></span></p>\n</div>";
Examples.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>";
Examples.iconNormalized = _a.iconAdoc;
Examples.keyboardMacroAdoc = "the hortkey is kbd:[Ctrl+F11]";
Examples.keyboardMacroAdocCn = "the hortkey is kbd:[Ctrl+F11]\n\n\u8BD1the hortkey is kbd:[Ctrl+F11]";
Examples.keyboardMacroHtml = "<div class=\"paragraph\">\n<p>the hortkey is kbd:[Ctrl+F11]</p>\n</div>";
Examples.keyboardMacroTiny = "<article adoc-name=\"document\"><p adoc-name=\"paragraph\">the hortkey is <span adoc-name=\"inline_kbd\" data-keys=\"["Ctrl","F11"]\" type-data-keys=\"object\" prop-alt=\"\"><kbd>Ctrl</kbd>+<kbd>F11</kbd></span></p></article>";
Examples.keyboardMacroNormalized = _a.keyboardMacroAdoc;
Examples.buttonMacroAdoc = "Press the btn:[OK] button when you are finished.\n\nSelect a file in the file navigator and click btn:[Open].";
Examples.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].";
Examples.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>";
Examples.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>";
Examples.buttonMacroNormalized = _a.buttonMacroAdoc;
Examples.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.";
Examples.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.";
Examples.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 > Reset > Now] to reset the zoom level to the default setting.</p>\n</div>";
Examples.menuMacroTiny = "<article adoc-name=\"document\"><p adoc-name=\"paragraph\">To save the file, select <span adoc-name=\"inline_menu