aboutsummaryrefslogtreecommitdiff
path: root/testdata/test.exp.html
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/test.exp.html')
-rw-r--r--testdata/test.exp.html46
1 files changed, 41 insertions, 5 deletions
diff --git a/testdata/test.exp.html b/testdata/test.exp.html
index 90be8e2..dd1e453 100644
--- a/testdata/test.exp.html
+++ b/testdata/test.exp.html
@@ -481,8 +481,14 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
<li><a href="#title">11.1. Title</a></li>
</ul>
</li>
-<li><a href="#block_listing">12. Block listing</a></li>
-<li><a href="#block_literal">13. Block literal</a></li>
+<li><a href="#listing_blocks">12. Listing Blocks</a></li>
+<li><a href="#literal_blocks">13. Literal Blocks</a>
+<ul class="sectlevel2">
+<li><a href="#indent_method">13.1. Indent method</a></li>
+<li><a href="#literal_style_sintax">13.2. Literal style sintax</a></li>
+<li><a href="#delimited_literal_block">13.3. Delimited literal block</a></li>
+</ul>
+</li>
<li><a href="#ordered_lists">14. Ordered Lists</a></li>
<li><a href="#unordered_lists">15. Unordered Lists</a>
<ul class="sectlevel2">
@@ -897,7 +903,7 @@ paragraph*</em>.</p>
</div>
</div>
<div class="sect1">
-<h2 id="block_listing"><a class="anchor" href="#block_listing"></a><a class="link" href="#block_listing">12. Block listing</a></h2>
+<h2 id="listing_blocks"><a class="anchor" href="#listing_blocks"></a><a class="link" href="#listing_blocks">12. Listing Blocks</a></h2>
<div class="sectionbody">
<div class="listingblock">
<div class="content">
@@ -916,8 +922,10 @@ This is not listing.</p>
</div>
</div>
<div class="sect1">
-<h2 id="block_literal"><a class="anchor" href="#block_literal"></a><a class="link" href="#block_literal">13. Block literal</a></h2>
+<h2 id="literal_blocks"><a class="anchor" href="#literal_blocks"></a><a class="link" href="#literal_blocks">13. Literal Blocks</a></h2>
<div class="sectionbody">
+<div class="sect2">
+<h3 id="indent_method"><a class="anchor" href="#indent_method"></a><a class="link" href="#indent_method">13.1. Indent method</a></h3>
<div class="literalblock">
<div class="content">
<pre> A literal paragraph followed by non-space line:
@@ -926,6 +934,30 @@ non-space line.</pre>
</div>
<div class="literalblock">
<div class="content">
+<pre>Literal with tab.
+ Literal with tab.
+Literal with tab.</pre>
+</div>
+</div>
+<div class="literalblock">
+<div class="content">
+<pre>Literal with two spaces.
+ Literal with two spaces.
+Literal with two tab.</pre>
+</div>
+</div>
+<div class="literalblock">
+<div class="content">
+<pre> Literal with mixed tab and spaces (two spaces).
+Literal with mixed tab and spaces (a tab).
+ Literal with mixed tab and spaces (two spaces and a tab).</pre>
+</div>
+</div>
+</div>
+<div class="sect2">
+<h3 id="literal_style_sintax"><a class="anchor" href="#literal_style_sintax"></a><a class="link" href="#literal_style_sintax">13.2. Literal style sintax</a></h3>
+<div class="literalblock">
+<div class="content">
<pre>A literal named.</pre>
</div>
</div>
@@ -933,9 +965,13 @@ non-space line.</pre>
<p>[literal] x
A literal named and trailing characters will become paragraph.</p>
</div>
+</div>
+<div class="sect2">
+<h3 id="delimited_literal_block"><a class="anchor" href="#delimited_literal_block"></a><a class="link" href="#delimited_literal_block">13.3. Delimited literal block</a></h3>
<div class="literalblock">
<div class="content">
-<pre>With 4 dots.</pre>
+<pre>With .... block.</pre>
+</div>
</div>
</div>
</div>