Warning, /frameworks/syntax-highlighting/autotests/reference/asciidoc.adoc.ref is written in an unsupported language. File is not indexed.

0001 <Main Title>= AsciiDoc Syntax Highlighting</Main Title><br/>
0002 <Comment>// There are multiple level 0 sections, so use book instead of article.</Comment><br/>
0003 <Attribute>:doctype: </Attribute><Attribute Value>book</Attribute Value><br/>
0004 <Comment>// For nice admonition and callout icons.</Comment><br/>
0005 <Attribute>:icons: </Attribute><Attribute Value>font</Attribute Value><br/>
0006 <Attribute>:toc: </Attribute><Attribute Value>left</Attribute Value><br/>
0007 <Normal></Normal><br/>
0008 <Normal>Testing the syntax highlighting support in KDE Frameworks.</Normal><br/>
0009 <Normal></Normal><br/>
0010 <Normal>The first of the following sections lists the things that are known not to work.</Normal><br/>
0011 <Normal>Further sections are intended for testing the supported features of AsciiDoc.</Normal><br/>
0012 <Normal></Normal><br/>
0013 <Normal></Normal><br/>
0014 <Section Title>= Known Not to Work</Section Title><br/>
0015 <Normal></Normal><br/>
0016 <Normal>There are a couple of things that are known not to work.</Normal><br/>
0017 <Normal></Normal><br/>
0018 <Normal></Normal><br/>
0019 <Section Title>== Block</Section Title><br/>
0020 <Normal></Normal><br/>
0021 <List Marker>*</List Marker><Normal> Highlighting of attributes inside a block title.</Normal><br/>
0022 <Normal></Normal><br/>
0023 <List Marker>*</List Marker><Normal> Highlighting of formatted text inside a block title other than </Normal><Replacement>...</Replacement><br/>
0024 <List Marker>**</List Marker><Normal> </Normal><Marked>#marked#</Marked><br/>
0025 <List Marker>**</List Marker><Normal> </Normal><Monospaced>`monospaced`</Monospaced><br/>
0026 <Normal></Normal><br/>
0027 <List Marker>*</List Marker><Normal> Code folding for contiguous blocks.</Normal><br/>
0028 <Control>+</Control><br/>
0029 <Normal>This has an advantage too, though.</Normal><br/>
0030 <Normal>It enables the user to decide on having code folding or not.</Normal><br/>
0031 <Normal>For short blocks without empty lines where no code folding is desired, use contiguous blocks.</Normal><br/>
0032 <Normal>For longer blocks which should support code folding, use delimited blocks.</Normal><br/>
0033 <Normal></Normal><br/>
0034 <List Marker>*</List Marker><Normal> </Normal><Link>https://asciidoctor.org/docs/user-manual/#discrete-headings[Discrete headings]</Link><Normal>  inside block.</Normal><br/>
0035 <Control>+</Control><br/>
0036 <Delimiter>-----</Delimiter><br/>
0037 <Verbatim>****</Verbatim><br/>
0038 <Verbatim>Some text.</Verbatim><br/>
0039 <Verbatim></Verbatim><br/>
0040 <Verbatim>[discrete]</Verbatim><br/>
0041 <Verbatim>=== Discrete Heading</Verbatim><br/>
0042 <Verbatim></Verbatim><br/>
0043 <Verbatim>Some more text.</Verbatim><br/>
0044 <Verbatim>****</Verbatim><br/>
0045 <Delimiter>-----</Delimiter><br/>
0046 <Control>+</Control><br/>
0047 <Normal>Syntax highlighting does not recognize discrete headings inside a block.</Normal><br/>
0048 <Normal>If a normal section title is marked as being discrete, highlighting works.</Normal><br/>
0049 <Normal></Normal><br/>
0050 <Normal></Normal><br/>
0051 <Section Title>== Custom Styles</Section Title><br/>
0052 <Normal></Normal><br/>
0053 <List Marker>*</List Marker><Normal> Highlighting of formatted text within the phrase to be styled.</Normal><br/>
0054 <Control>+</Control><br/>
0055 <Verbatim>  Some [big]#big and *strong*# text.</Verbatim><br/>
0056 <Normal></Normal><br/>
0057 <List Marker>*</List Marker><Normal> Highlighting of styles with a phrase that spans multiple lines.</Normal><br/>
0058 <Control>+</Control><br/>
0059 <Delimiter>----</Delimiter><br/>
0060 <Verbatim>[big]#this</Verbatim><br/>
0061 <Verbatim>is</Verbatim><br/>
0062 <Verbatim>not</Verbatim><br/>
0063 <Verbatim>highlighted#</Verbatim><br/>
0064 <Delimiter>----</Delimiter><br/>
0065 <Normal></Normal><br/>
0066 <Normal></Normal><br/>
0067 <Section Title>== Formatted/Quoted Text</Section Title><br/>
0068 <Normal></Normal><br/>
0069 <List Marker>*</List Marker><Normal> Highlighting of formatted/quoted text (e.g. monospaced) that spans multiple lines.</Normal><br/>
0070 <Normal></Normal><br/>
0071 <List Marker>*</List Marker><Normal> Highlighting combinations besides those of emphasized, strong and monospaced.</Normal><br/>
0072 <List Marker>**</List Marker><Normal> Attributes inside other formatting.</Normal><br/>
0073 <Control>+</Control><br/>
0074 <Verbatim>  `{attribute-id} inside monospaced`</Verbatim><br/>
0075 <Normal></Normal><br/>
0076 <List Marker>**</List Marker><Normal> Passthrough inside other formatting.</Normal><br/>
0077 <Control>+</Control><br/>
0078 <Verbatim>  `+passthrough+ inside monospaced`</Verbatim><br/>
0079 <Normal></Normal><br/>
0080 <List Marker>**</List Marker><Normal> Marked text inside other formatting.</Normal><br/>
0081 <Control>+</Control><br/>
0082 <Verbatim>  `#marked# inside monospaced`</Verbatim><br/>
0083 <Normal></Normal><br/>
0084 <List Marker>**</List Marker><Normal> Subscript inside other formatting.</Normal><br/>
0085 <Control>+</Control><br/>
0086 <Verbatim>  `~sub~script inside monospaced`</Verbatim><br/>
0087 <Normal></Normal><br/>
0088 <List Marker>**</List Marker><Normal> Superscript inside other formatting.</Normal><br/>
0089 <Control>+</Control><br/>
0090 <Verbatim>  `^super^script inside monospaced`</Verbatim><br/>
0091 <Normal></Normal><br/>
0092 <Normal>And even more complex combinations.</Normal><br/>
0093 <Normal></Normal><br/>
0094 <Normal></Normal><br/>
0095 <Section Title>== List</Section Title><br/>
0096 <Normal></Normal><br/>
0097 <List Marker>*</List Marker><Normal> Inside a list, indented lines without leading asterisks or hyphen start highlighting for a verbatim paragraph.</Normal><br/>
0098 <Normal>Asciidoctor renders this as normal text.</Normal><br/>
0099 <Normal></Normal><br/>
0100 <Normal></Normal><br/>
0101 <Section Title>== Macro</Section Title><br/>
0102 <Normal></Normal><br/>
0103 <List Marker>*</List Marker><Normal> Highlighting of macros with a text argument that spans multiple lines.</Normal><br/>
0104 <Control>+</Control><br/>
0105 <Delimiter>----</Delimiter><br/>
0106 <Verbatim>xref:id[this works just fine]</Verbatim><br/>
0107 <Verbatim></Verbatim><br/>
0108 <Verbatim>xref:id[</Verbatim><br/>
0109 <Verbatim>highlighting a macro with</Verbatim><br/>
0110 <Verbatim>a text that spans multiples</Verbatim><br/>
0111 <Verbatim>does not work</Verbatim><br/>
0112 <Verbatim>]</Verbatim><br/>
0113 <Delimiter>----</Delimiter><br/>
0114 <Normal></Normal><br/>
0115 <Normal></Normal><br/>
0116 <Section Title>== Quote, Verse</Section Title><br/>
0117 <Normal></Normal><br/>
0118 <List Marker>*</List Marker><Normal> Highlighting for single quote symbol </Normal><Monospaced>`"`</Monospaced><Normal>.</Normal><br/>
0119 <Control>+</Control><br/>
0120 <Normal>Highlighting for air quotes </Normal><Monospaced>`""`</Monospaced><Normal> is supported.</Normal><br/>
0121 <Normal></Normal><br/>
0122 <List Marker>*</List Marker><Normal> Highlighting for Markdown style quotes.</Normal><br/>
0123 <Normal></Normal><br/>
0124 <Normal></Normal><br/>
0125 <Section Title>== Replacement</Section Title><br/>
0126 <Normal></Normal><br/>
0127 <Normal>Highlighting for replacements is limited to those listed in the </Normal><Link>https://asciidoctor.org/docs/user-manual/#replacements[Asciidoctor Manual]</Link><Normal> and numerical character references.</Normal><br/>
0128 <Normal></Normal><br/>
0129 <Normal>Highlighting for other </Normal><Link>https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references[HTML/XML character references]</Link><Normal> is not supported.</Normal><br/>
0130 <Normal></Normal><br/>
0131 <Block Title>.Examples of supported references</Block Title><br/>
0132 <List Marker>*</List Marker><Normal> </Normal><Monospaced>`+(C)+`</Monospaced><Normal> resulting in </Normal><Replacement>(C)</Replacement><br/>
0133 <List Marker>*</List Marker><Normal> </Normal><Monospaced>`+=>+`</Monospaced><Normal> resulting in </Normal><Replacement>=></Replacement><br/>
0134 <List Marker>*</List Marker><Normal> </Normal><Monospaced>`+&#188;+`</Monospaced><Normal> resulting in </Normal><Replacement>&#188;</Replacement><br/>
0135 <Normal></Normal><br/>
0136 <Block Title>.Examples of references that are not supported</Block Title><br/>
0137 <List Marker>*</List Marker><Normal> </Normal><Monospaced>`+&frac14;+`</Monospaced><Normal> resulting in &frac14;</Normal><br/>
0138 <List Marker>*</List Marker><Normal> </Normal><Monospaced>`+&phi;+`</Monospaced><Normal> resulting in &phi;</Normal><br/>
0139 <Normal></Normal><br/>
0140 <Normal></Normal><br/>
0141 <Section Title>== Section</Section Title><br/>
0142 <Normal></Normal><br/>
0143 <List Marker>*</List Marker><Normal> Setext style for section titles.</Normal><br/>
0144 <Control>+</Control><br/>
0145 <Normal>Only Atx style is supported.</Normal><br/>
0146 <Control>+</Control><br/>
0147 <Preprocessor>NOTE:</Preprocessor><Normal> Asciidoctor</Normal><Replacement>'</Replacement><Normal>s </Normal><Link>https://asciidoctor.org/docs/asciidoc-recommended-practices/[recommended practices]</Link><Normal> states </Normal><Emphasized>_not_</Emphasized><Normal> to use Setext style for section titles.</Normal><br/>
0148 <Normal></Normal><br/>
0149 <List Marker>*</List Marker><Normal> Highlighting of formatted/quoted text inside section title other than </Normal><Replacement>...</Replacement><br/>
0150 <List Marker>**</List Marker><Normal> </Normal><Marked>#marked#</Marked><br/>
0151 <List Marker>**</List Marker><Normal> </Normal><Monospaced>`monospaced`</Monospaced><br/>
0152 <Normal></Normal><br/>
0153 <Normal></Normal><br/>
0154 <Section Title>== Table</Section Title><br/>
0155 <Normal></Normal><br/>
0156 <List Marker>*</List Marker><Normal> Highlighting of tables with custom separator.</Normal><br/>
0157 <List Marker>**</List Marker><Normal> The custom separator will </Normal><Emphasized>_not_</Emphasized><Normal> be highlighted.</Normal><br/>
0158 <List Marker>**</List Marker><Normal> All </Normal><Monospaced>`|`</Monospaced><Normal> inside the table </Normal><Emphasized>_will be falsly_</Emphasized><Normal> highlighted.</Normal><br/>
0159 <Normal></Normal><br/>
0160 <List Marker>*</List Marker><Normal> Highlighting of delimiter-separated tables.</Normal><br/>
0161 <List Marker>**</List Marker><Normal> Table delimiters in shorthand notation and the value separator will </Normal><Emphasized>_not_</Emphasized><Normal> be highlighted.</Normal><br/>
0162 <List Marker>**</List Marker><Normal> All </Normal><Monospaced>`|`</Monospaced><Normal> inside the table </Normal><Emphasized>_will be falsly_</Emphasized><Normal> highlighted.</Normal><br/>
0163 <Normal></Normal><br/>
0164 <List Marker>*</List Marker><Normal> Applying styles on table contents.</Normal><br/>
0165 <Control>+</Control><br/>
0166 <Normal>When defining a table, individual columns or cells can be defined to be highlighted </Normal><Strong>*strong*</Strong><Normal> etc..</Normal><br/>
0167 <Normal>Corresponding highlighting of these cells does not work.</Normal><br/>
0168 <Normal></Normal><br/>
0169 <Normal></Normal><br/>
0170 <Normal></Normal><br/>
0171 <Section Title>= Admonition</Section Title><br/>
0172 <Normal></Normal><br/>
0173 <Section Title>== Simple Format</Section Title><br/>
0174 <Normal></Normal><br/>
0175 <Preprocessor>NOTE:</Preprocessor><Normal> A simple note.</Normal><br/>
0176 <Normal></Normal><br/>
0177 <Normal>Some text.</Normal><br/>
0178 <Normal>NOTE: This is not a separate note as it is part of the paragraph started with the line above.</Normal><br/>
0179 <Normal></Normal><br/>
0180 <Normal>NOTE:This is not a note as there is no space after the </Normal><Monospaced>`:`</Monospaced><Normal>.</Normal><br/>
0181 <Normal></Normal><br/>
0182 <Verbatim>  NOTE: This is not a note as it is indented.</Verbatim><br/>
0183 <Normal></Normal><br/>
0184 <Normal>NOTE : This is not a note as there are spaces between </Normal><Monospaced>`NOTE`</Monospaced><Normal> and </Normal><Monospaced>`:`</Monospaced><Normal>.</Normal><br/>
0185 <Normal></Normal><br/>
0186 <Normal>NOTE:</Normal><br/>
0187 <Normal>This is not a note as it is not using block format and the text is not starting on the same line as the label.</Normal><br/>
0188 <Normal></Normal><br/>
0189 <Preprocessor>NOTE:</Preprocessor><Normal> This is a lengthy note in simple format.</Normal><br/>
0190 <Normal>Second line.</Normal><br/>
0191 <Normal>One more line.</Normal><br/>
0192 <Normal>And another one.</Normal><br/>
0193 <Normal>This is the last line.</Normal><br/>
0194 <Normal></Normal><br/>
0195 <Normal>This line is not part of the simple note anymore.</Normal><br/>
0196 <Normal></Normal><br/>
0197 <Preprocessor>CAUTION:</Preprocessor><Normal> This is a CAUTION.</Normal><br/>
0198 <Normal></Normal><br/>
0199 <Preprocessor>IMPORTANT:</Preprocessor><Normal> This is IMPORTANT.</Normal><br/>
0200 <Normal></Normal><br/>
0201 <Preprocessor>TIP:</Preprocessor><Normal> This is a TIP. </Normal><Control>+</Control><br/>
0202 <Normal>This second line is rendered as a line on its own because of the trailing </Normal><Monospaced>`+`</Monospaced><Normal> in the first line.</Normal><br/>
0203 <Normal></Normal><br/>
0204 <Preprocessor>WARNING:</Preprocessor><Normal> This is a WARNING.</Normal><br/>
0205 <Normal></Normal><br/>
0206 <Normal></Normal><br/>
0207 <Section Title>== Block Format</Section Title><br/>
0208 <Normal></Normal><br/>
0209 <Block Title>.Contiguous</Block Title><br/>
0210 <Preprocessor>[NOTE]</Preprocessor><br/>
0211 <Anchor>[[contiguous-note-id]]</Anchor><br/>
0212 <Normal>This is a contiguous </Normal><Strong>*note*</Strong><Normal> block.</Normal><br/>
0213 <Normal>Second line.</Normal><br/>
0214 <Normal>And one more line.</Normal><br/>
0215 <Comment>// comment inside block</Comment><br/>
0216 <Normal>This is the final line.</Normal><br/>
0217 <Normal></Normal><br/>
0218 <Normal>This line is not part of the contiguous note block anymore.</Normal><br/>
0219 <Normal></Normal><br/>
0220 <Block Title>.Delimited</Block Title><br/>
0221 <Preprocessor>[NOTE]</Preprocessor><br/>
0222 <Anchor>[[delimited-note-id]]</Anchor><br/>
0223 <Delimiter>====</Delimiter><br/>
0224 <Normal>This is a </Normal><Strong>*note*</Strong><Normal> in block format.</Normal><br/>
0225 <Normal>As a block, the note may have a title</Normal><br/>
0226 <Comment>// comment inside block</Comment><br/>
0227 <Normal></Normal><br/>
0228 <Normal>In block format, multiple lines, paragraphs etc. are possible.</Normal><br/>
0229 <Delimiter>====</Delimiter><br/>
0230 <Normal></Normal><br/>
0231 <Normal>There is no delimited admonition block without block name.</Normal><br/>
0232 <Normal>Using </Normal><Monospaced>`====`</Monospaced><Normal> delimiter without a block name results in an example block.</Normal><br/>
0233 <Normal></Normal><br/>
0234 <Block Title>.Using open block</Block Title><br/>
0235 <Preprocessor>[NOTE]</Preprocessor><br/>
0236 <Delimiter>--</Delimiter><br/>
0237 <Normal>Inside the open block note.</Normal><br/>
0238 <Delimiter>--</Delimiter><br/>
0239 <Normal></Normal><br/>
0240 <Normal></Normal><br/>
0241 <Section Title>= </Section Title><Anchor>[[main-1]]</Anchor><Section Title>An</Section Title><Anchor>[[main-2]]</Anchor><Section Title>chor</Section Title><Anchor>[[main-3]]</Anchor><Section Title> and Cross Reference</Section Title><br/>
0242 <Normal></Normal><br/>
0243 <Section Title>== </Section Title><Anchor>[[section-1]][[section-2]]</Anchor><Section Title> An</Section Title><Anchor>[[section-3]][[section-4]]</Anchor><Section Title>chor</Section Title><Anchor>[[section-5]]</Anchor><br/>
0244 <Normal></Normal><br/>
0245 <Anchor>[[isolated-anchor]]</Anchor><br/>
0246 <Normal>Isolated anchor.</Normal><br/>
0247 <Normal></Normal><br/>
0248 <Anchor>[[isolated-anchor-with-label,Isolated Anchor With Label]]</Anchor><br/>
0249 <Normal>Isolated anchor with label.</Normal><br/>
0250 <Normal></Normal><br/>
0251 <Normal>This line has an </Normal><Anchor>[[inline-anchor, Inline Anchor]]</Anchor><Normal>anchor placed inside the text.</Normal><br/>
0252 <Normal></Normal><br/>
0253 <Anchor>[#isolated-shorthand]</Anchor><br/>
0254 <Normal>Isolated anchor using shorthand definition.</Normal><br/>
0255 <Normal></Normal><br/>
0256 <Anchor>[#isolated-shorthand, Isolated Shorthand Anchor]</Anchor><br/>
0257 <Normal>Isolated anchor with label using shorthand definition.</Normal><br/>
0258 <Normal></Normal><br/>
0259 <Normal>This line has an </Normal><Anchor>  [    #inline-shorthand    ]#anchor placed inside the text#</Anchor><Normal>  #.</Normal><br/>
0260 <Normal></Normal><br/>
0261 <Block Title>.Inside </Block Title><Anchor>[[block-anchor]]</Anchor><Block Title>block title</Block Title><br/>
0262 <Normal>Works too.</Normal><br/>
0263 <Normal></Normal><br/>
0264 <Block Title>.Macro form</Block Title><br/>
0265 <Normal>There is also a ma</Normal><Preprocessor>anchor:anchor-id[Macro Anchor]</Preprocessor><Normal>cro form for anchor definition.</Normal><br/>
0266 <Normal></Normal><br/>
0267 <Preprocessor>NOTE:</Preprocessor><Normal> There is no space needed before the </Normal><Monospaced>`anchor`</Monospaced><Normal> macro name.</Normal><br/>
0268 <Normal>Also not after the closing </Normal><Monospaced>`]`</Monospaced><Normal>.</Normal><br/>
0269 <Normal></Normal><br/>
0270 <Normal></Normal><br/>
0271 <Section Title>=== Not an anchor</Section Title><br/>
0272 <Normal></Normal><br/>
0273 <Normal>[[ not-an-anchor]]</Normal><br/>
0274 <Normal>because of the space after the opening brackets.</Normal><br/>
0275 <Normal></Normal><br/>
0276 <Normal>[[not-an-anchor ]]</Normal><br/>
0277 <Normal>because of the space before the closing brackets.</Normal><br/>
0278 <Normal></Normal><br/>
0279 <Verbatim> [[not-an-anchor]] because of line starting with spaces.</Verbatim><br/>
0280 <Normal></Normal><br/>
0281 <Verbatim> [#not-an-anchor]#because# of line starting with spaces.</Verbatim><br/>
0282 <Normal></Normal><br/>
0283 <Normal>[#not-an-anchor] because of trailing text.</Normal><br/>
0284 <Normal></Normal><br/>
0285 <Normal>Not an anchor because of leading text [#not-an-anchor]</Normal><br/>
0286 <Normal></Normal><br/>
0287 <Normal>Also[</Normal><Marked>#not-an-anchor]#some text#</Marked><Normal> because of missing space before </Normal><Monospaced>`[`</Monospaced><Normal>.</Normal><br/>
0288 <Normal></Normal><br/>
0289 <Normal>Also [</Normal><Marked>#not-an-anchor] #some text#</Marked><Normal> because of space after </Normal><Monospaced>`]`</Monospaced><Normal>.</Normal><br/>
0290 <Normal></Normal><br/>
0291 <Normal>Also [</Normal><Marked>#not-an-anchor]#</Marked><Normal> some text# because of space after the leading </Normal><Monospaced>`#`</Monospaced><Normal>.</Normal><br/>
0292 <Normal></Normal><br/>
0293 <Normal>Also [</Normal><Marked>#not-an-anchor]because of missing referred text (e.g. `#some text#</Marked><Normal>`).</Normal><br/>
0294 <Normal></Normal><br/>
0295 <Normal></Normal><br/>
0296 <Section Title>=== Escaped</Section Title><br/>
0297 <Normal></Normal><br/>
0298 <Normal>This is an escaped \[[anchor-id, some </Normal><Marked>#anchor#</Marked><Normal> label]] anchor.</Normal><br/>
0299 <Normal></Normal><br/>
0300 <Normal>This is just some \normal text.</Normal><br/>
0301 <Normal></Normal><br/>
0302 <Normal>Some\[[anchor-id]]anchor.</Normal><br/>
0303 <Normal></Normal><br/>
0304 <Normal>\[[anchor-id]]</Normal><br/>
0305 <Normal></Normal><br/>
0306 <Comment>////</Comment><br/>
0307 <Alert Level 2>FIXME</Alert Level 2><Comment>: highlighting differs</Comment><br/>
0308 <Comment>Asciidoctor seems to just pass through the anchor when escaping it.</Comment><br/>
0309 <Comment>This behaviour is rather unexpected, as in other cases the escaped contents is subject to further highlighting.</Comment><br/>
0310 <Comment></Comment><br/>
0311 <Comment>We currently only consume the opening bracket.</Comment><br/>
0312 <Comment>////</Comment><br/>
0313 <Normal>This is an escaped \[</Normal><Marked>#shorthand-id]#anchor in shorthand form#</Marked><Normal>.</Normal><br/>
0314 <Normal></Normal><br/>
0315 <Normal>Some \[#shorthand-id].</Normal><br/>
0316 <Normal></Normal><br/>
0317 <Normal>\[#shorthand-id]</Normal><br/>
0318 <Normal></Normal><br/>
0319 <Normal>\[</Normal><Marked>#shorthand-id]#</Marked><br/>
0320 <Normal></Normal><br/>
0321 <Normal></Normal><br/>
0322 <Section Title>== Cross References</Section Title><br/>
0323 <Normal></Normal><br/>
0324 <Link><<main-1>></Link><br/>
0325 <Normal></Normal><br/>
0326 <Link><<main-2>></Link><br/>
0327 <Normal></Normal><br/>
0328 <Link><<main-3>></Link><br/>
0329 <Normal></Normal><br/>
0330 <Link><<section-1>></Link><br/>
0331 <Normal></Normal><br/>
0332 <Normal>This is a reference to </Normal><Link><<section-2>></Link><Normal>.</Normal><br/>
0333 <Normal></Normal><br/>
0334 <Link><<section-3>></Link><Normal> some text >> some more text</Normal><br/>
0335 <Normal></Normal><br/>
0336 <Normal>some << text <</Normal><Link><<section-4>></Link><Normal>></Normal><br/>
0337 <Normal></Normal><br/>
0338 <Link><<section-5>></Link><br/>
0339 <Normal></Normal><br/>
0340 <Link><<isolated-anchor>></Link><br/>
0341 <Normal></Normal><br/>
0342 <Link><<isolated-anchor-with-label>></Link><br/>
0343 <Normal></Normal><br/>
0344 <Link><<inline-anchor>></Link><br/>
0345 <Normal></Normal><br/>
0346 <Link><<isolated-shorthand>></Link><br/>
0347 <Normal></Normal><br/>
0348 <Link><<inline-shorthand>></Link><Normal>.</Normal><br/>
0349 <Normal></Normal><br/>
0350 <Link><<block-anchor>></Link><br/>
0351 <Normal></Normal><br/>
0352 <Normal></Normal><br/>
0353 <Section Title>=== Escaped</Section Title><br/>
0354 <Normal></Normal><br/>
0355 <Normal>This is not a reference \<<section-1>>.</Normal><br/>
0356 <Normal></Normal><br/>
0357 <Normal></Normal><br/>
0358 <Section Title>= Attribute</Section Title><br/>
0359 <Normal></Normal><br/>
0360 <Section Title>== No Value</Section Title><br/>
0361 <Normal></Normal><br/>
0362 <Attribute>:some-attribute:</Attribute><br/>
0363 <Normal>This line should not be highlighted.</Normal><br/>
0364 <Normal></Normal><br/>
0365 <Verbatim>  :not-an-attribute: as the line is indented.</Verbatim><br/>
0366 <Normal></Normal><br/>
0367 <Normal></Normal><br/>
0368 <Section Title>== Single Line Value</Section Title><br/>
0369 <Normal></Normal><br/>
0370 <Normal>Attributes with values that are rendered as a single line, even if their definition spans multiple lines.</Normal><br/>
0371 <Normal></Normal><br/>
0372 <Block Title>.Single line definition</Block Title><br/>
0373 <Attribute>:single-line: </Attribute><Attribute Value>only one line</Attribute Value><br/>
0374 <Normal>This line is not part of the attribute value anymore.</Normal><br/>
0375 <Normal></Normal><br/>
0376 <Marked>##before##</Marked><Attribute>{single-line}</Attribute><Marked>##after##</Marked><br/>
0377 <Normal></Normal><br/>
0378 <Attribute>:attr-in-attr-value: </Attribute><Attribute Value>in multi line definition</Attribute Value><br/>
0379 <Normal></Normal><br/>
0380 <Block Title>.Multi line definition</Block Title><br/>
0381 <Attribute>:single-line-continued: </Attribute><Attribute Value>First line {attr-in-attr-value}.</Attribute Value><Normal> </Normal><Control>\</Control><br/>
0382 <Attribute Value>Second line.</Attribute Value><Normal> </Normal><Control>\</Control><br/>
0383 <Attribute Value>Another line.</Attribute Value><br/>
0384 <Normal>This line is not part of the attribute value anymore.</Normal><br/>
0385 <Normal></Normal><br/>
0386 <Marked>##before##</Marked><Attribute>{single-line-continued}</Attribute><Marked>##after##</Marked><br/>
0387 <Normal></Normal><br/>
0388 <Preprocessor>IMPORTANT:</Preprocessor><Normal> At least one space is needed before the continuation </Normal><Monospaced>`\`</Monospaced><Normal>.</Normal><br/>
0389 <Normal></Normal><br/>
0390 <Block Title>.Line continuation is only highlighted when inside an attribute definition</Block Title><br/>
0391 <Normal>some \</Normal><br/>
0392 <Normal>text</Normal><br/>
0393 <Normal></Normal><br/>
0394 <Normal></Normal><br/>
0395 <Section Title>== Multi Line Value</Section Title><br/>
0396 <Normal></Normal><br/>
0397 <Normal>Attributes with values including hard line breaks.</Normal><br/>
0398 <Normal></Normal><br/>
0399 <Preprocessor>IMPORTANT:</Preprocessor><Normal> At least one space is needed before the continuation </Normal><Monospaced>`+`</Monospaced><Normal> and between the </Normal><Monospaced>`+`</Monospaced><Normal> and the </Normal><Monospaced>`\`</Monospaced><Normal>.</Normal><br/>
0400 <Normal></Normal><br/>
0401 <Attribute>:multi-line: </Attribute><Attribute Value>First line.</Attribute Value><Normal> </Normal><Control>+</Control><Normal> </Normal><Control>\</Control><br/>
0402 <Attribute Value>Second line.</Attribute Value><Normal>   </Normal><Control>+</Control><Normal>    </Normal><Control>\</Control><br/>
0403 <Attribute Value>Third line.</Attribute Value><br/>
0404 <Normal>This line is not part of the attribute value anymore.</Normal><br/>
0405 <Normal></Normal><br/>
0406 <Marked>##before##</Marked><Attribute>{multi-line}</Attribute><Marked>##after##</Marked><br/>
0407 <Normal></Normal><br/>
0408 <Normal></Normal><br/>
0409 <Section Title>== Inline Definition</Section Title><br/>
0410 <Normal></Normal><br/>
0411 <Normal>Inline attribute definitions </Normal><Attribute>{set:inline-attribute:</Attribute><Attribute Value>just fine</Attribute Value><Attribute>}</Attribute><Normal> works </Normal><Attribute>{inline-attribute}</Attribute><Normal>.</Normal><br/>
0412 <Normal></Normal><br/>
0413 <Block Title>.Surplus </Block Title><Monospaced>`:`</Monospaced><Block Title> is part of the value</Block Title><br/>
0414 <Attribute>{set:attr:</Attribute><Attribute Value>:some value</Attribute Value><Attribute>}</Attribute><br/>
0415 <Attribute>{attr}</Attribute><br/>
0416 <Normal></Normal><br/>
0417 <Attribute>{set:attr}</Attribute><br/>
0418 <Attribute>{attr}</Attribute><br/>
0419 <Normal></Normal><br/>
0420 <Block Title>.Not an inline definition as leading </Block Title><Monospaced>`set:`</Monospaced><Block Title> is missing</Block Title><br/>
0421 <Normal>{single-line:some value}</Normal><br/>
0422 <Normal></Normal><br/>
0423 <Normal></Normal><br/>
0424 <Section Title>== Unsetting</Section Title><br/>
0425 <Normal></Normal><br/>
0426 <Attribute>:!_custom_2-:</Attribute><br/>
0427 <Attribute>:_custom_2-!:</Attribute><br/>
0428 <Normal></Normal><br/>
0429 <Block Title>.Adding a value when unsetting doesn't make sense, but doesn't hurt either</Block Title><br/>
0430 <Attribute>:some-attribute: </Attribute><Attribute Value>some value</Attribute Value><br/>
0431 <Normal>Attribute is set to </Normal><Monospaced>`{some-attribute}`</Monospaced><Normal>.</Normal><br/>
0432 <Normal></Normal><br/>
0433 <Attribute>:!some-attribute: </Attribute><Attribute Value>some value</Attribute Value><br/>
0434 <Attribute>{some-attribute}</Attribute><Normal> is not set anymore.</Normal><br/>
0435 <Normal></Normal><br/>
0436 <Normal></Normal><br/>
0437 <Section Title>== Not an Attribute</Section Title><br/>
0438 <Normal></Normal><br/>
0439 <Normal>:not-an-attribute:as there is no space after the terminating column of the identifier</Normal><br/>
0440 <Normal></Normal><br/>
0441 <Verbatim>  :not-an-attribute: as it is indented</Verbatim><br/>
0442 <Normal></Normal><br/>
0443 <Normal></Normal><br/>
0444 <Section Title>== Combination with Other Highlighting</Section Title><br/>
0445 <Normal></Normal><br/>
0446 <Delimiter>****</Delimiter><br/>
0447 <Attribute>:inside-a-block: </Attribute><Attribute Value>inside a block</Attribute Value><br/>
0448 <Normal>Using an attribute </Normal><Attribute>{inside-a-block}</Attribute><Normal> works too.</Normal><br/>
0449 <Delimiter>****</Delimiter><br/>
0450 <Normal></Normal><br/>
0451 <Attribute>:inside-formatting: </Attribute><Attribute Value>inside formatting</Attribute Value><br/>
0452 <Normal>An attribute used </Normal><Monospaced>`{inside-formatting}`</Monospaced><Normal> is not highlighting as attribute.</Normal><br/>
0453 <Normal></Normal><br/>
0454 <Normal></Normal><br/>
0455 <Section Title>== Escaped</Section Title><br/>
0456 <Normal></Normal><br/>
0457 <Normal>\:attr-1: escaped attribute definition + \</Normal><br/>
0458 <Normal>second line of escaped attribute definition</Normal><br/>
0459 <Normal></Normal><br/>
0460 <Normal>\:!attr-1: escaped unset attribute</Normal><br/>
0461 <Normal></Normal><br/>
0462 <Normal>\:-attr-1: this is not highlighted as escaped attribute definition as it has an invalid attribute id.</Normal><br/>
0463 <Normal></Normal><br/>
0464 <Normal>This \:attr-1: is not highlighted as escaped attribute definition as it is not used at line start.</Normal><br/>
0465 <Normal></Normal><br/>
0466 <Attribute>:attr-1: </Attribute><Attribute Value>some attribute</Attribute Value><br/>
0467 <Normal>This is not rendered as \{attr-1}.</Normal><br/>
0468 <Normal></Normal><br/>
0469 <Normal>This is not an inline attribute definition \{set:attr-2:some other attribute}. </Normal><Control>+</Control><br/>
0470 <Attribute>{attr-2}</Attribute><Normal> is not set.</Normal><br/>
0471 <Normal></Normal><br/>
0472 <Delimiter>****</Delimiter><br/>
0473 <Attribute>:inside-a-block: </Attribute><Attribute Value>inside a block</Attribute Value><br/>
0474 <Normal>Escaping an attribute \{inside-a-block} works too.</Normal><br/>
0475 <Delimiter>****</Delimiter><br/>
0476 <Normal></Normal><br/>
0477 <Normal></Normal><br/>
0478 <Section Title>= Bibliography</Section Title><br/>
0479 <Normal></Normal><br/>
0480 <Section Title>== Using References</Section Title><br/>
0481 <Normal></Normal><br/>
0482 <Normal>The first reference has no label, so its id </Normal><Link><<ref-1>></Link><Normal> is rendered.</Normal><br/>
0483 <Normal></Normal><br/>
0484 <Normal>The second reference has number </Normal><Link><<r2>></Link><Normal> as label.</Normal><br/>
0485 <Normal></Normal><br/>
0486 <Normal>The third reference has </Normal><Link><<r3>></Link><Normal> as label.</Normal><br/>
0487 <Normal></Normal><br/>
0488 <Normal>A reference definition inside the text instead of the bibliography section yields some strange result: </Normal><Anchor>[[[ref-o,outside bibliography]]]</Anchor><Normal>].</Normal><br/>
0489 <Normal>Not sure what to do with this.</Normal><br/>
0490 <Normal></Normal><br/>
0491 <Normal>This is trying to use the escaped reference </Normal><Link><<r4>></Link><Normal>.</Normal><br/>
0492 <Normal></Normal><br/>
0493 <Normal>This is trying to use reference </Normal><Link><<r6>></Link><Normal>.</Normal><br/>
0494 <Normal></Normal><br/>
0495 <Normal></Normal><br/>
0496 <Preprocessor>[bibliography]</Preprocessor><br/>
0497 <Section Title>== References</Section Title><br/>
0498 <Normal></Normal><br/>
0499 <List Marker>-</List Marker><Normal> </Normal><Anchor>[[[ref-1]]]</Anchor><Normal> This is reference 1.</Normal><br/>
0500 <List Marker>-</List Marker><Normal> </Normal><Anchor>[[[r2,2]]]</Anchor><Normal>This is reference 2.</Normal><br/>
0501 <List Marker>-</List Marker><Normal> </Normal><Anchor>[[[r3,Some Text]]]</Anchor><br/>
0502 <Normal>This is reference 3.</Normal><br/>
0503 <List Marker>-</List Marker><Normal> [\[[r4, escaped]]] This is </Normal><Marked>#escaped#</Marked><Normal>.</Normal><br/>
0504 <List Marker>-</List Marker><Normal> </Normal><Anchor>[[[r5,5]]]</Anchor><Normal> This is reference 5.</Normal><br/>
0505 <List Marker>*</List Marker><Normal> </Normal><Anchor>[[[r6,strange]]]</Anchor><Normal> Using an asterisk yields a strange result.</Normal><br/>
0506 <Normal></Normal><br/>
0507 <Normal></Normal><br/>
0508 <Section Title>= Block</Section Title><br/>
0509 <Normal></Normal><br/>
0510 <Preprocessor>[abstract]</Preprocessor><br/>
0511 <Block Title>.Abstract - contiguous block</Block Title><br/>
0512 <Normal>This document is used for testing syntax highlighting regarding various types of blocks.</Normal><br/>
0513 <Normal>E.g. this contiguous abstract block. </Normal><Control>+</Control><br/>
0514 <Normal>Using block form for the abstract seems to be rendered differently than the section form (see </Normal><Monospaced>`section.adoc`</Monospaced><Normal>).</Normal><br/>
0515 <Normal></Normal><br/>
0516 <Preprocessor>[abstract]</Preprocessor><br/>
0517 <Block Title>.Abstract - delimited open block</Block Title><br/>
0518 <Delimiter>--</Delimiter><br/>
0519 <Normal>Using the delimited block form </Normal><Replacement>...</Replacement><br/>
0520 <Normal></Normal><br/>
0521 <Normal>enables having empty lines in the abstract.</Normal><br/>
0522 <Delimiter>--</Delimiter><br/>
0523 <Normal></Normal><br/>
0524 <Normal></Normal><br/>
0525 <Section Title>== General</Section Title><br/>
0526 <Normal></Normal><br/>
0527 <Preprocessor>NOTE:</Preprocessor><Normal> Starting and ending delimiter must be balanced, meaning they must have the same length.</Normal><br/>
0528 <Normal></Normal><br/>
0529 <Block Title>.Block title </Block Title><Marked>#before#</Marked><Block Title> block meta data</Block Title><br/>
0530 <Preprocessor>[literal]</Preprocessor><br/>
0531 <Delimiter>....</Delimiter><br/>
0532 <Verbatim>Inside the block.</Verbatim><br/>
0533 <Delimiter>....</Delimiter><br/>
0534 <Normal></Normal><br/>
0535 <Preprocessor>[literal]</Preprocessor><br/>
0536 <Block Title>.Block title </Block Title><Monospaced>`after`</Monospaced><Block Title> block meta data</Block Title><br/>
0537 <Delimiter>....</Delimiter><br/>
0538 <Verbatim>Inside the block.</Verbatim><br/>
0539 <Delimiter>....</Delimiter><br/>
0540 <Normal></Normal><br/>
0541 <Block Title>.Invalid block name</Block Title><br/>
0542 <Normal>[ literal]</Normal><br/>
0543 <Delimiter>....</Delimiter><br/>
0544 <Verbatim>This block has invalid meta data as there is a space between the opening square bracket and the block name.</Verbatim><br/>
0545 <Delimiter>....</Delimiter><br/>
0546 <Normal></Normal><br/>
0547 <Block Title>.Block with attributes</Block Title><br/>
0548 <Preprocessor>[literal, some, attributes]</Preprocessor><br/>
0549 <Delimiter>....</Delimiter><br/>
0550 <Verbatim>Inside the block.</Verbatim><br/>
0551 <Delimiter>....</Delimiter><br/>
0552 <Normal></Normal><br/>
0553 <Block Title>.Anchor before block name for contiguous block</Block Title><br/>
0554 <Anchor>[[contiguous_block_id_before_name]]</Anchor><br/>
0555 <Preprocessor>[literal]</Preprocessor><br/>
0556 <Verbatim>Inside the block.</Verbatim><br/>
0557 <Normal></Normal><br/>
0558 <Block Title>.Anchor after block name for contiguous block</Block Title><br/>
0559 <Preprocessor>[literal]</Preprocessor><br/>
0560 <Anchor>[[contiguous_block_id_after_name]]</Anchor><br/>
0561 <Verbatim>Inside the block.</Verbatim><br/>
0562 <Normal></Normal><br/>
0563 <Block Title>.Anchor after block name for delimited block</Block Title><br/>
0564 <Preprocessor>[literal]</Preprocessor><br/>
0565 <Anchor>[#delimited_block_id]</Anchor><br/>
0566 <Delimiter>....</Delimiter><br/>
0567 <Verbatim>Inside the block.</Verbatim><br/>
0568 <Delimiter>....</Delimiter><br/>
0569 <Normal></Normal><br/>
0570 <Block Title>.Option definition</Block Title><br/>
0571 <Preprocessor>[literal%some-option, some, attributes]</Preprocessor><br/>
0572 <Verbatim>Inside the block.</Verbatim><br/>
0573 <Normal></Normal><br/>
0574 <Block Title>.Shorthand anchor definition</Block Title><br/>
0575 <Comment>// </Comment><Alert Level 2>TODO</Alert Level 2><Comment> Would be nice if we could highligth the shorthand ID definition as such.</Comment><br/>
0576 <Preprocessor>[literal#shorthand-id, some, attributes]</Preprocessor><br/>
0577 <Verbatim>Inside the block.</Verbatim><br/>
0578 <Normal></Normal><br/>
0579 <Normal>Link to </Normal><Link><<contiguous_block_id_before_name>></Link><Normal>.</Normal><br/>
0580 <Normal></Normal><br/>
0581 <Normal>Link to </Normal><Link><<contiguous_block_id_after_name>></Link><Normal>.</Normal><br/>
0582 <Normal></Normal><br/>
0583 <Normal>Link to </Normal><Link><<shorthand-id>></Link><Normal>.</Normal><br/>
0584 <Normal></Normal><br/>
0585 <Normal></Normal><br/>
0586 <Section Title>== Admonition</Section Title><br/>
0587 <Normal></Normal><br/>
0588 <Normal>See </Normal><Monospaced>`admonition.adoc`</Monospaced><Normal>.</Normal><br/>
0589 <Normal></Normal><br/>
0590 <Normal></Normal><br/>
0591 <Section Title>== Comment</Section Title><br/>
0592 <Normal></Normal><br/>
0593 <Normal>See </Normal><Monospaced>`comment.adoc`</Monospaced><Normal>.</Normal><br/>
0594 <Normal></Normal><br/>
0595 <Normal></Normal><br/>
0596 <Section Title>== Example</Section Title><br/>
0597 <Normal></Normal><br/>
0598 <Block Title>.Contiguous</Block Title><br/>
0599 <Preprocessor>[example]</Preprocessor><br/>
0600 <Anchor>[[example-block-id]]</Anchor><br/>
0601 <Normal>A countiguous </Normal><Strong>*example*</Strong><Normal> block.</Normal><br/>
0602 <Comment>// some comment</Comment><br/>
0603 <Normal>Second line of the example block.</Normal><br/>
0604 <Normal></Normal><br/>
0605 <Normal>This line is not part of the contiguous example block anymore.</Normal><br/>
0606 <Normal></Normal><br/>
0607 <Block Title>.Delimited with block name</Block Title><br/>
0608 <Preprocessor>[example]</Preprocessor><br/>
0609 <Comment>// some comment</Comment><br/>
0610 <Anchor>[[example-block-id]]</Anchor><br/>
0611 <Comment>// some comment</Comment><br/>
0612 <Delimiter>====</Delimiter><br/>
0613 <Comment>// some comment</Comment><br/>
0614 <Normal>Inside the delimited example block.</Normal><br/>
0615 <Delimiter>====</Delimiter><br/>
0616 <Normal></Normal><br/>
0617 <Block Title>.Delimited without block name</Block Title><br/>
0618 <Anchor>[[example-block-id]]</Anchor><br/>
0619 <Delimiter>====</Delimiter><br/>
0620 <Normal>Inside the delimited example block.</Normal><br/>
0621 <Delimiter>====</Delimiter><br/>
0622 <Normal></Normal><br/>
0623 <Block Title>.Using an open block</Block Title><br/>
0624 <Preprocessor>[example]</Preprocessor><br/>
0625 <Anchor>[[example-block-id]]</Anchor><br/>
0626 <Delimiter>--</Delimiter><br/>
0627 <Normal>Inside the open block example.</Normal><br/>
0628 <Delimiter>--</Delimiter><br/>
0629 <Normal></Normal><br/>
0630 <Normal></Normal><br/>
0631 <Section Title>== Fenced</Section Title><br/>
0632 <Normal></Normal><br/>
0633 <Preprocessor>NOTE:</Preprocessor><Normal> According to the </Normal><Link>https://asciidoctor.org/docs/user-manual/#built-in-blocks-summary[Asciidoctor manual]</Link><Normal>, fenced blocks do not support block names.</Normal><br/>
0634 <Normal></Normal><br/>
0635 <Block Title>.Delimited without block name</Block Title><br/>
0636 <Anchor>[#fenced-block-id]</Anchor><br/>
0637 <Delimiter>```</Delimiter><br/>
0638 <Verbatim>Inside the fenced block.</Verbatim><br/>
0639 <Verbatim>The block contents is rendered verbatim.</Verbatim><br/>
0640 <Verbatim>So there is *no* text formatting.</Verbatim><br/>
0641 <Delimiter>```</Delimiter><br/>
0642 <Normal></Normal><br/>
0643 <Block Title>.This is not a fenced block</Block Title><br/>
0644 <Monospaced>``````</Monospaced><br/>
0645 <Normal>A fenced block</Normal><Replacement>'</Replacement><Normal>s delimiter length is </Normal><Emphasized>_exactly_</Emphasized><Normal> 3.</Normal><br/>
0646 <Monospaced>``````</Monospaced><br/>
0647 <Normal></Normal><br/>
0648 <Normal></Normal><br/>
0649 <Section Title>== Listing</Section Title><br/>
0650 <Normal></Normal><br/>
0651 <Block Title>.Contiguous</Block Title><br/>
0652 <Preprocessor>[listing]</Preprocessor><br/>
0653 <Anchor>[[listing-block-id]]</Anchor><br/>
0654 <Verbatim>A countiguous *listing* block.</Verbatim><br/>
0655 <Verbatim>Last line of the listing.</Verbatim><br/>
0656 <Normal></Normal><br/>
0657 <Normal>This line is not part of the contiguous block anymore.</Normal><br/>
0658 <Normal></Normal><br/>
0659 <Block Title>.Delimited with block name</Block Title><br/>
0660 <Preprocessor>[listing]</Preprocessor><br/>
0661 <Anchor>[[listing-block-id]]</Anchor><br/>
0662 <Comment>// comment before the opening block delimiter</Comment><br/>
0663 <Comment>////</Comment><br/>
0664 <Comment>block comment</Comment><br/>
0665 <Comment>////</Comment><br/>
0666 <Delimiter>----</Delimiter><br/>
0667 <Verbatim>First line inside the *listing* block.</Verbatim><br/>
0668 <Verbatim>Last line inside the block.</Verbatim><br/>
0669 <Delimiter>----</Delimiter><br/>
0670 <Normal></Normal><br/>
0671 <Block Title>.Delimited without block name</Block Title><br/>
0672 <Anchor>[[listing-block-id]]</Anchor><br/>
0673 <Delimiter>----</Delimiter><br/>
0674 <Verbatim>Inside the delimited listing block.</Verbatim><br/>
0675 <Delimiter>----</Delimiter><br/>
0676 <Normal></Normal><br/>
0677 <Block Title>.Using an open block</Block Title><br/>
0678 <Preprocessor>[listing]</Preprocessor><br/>
0679 <Anchor>[[listing-block-id]]</Anchor><br/>
0680 <Delimiter>--</Delimiter><br/>
0681 <Verbatim>Inside the open block listing.</Verbatim><br/>
0682 <Delimiter>--</Delimiter><br/>
0683 <Normal></Normal><br/>
0684 <Normal></Normal><br/>
0685 <Section Title>== Literal</Section Title><br/>
0686 <Normal></Normal><br/>
0687 <Block Title>.Contiguous</Block Title><br/>
0688 <Preprocessor>[literal]</Preprocessor><br/>
0689 <Comment>// some comment</Comment><br/>
0690 <Anchor>[[literal-block-id]]</Anchor><br/>
0691 <Comment>// some comment</Comment><br/>
0692 <Verbatim>Inside the contiguous literal block.</Verbatim><br/>
0693 <Verbatim>// this should not be highlighted as comment</Verbatim><br/>
0694 <Verbatim>.this should not be highlighted as title</Verbatim><br/>
0695 <Verbatim>The block contents is rendered verbatim.</Verbatim><br/>
0696 <Verbatim>So there is *no* text formatting.</Verbatim><br/>
0697 <Verbatim>// this should not be highlighted as comment</Verbatim><br/>
0698 <Normal></Normal><br/>
0699 <Normal>This line is not part of the contiguous block anymore.</Normal><br/>
0700 <Normal></Normal><br/>
0701 <Block Title>.Delimited with block name</Block Title><br/>
0702 <Preprocessor>[literal]</Preprocessor><br/>
0703 <Comment>// some comment</Comment><br/>
0704 <Anchor>[#literal-block-id]</Anchor><br/>
0705 <Comment>// some comment</Comment><br/>
0706 <Delimiter>..........</Delimiter><br/>
0707 <Verbatim>Inside the delimited literal block.</Verbatim><br/>
0708 <Verbatim>// this should not be highlighted as comment</Verbatim><br/>
0709 <Verbatim>.this should not be highlighted as title</Verbatim><br/>
0710 <Delimiter>..........</Delimiter><br/>
0711 <Normal></Normal><br/>
0712 <Block Title>.Delimited without block name</Block Title><br/>
0713 <Anchor>[[literal-block-id]]</Anchor><br/>
0714 <Comment>// some comment</Comment><br/>
0715 <Delimiter>..........</Delimiter><br/>
0716 <Verbatim>Inside the delimited literal block.</Verbatim><br/>
0717 <Delimiter>..........</Delimiter><br/>
0718 <Normal></Normal><br/>
0719 <Block Title>.Using an open block</Block Title><br/>
0720 <Preprocessor>[literal]</Preprocessor><br/>
0721 <Comment>// some comment</Comment><br/>
0722 <Anchor>[[literal-block-id]]</Anchor><br/>
0723 <Comment>// some comment</Comment><br/>
0724 <Delimiter>--</Delimiter><br/>
0725 <Verbatim>// this should not be highlighted as comment</Verbatim><br/>
0726 <Verbatim>Inside the open block listing.</Verbatim><br/>
0727 <Delimiter>--</Delimiter><br/>
0728 <Normal></Normal><br/>
0729 <Block Title>.Using leading spaces for first line</Block Title><br/>
0730 <Verbatim>    When using some leading spaces, the whole paragraph is treated as literal.</Verbatim><br/>
0731 <Verbatim>Only the first line needs to have leading spaces.</Verbatim><br/>
0732 <Normal></Normal><br/>
0733 <Normal>This line is not part of the literal paragraph anymore.</Normal><br/>
0734 <Normal></Normal><br/>
0735 <Normal></Normal><br/>
0736 <Section Title>== Open</Section Title><br/>
0737 <Normal></Normal><br/>
0738 <Preprocessor>NOTE:</Preprocessor><Normal> The open block does not have a contiguous form.</Normal><br/>
0739 <Normal></Normal><br/>
0740 <Block Title>.Delimited</Block Title><br/>
0741 <Anchor>[#open-block-id]</Anchor><br/>
0742 <Delimiter>--</Delimiter><br/>
0743 <Normal>An open block</Normal><Replacement>'</Replacement><Normal>s delimiter length is </Normal><Emphasized>_exactly_</Emphasized><Normal> 2.</Normal><br/>
0744 <Normal></Normal><br/>
0745 <Normal>Last line of the </Normal><Marked>#open#</Marked><Normal> block.</Normal><br/>
0746 <Delimiter>--</Delimiter><br/>
0747 <Normal></Normal><br/>
0748 <Normal></Normal><br/>
0749 <Section Title>== Passthrough</Section Title><br/>
0750 <Normal></Normal><br/>
0751 <Block Title>.Contiguous</Block Title><br/>
0752 <Preprocessor>[pass]</Preprocessor><br/>
0753 <Anchor>[[contiguous-passthrough-id]]</Anchor><br/>
0754 <Passthrough>Inside the contiguous passthrough block.</Passthrough><br/>
0755 <Passthrough>Second line to pass trhough.</Passthrough><br/>
0756 <Normal></Normal><br/>
0757 <Normal>This line is not part of the contiguous passthrough block anymore.</Normal><br/>
0758 <Normal></Normal><br/>
0759 <Block Title>.Delimited with block name</Block Title><br/>
0760 <Preprocessor>[pass]</Preprocessor><br/>
0761 <Anchor>[[delimited-passthrough-id]]</Anchor><br/>
0762 <Delimiter>++++++</Delimiter><br/>
0763 <Passthrough>Inside the delimited passthrough block with block name.</Passthrough><br/>
0764 <Delimiter>++++++</Delimiter><br/>
0765 <Normal></Normal><br/>
0766 <Block Title>.Delimited without block name</Block Title><br/>
0767 <Anchor>[[delimited-passthrough-id]]</Anchor><br/>
0768 <Delimiter>++++</Delimiter><br/>
0769 <Passthrough>Inside the delimited passthrough block without block name.</Passthrough><br/>
0770 <Delimiter>++++</Delimiter><br/>
0771 <Normal></Normal><br/>
0772 <Normal>According to the </Normal><Link>https://asciidoctor.org/docs/user-manual/#built-in-blocks-summary[Asciidoctor Manual]</Link><Normal>, passthrough using an open block is not supported.</Normal><br/>
0773 <Normal></Normal><br/>
0774 <Normal></Normal><br/>
0775 <Section Title>== Quote</Section Title><br/>
0776 <Normal></Normal><br/>
0777 <Normal>See </Normal><Monospaced>`quote_verse.adoc`</Monospaced><Normal>.</Normal><br/>
0778 <Normal></Normal><br/>
0779 <Normal></Normal><br/>
0780 <Section Title>== Sidebar</Section Title><br/>
0781 <Normal></Normal><br/>
0782 <Block Title>.Contiguous</Block Title><br/>
0783 <Preprocessor>[sidebar]</Preprocessor><br/>
0784 <Anchor>[[sidebar-block-id]]</Anchor><br/>
0785 <Normal>Inside the </Normal><Strong>*sidebar*</Strong><Normal> block.</Normal><br/>
0786 <Normal>Second line of the sidebar block.</Normal><br/>
0787 <Normal></Normal><br/>
0788 <Normal>This line is not part of the sidbar block anymore.</Normal><br/>
0789 <Normal></Normal><br/>
0790 <Block Title>.Delimited with block name</Block Title><br/>
0791 <Preprocessor>[sidebar]</Preprocessor><br/>
0792 <Anchor>[[sidebar-block-id]]</Anchor><br/>
0793 <Delimiter>**********</Delimiter><br/>
0794 <Normal>Inside the </Normal><Strong>*sidebar*</Strong><Normal> block.</Normal><br/>
0795 <Delimiter>**********</Delimiter><br/>
0796 <Normal></Normal><br/>
0797 <Block Title>.Delimited without block name</Block Title><br/>
0798 <Anchor>[[sidebar-block-id]]</Anchor><br/>
0799 <Delimiter>****</Delimiter><br/>
0800 <Normal>Inside the sidebar block.</Normal><br/>
0801 <Delimiter>****</Delimiter><br/>
0802 <Normal></Normal><br/>
0803 <Block Title>.Using an open block</Block Title><br/>
0804 <Preprocessor>[sidebar]</Preprocessor><br/>
0805 <Anchor>[[sidebar-block-id]]</Anchor><br/>
0806 <Delimiter>--</Delimiter><br/>
0807 <Normal>Inside the sidebar block.</Normal><br/>
0808 <Delimiter>--</Delimiter><br/>
0809 <Normal></Normal><br/>
0810 <Normal></Normal><br/>
0811 <Section Title>== Source</Section Title><br/>
0812 <Normal></Normal><br/>
0813 <Block Title>.Contiguous</Block Title><br/>
0814 <Preprocessor>[source,ruby]</Preprocessor><br/>
0815 <Anchor>[[source-block-id]]</Anchor><br/>
0816 <Verbatim>#This is Ruby source code.</Verbatim><br/>
0817 <Verbatim>#NOTE: If there is a space after the `#`, Asciidoctor interprets this as a section title.</Verbatim><br/>
0818 <Verbatim>#Seems in contiguous source blocks, Asciidoctor still interprets the block contents, which is rather unexpected.</Verbatim><br/>
0819 <Verbatim>import 'needed'</Verbatim><br/>
0820 <Verbatim>IO.puts "hello"</Verbatim><br/>
0821 <Normal></Normal><br/>
0822 <Block Title>.Contiguous using option syntax</Block Title><br/>
0823 <Preprocessor>[source%mixed,php]</Preprocessor><br/>
0824 <Verbatim><p></Verbatim><br/>
0825 <Verbatim><?php echo "Hello, World!"; ?></Verbatim><br/>
0826 <Verbatim></p></Verbatim><br/>
0827 <Normal></Normal><br/>
0828 <Block Title>.Delimited with block name</Block Title><br/>
0829 <Preprocessor>[source , ruby ]</Preprocessor><br/>
0830 <Anchor>[[source-block-id]]</Anchor><br/>
0831 <Delimiter>----</Delimiter><br/>
0832 <Verbatim># This is Ruby source code.</Verbatim><br/>
0833 <Verbatim># NOTE: in delimited source blocks, having a space after the `#` in the comment is OK.</Verbatim><br/>
0834 <Verbatim>import 'needed'</Verbatim><br/>
0835 <Verbatim></Verbatim><br/>
0836 <Verbatim>IO.puts "hello"</Verbatim><br/>
0837 <Delimiter>----</Delimiter><br/>
0838 <Normal></Normal><br/>
0839 <Block Title>.Delimited with block name using option syntax</Block Title><br/>
0840 <Preprocessor>[source%mixed,php]</Preprocessor><br/>
0841 <Delimiter>----</Delimiter><br/>
0842 <Verbatim><p></Verbatim><br/>
0843 <Verbatim><?php echo "Hello, World!"; ?></Verbatim><br/>
0844 <Verbatim></p></Verbatim><br/>
0845 <Delimiter>----</Delimiter><br/>
0846 <Normal></Normal><br/>
0847 <Block Title>.Delimited with block name using option syntax on next line</Block Title><br/>
0848 <Preprocessor>[source]</Preprocessor><br/>
0849 <Preprocessor>[options="nowrap"]</Preprocessor><br/>
0850 <Delimiter>----</Delimiter><br/>
0851 <Verbatim><p></Verbatim><br/>
0852 <Verbatim><?php echo "Hello, World!"; ?></Verbatim><br/>
0853 <Verbatim></p></Verbatim><br/>
0854 <Delimiter>----</Delimiter><br/>
0855 <Normal></Normal><br/>
0856 <Block Title>.Delimited without block name</Block Title><br/>
0857 <Anchor>[[source-block-id]]</Anchor><br/>
0858 <Delimiter>----</Delimiter><br/>
0859 <Verbatim># This is Ruby source code.</Verbatim><br/>
0860 <Verbatim># NOTE: in delimited source blocks, having a space after the `#` in the comment is OK.</Verbatim><br/>
0861 <Verbatim>import 'needed'</Verbatim><br/>
0862 <Verbatim></Verbatim><br/>
0863 <Verbatim>IO.puts "hello"</Verbatim><br/>
0864 <Delimiter>----</Delimiter><br/>
0865 <Normal></Normal><br/>
0866 <Block Title>.Using an open block</Block Title><br/>
0867 <Preprocessor>[source,ruby]</Preprocessor><br/>
0868 <Anchor>[[source-block-id]]</Anchor><br/>
0869 <Delimiter>--</Delimiter><br/>
0870 <Verbatim>import 'needed'</Verbatim><br/>
0871 <Verbatim></Verbatim><br/>
0872 <Verbatim>IO.puts "hello"</Verbatim><br/>
0873 <Delimiter>--</Delimiter><br/>
0874 <Normal></Normal><br/>
0875 <Normal></Normal><br/>
0876 <Section Title>== Stem</Section Title><br/>
0877 <Normal></Normal><br/>
0878 <Block Title>.Contiguous</Block Title><br/>
0879 <Preprocessor>[stem]</Preprocessor><br/>
0880 <Anchor>[[stem-block-id]]</Anchor><br/>
0881 <Passthrough>Inside the contiguous stem block.</Passthrough><br/>
0882 <Passthrough>Second line to pass.</Passthrough><br/>
0883 <Normal></Normal><br/>
0884 <Normal>This line is not part of the contiguous Passthrough block anymore.</Normal><br/>
0885 <Normal></Normal><br/>
0886 <Block Title>.Delimited with block name</Block Title><br/>
0887 <Preprocessor>[stem]</Preprocessor><br/>
0888 <Anchor>[[stem-block-id]]</Anchor><br/>
0889 <Delimiter>++++++</Delimiter><br/>
0890 <Passthrough>Inside the delimited stem block with block name.</Passthrough><br/>
0891 <Delimiter>++++++</Delimiter><br/>
0892 <Normal></Normal><br/>
0893 <Block Title>.Delimited without block name</Block Title><br/>
0894 <Anchor>[[stem-block-id]]</Anchor><br/>
0895 <Delimiter>++++</Delimiter><br/>
0896 <Passthrough>Inside the delimited stem block without block name.</Passthrough><br/>
0897 <Delimiter>++++</Delimiter><br/>
0898 <Normal></Normal><br/>
0899 <Normal></Normal><br/>
0900 <Section Title>== Table</Section Title><br/>
0901 <Normal></Normal><br/>
0902 <Normal>See </Normal><Monospaced>`table.adoc`</Monospaced><Normal>.</Normal><br/>
0903 <Normal></Normal><br/>
0904 <Normal></Normal><br/>
0905 <Section Title>== Verse</Section Title><br/>
0906 <Normal></Normal><br/>
0907 <Block Title>.Contiguous</Block Title><br/>
0908 <Preprocessor>[verse]</Preprocessor><br/>
0909 <Anchor>[[verse-block-id]]</Anchor><br/>
0910 <Normal>Inside the </Normal><Strong>*verse*</Strong><Normal> block.</Normal><br/>
0911 <Normal>Second line of the verse block.</Normal><br/>
0912 <Normal></Normal><br/>
0913 <Normal>This line is not part of the contiguous verse block anymore.</Normal><br/>
0914 <Normal></Normal><br/>
0915 <Block Title>.Delimited with block name</Block Title><br/>
0916 <Preprocessor>[verse]</Preprocessor><br/>
0917 <Anchor>[[verse-block-id]]</Anchor><br/>
0918 <Delimiter>____</Delimiter><br/>
0919 <Normal>Inside the </Normal><Strong>*verse*</Strong><Normal> block.</Normal><br/>
0920 <Delimiter>____</Delimiter><br/>
0921 <Normal></Normal><br/>
0922 <Block Title>.Delimited without block name</Block Title><br/>
0923 <Normal>This would be rendered as a quote block as the same delimiters are used.</Normal><br/>
0924 <Normal></Normal><br/>
0925 <Block Title>.Using an open block</Block Title><br/>
0926 <Preprocessor>[verse]</Preprocessor><br/>
0927 <Anchor>[[verse-block-id]]</Anchor><br/>
0928 <Delimiter>--</Delimiter><br/>
0929 <Normal>Inside the </Normal><Strong>*verse*</Strong><Normal> block.</Normal><br/>
0930 <Delimiter>--</Delimiter><br/>
0931 <Normal></Normal><br/>
0932 <Normal></Normal><br/>
0933 <Section Title>== Nested Blocks</Section Title><br/>
0934 <Normal></Normal><br/>
0935 <Delimiter>====</Delimiter><br/>
0936 <Normal>Start of outer example block.</Normal><br/>
0937 <Normal></Normal><br/>
0938 <Block Title>.Nested example block</Block Title><br/>
0939 <Delimiter>=====</Delimiter><br/>
0940 <Normal>Inside the inner example block.</Normal><br/>
0941 <Comment>// some comment</Comment><br/>
0942 <Normal></Normal><br/>
0943 <Block Title>.Nested literal block</Block Title><br/>
0944 <Preprocessor>[literal]</Preprocessor><br/>
0945 <Comment>// some comment</Comment><br/>
0946 <Delimiter>----</Delimiter><br/>
0947 <Verbatim>Inside the literal block within the inner example block.</Verbatim><br/>
0948 <Verbatim>--</Verbatim><br/>
0949 <Verbatim>Trying to use a block within a verbatim block results in verbatim text, of course.</Verbatim><br/>
0950 <Verbatim>--</Verbatim><br/>
0951 <Delimiter>----</Delimiter><br/>
0952 <Delimiter>=====</Delimiter><br/>
0953 <Normal>Line in outer block.</Normal><br/>
0954 <Preprocessor>[listing]</Preprocessor><br/>
0955 <Delimiter>----</Delimiter><br/>
0956 <Verbatim>Inside the inner listing block.</Verbatim><br/>
0957 <Delimiter>----</Delimiter><br/>
0958 <Normal>End of outer block.</Normal><br/>
0959 <Delimiter>====</Delimiter><br/>
0960 <Normal></Normal><br/>
0961 <Block Title>.Admonition inside some other block</Block Title><br/>
0962 <Delimiter>====</Delimiter><br/>
0963 <Normal>Some text.</Normal><br/>
0964 <Normal></Normal><br/>
0965 <Preprocessor>NOTE:</Preprocessor><Normal> This is a note in simple format inside a block.</Normal><br/>
0966 <Normal></Normal><br/>
0967 <Normal>Some more text.</Normal><br/>
0968 <Delimiter>====</Delimiter><br/>
0969 <Normal></Normal><br/>
0970 <Normal></Normal><br/>
0971 <Section Title>= Callout</Section Title><br/>
0972 <Comment>// Add `:icons: font` for nice callout icons.</Comment><br/>
0973 <Normal></Normal><br/>
0974 <Normal>Callouts are usually used with listing/source blocks, but Asciidoctor renders them also without a listing block.</Normal><br/>
0975 <Normal></Normal><br/>
0976 <Callout><1></Callout><Normal>   This is a callout.</Normal><br/>
0977 <Callout><.></Callout><Normal> This is a callout too.</Normal><br/>
0978 <Normal></Normal><br/>
0979 <Verbatim> <2> This is not rendered as a callout as it is indented.</Verbatim><br/>
0980 <Normal></Normal><br/>
0981 <Normal>The line below is not rendered as a callout as it has no text in the same line.</Normal><br/>
0982 <Normal></Normal><br/>
0983 <Normal><3></Normal><br/>
0984 <Normal></Normal><br/>
0985 <Normal>The line below is not rendered as callout as it is part of this paragraph.</Normal><br/>
0986 <Normal><4> This should </Normal><Emphasized>_not_</Emphasized><Normal> be highlighted as callout.</Normal><br/>
0987 <Normal></Normal><br/>
0988 <Block Title>.Callouts with manual numbering</Block Title><br/>
0989 <Preprocessor>[source,sh]</Preprocessor><br/>
0990 <Delimiter>----</Delimiter><br/>
0991 <Verbatim>ls -l  <2></Verbatim><br/>
0992 <Verbatim>ls -la  <1></Verbatim><br/>
0993 <Delimiter>----</Delimiter><br/>
0994 <Callout><1></Callout><Normal> Explanation for callout number 1.</Normal><br/>
0995 <Callout><2></Callout><Normal>   Explanation for callout number 2.</Normal><br/>
0996 <Normal>\<3> This is not a callout as it is escaped.</Normal><br/>
0997 <Normal></Normal><br/>
0998 <Block Title>.Callouts with automatic numbering</Block Title><br/>
0999 <Preprocessor>[source,sh]</Preprocessor><br/>
1000 <Delimiter>----</Delimiter><br/>
1001 <Verbatim>ls -l  <.></Verbatim><br/>
1002 <Verbatim>ls -la  <.></Verbatim><br/>
1003 <Delimiter>----</Delimiter><br/>
1004 <Callout><.></Callout><Normal> Explanation for callout number 1.</Normal><br/>
1005 <Callout><.></Callout><Normal> Explanation for callout number 2.</Normal><br/>
1006 <Normal></Normal><br/>
1007 <Normal></Normal><br/>
1008 <Section Title>= Comment</Section Title><br/>
1009 <Normal></Normal><br/>
1010 <Preprocessor>TIP:</Preprocessor><Normal> Comment highlighting supports the standard </Normal><Link>https://cgit.kde.org/syntax-highlighting.git/tree/data/syntax/alert.xml[KDE alerts]</Link><Normal> (TODO, FIXME, </Normal><Replacement>...</Replacement><Normal>) in both single-line and multi-line comments.</Normal><br/>
1011 <Normal></Normal><br/>
1012 <Normal></Normal><br/>
1013 <Section Title>== Single Line</Section Title><br/>
1014 <Normal></Normal><br/>
1015 <Normal>Single-line comments start with exactly </Normal><Monospaced>`//`</Monospaced><Normal>.</Normal><br/>
1016 <Normal>If there are any characters - including spaces - before the </Normal><Monospaced>`//`</Monospaced><Normal>, the line will be rendered.</Normal><br/>
1017 <Normal>If there are more than two consecutive </Normal><Monospaced>`/`</Monospaced><Normal>, the line will be rendered.</Normal><br/>
1018 <Normal></Normal><br/>
1019 <Normal>This line // will be rendered completely.</Normal><br/>
1020 <Normal></Normal><br/>
1021 <Verbatim>  // This line will be rendered as verbatim text as it is indented.</Verbatim><br/>
1022 <Normal></Normal><br/>
1023 <Normal>/// This line will be rendered as it starts with 3 </Normal><Monospaced>`/`</Monospaced><Normal>.</Normal><br/>
1024 <Normal></Normal><br/>
1025 <Comment>// This line will be invisible.</Comment><br/>
1026 <Normal></Normal><br/>
1027 <Comment>//This line will be invisible.</Comment><br/>
1028 <Normal></Normal><br/>
1029 <Comment>//</Comment><br/>
1030 <Normal></Normal><br/>
1031 <Normal>\// Escaped comment.</Normal><br/>
1032 <Normal></Normal><br/>
1033 <Normal>\// TODO Of course there is no alert highlighting in escaped comments.</Normal><br/>
1034 <Normal></Normal><br/>
1035 <Block Title>.Alerts</Block Title><br/>
1036 <Comment>// </Comment><Alert Level 3>NOTE</Alert Level 3><Comment> testing alerts</Comment><br/>
1037 <Comment>// </Comment><Alert Level 3>TEST</Alert Level 3><Comment>: testing alerts</Comment><br/>
1038 <Comment>// </Comment><Alert Level 2>TODO</Alert Level 2><Comment>: testing alerts</Comment><br/>
1039 <Comment>// </Comment><Alert Level 2>TASK</Alert Level 2><Comment> testing alerts</Comment><br/>
1040 <Comment>// </Comment><Alert Level 2>WARNING</Alert Level 2><Comment>: testing alerts</Comment><br/>
1041 <Comment>// </Comment><Alert Level 1>ALERT</Alert Level 1><Comment>: testing alerts</Comment><br/>
1042 <Comment>// </Comment><Alert Level 1>DANGER</Alert Level 1><Comment>: testing alerts</Comment><br/>
1043 <Normal></Normal><br/>
1044 <Normal></Normal><br/>
1045 <Section Title>== Multi Line</Section Title><br/>
1046 <Normal></Normal><br/>
1047 <Block Title>.Contiguous block</Block Title><br/>
1048 <Preprocessor>[comment]</Preprocessor><br/>
1049 <Comment>Some comment.</Comment><br/>
1050 <Comment>Alerts:</Comment><br/>
1051 <Alert Level 3>NOTE</Alert Level 3><Comment> testing alerts</Comment><br/>
1052 <Alert Level 3>TEST</Alert Level 3><Comment>: testing alerts</Comment><br/>
1053 <Alert Level 2>TODO</Alert Level 2><Comment>: testing alerts</Comment><br/>
1054 <Alert Level 2>TASK</Alert Level 2><Comment> testing alerts</Comment><br/>
1055 <Alert Level 2>WARNING</Alert Level 2><Comment>: testing alerts</Comment><br/>
1056 <Alert Level 1>ALERT</Alert Level 1><Comment>: testing alerts</Comment><br/>
1057 <Alert Level 1>DANGER</Alert Level 1><Comment>: testing alerts</Comment><br/>
1058 <Comment>Last line of contiguous block comment.</Comment><br/>
1059 <Normal></Normal><br/>
1060 <Normal>This line is not part of the contiguous block comment anymore.</Normal><br/>
1061 <Normal></Normal><br/>
1062 <Block Title>.Delimited block without name</Block Title><br/>
1063 <Comment>//////</Comment><br/>
1064 <Comment>This is a multi-line comment.</Comment><br/>
1065 <Comment>It spans multiple lines.</Comment><br/>
1066 <Comment></Comment><br/>
1067 <Comment>Alerts:</Comment><br/>
1068 <Alert Level 3>NOTE</Alert Level 3><Comment> testing alerts</Comment><br/>
1069 <Alert Level 3>TEST</Alert Level 3><Comment>: testing alerts</Comment><br/>
1070 <Alert Level 2>TODO</Alert Level 2><Comment>: testing alerts</Comment><br/>
1071 <Alert Level 2>TASK</Alert Level 2><Comment> testing alerts</Comment><br/>
1072 <Alert Level 2>WARNING</Alert Level 2><Comment>: testing alerts</Comment><br/>
1073 <Alert Level 1>ALERT</Alert Level 1><Comment>: testing alerts</Comment><br/>
1074 <Alert Level 1>DANGER</Alert Level 1><Comment>: testing alerts</Comment><br/>
1075 <Comment></Comment><br/>
1076 <Comment>This is the comment's last line.</Comment><br/>
1077 <Comment>//////</Comment><br/>
1078 <Normal></Normal><br/>
1079 <Preprocessor>[comment]</Preprocessor><br/>
1080 <Block Title>.Delimited block with name</Block Title><br/>
1081 <Comment>////</Comment><br/>
1082 <Comment>This is a multi-line comment.</Comment><br/>
1083 <Comment>It spans multiple lines.</Comment><br/>
1084 <Comment></Comment><br/>
1085 <Comment>Alerts:</Comment><br/>
1086 <Alert Level 3>NOTE</Alert Level 3><Comment> testing alerts</Comment><br/>
1087 <Alert Level 3>TEST</Alert Level 3><Comment>: testing alerts</Comment><br/>
1088 <Alert Level 2>TODO</Alert Level 2><Comment>: testing alerts</Comment><br/>
1089 <Alert Level 2>TASK</Alert Level 2><Comment> testing alerts</Comment><br/>
1090 <Alert Level 2>WARNING</Alert Level 2><Comment>: testing alerts</Comment><br/>
1091 <Alert Level 1>ALERT</Alert Level 1><Comment>: testing alerts</Comment><br/>
1092 <Alert Level 1>DANGER</Alert Level 1><Comment>: testing alerts</Comment><br/>
1093 <Comment></Comment><br/>
1094 <Comment>This is the comment's last line.</Comment><br/>
1095 <Comment>////</Comment><br/>
1096 <Normal></Normal><br/>
1097 <Block Title>.Using open block</Block Title><br/>
1098 <Preprocessor>[comment]</Preprocessor><br/>
1099 <Comment>--</Comment><br/>
1100 <Comment>Inside the open block comment.</Comment><br/>
1101 <Comment>--</Comment><br/>
1102 <Normal></Normal><br/>
1103 <Normal></Normal><br/>
1104 <Section Title>= Counter</Section Title><br/>
1105 <Normal></Normal><br/>
1106 <Section Title>== Use and Render</Section Title><br/>
1107 <Normal></Normal><br/>
1108 <Block Title>.Start with 1 and render value</Block Title><br/>
1109 <Normal>New value for </Normal><Monospaced>`c1`</Monospaced><Normal> is </Normal><Attribute>{counter:c1}</Attribute><Normal>.</Normal><br/>
1110 <Normal></Normal><br/>
1111 <Block Title>.Increment and render</Block Title><br/>
1112 <Normal>And now it is </Normal><Attribute>{counter:c1}</Attribute><Normal>.</Normal><br/>
1113 <Normal></Normal><br/>
1114 <Block Title>.Render the current value without changing it</Block Title><br/>
1115 <Normal>Current value is </Normal><Attribute>{c1}</Attribute><Normal>.</Normal><br/>
1116 <Normal></Normal><br/>
1117 <Normal></Normal><br/>
1118 <Section Title>== Use Without Rendering</Section Title><br/>
1119 <Normal></Normal><br/>
1120 <Block Title>.Define the new counter</Block Title><br/>
1121 <Normal>No new value to be </Normal><Attribute>{counter2:c2}</Attribute><Normal>seen.</Normal><br/>
1122 <Normal></Normal><br/>
1123 <Block Title>.Let's see the current value</Block Title><br/>
1124 <Normal>Current value is </Normal><Attribute>{c2}</Attribute><Normal>.</Normal><br/>
1125 <Normal></Normal><br/>
1126 <Block Title>.Increment</Block Title><br/>
1127 <Normal>No incremented value to be </Normal><Attribute>{counter2:c2}</Attribute><Normal>seen.</Normal><br/>
1128 <Normal></Normal><br/>
1129 <Block Title>.Let's see the current value</Block Title><br/>
1130 <Normal>Current value is </Normal><Attribute>{c2}</Attribute><Normal>.</Normal><br/>
1131 <Normal></Normal><br/>
1132 <Normal></Normal><br/>
1133 <Section Title>== Using a Start Value</Section Title><br/>
1134 <Normal></Normal><br/>
1135 <Block Title>.Start with 3 and render value</Block Title><br/>
1136 <Normal>New value for </Normal><Monospaced>`c3`</Monospaced><Normal> is </Normal><Attribute>{counter:c3:99}</Attribute><Normal>.</Normal><br/>
1137 <Normal></Normal><br/>
1138 <Block Title>.Increment and render</Block Title><br/>
1139 <Normal>And now it is </Normal><Attribute>{counter:c3}</Attribute><Normal>.</Normal><br/>
1140 <Normal></Normal><br/>
1141 <Block Title>.Works with characters too</Block Title><br/>
1142 <Normal>New value for </Normal><Monospaced>`c4`</Monospaced><Normal> is </Normal><Attribute>{counter:c4:X}</Attribute><br/>
1143 <Normal></Normal><br/>
1144 <Block Title>.Increment character counter and render</Block Title><br/>
1145 <Normal>And now it is </Normal><Attribute>{counter:c4}</Attribute><Normal>.</Normal><br/>
1146 <Normal></Normal><br/>
1147 <Normal></Normal><br/>
1148 <Section Title>== About using Spaces</Section Title><br/>
1149 <Normal></Normal><br/>
1150 <Preprocessor>CAUTION:</Preprocessor><Normal> If you leave spaces after the </Normal><Monospaced>`:`</Monospaced><Normal> or before the closing </Normal><Monospaced>`}`</Monospaced><Normal>, Asciidoctor will make them part of the counter attribute name. </Normal><Control>+</Control><br/>
1151 <Normal>So it</Normal><Replacement>'</Replacement><Normal>s probably wise to avoid spaces here.</Normal><br/>
1152 <Normal></Normal><br/>
1153 <Block Title>.Define a counter</Block Title><br/>
1154 <Normal>New value is </Normal><Attribute>{counter:c5}</Attribute><Normal>.</Normal><br/>
1155 <Normal></Normal><br/>
1156 <Block Title>.This is actually a new counter</Block Title><br/>
1157 <Normal>New value is </Normal><Attribute>{counter: c5}</Attribute><Normal>.</Normal><br/>
1158 <Normal></Normal><br/>
1159 <Block Title>.But you can't access that attribute</Block Title><br/>
1160 <Normal>Can</Normal><Replacement>'</Replacement><Normal>t just show the current value { c5}</Normal><br/>
1161 <Normal></Normal><br/>
1162 <Block Title>.Only if we increment it</Block Title><br/>
1163 <Normal>Incremented value is </Normal><Attribute>{counter: c5}</Attribute><Normal>.</Normal><br/>
1164 <Normal></Normal><br/>
1165 <Block Title>.This is again a new counter</Block Title><br/>
1166 <Normal>New value is </Normal><Attribute>{counter:  c5}</Attribute><Normal>.</Normal><br/>
1167 <Normal></Normal><br/>
1168 <Block Title>.This is also a new counter</Block Title><br/>
1169 <Normal>New value is </Normal><Attribute>{counter:c5 }</Attribute><Normal>.</Normal><br/>
1170 <Normal></Normal><br/>
1171 <Preprocessor>CAUTION:</Preprocessor><Normal> Similar problems occur when using spaces around starting values. </Normal><Control>+</Control><br/>
1172 <Strong>*Just don't use spaces*</Strong><Normal>.</Normal><br/>
1173 <Normal></Normal><br/>
1174 <Block Title>.New counter with start value</Block Title><br/>
1175 <Normal>New value is </Normal><Attribute>{counter:c6: 9 }</Attribute><br/>
1176 <Normal></Normal><br/>
1177 <Block Title>.But when trying to increment</Block Title><br/>
1178 <Normal>Incremented value is </Normal><Attribute>{counter:c6}</Attribute><br/>
1179 <Normal></Normal><br/>
1180 <Normal></Normal><br/>
1181 <Normal></Normal><br/>
1182 <Section Title>= Text Formatting</Section Title><br/>
1183 <Normal></Normal><br/>
1184 <Preprocessor>TIP:</Preprocessor><Normal> Asciidoctor uses also the term </Normal><Emphasized>_quoted text_</Emphasized><Normal>.</Normal><br/>
1185 <Normal></Normal><br/>
1186 <Section Title>== Custom Styles</Section Title><br/>
1187 <Normal></Normal><br/>
1188 <Preprocessor>[big]#big text#</Preprocessor><br/>
1189 <Normal></Normal><br/>
1190 <Normal>Some </Normal><Preprocessor>[.big]#big text#</Preprocessor><Normal>.</Normal><br/>
1191 <Normal></Normal><br/>
1192 <Normal>Some </Normal><Preprocessor>[big]#big and *strong* text#</Preprocessor><Normal>.</Normal><br/>
1193 <Normal></Normal><br/>
1194 <Normal>Some text with </Normal><Preprocessor>[foo]#custom style#</Preprocessor><Normal>.</Normal><br/>
1195 <Normal></Normal><br/>
1196 <Preprocessor>[foo bar]#foo bar text#</Preprocessor><br/>
1197 <Normal></Normal><br/>
1198 <Normal>before!</Normal><Preprocessor>[big]#big text#</Preprocessor><br/>
1199 <Normal></Normal><br/>
1200 <Preprocessor>[big]#big text#</Preprocessor><Normal>!after</Normal><br/>
1201 <Normal></Normal><br/>
1202 <Preprocessor>[big]##*text*##</Preprocessor><br/>
1203 <Normal></Normal><br/>
1204 <Comment>////</Comment><br/>
1205 <Alert Level 2>FIXME</Alert Level 2><Comment> Highlighting differs.</Comment><br/>
1206 <Comment>The phrase is rendered as marked.</Comment><br/>
1207 <Comment>The trailing hash is therefore not visible.</Comment><br/>
1208 <Comment>////</Comment><br/>
1209 <Preprocessor>[big]###text##</Preprocessor><Normal>#</Normal><br/>
1210 <Normal></Normal><br/>
1211 <Preprocessor>[fo[o]#some text#</Preprocessor><br/>
1212 <Normal></Normal><br/>
1213 <Normal></Normal><br/>
1214 <Preprocessor>[underline]_emphasized and underlined_</Preprocessor><br/>
1215 <Normal></Normal><br/>
1216 <Preprocessor>[underline]__emphasized and underlined_</Preprocessor><br/>
1217 <Normal></Normal><br/>
1218 <Normal></Normal><br/>
1219 <Preprocessor>[underline]`monospaced and underlined`</Preprocessor><br/>
1220 <Normal></Normal><br/>
1221 <Preprocessor>[underline]``monospaced and underlined``</Preprocessor><br/>
1222 <Normal></Normal><br/>
1223 <Normal></Normal><br/>
1224 <Preprocessor>[underline]*strong and underlined*</Preprocessor><br/>
1225 <Normal></Normal><br/>
1226 <Preprocessor>[underline]**strong and underlined**</Preprocessor><br/>
1227 <Normal></Normal><br/>
1228 <Normal></Normal><br/>
1229 <Section Title>=== Not rendered as custom style</Section Title><br/>
1230 <Normal></Normal><br/>
1231 <Normal>[fo]o]</Normal><Marked>#not a custom style#</Marked><Normal> because of surplus </Normal><Monospaced>`]`</Monospaced><Normal>.</Normal><br/>
1232 <Normal></Normal><br/>
1233 <Normal>[big]not a phrase because of missing phrase markers.</Normal><br/>
1234 <Normal></Normal><br/>
1235 <Normal>[big]# # because only spaces used as phrase.</Normal><br/>
1236 <Normal></Normal><br/>
1237 <Normal>[big]# the phrase# because of leading space in phrase.</Normal><br/>
1238 <Normal></Normal><br/>
1239 <Normal>[big]#the phrase # because of trailing space in phrase.</Normal><br/>
1240 <Normal></Normal><br/>
1241 <Normal>Before[foo]</Normal><Marked>#the phrase#</Marked><Normal> because of missing non-word character before clause.</Normal><br/>
1242 <Normal></Normal><br/>
1243 <Normal>Before [foo]#the phrase#after because of missing non-word character after clause.</Normal><br/>
1244 <Normal></Normal><br/>
1245 <Normal></Normal><br/>
1246 <Section Title>=== Escaped</Section Title><br/>
1247 <Normal></Normal><br/>
1248 <Normal>This is not \[underline]</Normal><Marked>#underlined text#</Marked><Normal>.</Normal><br/>
1249 <Normal></Normal><br/>
1250 <Normal></Normal><br/>
1251 <Section Title>== Emphasized</Section Title><br/>
1252 <Normal></Normal><br/>
1253 <Section Title>=== Rendered formatted</Section Title><br/>
1254 <Normal></Normal><br/>
1255 <Normal>This line contains a </Normal><Emphasized>_sequence_</Emphasized><Normal> of </Normal><Emphasized>_multiple emphasized_</Emphasized><Normal> words.</Normal><br/>
1256 <Normal></Normal><br/>
1257 <Normal>This line contains a single </Normal><Emphasized>_emphasized_</Emphasized><Normal> word.</Normal><br/>
1258 <Normal></Normal><br/>
1259 <Normal>This line contains a single </Normal><Emphasized>__emphasized_</Emphasized><Normal> word.</Normal><br/>
1260 <Normal></Normal><br/>
1261 <Normal>This line contains a single </Normal><Emphasized>_emphasized__</Emphasized><Normal> word.</Normal><br/>
1262 <Normal></Normal><br/>
1263 <Normal>The text within the brackets should be (</Normal><Emphasized>_emphasized_</Emphasized><Normal>), but the brackets themselves not.</Normal><br/>
1264 <Normal></Normal><br/>
1265 <Normal>(</Normal><Emphasized>_emphasized_</Emphasized><Normal>  [</Normal><Emphasized>_emphasized_</Emphasized><Normal>  {</Normal><Emphasized>_emphasized_</Emphasized><Normal>  |</Normal><Emphasized>_emphasized_</Emphasized><Normal>  .</Normal><Emphasized>_emphasized_</Emphasized><Normal>  ,</Normal><Emphasized>_emphasized_</Emphasized><Normal>  !</Normal><Emphasized>_emphasized_</Emphasized><Normal>  ?</Normal><Emphasized>_emphasized_</Emphasized><Normal>  </Normal><Emphasized>_emphasized_</Emphasized><Normal>?</Normal><br/>
1266 <Normal></Normal><br/>
1267 <Emphasized>_emphasized_</Emphasized><Normal>) </Normal><Emphasized>_emphasized_</Emphasized><Normal>] </Normal><Emphasized>_emphasized_</Emphasized><Normal>} </Normal><Emphasized>_emphasized_</Emphasized><Normal>| </Normal><Emphasized>_emphasized_</Emphasized><Normal>. </Normal><Emphasized>_emphasized_</Emphasized><Normal>; </Normal><Emphasized>_emphasized_</Emphasized><Normal>,</Normal><br/>
1268 <Normal></Normal><br/>
1269 <Emphasized>_emphasized_</Emphasized><Normal>( </Normal><Emphasized>_emphasized_</Emphasized><Normal>( </Normal><Emphasized>_emphasized_</Emphasized><Normal>[ </Normal><Emphasized>_emphasized_</Emphasized><Normal>{</Normal><br/>
1270 <Normal></Normal><br/>
1271 <Emphasized>_emphasized_</Emphasized><Normal>)</Normal><br/>
1272 <Normal></Normal><br/>
1273 <Emphasized>_emphasized_</Emphasized><br/>
1274 <Normal></Normal><br/>
1275 <Emphasized>__aa__</Emphasized><Normal>bb</Normal><br/>
1276 <Normal></Normal><br/>
1277 <Normal>aa</Normal><Emphasized>__bb__</Emphasized><br/>
1278 <Normal></Normal><br/>
1279 <Normal>aa</Normal><Emphasized>__bb _cc__</Emphasized><Normal>dd</Normal><br/>
1280 <Normal></Normal><br/>
1281 <Normal>aa</Normal><Emphasized>__bb cc__</Emphasized><Normal>_dd</Normal><br/>
1282 <Normal></Normal><br/>
1283 <Normal>aa</Normal><Emphasized>__ bb __</Emphasized><Normal>cc</Normal><br/>
1284 <Normal></Normal><br/>
1285 <Normal></Normal><br/>
1286 <Section Title>=== Rendered as-is</Section Title><br/>
1287 <Normal></Normal><br/>
1288 <Normal>This line does not contain _some emphasized _ text as there is a surplus space.</Normal><br/>
1289 <Normal></Normal><br/>
1290 <Normal>This line does not contain_some emphasized_ text as there is a space missing.</Normal><br/>
1291 <Normal></Normal><br/>
1292 <Normal>This line does not contain _some emphasized_text as there is a space missing.</Normal><br/>
1293 <Normal></Normal><br/>
1294 <Normal>foo ;_emphasized_ :_emphasized_ }_emphasized_</Normal><br/>
1295 <Normal></Normal><br/>
1296 <Normal>;_emphasized_</Normal><br/>
1297 <Normal>:_emphasized_</Normal><br/>
1298 <Normal>}_emphasized_</Normal><br/>
1299 <Normal></Normal><br/>
1300 <Comment>// </Comment><Alert Level 2>FIXME</Alert Level 2><Comment> Highlighting differs.</Comment><br/>
1301 <Normal>In this line, there is some </Normal><Emphasized>___very emphasized___</Emphasized><Normal> text.</Normal><br/>
1302 <Normal>Asciidoctor renders it as normal text, just ignoring all the underscores.</Normal><br/>
1303 <Normal>That is a bit strange.</Normal><br/>
1304 <Normal></Normal><br/>
1305 <Normal></Normal><br/>
1306 <Section Title>=== Escaped</Section Title><br/>
1307 <Normal></Normal><br/>
1308 <Normal>Not \_emphasized_ as it is escaped.</Normal><br/>
1309 <Normal></Normal><br/>
1310 <Normal>Still \_</Normal><Emphasized>_emphasized__</Emphasized><Normal> as only the outermost level is escaped.</Normal><br/>
1311 <Normal></Normal><br/>
1312 <Normal></Normal><br/>
1313 <Section Title>== Marked</Section Title><br/>
1314 <Normal></Normal><br/>
1315 <Section Title>=== Rendered formatted</Section Title><br/>
1316 <Normal></Normal><br/>
1317 <Normal>Some # marked # text.</Normal><br/>
1318 <Normal></Normal><br/>
1319 <Normal>Works </Normal><Marked>#also for multiple words#</Marked><Normal>.</Normal><br/>
1320 <Normal></Normal><br/>
1321 <Normal>Some </Normal><Marked>##marked#</Marked><Normal> text.</Normal><br/>
1322 <Normal></Normal><br/>
1323 <Normal>Some </Normal><Marked>#marked#</Marked><Normal># text.</Normal><br/>
1324 <Normal></Normal><br/>
1325 <Normal>Some </Normal><Marked>##marked##</Marked><Normal> text.</Normal><br/>
1326 <Normal></Normal><br/>
1327 <Normal>Some[big]</Normal><Marked>#marked#</Marked><Normal> text.</Normal><br/>
1328 <Normal>Not rendered big but marked, because of missing space before </Normal><Monospaced>`[big]`</Monospaced><Normal>.</Normal><br/>
1329 <Normal></Normal><br/>
1330 <Normal>Works also for p</Normal><Marked>##art##</Marked><Normal>s of a word.</Normal><br/>
1331 <Normal></Normal><br/>
1332 <Normal>p#</Normal><Marked>#art#</Marked><Normal>!s</Normal><br/>
1333 <Normal></Normal><br/>
1334 <Normal>!</Normal><Marked>#marked#</Marked><Normal>!</Normal><br/>
1335 <Normal></Normal><br/>
1336 <Marked>#marked#</Marked><br/>
1337 <Normal></Normal><br/>
1338 <Marked>##marked##</Marked><br/>
1339 <Normal></Normal><br/>
1340 <Normal></Normal><br/>
1341 <Section Title>=== Rendered as-is</Section Title><br/>
1342 <Normal></Normal><br/>
1343 <Normal>Not rendered # marked# because of space after the leading hash.</Normal><br/>
1344 <Normal></Normal><br/>
1345 <Normal>Not rendered #marked # because of space before the trailing hash.</Normal><br/>
1346 <Normal></Normal><br/>
1347 <Normal>Not rendered#marked# as there is a space missing.</Normal><br/>
1348 <Normal></Normal><br/>
1349 <Normal>Not rendered #marked#as there is a space missing.</Normal><br/>
1350 <Normal></Normal><br/>
1351 <Verbatim>  This is #rendered# as a verbatim block as it is indented.</Verbatim><br/>
1352 <Normal></Normal><br/>
1353 <Normal>Some </Normal><Preprocessor>[big]#big marked#</Preprocessor><Normal> text.</Normal><br/>
1354 <Normal></Normal><br/>
1355 <Normal>Some </Normal><Preprocessor>[big]##big marked##</Preprocessor><Normal> text.</Normal><br/>
1356 <Normal></Normal><br/>
1357 <Normal></Normal><br/>
1358 <Section Title>=== Escaped</Section Title><br/>
1359 <Normal></Normal><br/>
1360 <Normal>Not \#marked# as it is escaped.</Normal><br/>
1361 <Normal></Normal><br/>
1362 <Normal>Still \#</Normal><Marked>#marked#</Marked><Normal># as only the outermost level is escaped.</Normal><br/>
1363 <Normal></Normal><br/>
1364 <Normal></Normal><br/>
1365 <Section Title>== Monospaced</Section Title><br/>
1366 <Normal></Normal><br/>
1367 <Section Title>=== Rendered formatted</Section Title><br/>
1368 <Normal></Normal><br/>
1369 <Normal>This line contains a </Normal><Monospaced>`sequence of ` multiple monospaced`</Monospaced><Normal> words.</Normal><br/>
1370 <Normal></Normal><br/>
1371 <Normal>This line contains a single </Normal><Monospaced>`monospaced`</Monospaced><Normal> word.</Normal><br/>
1372 <Normal></Normal><br/>
1373 <Normal>This line contains a single </Normal><Monospaced>``monospaced`</Monospaced><Normal> word.</Normal><br/>
1374 <Normal></Normal><br/>
1375 <Normal>This line contains a single </Normal><Monospaced>`monospaced`</Monospaced><Normal>` word.</Normal><br/>
1376 <Normal></Normal><br/>
1377 <Normal>The text within the brackets should be (</Normal><Monospaced>`monospaced`</Monospaced><Normal>), but the brackets themselves not.</Normal><br/>
1378 <Normal></Normal><br/>
1379 <Normal>before</Normal><Monospaced>``monospaced``</Monospaced><Normal>after.</Normal><br/>
1380 <Normal></Normal><br/>
1381 <Monospaced>`monospaced`</Monospaced><br/>
1382 <Normal></Normal><br/>
1383 <Normal>(</Normal><Monospaced>`mono`</Monospaced><Normal> [</Normal><Monospaced>`mono`</Monospaced><Normal> {</Normal><Monospaced>`mono`</Monospaced><Normal> |</Normal><Monospaced>`mono`</Monospaced><Normal> .</Normal><Monospaced>`mono`</Monospaced><Normal> ,</Normal><Monospaced>`mono`</Monospaced><Normal> !</Normal><Monospaced>`mono`</Monospaced><Normal> ?</Normal><Monospaced>`mono`</Monospaced><br/>
1384 <Normal></Normal><br/>
1385 <Monospaced>`mono`</Monospaced><Normal>) </Normal><Monospaced>`mono`</Monospaced><Normal>) </Normal><Monospaced>`mono`</Monospaced><Normal>] </Normal><Monospaced>`mono`</Monospaced><Normal>} </Normal><Monospaced>`mono`</Monospaced><Normal>| </Normal><Monospaced>`mono`</Monospaced><Normal>. </Normal><Monospaced>`mono`</Monospaced><Normal>; </Normal><Monospaced>`mono`</Monospaced><Normal>, </Normal><Monospaced>`mono`</Monospaced><Normal>?</Normal><br/>
1386 <Normal></Normal><br/>
1387 <Monospaced>`mono`</Monospaced><Normal>( </Normal><Monospaced>`mono`</Monospaced><Normal>( </Normal><Monospaced>`mono`</Monospaced><Normal>[ </Normal><Monospaced>`mono`</Monospaced><Normal>{</Normal><br/>
1388 <Normal></Normal><br/>
1389 <Monospaced>``aa``</Monospaced><Normal>bb</Normal><br/>
1390 <Normal></Normal><br/>
1391 <Normal>aa</Normal><Monospaced>``bb``</Monospaced><br/>
1392 <Normal></Normal><br/>
1393 <Normal>aa</Normal><Monospaced>``bb `cc``</Monospaced><Normal>dd</Normal><br/>
1394 <Normal></Normal><br/>
1395 <Normal>aa</Normal><Monospaced>``bb cc``</Monospaced><Normal>`dd</Normal><br/>
1396 <Normal></Normal><br/>
1397 <Normal>aa</Normal><Monospaced>`` bb ``</Monospaced><Normal>cc</Normal><br/>
1398 <Normal></Normal><br/>
1399 <Normal></Normal><br/>
1400 <Section Title>=== Rendered as-is</Section Title><br/>
1401 <Normal></Normal><br/>
1402 <Normal>Not rendered ` monospaced` because of leading space.</Normal><br/>
1403 <Normal></Normal><br/>
1404 <Normal>Not rendered `monospaced ` because of trailing space.</Normal><br/>
1405 <Normal></Normal><br/>
1406 <Normal>Not rendered`monospaced` as there is a space missing.</Normal><br/>
1407 <Normal></Normal><br/>
1408 <Normal>Not rendered `monospaced`as there is a space missing.</Normal><br/>
1409 <Normal></Normal><br/>
1410 <Normal></Normal><br/>
1411 <Section Title>=== Escaped</Section Title><br/>
1412 <Normal></Normal><br/>
1413 <Normal>Not \`monospaced` as it is escaped.</Normal><br/>
1414 <Normal></Normal><br/>
1415 <Normal>Still \`</Normal><Monospaced>`monospaced`</Monospaced><Normal>` as only the outermost level is escaped.</Normal><br/>
1416 <Normal></Normal><br/>
1417 <Normal></Normal><br/>
1418 <Section Title>== Passthrough</Section Title><br/>
1419 <Normal></Normal><br/>
1420 <Section Title>=== Rendered passed through</Section Title><br/>
1421 <Normal></Normal><br/>
1422 <Normal>This text is </Normal><Passthrough>+passed _as_ is+</Passthrough><Normal> with no further formatting.</Normal><br/>
1423 <Normal></Normal><br/>
1424 <Normal>Matching </Normal><Passthrough>+is _lazy_+</Passthrough><Normal>, so this + is rendered.</Normal><br/>
1425 <Normal></Normal><br/>
1426 <Normal>This </Normal><Passthrough>+_is_ passthrough`+</Passthrough><Normal>` as passthrough has higher priority as monospaced.</Normal><br/>
1427 <Normal></Normal><br/>
1428 <Passthrough>+passthrough+</Passthrough><Normal> at line start.</Normal><br/>
1429 <Normal></Normal><br/>
1430 <Normal>Passthrough at </Normal><Passthrough>+line end.+</Passthrough><br/>
1431 <Normal></Normal><br/>
1432 <Normal>Minimal passthrough </Normal><Passthrough>+a+</Passthrough><Normal>.</Normal><br/>
1433 <Normal></Normal><br/>
1434 <Normal></Normal><br/>
1435 <Normal>This text is </Normal><Passthrough>++passed _as_ is++</Passthrough><Normal> with no further formatting.</Normal><br/>
1436 <Normal></Normal><br/>
1437 <Normal>This text is </Normal><Passthrough>+++passed _as_ is+++</Passthrough><Normal> with no further formatting.</Normal><br/>
1438 <Normal></Normal><br/>
1439 <Normal></Normal><br/>
1440 <Section Title>=== Rendered as-is</Section Title><br/>
1441 <Normal></Normal><br/>
1442 <Normal>No+passthrough+ as there is no space before the leading </Normal><Monospaced>`+`</Monospaced><Normal>.</Normal><br/>
1443 <Normal></Normal><br/>
1444 <Normal>No +passthrough+as there is no space after the trailing plus.</Normal><br/>
1445 <Normal></Normal><br/>
1446 <Normal>No + passthrough+ as there is a space after the leading </Normal><Monospaced>`+`</Monospaced><Normal>.</Normal><br/>
1447 <Normal></Normal><br/>
1448 <Normal>No +passthrough + as there is a space after the trailing plus.</Normal><br/>
1449 <Normal></Normal><br/>
1450 <Normal></Normal><br/>
1451 <Section Title>=== Escaped</Section Title><br/>
1452 <Normal></Normal><br/>
1453 <Normal>This text \+is </Normal><Emphasized>_not_</Emphasized><Normal> passed through+ because of escaping.</Normal><br/>
1454 <Normal></Normal><br/>
1455 <Normal>This text \+</Normal><Passthrough>+is _still_ passed through+</Passthrough><Normal>+ as only the outermost level is escaped.</Normal><br/>
1456 <Normal></Normal><br/>
1457 <Normal>This text \+</Normal><Passthrough>++is _still_ passed through++</Passthrough><Normal>+ as only the outermost level is escaped.</Normal><br/>
1458 <Normal></Normal><br/>
1459 <Normal></Normal><br/>
1460 <Section Title>== Strong</Section Title><br/>
1461 <Normal></Normal><br/>
1462 <Section Title>=== Rendered formatted</Section Title><br/>
1463 <Normal></Normal><br/>
1464 <Normal>This line contains a </Normal><Strong>*sequence of * multiple strong*</Strong><Normal> words.</Normal><br/>
1465 <Normal></Normal><br/>
1466 <Normal>This line contains a single </Normal><Strong>**strong*</Strong><Normal> word.</Normal><br/>
1467 <Normal></Normal><br/>
1468 <Normal>This line contains a single*</Normal><Strong>*strong*</Strong><Normal> word.</Normal><br/>
1469 <Normal></Normal><br/>
1470 <Normal>This line contains a single </Normal><Strong>*strong*</Strong><Normal>* word.</Normal><br/>
1471 <Normal></Normal><br/>
1472 <Normal>The text within the brackets should be (</Normal><Strong>*strong*</Strong><Normal>), but the brackets themselves not.</Normal><br/>
1473 <Normal></Normal><br/>
1474 <Normal>(</Normal><Strong>*strong*</Strong><Normal> [</Normal><Strong>*strong*</Strong><Normal> {</Normal><Strong>*strong*</Strong><Normal> |</Normal><Strong>*strong*</Strong><Normal> .</Normal><Strong>*strong*</Strong><Normal> ,</Normal><Strong>*strong*</Strong><Normal> !</Normal><Strong>*strong*</Strong><Normal> ?</Normal><Strong>*strong*</Strong><br/>
1475 <Normal></Normal><br/>
1476 <Strong>*strong*</Strong><Normal>) </Normal><Strong>*strong*</Strong><Normal>] </Normal><Strong>*strong*</Strong><Normal>} </Normal><Strong>*strong*</Strong><Normal>| </Normal><Strong>*strong*</Strong><Normal>. </Normal><Strong>*strong*</Strong><Normal>; </Normal><Strong>*strong*</Strong><Normal>, </Normal><Strong>*strong*</Strong><Normal>?</Normal><br/>
1477 <Normal></Normal><br/>
1478 <Strong>*strong*</Strong><Normal>( </Normal><Strong>*strong*</Strong><Normal>( </Normal><Strong>*strong*</Strong><Normal>[ </Normal><Strong>*strong*</Strong><Normal>{</Normal><br/>
1479 <Normal></Normal><br/>
1480 <Strong>*strong*</Strong><Normal>)</Normal><br/>
1481 <Normal></Normal><br/>
1482 <Strong>*strong*</Strong><br/>
1483 <Normal></Normal><br/>
1484 <Normal>aa</Normal><Strong>**bb**</Strong><br/>
1485 <Normal></Normal><br/>
1486 <Strong>**aa**</Strong><Normal>bb</Normal><br/>
1487 <Normal></Normal><br/>
1488 <Normal>aa</Normal><Strong>**bb**</Strong><Normal>cc</Normal><br/>
1489 <Normal></Normal><br/>
1490 <Normal>aa</Normal><Strong>**bb *cc**</Strong><Normal>dd</Normal><br/>
1491 <Normal></Normal><br/>
1492 <Normal>aa</Normal><Strong>**bb cc**</Strong><Normal>*dd</Normal><br/>
1493 <Normal></Normal><br/>
1494 <Normal>aa</Normal><Strong>** bb **</Strong><Normal>cc</Normal><br/>
1495 <Normal></Normal><br/>
1496 <Normal></Normal><br/>
1497 <Section Title>=== Rendered as-is</Section Title><br/>
1498 <Normal></Normal><br/>
1499 <Normal>This line does </Normal><Emphasized>_not_</Emphasized><Normal> contain *some strong * text as there is a space before the trailing asterisk.</Normal><br/>
1500 <Normal></Normal><br/>
1501 <Normal>This line does </Normal><Emphasized>_not_</Emphasized><Normal> contain*some strong* text as there is a space missing before the leading asterisk.</Normal><br/>
1502 <Normal></Normal><br/>
1503 <Normal>This line does </Normal><Emphasized>_not_</Emphasized><Normal> contain *some strong*text as there is a space missing after the trailing asterisk.</Normal><br/>
1504 <Normal></Normal><br/>
1505 <Normal>some text ;*strong* :*strong* _*strong* }*strong*</Normal><br/>
1506 <Normal></Normal><br/>
1507 <Normal>some text </Normal><Emphasized>_*strong*_</Emphasized><br/>
1508 <Normal></Normal><br/>
1509 <Normal>;*strong*</Normal><br/>
1510 <Normal>:*strong*</Normal><br/>
1511 <Normal>}*strong*</Normal><br/>
1512 <Normal></Normal><br/>
1513 <Verbatim> Not *strong* as there is a leading space in the line, making it verbatim.</Verbatim><br/>
1514 <Normal></Normal><br/>
1515 <Comment>// </Comment><Alert Level 2>FIXME</Alert Level 2><Comment> Highlighting differs.</Comment><br/>
1516 <Normal>In this line, there is some </Normal><Strong>***very strong*</Strong><Normal>** text.</Normal><br/>
1517 <Normal>It is rendered just ignoring the asterisks.</Normal><br/>
1518 <Normal>That is a bit strange.</Normal><br/>
1519 <Normal></Normal><br/>
1520 <Normal></Normal><br/>
1521 <Section Title>=== Escaped</Section Title><br/>
1522 <Normal></Normal><br/>
1523 <Normal>Not \*strong* as it is escaped.</Normal><br/>
1524 <Normal></Normal><br/>
1525 <Normal>Still \*</Normal><Strong>*strong*</Strong><Normal>* as only the outermost level is escaped.</Normal><br/>
1526 <Normal></Normal><br/>
1527 <Normal></Normal><br/>
1528 <Section Title>== Subscript</Section Title><br/>
1529 <Normal></Normal><br/>
1530 <Section Title>=== Rendered formatted</Section Title><br/>
1531 <Normal></Normal><br/>
1532 <Normal>H</Normal><Subscript>~2~</Subscript><Normal>O</Normal><br/>
1533 <Normal></Normal><br/>
1534 <Normal></Normal><br/>
1535 <Section Title>=== Rendered as-is</Section Title><br/>
1536 <Normal></Normal><br/>
1537 <Normal>Not rendered sub~sc ript~ as there is a space within.</Normal><br/>
1538 <Normal></Normal><br/>
1539 <Normal></Normal><br/>
1540 <Section Title>=== Escaped</Section Title><br/>
1541 <Normal></Normal><br/>
1542 <Normal>Not \~subscript~ as it is escaped.</Normal><br/>
1543 <Normal></Normal><br/>
1544 <Normal></Normal><br/>
1545 <Section Title>== Superscript</Section Title><br/>
1546 <Normal></Normal><br/>
1547 <Section Title>=== Rendered formatted</Section Title><br/>
1548 <Normal></Normal><br/>
1549 <Normal>E = m c</Normal><Superscript>^2^</Superscript><br/>
1550 <Normal></Normal><br/>
1551 <Normal></Normal><br/>
1552 <Section Title>=== Rendered as-is</Section Title><br/>
1553 <Normal></Normal><br/>
1554 <Normal>Not rendered super^sc ript^ as there is a space within.</Normal><br/>
1555 <Normal></Normal><br/>
1556 <Normal></Normal><br/>
1557 <Section Title>=== Escaped</Section Title><br/>
1558 <Normal></Normal><br/>
1559 <Normal>Not \^superscript^ as it is escaped.</Normal><br/>
1560 <Normal></Normal><br/>
1561 <Normal></Normal><br/>
1562 <Section Title>== Combinations</Section Title><br/>
1563 <Normal></Normal><br/>
1564 <Preprocessor>IMPORTANT:</Preprocessor><Normal> Combinations are supported by Asciidoctor, as long as the markup sets are entered in the right order.</Normal><br/>
1565 <Normal>The monospace markup must be the outermost set, then the strong set, and the emphasized markup must always be the innermost set.</Normal><br/>
1566 <Normal></Normal><br/>
1567 <Normal></Normal><br/>
1568 <Section Title>=== Rendered formatted</Section Title><br/>
1569 <Normal></Normal><br/>
1570 <Normal>This is </Normal><Emphasized Strong>*_strong emphasized_*</Emphasized Strong><Normal> text.</Normal><br/>
1571 <Normal></Normal><br/>
1572 <Normal>This is </Normal><Emphasized Strong>*__strong _ * emphasized_*</Emphasized Strong><Normal> text.</Normal><br/>
1573 <Normal></Normal><br/>
1574 <Normal>This is</Normal><Emphasized Strong>**_strong emphasized_**</Emphasized Strong><Normal>text.</Normal><br/>
1575 <Normal></Normal><br/>
1576 <Normal>This is</Normal><Emphasized Strong>**__ strong emphasized_**</Emphasized Strong><Normal>text.</Normal><br/>
1577 <Normal></Normal><br/>
1578 <Emphasized Strong>*_strong emphasized_*</Emphasized Strong><br/>
1579 <Normal></Normal><br/>
1580 <Normal></Normal><br/>
1581 <Normal>This is </Normal><Monospaced Strong>`*strong monospaced*`</Monospaced Strong><Normal> text.</Normal><br/>
1582 <Normal></Normal><br/>
1583 <Normal>This is </Normal><Monospaced Strong>`**strong ` * monospaced*`</Monospaced Strong><Normal> text.</Normal><br/>
1584 <Normal></Normal><br/>
1585 <Normal>This is</Normal><Monospaced Strong>``*strong monospaced*``</Monospaced Strong><Normal>text.</Normal><br/>
1586 <Normal></Normal><br/>
1587 <Normal>This is</Normal><Monospaced Strong>``** strong monospaced*``</Monospaced Strong><Normal>text.</Normal><br/>
1588 <Normal></Normal><br/>
1589 <Monospaced Strong>`*strong monospaced*`</Monospaced Strong><br/>
1590 <Normal></Normal><br/>
1591 <Normal></Normal><br/>
1592 <Normal>This is </Normal><Emphasized Monospaced>`_emphasized monospaced_`</Emphasized Monospaced><Normal> text.</Normal><br/>
1593 <Normal></Normal><br/>
1594 <Normal>This is </Normal><Emphasized Monospaced>`__emphasized ` _ monospaced_`</Emphasized Monospaced><Normal> text.</Normal><br/>
1595 <Normal></Normal><br/>
1596 <Normal>This is</Normal><Emphasized Monospaced>``_emphasized monospaced_``</Emphasized Monospaced><Normal>text.</Normal><br/>
1597 <Normal></Normal><br/>
1598 <Normal>This is</Normal><Emphasized Monospaced>``__ emphasized monospaced_``</Emphasized Monospaced><Normal>text.</Normal><br/>
1599 <Normal></Normal><br/>
1600 <Emphasized Monospaced>`_emphasized monospaced_`</Emphasized Monospaced><br/>
1601 <Normal></Normal><br/>
1602 <Normal></Normal><br/>
1603 <Normal>This is </Normal><Emphasized Monospaced Strong>`*_strong emphasized monospaced_*`</Emphasized Monospaced Strong><Normal> text.</Normal><br/>
1604 <Normal></Normal><br/>
1605 <Normal>This is </Normal><Emphasized Monospaced Strong>`*__strong emphasized * ` _ monospaced_*`</Emphasized Monospaced Strong><Normal> text.</Normal><br/>
1606 <Normal></Normal><br/>
1607 <Normal>This is</Normal><Emphasized Monospaced Strong>``*_strong emphasized monospaced_*``</Emphasized Monospaced Strong><Normal>text.</Normal><br/>
1608 <Normal></Normal><br/>
1609 <Normal>This is</Normal><Emphasized Monospaced Strong>``*__ strong emphasized monospaced_*``</Emphasized Monospaced Strong><Normal>text.</Normal><br/>
1610 <Normal></Normal><br/>
1611 <Emphasized Monospaced Strong>`*_strong emphasized monospaced_*`</Emphasized Monospaced Strong><br/>
1612 <Normal></Normal><br/>
1613 <Normal></Normal><br/>
1614 <Section Title>=== Unsupported</Section Title><br/>
1615 <Normal></Normal><br/>
1616 <Normal>Highlighting for other combinations is currently not supported, as there would be a large number of rules and styles necessary.</Normal><br/>
1617 <Normal></Normal><br/>
1618 <List Marker>*</List Marker><Normal> </Normal><Emphasized>_emphasized #marked#_</Emphasized><br/>
1619 <List Marker>*</List Marker><Normal> </Normal><Marked>#marked *strong*#</Marked><br/>
1620 <List Marker>*</List Marker><Normal> </Normal><Strong>*strong #marked#*</Strong><br/>
1621 <List Marker>*</List Marker><Normal> </Normal><Strong>*strong _emphasized #marked#_*</Strong><br/>
1622 <Normal></Normal><br/>
1623 <List Marker>*</List Marker><Normal> subscript </Normal><Emphasized>_with~in~ emphasized_</Emphasized><br/>
1624 <List Marker>*</List Marker><Normal> subscript within marked: </Normal><Marked>#H~2~O#</Marked><br/>
1625 <List Marker>*</List Marker><Normal> subscript </Normal><Monospaced>`with~in~ monospaced`</Monospaced><br/>
1626 <List Marker>*</List Marker><Normal> subscript </Normal><Strong>*with~in~ strong*</Strong><br/>
1627 <Normal></Normal><br/>
1628 <List Marker>*</List Marker><Normal> superscript </Normal><Emphasized>_with^in^ emphasized_</Emphasized><br/>
1629 <List Marker>*</List Marker><Normal> superscript within marked: </Normal><Marked>#E = m c^2^#</Marked><br/>
1630 <List Marker>*</List Marker><Normal> superscript </Normal><Monospaced>`with^in^ monospaced`</Monospaced><br/>
1631 <List Marker>*</List Marker><Normal> superscript </Normal><Strong>*with^in^ strong*</Strong><br/>
1632 <Normal></Normal><br/>
1633 <Normal>And even more complex ones.</Normal><br/>
1634 <Normal></Normal><br/>
1635 <Normal></Normal><br/>
1636 <Section Title>=== Rendered as-is</Section Title><br/>
1637 <Normal></Normal><br/>
1638 <Normal>This is no </Normal><Strong>*_ strong emphasized_*</Strong><Normal> text, it</Normal><Replacement>'</Replacement><Normal>s </Normal><Strong>*strong*</Strong><Normal> only.</Normal><br/>
1639 <Normal></Normal><br/>
1640 <Normal>This is no </Normal><Strong>*_strong emphasized _*</Strong><Normal> text, it</Normal><Replacement>'</Replacement><Normal>s </Normal><Strong>*strong*</Strong><Normal> only.</Normal><br/>
1641 <Normal></Normal><br/>
1642 <Normal>This is no </Normal><Emphasized>_*strong emphasized*_</Emphasized><Normal> text, it</Normal><Replacement>'</Replacement><Normal>s </Normal><Emphasized>_emphasized_</Emphasized><Normal> only.</Normal><br/>
1643 <Normal></Normal><br/>
1644 <Normal>This is no </Normal><Emphasized>_`emphasized monospaced`_</Emphasized><Normal> text, it</Normal><Replacement>'</Replacement><Normal>s </Normal><Emphasized>_emphasized_</Emphasized><Normal> only.</Normal><br/>
1645 <Normal></Normal><br/>
1646 <Normal></Normal><br/>
1647 <Section Title>=== Escaped</Section Title><br/>
1648 <Normal></Normal><br/>
1649 <Normal>This is not rendered \`</Normal><Emphasized>_emphasized monospaced_</Emphasized><Normal>`. </Normal><Control>+</Control><br/>
1650 <Normal>But it is rendered emphasized.</Normal><br/>
1651 <Normal></Normal><br/>
1652 <Normal>This is not rendered \*</Normal><Emphasized>_emphasized strong_</Emphasized><Normal>*. </Normal><Control>+</Control><br/>
1653 <Normal>But it is rendered emphasized.</Normal><br/>
1654 <Normal></Normal><br/>
1655 <Normal>This is not rendered \`</Normal><Strong>*monospaced strong*</Strong><Normal>`. </Normal><Control>+</Control><br/>
1656 <Normal>But it is rendered strong.</Normal><br/>
1657 <Normal></Normal><br/>
1658 <Normal>This is not rendered \`</Normal><Emphasized Strong>*_emphasized monospaced strong_*</Emphasized Strong><Normal>`. </Normal><Control>+</Control><br/>
1659 <Normal>But it is rendered emphasized strong.</Normal><br/>
1660 <Normal></Normal><br/>
1661 <Normal></Normal><br/>
1662 <Section Title>= Horizontal Rules</Section Title><br/>
1663 <Normal></Normal><br/>
1664 <Section Title>== Simple patterns</Section Title><br/>
1665 <Normal></Normal><br/>
1666 <Control>'''</Control><br/>
1667 <Control>---</Control><br/>
1668 <Control>***</Control><br/>
1669 <Normal></Normal><br/>
1670 <Normal></Normal><br/>
1671 <Section Title>== Patterns with spaces</Section Title><br/>
1672 <Normal></Normal><br/>
1673 <Control>- - -</Control><br/>
1674 <Control>* * *</Control><br/>
1675 <Normal></Normal><br/>
1676 <Block Title>.Not a horizontal rule</Block Title><br/>
1677 <Normal>' ' '</Normal><br/>
1678 <Normal></Normal><br/>
1679 <Normal></Normal><br/>
1680 <Section Title>== Arbitrary length</Section Title><br/>
1681 <Normal></Normal><br/>
1682 <Preprocessor>NOTE:</Preprocessor><Normal> Although the </Normal><Link>https://asciidoctor.org/docs/user-manual/#markdown-style-horizontal-rules[Asciidoctor Manual]</Link><Normal> states that horizontal rule patterns are only supporting up to three characters (ignoring the optional spaces), some longer patterns work too.</Normal><br/>
1683 <Normal></Normal><br/>
1684 <Normal>'''''''</Normal><br/>
1685 <Normal></Normal><br/>
1686 <Comment>////</Comment><br/>
1687 <Comment>These patterns don't work, as they start delimited blocks, item lists etc..</Comment><br/>
1688 <Comment>--------</Comment><br/>
1689 <Comment>******</Comment><br/>
1690 <Comment>- - - - - -</Comment><br/>
1691 <Comment>* * * * * * * * * </Comment><br/>
1692 <Comment>////</Comment><br/>
1693 <Normal></Normal><br/>
1694 <Normal></Normal><br/>
1695 <Section Title>== Inside blocks</Section Title><br/>
1696 <Normal></Normal><br/>
1697 <Delimiter>****</Delimiter><br/>
1698 <Normal>Horizontal rules work also inside blocks.</Normal><br/>
1699 <Normal>They eventually need an empty line before them, though.</Normal><br/>
1700 <Normal></Normal><br/>
1701 <Control>'''</Control><br/>
1702 <Normal>After the horizontal rule.</Normal><br/>
1703 <Delimiter>****</Delimiter><br/>
1704 <Normal></Normal><br/>
1705 <Normal></Normal><br/>
1706 <Section Title>= Include</Section Title><br/>
1707 <Attribute>:includedir: </Attribute><Attribute Value>include</Attribute Value><br/>
1708 <Normal></Normal><br/>
1709 <Section Title>== Included Contents Rendered</Section Title><br/>
1710 <Normal></Normal><br/>
1711 <Preprocessor>IMPORTANT:</Preprocessor><Normal> The include directive is </Normal><Emphasized>_always_</Emphasized><Normal> processed, even within passthrough blocks.</Normal><br/>
1712 <Normal></Normal><br/>
1713 <Preprocessor>NOTE:</Preprocessor><Normal> Using file names with spaces works.</Normal><br/>
1714 <Normal></Normal><br/>
1715 <Preprocessor>include::{includedir}/demo.adoc[]</Preprocessor><br/>
1716 <Normal></Normal><br/>
1717 <Block Title>.Partial include</Block Title><br/>
1718 <Preprocessor>include::{includedir}/demo.adoc[lines=2..3]</Preprocessor><br/>
1719 <Normal></Normal><br/>
1720 <Block Title>.Inside contiguous block</Block Title><br/>
1721 <Preprocessor>[literal]</Preprocessor><br/>
1722 <Verbatim>This line shall be highlighted as verbatim.</Verbatim><br/>
1723 <Preprocessor>include::{includedir}/demo.adoc[lines=2..3]</Preprocessor><br/>
1724 <Verbatim>This line shall be highlighted as verbatim.</Verbatim><br/>
1725 <Normal></Normal><br/>
1726 <Block Title>.Inside delimited block with name</Block Title><br/>
1727 <Preprocessor>[literal]</Preprocessor><br/>
1728 <Delimiter>----</Delimiter><br/>
1729 <Verbatim>This line shall be highlighted as verbatim.</Verbatim><br/>
1730 <Preprocessor>include::{includedir}/demo.adoc[lines=2..3]</Preprocessor><br/>
1731 <Verbatim>This line shall be highlighted as verbatim.</Verbatim><br/>
1732 <Delimiter>----</Delimiter><br/>
1733 <Normal></Normal><br/>
1734 <Block Title>.Inside delimited block without name</Block Title><br/>
1735 <Delimiter>....</Delimiter><br/>
1736 <Verbatim>This line shall be highlighted as verbatim.</Verbatim><br/>
1737 <Preprocessor>include::{includedir}/demo.adoc[lines=2..3]</Preprocessor><br/>
1738 <Verbatim>This line shall be highlighted as verbatim.</Verbatim><br/>
1739 <Delimiter>....</Delimiter><br/>
1740 <Normal></Normal><br/>
1741 <Block Title>.It is also processed within passthrough blocks</Block Title><br/>
1742 <Preprocessor>[pass]</Preprocessor><br/>
1743 <Passthrough>This line shall be highlighted as passthrough.</Passthrough><br/>
1744 <Preprocessor>include::{includedir}/demo.adoc[lines=2..3]</Preprocessor><br/>
1745 <Passthrough>This line shall be highlighted as passthrough.</Passthrough><br/>
1746 <Normal></Normal><br/>
1747 <Preprocessor>[pass]</Preprocessor><br/>
1748 <Passthrough>--</Passthrough><br/>
1749 <Passthrough>This line shall be highlighted as passthrough.</Passthrough><br/>
1750 <Preprocessor>include::{includedir}/demo.adoc[lines=2..3]</Preprocessor><br/>
1751 <Passthrough>This line shall be highlighted as passthrough.</Passthrough><br/>
1752 <Passthrough>--</Passthrough><br/>
1753 <Normal></Normal><br/>
1754 <Block Title>.Inside table</Block Title><br/>
1755 <Delimiter>|===</Delimiter><br/>
1756 <Delimiter>|</Delimiter><Normal>row 1 col 1</Normal><Delimiter>|</Delimiter><Normal>row 2 col 2</Normal><br/>
1757 <Delimiter>|</Delimiter><br/>
1758 <Comment>// the include directive must have its own line with nothing else</Comment><br/>
1759 <Preprocessor>include::{includedir}/demo.adoc[lines=1..1]</Preprocessor><br/>
1760 <Delimiter>|</Delimiter><Normal>row 2 col2</Normal><br/>
1761 <Normal></Normal><br/>
1762 <Delimiter>|</Delimiter><Normal>row 3 col 1</Normal><br/>
1763 <Delimiter>|</Delimiter><Normal>row 3 col 2</Normal><br/>
1764 <Delimiter>|===</Delimiter><br/>
1765 <Normal></Normal><br/>
1766 <Normal></Normal><br/>
1767 <Section Title>= Index</Section Title><br/>
1768 <Normal></Normal><br/>
1769 <Section Title>== Rendered as Index Term</Section Title><br/>
1770 <Normal></Normal><br/>
1771 <Normal>This is a </Normal><Preprocessor>((flow))</Preprocessor><Normal> index term.</Normal><br/>
1772 <Normal></Normal><br/>
1773 <Normal>This is a </Normal><Preprocessor>indexterm2:[flow]</Preprocessor><Normal> index term.</Normal><br/>
1774 <Normal></Normal><br/>
1775 <Normal>This is a </Normal><Preprocessor>(((concealed, index, term)))</Preprocessor><Normal> concealed index term.</Normal><br/>
1776 <Normal></Normal><br/>
1777 <Normal>This is a </Normal><Preprocessor>indexterm:[concealed, index, term]</Preprocessor><Normal> concealed index term.</Normal><br/>
1778 <Normal></Normal><br/>
1779 <Normal>This is rendered as a </Normal><Preprocessor>((flow index term))</Preprocessor><Normal>).</Normal><br/>
1780 <Normal></Normal><br/>
1781 <Normal>This is rendered as a </Normal><Preprocessor>(((flow index term))</Preprocessor><Normal>.</Normal><br/>
1782 <Normal></Normal><br/>
1783 <Normal>This is </Normal><Preprocessor>((())</Preprocessor><Normal>) empty but rendered as index term nevertheless.</Normal><br/>
1784 <Normal></Normal><br/>
1785 <Normal>Some </Normal><Preprocessor>(((index term)))</Preprocessor><Normal>.</Normal><br/>
1786 <Normal></Normal><br/>
1787 <Normal>Some </Normal><Preprocessor>((((index term)))</Preprocessor><Normal>).</Normal><br/>
1788 <Normal></Normal><br/>
1789 <Normal></Normal><br/>
1790 <Section Title>== Rendered as-is</Section Title><br/>
1791 <Normal></Normal><br/>
1792 <Normal>This is (()) not an index term as it is empty.</Normal><br/>
1793 <Normal></Normal><br/>
1794 <Normal>This is (not an index term)) as there is a </Normal><Monospaced>`(`</Monospaced><Normal> missing.</Normal><br/>
1795 <Normal></Normal><br/>
1796 <Normal>This is ((not an index term) as there is a </Normal><Monospaced>`)`</Monospaced><Normal> missing.</Normal><br/>
1797 <Normal></Normal><br/>
1798 <Normal></Normal><br/>
1799 <Section Title>== Escaped</Section Title><br/>
1800 <Normal></Normal><br/>
1801 <Normal>This is \((not an indexterm)) as it is escaped.</Normal><br/>
1802 <Normal></Normal><br/>
1803 <Normal>This is \(</Normal><Preprocessor>((not a concealed index term))</Preprocessor><Normal>), but still a flow index term as only the outer brackets are escaped.</Normal><br/>
1804 <Normal></Normal><br/>
1805 <Normal>This is \(\((not an indexterm))) as it is fully escaped.</Normal><br/>
1806 <Normal></Normal><br/>
1807 <Normal>This is not a \indexterm2:[flow] index term.</Normal><br/>
1808 <Normal></Normal><br/>
1809 <Normal>This is not a \indexterm:[concealed, index, term] concealed index term.</Normal><br/>
1810 <Normal></Normal><br/>
1811 <Normal></Normal><br/>
1812 <Preprocessor>[index]</Preprocessor><br/>
1813 <Section Title>== Index Catalog</Section Title><br/>
1814 <Normal></Normal><br/>
1815 <Preprocessor>WARNING:</Preprocessor><Normal> HTML output currently does not support the creation of the index catalog.</Normal><br/>
1816 <Normal></Normal><br/>
1817 <Normal></Normal><br/>
1818 <Section Title>= Link</Section Title><br/>
1819 <Normal></Normal><br/>
1820 <Section Title>== ftp, irc</Section Title><br/>
1821 <Normal></Normal><br/>
1822 <List Marker>*</List Marker><Normal> </Normal><Link>ftp://some.org/some/where/file.extension</Link><br/>
1823 <List Marker>*</List Marker><Normal> </Normal><Link>irc://some.org/some/where/file.extension</Link><br/>
1824 <Normal></Normal><br/>
1825 <Normal></Normal><br/>
1826 <Section Title>== http(s)</Section Title><br/>
1827 <Normal></Normal><br/>
1828 <List Marker>*</List Marker><Normal> </Normal><Link>http://some.org/some/where/file.extension</Link><br/>
1829 <List Marker>*</List Marker><Normal> </Normal><Link>https://some.org/some/where/file.extension</Link><br/>
1830 <Normal></Normal><br/>
1831 <Comment>// . , ; : followed by a space terminate the link</Comment><br/>
1832 <List Marker>*</List Marker><Normal> </Normal><Link>https://some.org/some/where/file.extension</Link><Normal>. some text</Normal><br/>
1833 <List Marker>*</List Marker><Normal> </Normal><Link>https://some.org/some/where/file.extension.some</Link><Normal> text</Normal><br/>
1834 <List Marker>*</List Marker><Normal> </Normal><Link>https://some.org/some/where/file.extension</Link><Normal>, some text</Normal><br/>
1835 <List Marker>*</List Marker><Normal> </Normal><Link>https://some.org/some/where/file.extension,some</Link><Normal> text</Normal><br/>
1836 <List Marker>*</List Marker><Normal> </Normal><Link>https://some.org/some/where/file.extension</Link><Normal>; some text</Normal><br/>
1837 <List Marker>*</List Marker><Normal> </Normal><Link>https://some.org/some/where/file.extension;some</Link><Normal> text</Normal><br/>
1838 <List Marker>*</List Marker><Normal> </Normal><Link>https://some.org/some/where/file.extension</Link><Normal>: some text</Normal><br/>
1839 <List Marker>*</List Marker><Normal> </Normal><Link>https://some.org/some/where/file.extension</Link><Normal> some text</Normal><br/>
1840 <List Marker>*</List Marker><Normal> </Normal><Link>https://some.org/some/where/file.extension:some</Link><Normal> text</Normal><br/>
1841 <Normal></Normal><br/>
1842 <Comment>// unbalanced square brackets always terminate the link</Comment><br/>
1843 <List Marker>*</List Marker><Normal> </Normal><Link>https://some.org/some/where/file.extension</Link><Normal>[some text</Normal><br/>
1844 <List Marker>*</List Marker><Normal> </Normal><Link>https://some.org/some/where/file.extension</Link><Normal>[ some text</Normal><br/>
1845 <List Marker>*</List Marker><Normal> </Normal><Link>https://some.org/some/where/file.extension</Link><Normal>]some text</Normal><br/>
1846 <List Marker>*</List Marker><Normal> </Normal><Link>https://some.org/some/where/file.extension</Link><Normal>] some text</Normal><br/>
1847 <Normal></Normal><br/>
1848 <List Marker>*</List Marker><Normal> </Normal><Link>https://some.org/some/where/file.extension[]</Link><br/>
1849 <List Marker>*</List Marker><Normal> </Normal><Link>https://some.org/some/where/file.extension[some text]</Link><Normal>trailing text</Normal><br/>
1850 <List Marker>*</List Marker><Normal> </Normal><Link>https://some.org/some/where/file.extension[some text]</Link><Normal>. trailing text</Normal><br/>
1851 <List Marker>*</List Marker><Normal> </Normal><Link>https://some.org/some/where/file.extension[some text]</Link><Normal>, trailing text</Normal><br/>
1852 <List Marker>*</List Marker><Normal> </Normal><Link>https://some.org/some/where/file.extension[some text]</Link><Normal>; trailing text</Normal><br/>
1853 <List Marker>*</List Marker><Normal> </Normal><Link>https://some.org/some/where/file.extension[some text]</Link><Normal>: trailing text</Normal><br/>
1854 <List Marker>*</List Marker><Normal> </Normal><Link>https://some.org/some/where/file.extension[some]</Link><Normal>text] trailing text</Normal><br/>
1855 <List Marker>*</List Marker><Normal> </Normal><Link>https://some.org/some/where/file.extension[some ]</Link><Normal>text] trailing text</Normal><br/>
1856 <List Marker>*</List Marker><Normal> </Normal><Link>https://some.org/some/where/file.extension[some \]text]</Link><Normal> - with escaped </Normal><Monospaced>`]`</Monospaced><br/>
1857 <Normal></Normal><br/>
1858 <Comment>// </Comment><Alert Level 2>TODO</Alert Level 2><Comment>: highlighting of text within [] ?</Comment><br/>
1859 <List Marker>*</List Marker><Normal> some text </Normal><Link>https://some.org/some/where/file.extension[*some text*]</Link><Normal> trailing text.</Normal><br/>
1860 <Normal></Normal><br/>
1861 <Comment>// some characters may be placed before the `http`</Comment><br/>
1862 <List Marker>*</List Marker><Normal> (</Normal><Link>https://some.org</Link><br/>
1863 <List Marker>*</List Marker><Normal> )</Normal><Link>https://some.org</Link><br/>
1864 <List Marker>*</List Marker><Normal> [</Normal><Link>https://some.org</Link><br/>
1865 <List Marker>*</List Marker><Normal> ]</Normal><Link>https://some.org</Link><br/>
1866 <List Marker>*</List Marker><Normal> ;</Normal><Link>https://some.org</Link><br/>
1867 <List Marker>*</List Marker><Normal> <</Normal><Link>https://some.org</Link><br/>
1868 <List Marker>*</List Marker><Normal> ></Normal><Link>https://some.org</Link><br/>
1869 <Normal></Normal><br/>
1870 <Normal></Normal><br/>
1871 <Section Title>=== Not rendered as Link</Section Title><br/>
1872 <Normal></Normal><br/>
1873 <List Marker>*</List Marker><Normal> {https://some.org</Normal><br/>
1874 <List Marker>*</List Marker><Normal> }https://some.org</Normal><br/>
1875 <List Marker>*</List Marker><Normal> ,https://some.org</Normal><br/>
1876 <List Marker>*</List Marker><Normal> .https://some.org</Normal><br/>
1877 <List Marker>*</List Marker><Normal> :https://some.org</Normal><br/>
1878 <Normal></Normal><br/>
1879 <Normal></Normal><br/>
1880 <Section Title>== link</Section Title><br/>
1881 <Normal></Normal><br/>
1882 <List Marker>*</List Marker><Normal> link:relative/path - not rendered as link as </Normal><Monospaced>`[]`</Monospaced><Normal> are misssing</Normal><br/>
1883 <List Marker>*</List Marker><Normal> </Normal><Link>link:relative/path[]</Link><br/>
1884 <List Marker>*</List Marker><Normal> </Normal><Marked>##before##</Marked><Link>link:relative/path[]</Link><Marked>##after##</Marked><Normal> - no spaces needed</Normal><br/>
1885 <List Marker>*</List Marker><Normal> </Normal><Link>link:relative/path/file.extension[local file]</Link><br/>
1886 <List Marker>*</List Marker><Normal> </Normal><Link>link:relative/path/file.extension[local ]</Link><Normal>file]</Normal><br/>
1887 <List Marker>*</List Marker><Normal> </Normal><Link>link:relative/path/file.extension[local \]file]</Link><Normal> - with escaped </Normal><Monospaced>`]`</Monospaced><br/>
1888 <List Marker>*</List Marker><Normal> link:relative/path with spaces/[] - not rendered as link because of spaces</Normal><br/>
1889 <List Marker>*</List Marker><Normal> link:</Normal><Passthrough>++relative/path with spaces/++</Passthrough><Normal>[] - but this is rendered as link with spaces</Normal><br/>
1890 <List Marker>*</List Marker><Normal> </Normal><Link>link:external.html#anchor[to anchor of local HTML file]</Link><br/>
1891 <List Marker>*</List Marker><Normal> </Normal><Link>link:url[optional link text, optional target attribute, optional role attribute]</Link><br/>
1892 <Normal></Normal><br/>
1893 <Normal></Normal><br/>
1894 <Section Title>== E-Mail</Section Title><br/>
1895 <Normal></Normal><br/>
1896 <List Marker>*</List Marker><Normal> </Normal><Link>some.person@org.com</Link><br/>
1897 <List Marker>*</List Marker><Normal> </Normal><Link>some.person@org.com</Link><Normal>[some one] - brackets supported only with leading </Normal><Monospaced>`mailto:`</Monospaced><br/>
1898 <List Marker>*</List Marker><Normal> :some.person@org.com - not rendered as link because of leading </Normal><Monospaced>`:`</Monospaced><br/>
1899 <List Marker>*</List Marker><Normal> /some.person@org.com - not rendered as link because of leading </Normal><Monospaced>`/`</Monospaced><br/>
1900 <Normal></Normal><br/>
1901 <List Marker>*</List Marker><Normal> mailto:some.person@org.com - not rendered as link as </Normal><Monospaced>`[]`</Monospaced><Normal> are misssing</Normal><br/>
1902 <List Marker>*</List Marker><Normal> </Normal><Link>mailto:some.person@org.com[]</Link><br/>
1903 <List Marker>*</List Marker><Normal> </Normal><Marked>##before##</Marked><Link>mailto:some.person@org.com[]</Link><Marked>##after##</Marked><Normal> - no spaces needed</Normal><br/>
1904 <List Marker>*</List Marker><Normal> </Normal><Link>mailto:some.person@org.com[some one]</Link><br/>
1905 <List Marker>*</List Marker><Normal> mailto::some.person@org.com[] - not rendered as link because of double </Normal><Monospaced>`:`</Monospaced><br/>
1906 <List Marker>*</List Marker><Normal> mailto: </Normal><Link>some.person@org.com</Link><Normal>[] - not rendered as mailto because of space after </Normal><Monospaced>`:`</Monospaced><Normal>, but still as inline email</Normal><br/>
1907 <List Marker>*</List Marker><Normal> mailto:[some one] - not rendered as link because of missing address</Normal><br/>
1908 <Normal></Normal><br/>
1909 <Normal></Normal><br/>
1910 <Section Title>== Escaped</Section Title><br/>
1911 <Normal></Normal><br/>
1912 <List Marker>*</List Marker><Normal> \ftp://some.org/some/where/file.extension</Normal><br/>
1913 <List Marker>*</List Marker><Normal> \irc://some.org/some/where/file.extension</Normal><br/>
1914 <List Marker>*</List Marker><Normal> \https://some.org/some/where/file.extension</Normal><br/>
1915 <List Marker>*</List Marker><Normal> \link:relative/path[]</Normal><br/>
1916 <List Marker>*</List Marker><Normal> \link:relative/path[]</Normal><br/>
1917 <List Marker>*</List Marker><Normal> \some.person@org.com</Normal><br/>
1918 <List Marker>*</List Marker><Normal> \:some.person@org.com</Normal><br/>
1919 <List Marker>*</List Marker><Normal> \/some.person@org.com</Normal><br/>
1920 <List Marker>*</List Marker><Normal> \mailto:some.person@org.com[]</Normal><br/>
1921 <Normal></Normal><br/>
1922 <Normal></Normal><br/>
1923 <Section Title>= List</Section Title><br/>
1924 <Normal></Normal><br/>
1925 <Section Title>== Bulleted List</Section Title><br/>
1926 <Normal></Normal><br/>
1927 <Comment>////</Comment><br/>
1928 <Alert Level 2>FIXME</Alert Level 2><Comment> The *** without text in the list below should not be highlighted as a horizontal line.</Comment><br/>
1929 <Comment>This is going to be problematic, as we would need to know that we are currently inside a list.</Comment><br/>
1930 <Comment>////</Comment><br/>
1931 <Block Title>.using asterisks</Block Title><br/>
1932 <List Marker>*</List Marker><Normal> item 1</Normal><br/>
1933 <List Marker>  *</List Marker><Normal> * item 2</Normal><br/>
1934 <Normal>Has some text.</Normal><br/>
1935 <List Marker>**</List Marker><Normal> item 2.1</Normal><br/>
1936 <Normal>Also has some text.</Normal><br/>
1937 <Control>+</Control><br/>
1938 <Normal>And an additional paragraph.</Normal><br/>
1939 <List Marker>**</List Marker><Normal> item 2.2</Normal><br/>
1940 <List Marker>***</List Marker><Normal> item 2.2.1</Normal><br/>
1941 <Control>+</Control><br/>
1942 <Normal>Markers without a text are </Normal><Emphasized>_no_</Emphasized><Normal> item.</Normal><br/>
1943 <Control>***</Control><br/>
1944 <List Marker>**</List Marker><Normal> item 2.3</Normal><br/>
1945 <List Marker>***</List Marker><Normal> item 2.3.1</Normal><br/>
1946 <List Marker>****</List Marker><Normal> item 2.3.1.1</Normal><br/>
1947 <List Marker>*</List Marker><Normal> item 3</Normal><br/>
1948 <Normal></Normal><br/>
1949 <List Marker> *</List Marker><Normal> item 4</Normal><br/>
1950 <List Marker>**</List Marker><Normal>    item 4.1</Normal><br/>
1951 <Normal>**not an item as there is no space</Normal><br/>
1952 <List Marker>     **</List Marker><Normal> item 4.2</Normal><br/>
1953 <Normal></Normal><br/>
1954 <Block Title>.using hyphens</Block Title><br/>
1955 <List Marker>-</List Marker><Normal> item 1</Normal><br/>
1956 <List Marker>   -</List Marker><Normal> item 2</Normal><br/>
1957 <Normal>   </Normal><Replacement>--</Replacement><Normal> item 2.1 is not an item as using hyphens is only supported for flat lists</Normal><br/>
1958 <Normal></Normal><br/>
1959 <Block Title>.inside a block</Block Title><br/>
1960 <Delimiter>****</Delimiter><br/>
1961 <List Marker>*</List Marker><Normal> item 1</Normal><br/>
1962 <List Marker>**</List Marker><Normal> item 1.1</Normal><br/>
1963 <Delimiter>****</Delimiter><br/>
1964 <Normal></Normal><br/>
1965 <Normal></Normal><br/>
1966 <Section Title>== Checklist</Section Title><br/>
1967 <Normal></Normal><br/>
1968 <Block Title>.using asterisks</Block Title><br/>
1969 <List Marker>* [*]</List Marker><Normal> checked</Normal><br/>
1970 <List Marker>**  [x]</List Marker><Normal>  also checked</Normal><br/>
1971 <List Marker>*** [x]</List Marker><Normal> also checked</Normal><br/>
1972 <List Marker>*</List Marker><Normal> [X]  </Normal><Emphasized>_invalid_</Emphasized><Normal> check (capital X), normal list item</Normal><br/>
1973 <List Marker>*</List Marker><Normal> [o] </Normal><Emphasized>_invalid_</Emphasized><Normal> check (invalid character), normal list item</Normal><br/>
1974 <List Marker>*</List Marker><Normal> [] </Normal><Emphasized>_invalid_</Emphasized><Normal> check (no space), normal list item</Normal><br/>
1975 <List Marker>* [ ]</List Marker><Normal> not checked</Normal><br/>
1976 <List Marker>*</List Marker><Normal>     normal list item</Normal><br/>
1977 <Normal></Normal><br/>
1978 <Block Title>.using hyphens</Block Title><br/>
1979 <List Marker>- [*]</List Marker><Normal> checked</Normal><br/>
1980 <List Marker>- [*]</List Marker><Normal> also checked</Normal><br/>
1981 <Replacement>--</Replacement><Normal> [*] </Normal><Emphasized>_not a list item_</Emphasized><Normal> as hyphens are only supported for flat lists</Normal><br/>
1982 <Normal>   </Normal><Replacement>--</Replacement><Normal> [*] </Normal><Emphasized>_not a list item_</Emphasized><Normal> as hyphens are only supported for flat lists</Normal><br/>
1983 <Normal></Normal><br/>
1984 <Normal></Normal><br/>
1985 <Section Title>== Description List</Section Title><br/>
1986 <Normal></Normal><br/>
1987 <Block Title>.Normal format</Block Title><br/>
1988 <List Marker>Term normal::</List Marker><Normal> This is a description.</Normal><br/>
1989 <List Marker>  Term indented::</List Marker><Normal> This works too.</Normal><br/>
1990 <Normal></Normal><br/>
1991 <List Marker>Term multi line::</List Marker><br/>
1992 <Normal>This one has multiple lines.</Normal><br/>
1993 <Normal>Two lines to be exact.</Normal><br/>
1994 <List Marker>Term L2:::</List Marker><Normal> This term is on level 2.</Normal><br/>
1995 <List Marker>Term L3::::</List Marker><Normal> This term is on level 3.</Normal><br/>
1996 <List Marker>Term L4:::::</List Marker><Normal> This term is on level 4.</Normal><br/>
1997 <List Marker>Term L5::::::</List Marker><Normal> This term is on level 5.</Normal><br/>
1998 <List Marker>Term with empty definition::</List Marker><br/>
1999 <List Marker>Term with separated colons   ::</List Marker><Normal> This one has spaces before the </Normal><Monospaced>`::`</Monospaced><Normal>.</Normal><br/>
2000 <Normal>Term no space::This is </Normal><Emphasized>_not a description item_</Emphasized><Normal> as there is no space after the </Normal><Monospaced>`::`</Monospaced><Normal>.</Normal><br/>
2001 <List Marker>Term with unnumbered list::</List Marker><br/>
2002 <List Marker>*</List Marker><Normal> list item 1</Normal><br/>
2003 <List Marker>*</List Marker><Normal> list item 2</Normal><br/>
2004 <List Marker>Term with multiple colons:: in the term::</List Marker><Normal> </Normal><br/>
2005 <Normal>Having multiple </Normal><Monospaced>`::`</Monospaced><Normal> in one line is OK too.</Normal><br/>
2006 <List Marker>.;Strange Term = !?*::</List Marker><Normal> This one has a strange term.</Normal><br/>
2007 <Normal>Term 9   : : A space between the double </Normal><Monospaced>`:`</Monospaced><Normal> does </Normal><Emphasized>_not_</Emphasized><Normal> work.</Normal><br/>
2008 <Normal></Normal><br/>
2009 <Block Title>.Term and description on the same line</Block Title><br/>
2010 <Preprocessor>[horizontal]</Preprocessor><br/>
2011 <List Marker>Term 1::</List Marker><Normal> first level.</Normal><br/>
2012 <List Marker>Term 2:::</List Marker><Normal> second level.</Normal><br/>
2013 <List Marker>Term 3::</List Marker><Normal> first level again.</Normal><br/>
2014 <Normal></Normal><br/>
2015 <Normal></Normal><br/>
2016 <Section Title>== Numbered List</Section Title><br/>
2017 <Normal></Normal><br/>
2018 <Block Title>.using numbers</Block Title><br/>
2019 <List Marker>1.</List Marker><Normal> item 1</Normal><br/>
2020 <List Marker>2.</List Marker><Normal> item 2</Normal><br/>
2021 <List Marker>  3.</List Marker><Normal> item 3</Normal><br/>
2022 <Normal>4 Is not an item.</Normal><br/>
2023 <Normal>Numbers without a trailing dot do </Normal><Emphasized>_not_</Emphasized><Normal> result in an item.</Normal><br/>
2024 <List Marker>123.</List Marker><Normal> This is an item with an out-of-sequence number.</Normal><br/>
2025 <Normal>It will be fixed in the rendered output.</Normal><br/>
2026 <Normal></Normal><br/>
2027 <Block Title>.using dots</Block Title><br/>
2028 <List Marker>.</List Marker><Normal> item 1</Normal><br/>
2029 <List Marker>   .</List Marker><Normal> item 2</Normal><br/>
2030 <Normal>..not an item as there is no space</Normal><br/>
2031 <List Marker> ..</List Marker><Normal> item 2.1</Normal><br/>
2032 <List Marker>   ..</List Marker><Normal> item 2.2</Normal><br/>
2033 <List Marker>...</List Marker><Normal> item 2.2.1</Normal><br/>
2034 <List Marker>....</List Marker><Normal> item 2.2.1.1</Normal><br/>
2035 <List Marker> .</List Marker><Normal> item 3</Normal><br/>
2036 <Normal></Normal><br/>
2037 <Normal></Normal><br/>
2038 <Section Title>== Question and Answer List</Section Title><br/>
2039 <Normal></Normal><br/>
2040 <Preprocessor>[qanda]</Preprocessor><br/>
2041 <List Marker>What is Asciidoctor?::</List Marker><br/>
2042 <Normal>An implementation of the AsciiDoc processor in Ruby.</Normal><br/>
2043 <List Marker>Must the answer be indented?::</List Marker><br/>
2044 <Normal>  It</Normal><Replacement>'</Replacement><Normal>s not necessary, but possibly.</Normal><br/>
2045 <List Marker>What is the answer to the Ultimate Question?::</List Marker><Normal> 42</Normal><br/>
2046 <Normal></Normal><br/>
2047 <Normal></Normal><br/>
2048 <Section Title>= Macro</Section Title><br/>
2049 <Comment>// for `btn:`, `kbd:`, `menu:`</Comment><br/>
2050 <Attribute>:experimental:</Attribute><br/>
2051 <Comment>// for icon:tags[] etc.</Comment><br/>
2052 <Attribute>:imagesdir: </Attribute><Attribute Value>media</Attribute Value><br/>
2053 <Comment>// needed to use macro `toc::[]`</Comment><br/>
2054 <Attribute>:toc: </Attribute><Attribute Value>macro</Attribute Value><br/>
2055 <Normal></Normal><br/>
2056 <Section Title>== General Information</Section Title><br/>
2057 <Normal></Normal><br/>
2058 <Preprocessor>NOTE:</Preprocessor><Normal> There is no space needed before the macro name or after the closing </Normal><Monospaced>`]`</Monospaced><Normal>.</Normal><br/>
2059 <Normal></Normal><br/>
2060 <Normal></Normal><br/>
2061 <Section Title>== Anchor</Section Title><br/>
2062 <Normal></Normal><br/>
2063 <Normal>There is a macro form </Normal><Preprocessor>anchor:anchor-id[Macro Anchor]</Preprocessor><Normal> for anchor definition.</Normal><br/>
2064 <Normal></Normal><br/>
2065 <Normal>See </Normal><Monospaced>`anchor.adoc`</Monospaced><Normal> for other forms.</Normal><br/>
2066 <Normal></Normal><br/>
2067 <Normal></Normal><br/>
2068 <Section Title>== Cross Reference</Section Title><br/>
2069 <Normal></Normal><br/>
2070 <Preprocessor>xref:anchor-id[macro xref]</Preprocessor><br/>
2071 <Normal></Normal><br/>
2072 <Preprocessor>WARNING:</Preprocessor><Normal> Highlighting for cross references with text spanning multiple lines is not supported.</Normal><br/>
2073 <Normal></Normal><br/>
2074 <Normal>xref:id[</Normal><br/>
2075 <Normal>Line 1 in cross reference text.</Normal><br/>
2076 <Normal>Line 2 in cross reference text.</Normal><br/>
2077 <Normal>]</Normal><br/>
2078 <Normal></Normal><br/>
2079 <Normal>\xref:anchor-id[macro xref] escaped</Normal><br/>
2080 <Normal></Normal><br/>
2081 <Normal></Normal><br/>
2082 <Section Title>== Footnote</Section Title><br/>
2083 <Normal></Normal><br/>
2084 <Normal>This text has a foonote</Normal><Preprocessor>footnote:[A simple footnote.]</Preprocessor><Normal>.</Normal><br/>
2085 <Normal></Normal><br/>
2086 <Normal>This text has a foonote with id</Normal><Preprocessor>footnoteref:[fn-1, A footnote reference.]</Preprocessor><Normal>.</Normal><br/>
2087 <Normal></Normal><br/>
2088 <Normal></Normal><br/>
2089 <Section Title>== Icon</Section Title><br/>
2090 <Normal></Normal><br/>
2091 <Normal>This is a tag </Normal><Preprocessor>icon:tags[]</Preprocessor><Normal> icon with no color set.</Normal><br/>
2092 <Normal></Normal><br/>
2093 <Normal>This is a blue </Normal><Preprocessor>icon:tags[role="blue"]</Preprocessor><Normal> tag.</Normal><br/>
2094 <Normal></Normal><br/>
2095 <Normal>This is a big green </Normal><Preprocessor>icon:tags[role="green", size="2x"]</Preprocessor><Normal> tag.</Normal><br/>
2096 <Normal></Normal><br/>
2097 <Normal></Normal><br/>
2098 <Section Title>== Image</Section Title><br/>
2099 <Normal></Normal><br/>
2100 <Normal>An image</Normal><Preprocessor>image:logo-outline-color.svg[Logo,25]</Preprocessor><Normal>within some text.</Normal><br/>
2101 <Normal></Normal><br/>
2102 <Normal></Normal><br/>
2103 <Section Title>== Keyboard Shortcut</Section Title><br/>
2104 <Normal></Normal><br/>
2105 <Preprocessor>kbd:[Ctrl+M]</Preprocessor><br/>
2106 <Normal></Normal><br/>
2107 <Normal></Normal><br/>
2108 <Section Title>== Menu Selection</Section Title><br/>
2109 <Normal></Normal><br/>
2110 <Preprocessor>menu:File[Save]</Preprocessor><br/>
2111 <Normal></Normal><br/>
2112 <Preprocessor>menu:View[Zoom > 1:1]</Preprocessor><br/>
2113 <Normal></Normal><br/>
2114 <Normal></Normal><br/>
2115 <Section Title>== Pass</Section Title><br/>
2116 <Normal></Normal><br/>
2117 <Comment>// </Comment><Alert Level 2>TODO</Alert Level 2><Comment> Would be nice to highlight the text within the square brackets as passthrough.</Comment><br/>
2118 <Normal></Normal><br/>
2119 <Normal>Some </Normal><Preprocessor>pass:[<u>passthrough</u>]</Preprocessor><Normal> HTML.</Normal><br/>
2120 <Normal></Normal><br/>
2121 <Normal>Some </Normal><Preprocessor>pass:quotes[<u>passthrough with *quoted* text</u>]</Preprocessor><Normal> HTML.</Normal><br/>
2122 <Normal></Normal><br/>
2123 <Normal>Some </Normal><Preprocessor>pass:q[<u>passthrough with *quoted* text</u>]</Preprocessor><Normal> HTML.</Normal><br/>
2124 <Normal></Normal><br/>
2125 <Normal></Normal><br/>
2126 <Section Title>== Table of Contents</Section Title><br/>
2127 <Normal></Normal><br/>
2128 <Preprocessor>toc::[]</Preprocessor><br/>
2129 <Normal></Normal><br/>
2130 <Normal></Normal><br/>
2131 <Section Title>== UI Buttons</Section Title><br/>
2132 <Normal></Normal><br/>
2133 <Normal>Press the </Normal><Preprocessor>btn:[OK]</Preprocessor><Normal> button when you are finished.</Normal><br/>
2134 <Normal></Normal><br/>
2135 <Normal></Normal><br/>
2136 <Section Title>== Escaped</Section Title><br/>
2137 <Normal></Normal><br/>
2138 <Normal>This is no anchor \anchor:macro-anchor[Macro Anchor].</Normal><br/>
2139 <Normal></Normal><br/>
2140 <Normal>This is no button \btn:[Cancel].</Normal><br/>
2141 <Normal></Normal><br/>
2142 <Normal>This is no foonote\footnote:[A simple footnote.].</Normal><br/>
2143 <Normal></Normal><br/>
2144 <Normal>This is no foonote with id\footnoteref:[fn-1, A footnote reference.].</Normal><br/>
2145 <Normal></Normal><br/>
2146 <Normal>This is no image\image:logo-outline-color.svg[Tree, 25].</Normal><br/>
2147 <Normal></Normal><br/>
2148 <Normal>This is no icon \icon:tags[].</Normal><br/>
2149 <Normal></Normal><br/>
2150 <Normal>This is no keyboard shortcut \kbd:[Ctrl+M].</Normal><br/>
2151 <Normal></Normal><br/>
2152 <Normal>This is no menu \menu:File[Save].</Normal><br/>
2153 <Normal></Normal><br/>
2154 <Normal>This is no passthrough \pass:[<u>passthrough</u>].</Normal><br/>
2155 <Normal></Normal><br/>
2156 <Normal></Normal><br/>
2157 <Section Title>= Media</Section Title><br/>
2158 <Comment>// The name `imagesdir` is a bit misleading as audio and video use also this prefix.</Comment><br/>
2159 <Attribute>:imagesdir: </Attribute><Attribute Value>media</Attribute Value><br/>
2160 <Normal></Normal><br/>
2161 <Section Title>== Audio</Section Title><br/>
2162 <Normal></Normal><br/>
2163 <Preprocessor>audio::test.mp3[]</Preprocessor><br/>
2164 <Normal></Normal><br/>
2165 <Preprocessor>audio::test.mp3[options="loop"]</Preprocessor><br/>
2166 <Normal></Normal><br/>
2167 <Block Title>.Escaped</Block Title><br/>
2168 <Normal>\audio::test.mp3[]</Normal><br/>
2169 <Normal></Normal><br/>
2170 <Normal></Normal><br/>
2171 <Section Title>== Image</Section Title><br/>
2172 <Normal></Normal><br/>
2173 <Section Title>=== Block Format</Section Title><br/>
2174 <Normal></Normal><br/>
2175 <Block Title>.Test SVG</Block Title><br/>
2176 <Anchor>[#logo]</Anchor><br/>
2177 <Preprocessor>[link=https://github.com/asciidoctor/brand]</Preprocessor><br/>
2178 <Preprocessor>image::test.svg[Test, 100]</Preprocessor><br/>
2179 <Normal></Normal><br/>
2180 <Normal></Normal><br/>
2181 <Section Title>==== Not highlighted</Section Title><br/>
2182 <Normal></Normal><br/>
2183 <Block Title>.leading spaces, literal paragraph</Block Title><br/>
2184 <Verbatim> image::test.svg[Test, 100]</Verbatim><br/>
2185 <Normal></Normal><br/>
2186 <Block Title>.trailing characters</Block Title><br/>
2187 <Normal>image::test.svg[Test, 100] trailing</Normal><br/>
2188 <Normal></Normal><br/>
2189 <Normal></Normal><br/>
2190 <Section Title>==== Escaped</Section Title><br/>
2191 <Normal></Normal><br/>
2192 <Normal>\image::test.svg[Asciidoctor Logo, 100]</Normal><br/>
2193 <Normal></Normal><br/>
2194 <Normal></Normal><br/>
2195 <Section Title>=== Inline Format</Section Title><br/>
2196 <Normal></Normal><br/>
2197 <Normal>Within</Normal><Preprocessor>image:logo-outline-color.svg[Tree, 25]</Preprocessor><Normal>some text.</Normal><br/>
2198 <Normal></Normal><br/>
2199 <Preprocessor>NOTE:</Preprocessor><Normal> There is no space needed before </Normal><Monospaced>`image`</Monospaced><Normal> and none after the closing </Normal><Monospaced>`]`</Monospaced><Normal>.</Normal><br/>
2200 <Normal></Normal><br/>
2201 <Preprocessor>image:logo-outline-color.svg[Tree, 25]</Preprocessor><Normal> at line start.</Normal><br/>
2202 <Normal></Normal><br/>
2203 <Normal>At line end </Normal><Preprocessor>image:logo-outline-color.svg[Tree, 25]</Preprocessor><br/>
2204 <Normal></Normal><br/>
2205 <Normal>(</Normal><Preprocessor>image:logo-outline-color.svg[Tree, 25]</Preprocessor><Normal>) wrapped in non-space characters.</Normal><br/>
2206 <Normal></Normal><br/>
2207 <Normal></Normal><br/>
2208 <Section Title>==== Not highlighted</Section Title><br/>
2209 <Normal></Normal><br/>
2210 <Normal>image</Normal><br/>
2211 <Normal></Normal><br/>
2212 <Normal>image:</Normal><br/>
2213 <Normal></Normal><br/>
2214 <Normal>someimage:</Normal><br/>
2215 <Normal></Normal><br/>
2216 <Normal>some:image</Normal><br/>
2217 <Normal></Normal><br/>
2218 <Normal>some image:[]</Normal><br/>
2219 <Normal></Normal><br/>
2220 <Normal></Normal><br/>
2221 <Section Title>==== Escaped</Section Title><br/>
2222 <Normal></Normal><br/>
2223 <Normal>Within\image:logo-outline-color.svg[Tree, 25]some text.</Normal><br/>
2224 <Normal></Normal><br/>
2225 <Normal></Normal><br/>
2226 <Section Title>== Video</Section Title><br/>
2227 <Normal></Normal><br/>
2228 <Preprocessor>video::test.mp4[width=300]</Preprocessor><br/>
2229 <Normal></Normal><br/>
2230 <Preprocessor>video::test.mp4[width=200, options=loop]</Preprocessor><br/>
2231 <Normal></Normal><br/>
2232 <Block Title>.Escaped</Block Title><br/>
2233 <Normal>\video::test.mp4[]</Normal><br/>
2234 <Normal></Normal><br/>
2235 <Normal></Normal><br/>
2236 <Section Title>= Page break</Section Title><br/>
2237 <Normal></Normal><br/>
2238 <Section Title>== Rendered as page break</Section Title><br/>
2239 <Normal></Normal><br/>
2240 <Control><<<</Control><br/>
2241 <Normal></Normal><br/>
2242 <Normal></Normal><br/>
2243 <Section Title>== Not rendered as page break</Section Title><br/>
2244 <Normal></Normal><br/>
2245 <Block Title>.Not a page break as it is indented</Block Title><br/>
2246 <Verbatim> <<<</Verbatim><br/>
2247 <Normal></Normal><br/>
2248 <Block Title>.Not a page break as it has trailing non-space characters</Block Title><br/>
2249 <Normal><<< extra characters</Normal><br/>
2250 <Normal></Normal><br/>
2251 <Block Title>.Escaped</Block Title><br/>
2252 <Normal>\<<<</Normal><br/>
2253 <Normal></Normal><br/>
2254 <Normal></Normal><br/>
2255 <Section Title>= Preprocessor</Section Title><br/>
2256 <Normal></Normal><br/>
2257 <Section Title>== If Defined</Section Title><br/>
2258 <Normal></Normal><br/>
2259 <Attribute>:!attr-1:</Attribute><br/>
2260 <Preprocessor>ifdef::attr-1[]</Preprocessor><br/>
2261 <Normal>This line is </Normal><Emphasized>_not_</Emphasized><Normal> rendered as the attribute is not defined.</Normal><br/>
2262 <Preprocessor>endif::[]</Preprocessor><br/>
2263 <Normal></Normal><br/>
2264 <Attribute>:attr-1:</Attribute><br/>
2265 <Preprocessor>ifdef::attr-1[]</Preprocessor><br/>
2266 <Normal>This line </Normal><Emphasized>_is_</Emphasized><Normal> rendered as the attribute is now defined.</Normal><br/>
2267 <Preprocessor>endif::[]</Preprocessor><br/>
2268 <Normal></Normal><br/>
2269 <Block Title>.Short form avoiding </Block Title><Monospaced>`endif`</Monospaced><br/>
2270 <Preprocessor>ifdef::attr-1[The attribute `attr-1` is defined]</Preprocessor><br/>
2271 <Normal></Normal><br/>
2272 <Normal></Normal><br/>
2273 <Section Title>== If Not Defined</Section Title><br/>
2274 <Normal></Normal><br/>
2275 <Attribute>:!attr-1:</Attribute><br/>
2276 <Preprocessor>ifndef::some-attribute[]</Preprocessor><br/>
2277 <Normal>This line </Normal><Emphasized>_is_</Emphasized><Normal> rendered as it is inside a 'if-not-defined' statement and </Normal><Monospaced>`some-attribute`</Monospaced><Normal> is not defined.</Normal><br/>
2278 <Preprocessor>endif::some-attribute[]</Preprocessor><br/>
2279 <Normal></Normal><br/>
2280 <Block Title>.Short form avoiding </Block Title><Monospaced>`endif`</Monospaced><br/>
2281 <Preprocessor>ifndef::some-attribute[The attribute `attr-1` is _not_ defined]</Preprocessor><br/>
2282 <Normal></Normal><br/>
2283 <Normal></Normal><br/>
2284 <Section Title>== Any (or)</Section Title><br/>
2285 <Normal></Normal><br/>
2286 <Attribute>:!attr-1:</Attribute><br/>
2287 <Attribute>:!attr-2:</Attribute><br/>
2288 <Attribute>:attr-3:</Attribute><br/>
2289 <Preprocessor>ifdef::attr-1,attr-2,attr-3[]</Preprocessor><br/>
2290 <Normal>This line is rendered as at least one of the attributes is defined.</Normal><br/>
2291 <Preprocessor>endif::[]</Preprocessor><br/>
2292 <Normal></Normal><br/>
2293 <Attribute>:!attr-1:</Attribute><br/>
2294 <Attribute>:!attr-2:</Attribute><br/>
2295 <Attribute>:!attr-3:</Attribute><br/>
2296 <Preprocessor>ifdef::attr-1,attr-2,attr-3[]</Preprocessor><br/>
2297 <Normal>This line is not rendered as none of the attributes is defined.</Normal><br/>
2298 <Preprocessor>endif::[]</Preprocessor><br/>
2299 <Normal></Normal><br/>
2300 <Normal></Normal><br/>
2301 <Section Title>== None (nor)</Section Title><br/>
2302 <Normal></Normal><br/>
2303 <Attribute>:!attr-1:</Attribute><br/>
2304 <Attribute>:!attr-2:</Attribute><br/>
2305 <Attribute>:!attr-3:</Attribute><br/>
2306 <Preprocessor>ifndef::attr-1,attr-2,attr-3[]</Preprocessor><br/>
2307 <Normal>This line is rendered as none of the attributes is defined.</Normal><br/>
2308 <Preprocessor>endif::[]</Preprocessor><br/>
2309 <Normal></Normal><br/>
2310 <Attribute>:!attr-1:</Attribute><br/>
2311 <Attribute>:!attr-2:</Attribute><br/>
2312 <Attribute>:attr-3:</Attribute><br/>
2313 <Preprocessor>ifndef::attr-1,attr-2,attr-3[]</Preprocessor><br/>
2314 <Normal>This line is not rendered as at least one of the attributes is defined.</Normal><br/>
2315 <Preprocessor>endif::[]</Preprocessor><br/>
2316 <Normal></Normal><br/>
2317 <Normal></Normal><br/>
2318 <Section Title>== All (and)</Section Title><br/>
2319 <Normal></Normal><br/>
2320 <Attribute>:attr-1:</Attribute><br/>
2321 <Attribute>:attr-2:</Attribute><br/>
2322 <Attribute>:attr-3:</Attribute><br/>
2323 <Preprocessor>ifdef::attr-1+attr-2+attr-3[]</Preprocessor><br/>
2324 <Normal>This line is rendered as all the attributes are defined.</Normal><br/>
2325 <Preprocessor>endif::[]</Preprocessor><br/>
2326 <Normal></Normal><br/>
2327 <Attribute>:attr-1:</Attribute><br/>
2328 <Attribute>:attr-2:</Attribute><br/>
2329 <Attribute>:!attr-3:</Attribute><br/>
2330 <Preprocessor>ifndef::attr-1+attr-2+attr-3[]</Preprocessor><br/>
2331 <Normal>This line is not rendered as at least one of the attributes is not defined.</Normal><br/>
2332 <Preprocessor>endif::[]</Preprocessor><br/>
2333 <Normal></Normal><br/>
2334 <Normal></Normal><br/>
2335 <Section Title>== Not All (nand)</Section Title><br/>
2336 <Normal></Normal><br/>
2337 <Attribute>:attr-1:</Attribute><br/>
2338 <Attribute>:attr-2:</Attribute><br/>
2339 <Attribute>:!attr-3:</Attribute><br/>
2340 <Preprocessor>ifndef::attr-1+attr-2+attr-3[]</Preprocessor><br/>
2341 <Normal>This line is rendered as at least one of the attributes is defined.</Normal><br/>
2342 <Preprocessor>endif::[]</Preprocessor><br/>
2343 <Normal></Normal><br/>
2344 <Attribute>:attr-1:</Attribute><br/>
2345 <Attribute>:attr-2:</Attribute><br/>
2346 <Attribute>:attr-3:</Attribute><br/>
2347 <Preprocessor>ifndef::attr-1+attr-2+attr-3[]</Preprocessor><br/>
2348 <Normal>This line is not rendered as all the attributes are not defined.</Normal><br/>
2349 <Preprocessor>endif::[]</Preprocessor><br/>
2350 <Normal></Normal><br/>
2351 <Normal></Normal><br/>
2352 <Section Title>== If Eval</Section Title><br/>
2353 <Normal></Normal><br/>
2354 <Attribute>:two: </Attribute><Attribute Value>2</Attribute Value><br/>
2355 <Preprocessor>ifeval::[{two} > 1]</Preprocessor><br/>
2356 <Normal>This line is rendered as the expression evaluates to true.</Normal><br/>
2357 <Preprocessor>endif::[]</Preprocessor><br/>
2358 <Normal></Normal><br/>
2359 <Attribute>:not-true: </Attribute><Attribute Value>false</Attribute Value><br/>
2360 <Preprocessor>ifeval::[{not-true} == true]</Preprocessor><br/>
2361 <Normal>This line is not rendered as the expression evaluates to false.</Normal><br/>
2362 <Preprocessor>endif::[]</Preprocessor><br/>
2363 <Normal></Normal><br/>
2364 <Normal></Normal><br/>
2365 <Section Title>== Escaped</Section Title><br/>
2366 <Normal></Normal><br/>
2367 <Attribute>:!attr-1:</Attribute><br/>
2368 <Normal>\ifdef::attr-1[]</Normal><br/>
2369 <Normal>This line is rendered as the </Normal><Monospaced>`ifdef`</Monospaced><Normal>-statement is escaped.</Normal><br/>
2370 <Normal>\endif::[]</Normal><br/>
2371 <Normal></Normal><br/>
2372 <Attribute>:!attr-1:</Attribute><br/>
2373 <Normal>\ifndef::some-attribute[Only if the attribute is not defined]</Normal><br/>
2374 <Normal>This line is rendered as the </Normal><Monospaced>`ifndef`</Monospaced><Normal>-statement is escaped.</Normal><br/>
2375 <Normal>\endif::some-attribute[]</Normal><br/>
2376 <Normal></Normal><br/>
2377 <Attribute>:not-true: </Attribute><Attribute Value>false</Attribute Value><br/>
2378 <Normal>\ifeval::[</Normal><Attribute>{not-true}</Attribute><Normal> == true]</Normal><br/>
2379 <Normal>This line is rendered as the </Normal><Monospaced>`ifeval`</Monospaced><Normal>-statement is escaped.</Normal><br/>
2380 <Normal>\endif::[]</Normal><br/>
2381 <Normal></Normal><br/>
2382 <Normal></Normal><br/>
2383 <Section Title>= Quote and Verse</Section Title><br/>
2384 <Normal></Normal><br/>
2385 <Section Title>== Quote</Section Title><br/>
2386 <Normal></Normal><br/>
2387 <Block Title>.Contiguous block / paragraph</Block Title><br/>
2388 <Preprocessor>[quote, attribution, citation title and information]</Preprocessor><br/>
2389 <Anchor>[[quote-block-id]]</Anchor><br/>
2390 <Normal>Inside the </Normal><Strong>*contiguous block quote*</Strong><Normal>.</Normal><br/>
2391 <Normal>Last line of the quote block.</Normal><br/>
2392 <Normal></Normal><br/>
2393 <Normal>This line is not part of the contiguous block quote anymore.</Normal><br/>
2394 <Normal></Normal><br/>
2395 <Block Title>.Delimited with block name</Block Title><br/>
2396 <Preprocessor>[quote, attribution, citation title and information]</Preprocessor><br/>
2397 <Anchor>[[quote-block-id]]</Anchor><br/>
2398 <Delimiter>____</Delimiter><br/>
2399 <Normal>Inside the </Normal><Strong>*delimited block quote*</Strong><Normal>.</Normal><br/>
2400 <Normal></Normal><br/>
2401 <Normal>May contain emtpy lines.</Normal><br/>
2402 <Delimiter>____</Delimiter><br/>
2403 <Normal></Normal><br/>
2404 <Block Title>.Delimited without block name</Block Title><br/>
2405 <Anchor>[[quote-block-id]]</Anchor><br/>
2406 <Delimiter>____</Delimiter><br/>
2407 <Normal>Inside the </Normal><Strong>*delimited block quote*</Strong><Normal>.</Normal><br/>
2408 <Normal></Normal><br/>
2409 <Normal>May contain emtpy lines.</Normal><br/>
2410 <Delimiter>____</Delimiter><br/>
2411 <Normal></Normal><br/>
2412 <Block Title>.Using an open block</Block Title><br/>
2413 <Preprocessor>[quote]</Preprocessor><br/>
2414 <Anchor>[[quote-block-id]]</Anchor><br/>
2415 <Delimiter>--</Delimiter><br/>
2416 <Normal>Inside the </Normal><Strong>*open block quote*</Strong><Normal>.</Normal><br/>
2417 <Delimiter>--</Delimiter><br/>
2418 <Normal></Normal><br/>
2419 <Block Title>.Nested block quote</Block Title><br/>
2420 <Preprocessor>[quote, outer attribution, outer citation title and information]</Preprocessor><br/>
2421 <Anchor>[[quote-block-id]]</Anchor><br/>
2422 <Delimiter>____</Delimiter><br/>
2423 <Normal>First line of outer quote.</Normal><br/>
2424 <Preprocessor>[quote, inner attribution, inner citation title and information]</Preprocessor><br/>
2425 <Anchor>[[quote-block-id]]</Anchor><br/>
2426 <Delimiter>______</Delimiter><br/>
2427 <Normal>Inside the inner quote.</Normal><br/>
2428 <Delimiter>______</Delimiter><br/>
2429 <Normal>Last line of outer quote.</Normal><br/>
2430 <Delimiter>____</Delimiter><br/>
2431 <Normal></Normal><br/>
2432 <Comment>// Currently no specific highlighting supported.</Comment><br/>
2433 <Block Title>.Quoted paragraph</Block Title><br/>
2434 <Normal>"Inside the </Normal><Strong>*quoted paragraph*</Strong><Normal>.</Normal><br/>
2435 <Normal>As being a paragraph, no empty lines are supported."</Normal><br/>
2436 <Replacement>--</Replacement><Normal> attribution, citation title and information</Normal><br/>
2437 <Normal></Normal><br/>
2438 <Normal></Normal><br/>
2439 <Block Title>.Air quote</Block Title><br/>
2440 <Preprocessor>[,attribution, citation title and information]</Preprocessor><br/>
2441 <Delimiter>"" </Delimiter><br/>
2442 <Normal>Inside the </Normal><Strong>*air quote*</Strong><Normal>.</Normal><br/>
2443 <Normal></Normal><br/>
2444 <Normal>Supports empty lines.</Normal><br/>
2445 <Delimiter>""</Delimiter><br/>
2446 <Normal> </Normal><br/>
2447 <Comment>// Currently no specific highlighting supported.</Comment><br/>
2448 <Block Title>.Markdown style</Block Title><br/>
2449 <Normal>> Inside the </Normal><Strong>*markdown quote*</Strong><Normal>.</Normal><br/>
2450 <Normal>> </Normal><br/>
2451 <Normal>> May contain emtpy lines.</Normal><br/>
2452 <Normal>> </Normal><Replacement>--</Replacement><Normal> attribution, citation title and information</Normal><br/>
2453 <Normal></Normal><br/>
2454 <Comment>// Currently no specific highlighting supported.</Comment><br/>
2455 <Block Title>.Nested markdown style</Block Title><br/>
2456 <Normal>> Start of outer quote.</Normal><br/>
2457 <Normal>></Normal><br/>
2458 <Normal>> > Some inner quote.</Normal><br/>
2459 <Normal>></Normal><br/>
2460 <Normal>> * can use AsciiDoc </Normal><Replacement>...</Replacement><br/>
2461 <Normal>> * inside markdown block</Normal><br/>
2462 <Normal>></Normal><br/>
2463 <Normal>> > Another inner quote.</Normal><br/>
2464 <Normal>></Normal><br/>
2465 <Normal>> End of outer quote.</Normal><br/>
2466 <Normal></Normal><br/>
2467 <Normal></Normal><br/>
2468 <Section Title>== Verse</Section Title><br/>
2469 <Normal></Normal><br/>
2470 <Block Title>.Contiguous block / paragraph</Block Title><br/>
2471 <Preprocessor>[verse, attribution, citation title and information]</Preprocessor><br/>
2472 <Anchor>[[verse-block-id]]</Anchor><br/>
2473 <Normal>Inside the </Normal><Strong>*contiguous block verse*</Strong><Normal>.</Normal><br/>
2474 <Normal>Second line of the verse block.</Normal><br/>
2475 <Normal></Normal><br/>
2476 <Normal>This line is not part of the contiguous verse block anymore.</Normal><br/>
2477 <Normal></Normal><br/>
2478 <Block Title>.Delimited block with name</Block Title><br/>
2479 <Preprocessor>[verse, attribution, citation title and information]</Preprocessor><br/>
2480 <Anchor>[[verse-block-id]]</Anchor><br/>
2481 <Delimiter>____</Delimiter><br/>
2482 <Normal>Inside the </Normal><Strong>*delimited block verse*</Strong><Normal>.</Normal><br/>
2483 <Normal></Normal><br/>
2484 <Normal>Supports empty lines.</Normal><br/>
2485 <Delimiter>____</Delimiter><br/>
2486 <Normal></Normal><br/>
2487 <Block Title>.Delimited block without name</Block Title><br/>
2488 <Normal>This would be rendered as a quote block as the same delimiters are used.</Normal><br/>
2489 <Normal></Normal><br/>
2490 <Block Title>.Using an open block</Block Title><br/>
2491 <Preprocessor>[verse, attribution, citation title and information]</Preprocessor><br/>
2492 <Anchor>[[verse-block-id]]</Anchor><br/>
2493 <Delimiter>--</Delimiter><br/>
2494 <Normal>Inside the </Normal><Strong>*open block verse*</Strong><Normal>.</Normal><br/>
2495 <Delimiter>--</Delimiter><br/>
2496 <Normal></Normal><br/>
2497 <Normal></Normal><br/>
2498 <Section Title>= Replacement</Section Title><br/>
2499 <Normal></Normal><br/>
2500 <Preprocessor>TIP:</Preprocessor><Normal> See also the </Normal><Link>https://asciidoctor.org/docs/user-manual/#replacements[corresponding section]</Link><Normal> in the Asciidoctor manual.</Normal><br/>
2501 <Normal></Normal><br/>
2502 <Normal></Normal><br/>
2503 <Section Title>== Textual symbol replacements</Section Title><br/>
2504 <Normal></Normal><br/>
2505 <Delimiter>|===</Delimiter><br/>
2506 <Delimiter>|</Delimiter><Normal>Name </Normal><Delimiter>|</Delimiter><Normal>Syntax </Normal><Delimiter>|</Delimiter><Normal>Escaped</Normal><br/>
2507 <Normal></Normal><br/>
2508 <Delimiter>|</Delimiter><Normal>copyright </Normal><Delimiter>|</Delimiter><Replacement>(C)</Replacement><Normal> </Normal><Delimiter>|</Delimiter><Normal>\(C)</Normal><br/>
2509 <Delimiter>|</Delimiter><Normal>registered </Normal><Delimiter>|</Delimiter><Replacement>(R)</Replacement><Normal> </Normal><Delimiter>|</Delimiter><Normal>\(R)</Normal><br/>
2510 <Delimiter>|</Delimiter><Normal>trademark </Normal><Delimiter>|</Delimiter><Replacement>(TM)</Replacement><Normal> </Normal><Delimiter>|</Delimiter><Normal>\(TM)</Normal><br/>
2511 <Normal></Normal><br/>
2512 <Delimiter>|</Delimiter><Normal>apostrophe </Normal><Delimiter>|</Delimiter><Normal>KDE</Normal><Replacement>'</Replacement><Normal>s </Normal><Delimiter>|</Delimiter><Normal>KDE\'s</Normal><br/>
2513 <Delimiter>|</Delimiter><Normal>ellipses </Normal><Delimiter>|</Delimiter><Replacement>...</Replacement><Normal> </Normal><Delimiter>|</Delimiter><Normal>\... </Normal><Preprocessor>footnote:[Escaping has no effect]</Preprocessor><br/>
2514 <Delimiter>|</Delimiter><Normal>m dash </Normal><Delimiter>|</Delimiter><Replacement>--</Replacement><Normal> </Normal><Delimiter>|</Delimiter><Normal>\-- </Normal><Preprocessor>footnote:[Escaping yields another different dash]</Preprocessor><br/>
2515 <Normal></Normal><br/>
2516 <Delimiter>|</Delimiter><Normal>left single arrow </Normal><Delimiter>|</Delimiter><Replacement><-</Replacement><Normal> </Normal><Delimiter>|</Delimiter><Normal>\<-</Normal><br/>
2517 <Delimiter>|</Delimiter><Normal>right single arrow </Normal><Delimiter>|</Delimiter><Replacement>-></Replacement><Normal> </Normal><Delimiter>|</Delimiter><Normal>\-></Normal><br/>
2518 <Delimiter>|</Delimiter><Normal>left double arrow </Normal><Delimiter>|</Delimiter><Replacement><=</Replacement><Normal> </Normal><Delimiter>|</Delimiter><Normal>\<=</Normal><br/>
2519 <Delimiter>|</Delimiter><Normal>right double arrow </Normal><Delimiter>|</Delimiter><Replacement>=></Replacement><Normal> </Normal><Delimiter>|</Delimiter><Normal>\=></Normal><br/>
2520 <Delimiter>|===</Delimiter><br/>
2521 <Normal></Normal><br/>
2522 <Normal></Normal><br/>
2523 <Section Title>=== Not replaced</Section Title><br/>
2524 <Normal></Normal><br/>
2525 <Comment>// Single apostrophe must be surrounded by alphabetic characters.</Comment><br/>
2526 <List Marker>*</List Marker><Normal> a'</Normal><br/>
2527 <List Marker>*</List Marker><Normal> 'a</Normal><br/>
2528 <List Marker>*</List Marker><Normal> .'.</Normal><br/>
2529 <List Marker>*</List Marker><Normal> a'.</Normal><br/>
2530 <List Marker>*</List Marker><Normal> .'a</Normal><br/>
2531 <Normal></Normal><br/>
2532 <Normal></Normal><br/>
2533 <Section Title>== Numerical Character Reference</Section Title><br/>
2534 <Normal></Normal><br/>
2535 <Section Title>=== Decimal</Section Title><br/>
2536 <Normal></Normal><br/>
2537 <Replacement>&#0167;</Replacement><br/>
2538 <Normal></Normal><br/>
2539 <Marked>##before##</Marked><Replacement>&#0167;</Replacement><Marked>##after##</Marked><br/>
2540 <Normal></Normal><br/>
2541 <Replacement>&#167;</Replacement><br/>
2542 <Normal></Normal><br/>
2543 <Normal></Normal><br/>
2544 <Section Title>=== Hexadecimal</Section Title><br/>
2545 <Normal></Normal><br/>
2546 <Replacement>&#x00A7;</Replacement><br/>
2547 <Normal></Normal><br/>
2548 <Marked>##before##</Marked><Replacement>&#x00A7;</Replacement><Marked>##after##</Marked><br/>
2549 <Normal></Normal><br/>
2550 <Replacement>&#xA7;</Replacement><br/>
2551 <Normal></Normal><br/>
2552 <Normal></Normal><br/>
2553 <Section Title>=== Escaped</Section Title><br/>
2554 <Normal></Normal><br/>
2555 <Normal>\&#0167;</Normal><br/>
2556 <Normal>\&#167;</Normal><br/>
2557 <Normal>\&#x00A7;</Normal><br/>
2558 <Normal>\&#xA7;</Normal><br/>
2559 <Normal></Normal><br/>
2560 <Normal></Normal><br/>
2561 <Section Title>== HTML/XML Character Entity References</Section Title><br/>
2562 <Normal></Normal><br/>
2563 <Normal>See e.g. </Normal><Link>https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references[Wikipedia]</Link><Normal>.</Normal><br/>
2564 <Normal></Normal><br/>
2565 <Preprocessor>IMPORTANT:</Preprocessor><Normal> Highlighting of HTML/XML character entity references is </Normal><Emphasized>_not_</Emphasized><Normal> supported.</Normal><br/>
2566 <Normal>There are just too many of them.</Normal><br/>
2567 <Normal></Normal><br/>
2568 <Comment>// some examples</Comment><br/>
2569 <Delimiter>====</Delimiter><br/>
2570 <Normal>&ne;</Normal><br/>
2571 <Normal>&equiv;</Normal><br/>
2572 <Delimiter>====</Delimiter><br/>
2573 <Normal></Normal><br/>
2574 <Normal></Normal><br/>
2575 <Section Title>= Section L0</Section Title><br/>
2576 <Normal></Normal><br/>
2577 <Preprocessor>[abstract]</Preprocessor><br/>
2578 <Section Title>== Abstract</Section Title><br/>
2579 <Normal></Normal><br/>
2580 <Normal>This document is used for testing various aspects of syntax highlighting regarding sections.</Normal><br/>
2581 <Normal></Normal><br/>
2582 <Attribute>:title-attribute: </Attribute><Attribute Value>with attribute</Attribute Value><br/>
2583 <Normal></Normal><br/>
2584 <Section Title>== Section L1</Section Title><br/>
2585 <Normal></Normal><br/>
2586 <Section Title>=== Section L2</Section Title><br/>
2587 <Normal></Normal><br/>
2588 <Section Title>==== Section L3</Section Title><br/>
2589 <Normal></Normal><br/>
2590 <Section Title>===== Section L4</Section Title><br/>
2591 <Normal></Normal><br/>
2592 <Section Title>====== Section L5</Section Title><br/>
2593 <Normal></Normal><br/>
2594 <Normal>======= This is not a new section</Normal><br/>
2595 <Normal></Normal><br/>
2596 <Normal>The level would be too deep.</Normal><br/>
2597 <Normal>Only sections up to level 5 (having 6 leading </Normal><Monospaced>`=`</Monospaced><Normal>) are supported.</Normal><br/>
2598 <Normal></Normal><br/>
2599 <Normal></Normal><br/>
2600 <Section Title>#### Section L3</Section Title><br/>
2601 <Normal></Normal><br/>
2602 <Normal>Using Markdown section syntax works too.</Normal><br/>
2603 <Normal></Normal><br/>
2604 <Normal>=</Normal><Marked>#=#</Marked><Normal> This is not a section.</Normal><br/>
2605 <Normal>Use either </Normal><Monospaced>`=`</Monospaced><Normal> or </Normal><Monospaced>`#`</Monospaced><Normal>, but not mixed.</Normal><br/>
2606 <Normal></Normal><br/>
2607 <Normal></Normal><br/>
2608 <Section Title>===== </Section Title><Anchor>[[id-1]]</Anchor><Section Title> </Section Title><Anchor>[[id-2]]</Anchor><Section Title> Section L4</Section Title><br/>
2609 <Normal></Normal><br/>
2610 <Normal>This section has leading additional achors.</Normal><br/>
2611 <Normal></Normal><br/>
2612 <Normal></Normal><br/>
2613 <Section Title>==== Section L3 </Section Title><Anchor>[[id-1]][[id-2]]</Anchor><br/>
2614 <Normal></Normal><br/>
2615 <Normal>This section has trailing additional anchors.</Normal><br/>
2616 <Normal></Normal><br/>
2617 <Normal></Normal><br/>
2618 <Section Title>==== </Section Title><Anchor>[[id-1]][[id-2]]</Anchor><Section Title>Section L3</Section Title><Anchor>[[id-3]][[id-4]]</Anchor><br/>
2619 <Normal></Normal><br/>
2620 <Normal>This section has both leading and trailing additional anchors.</Normal><br/>
2621 <Normal></Normal><br/>
2622 <Normal></Normal><br/>
2623 <Section Title>==== Section L3 </Section Title><Attribute>{title-attribute}</Attribute><Section Title> in Title</Section Title><br/>
2624 <Normal></Normal><br/>
2625 <Block Title>.Title </Block Title><Attribute>{title-attribute}</Attribute><br/>
2626 <Normal>This section has an attribute in its title.</Normal><br/>
2627 <Normal></Normal><br/>
2628 <Normal></Normal><br/>
2629 <Preprocessor>[discrete]</Preprocessor><br/>
2630 <Section Title>== Discrete Section</Section Title><br/>
2631 <Normal></Normal><br/>
2632 <Normal>This section will not be shown in the table of contents.</Normal><br/>
2633 <Normal></Normal><br/>
2634 <Comment>////</Comment><br/>
2635 <Comment>== Section with _emphasized_ text</Comment><br/>
2636 <Comment></Comment><br/>
2637 <Comment>=== Section with escaped \_emphasized_ text</Comment><br/>
2638 <Comment>////</Comment><br/>
2639 <Normal></Normal><br/>
2640 <Normal></Normal><br/>
2641 <Section Title>== Section with </Section Title><Marked>#marked#</Marked><Section Title> text</Section Title><br/>
2642 <Normal></Normal><br/>
2643 <Section Title>=== Section with escaped \</Section Title><Normal>#</Normal><Section Title>marked# text</Section Title><br/>
2644 <Normal></Normal><br/>
2645 <Normal></Normal><br/>
2646 <Section Title>== Section with </Section Title><Monospaced>`monospaced`</Monospaced><Section Title> text</Section Title><br/>
2647 <Normal></Normal><br/>
2648 <Section Title>=== Section with escaped \</Section Title><Normal>`</Normal><Section Title>monospaced` text</Section Title><br/>
2649 <Normal></Normal><br/>
2650 <Comment>////</Comment><br/>
2651 <Comment>== Section with *strong* text</Comment><br/>
2652 <Comment></Comment><br/>
2653 <Comment>=== Section with escaped \*strong* text</Comment><br/>
2654 <Comment>////</Comment><br/>
2655 <Normal></Normal><br/>
2656 <Normal></Normal><br/>
2657 <Section Title>= Another Section at Level 0</Section Title><br/>
2658 <Normal></Normal><br/>
2659 <Normal>Some text in the second level 0 section.</Normal><br/>
2660 <Normal></Normal><br/>
2661 <Section Title>== Section 2.1</Section Title><br/>
2662 <Normal></Normal><br/>
2663 <Normal>Some text.</Normal><br/>
2664 <Normal></Normal><br/>
2665 <Normal></Normal><br/>
2666 <Section Title>= Table</Section Title><br/>
2667 <Normal></Normal><br/>
2668 <Section Title>== Default Separator</Section Title><br/>
2669 <Normal></Normal><br/>
2670 <Block Title>.PSV</Block Title><br/>
2671 <Comment>// some comment</Comment><br/>
2672 <Anchor>[[table-1]]</Anchor><br/>
2673 <Preprocessor>[.some-role]</Preprocessor><br/>
2674 <Anchor>[#table-shorthand]</Anchor><br/>
2675 <Comment>// some comment</Comment><br/>
2676 <Delimiter>|===</Delimiter><br/>
2677 <Comment>// some comment</Comment><br/>
2678 <Delimiter>|</Delimiter><Normal> header col 1           </Normal><Delimiter>|</Delimiter><Normal>      header col 2   </Normal><Delimiter>|</Delimiter><Normal> header col 3</Normal><br/>
2679 <Comment>// some comment</Comment><br/>
2680 <Normal></Normal><br/>
2681 <Comment>// with escaped cell separator</Comment><br/>
2682 <Delimiter>|</Delimiter><Normal> row 1 \| col 1 </Normal><Delimiter>|</Delimiter><Normal> row 1 col 2 </Normal><Delimiter>|</Delimiter><Normal> row 1 col 3</Normal><br/>
2683 <Comment>// no spaces needed around `|`</Comment><br/>
2684 <Delimiter>|</Delimiter><Normal> </Normal><Strong>*row*</Strong><Normal> 2 col 1</Normal><Delimiter>|</Delimiter><Normal>row 2 col 2</Normal><Delimiter>|</Delimiter><Normal>row 2 col 3</Normal><br/>
2685 <Normal></Normal><br/>
2686 <Delimiter>|</Delimiter><Normal>row 3 col 1</Normal><br/>
2687 <Comment>// using attribute</Comment><br/>
2688 <Delimiter>|</Delimiter><Normal> row 3 col 2 </Normal><Attribute>{vbar}</Attribute><br/>
2689 <Delimiter>|</Delimiter><Normal>ro3 3 col 3</Normal><br/>
2690 <Normal></Normal><br/>
2691 <Delimiter>|</Delimiter><Normal> row 4 col 1 </Normal><Delimiter>a|</Delimiter><Normal>some AsciiDoc in col 2 row 4</Normal><br/>
2692 <Normal></Normal><br/>
2693 <List Marker>*</List Marker><Normal> item 1</Normal><br/>
2694 <List Marker>*</List Marker><Normal> item 2</Normal><br/>
2695 <Delimiter>|</Delimiter><Normal>row 4 col 3</Normal><br/>
2696 <Normal></Normal><br/>
2697 <Delimiter>2*|</Delimiter><Normal> row 5 has same contents in first 2 columns</Normal><br/>
2698 <Delimiter>|</Delimiter><Normal>row 5 col 3</Normal><br/>
2699 <Normal></Normal><br/>
2700 <Delimiter>|</Delimiter><Normal>row 6 col 1 </Normal><Delimiter>2+|</Delimiter><Normal> span row 6 in col 2 and 3</Normal><br/>
2701 <Normal></Normal><br/>
2702 <Delimiter>.2+|</Delimiter><Normal>span col 1 in row 6 and 7</Normal><Delimiter>|</Delimiter><Normal>row 6 col 2</Normal><Delimiter>|</Delimiter><Normal>row 6 col 3</Normal><br/>
2703 <Delimiter>|</Delimiter><Normal>row 7 col 2</Normal><Delimiter>|</Delimiter><Normal>row 7 col 3</Normal><br/>
2704 <Normal></Normal><br/>
2705 <Delimiter>2.2+^.^|</Delimiter><Normal>span col 1 and 2 in row 8 and 9</Normal><Delimiter>|</Delimiter><Normal>row 8 col 3</Normal><br/>
2706 <Delimiter>|</Delimiter><Normal>row 9 col 3</Normal><br/>
2707 <Normal></Normal><br/>
2708 <Delimiter>e|</Delimiter><Normal>row 10 col 1 is emphasized (italic)</Normal><br/>
2709 <Delimiter>s|</Delimiter><Normal>row 10 col 2 is strong (bold)</Normal><br/>
2710 <Delimiter>m|</Delimiter><Normal>row 10 col 3 is monospaced</Normal><br/>
2711 <Delimiter>|===</Delimiter><br/>
2712 <Normal></Normal><br/>
2713 <Normal></Normal><br/>
2714 <Section Title>== Custom Separator</Section Title><br/>
2715 <Normal></Normal><br/>
2716 <Preprocessor>IMPORTANT:</Preprocessor><Normal> Highlighting of tables with custom separator is not supported.</Normal><br/>
2717 <Normal>All </Normal><Monospaced>`|`</Monospaced><Normal> inside the table will be falsly highlighted.</Normal><br/>
2718 <Normal></Normal><br/>
2719 <Preprocessor>[separator=!]</Preprocessor><br/>
2720 <Delimiter>|===</Delimiter><br/>
2721 <Comment>// the `|` in the line below should not be highlighted.</Comment><br/>
2722 <Normal>!row 1 </Normal><Delimiter>|</Delimiter><Normal> col 1 !row 1 col 2</Normal><br/>
2723 <Normal>s!row 2 col 1 !row 2 col 2</Normal><br/>
2724 <Delimiter>|===</Delimiter><br/>
2725 <Normal></Normal><br/>
2726 <Preprocessor>[separator=a]</Preprocessor><br/>
2727 <Delimiter>|===</Delimiter><br/>
2728 <Normal>arow 1 col 1 arow 1 col 2</Normal><br/>
2729 <Normal>sarow 2 col 1 arow 2 col 2</Normal><br/>
2730 <Delimiter>|===</Delimiter><br/>
2731 <Normal></Normal><br/>
2732 <Normal></Normal><br/>
2733 <Section Title>== Delimiter-Separated Values</Section Title><br/>
2734 <Normal></Normal><br/>
2735 <Preprocessor>IMPORTANT:</Preprocessor><Normal> Highlighting for tables with delimiter-separated values is not supported.</Normal><br/>
2736 <Normal>All </Normal><Monospaced>`|`</Monospaced><Normal> inside the table will be falsly highlighted.</Normal><br/>
2737 <Normal></Normal><br/>
2738 <Preprocessor>[format=csv]</Preprocessor><br/>
2739 <Delimiter>|===</Delimiter><br/>
2740 <Normal>Col 1 ,Col 2 ,Col 3</Normal><br/>
2741 <Normal></Normal><br/>
2742 <Comment>// the `|` in the line below should not be highlighted.</Comment><br/>
2743 <Normal>row 1 </Normal><Delimiter>|</Delimiter><Normal> col 1 ,row 1 col 2 ,row 1 col 3</Normal><br/>
2744 <Normal>row 2 col 2,row 2 col 2,row 2 col 3</Normal><br/>
2745 <Normal></Normal><br/>
2746 <Normal>row 3 col 3 ,  "row ""3"",    col 2" , row 3 col 3</Normal><br/>
2747 <Delimiter>|===</Delimiter><br/>
2748 <Normal></Normal><br/>
2749 <Normal></Normal><br/>
2750 <Section Title>=== Shorthand Notation for Data Tables</Section Title><br/>
2751 <Normal></Normal><br/>
2752 <Block Title>.CSV</Block Title><br/>
2753 <Normal>,===</Normal><br/>
2754 <Normal>Col 1 ,Col 2 ,Col 3</Normal><br/>
2755 <Normal></Normal><br/>
2756 <Normal>row 1 col 1 ,row 1 col 2 ,row 1 col 3</Normal><br/>
2757 <Normal>row 2 col 2,row 2 col 2,row 2 col 3</Normal><br/>
2758 <Normal></Normal><br/>
2759 <Normal>row 3 col 3 ,  "row ""3"",    col 2" , row 3 col 3</Normal><br/>
2760 <Normal>,===</Normal><br/>
2761 <Normal></Normal><br/>
2762 <Block Title>.DSV</Block Title><br/>
2763 <Normal>:===</Normal><br/>
2764 <Normal>Col 1 :Col 2 :Col 3</Normal><br/>
2765 <Normal></Normal><br/>
2766 <Normal>row 1 col 1 :row 1 col 2 :row 1 col 3</Normal><br/>
2767 <Normal>row 2 col 2:row 2 col 2:row 2 col 3</Normal><br/>
2768 <Normal>row 3 col 3 :  row 3 col 2 : row 3 col 3</Normal><br/>
2769 <Normal>:===</Normal><br/>
2770 <Normal></Normal><br/>
2771 <Normal></Normal><br/>