diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-11-16 01:05:52 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-11-16 01:05:52 +0700 |
| commit | 43dfd5e2dc5c2c08668659534e0fe2e6b678526f (patch) | |
| tree | 88199e897d72bb766767ecf9ed0e291e82754182 /testdata/got.test.html | |
| parent | 4a96e9e82173f4c4e369fb71050f931575317c86 (diff) | |
| download | asciidoctor-go-43dfd5e2dc5c2c08668659534e0fe2e6b678526f.tar.xz | |
all: support section "[discrete]" headings style
Diffstat (limited to 'testdata/got.test.html')
| -rw-r--r-- | testdata/got.test.html | 33 |
1 files changed, 31 insertions, 2 deletions
diff --git a/testdata/got.test.html b/testdata/got.test.html index 6eba199..fffb3a5 100644 --- a/testdata/got.test.html +++ b/testdata/got.test.html @@ -114,6 +114,11 @@ <li><a href="#_block_passthrough">33.1. Block passthrough</a></li> </ul> </li> +<li><a href="#_section_discrete">34. Section Discrete</a> +<ul class="sectlevel2"> +<li><a href="#_after_discrete">34.1. After discrete</a></li> +</ul> +</li> </ul> </div> @@ -1297,7 +1302,7 @@ Hard drive <p><a href="https://asciidoctor.org" class="bare">https://asciidoctor.org</a>.</p> </div> <div class="paragraph"> -<p><a href="https://asciidoctor.org" class="a b" target="_blank" rel="noopener">Asciidoctor</a>.</p> +<p><a href="https://asciidoctor.org" class="b a" target="_blank" rel="noopener">Asciidoctor</a>.</p> </div> <div class="paragraph"> <p><a href="https://kilabit.info" target="_blank" rel="noopener">Kilabit</a>.</p> @@ -1960,6 +1965,30 @@ and then moves on.</pre> <video poster="images/movie-reel.png"> <source src="videos/writing-zen.webm" type="video/webm"> </video> +</div> +</div> +</div> +<div class="sect1"> +<h2 id="_section_discrete"><a class="anchor" href="#_section_discrete"></a><a class="link" href="#_section_discrete">34. Section Discrete</a></h2> +<div class="sectionbody"> +<h3 id="_discrete" class="discrete">Discrete</h3> +<div class="paragraph"> +<p>This is content of discrete section.</p> +</div> +<div class="sect2"> +<h3 id="_after_discrete"><a class="anchor" href="#_after_discrete"></a><a class="link" href="#_after_discrete">34.1. After discrete</a></h3> +<div class="sidebarblock"> +<div class="content"> +<div class="paragraph"> +<p>Discrete headings are useful for making headings inside of other blocks, like +this sidebar.</p> +</div> +<h2 id="_discrete_heading" class="discrete">Discrete Heading</h2> +<div class="paragraph"> +<p>Discrete headings can be used where sections are not permitted.</p> +</div> +</div> +</div> <div class="paragraph"> <p>END OF THE TEST.</p> </div> @@ -1970,7 +1999,7 @@ and then moves on.</pre> <div id="footer"> <div id="footer-text"> 1.1.1<br> -Last updated 2020-11-15 23:36:27 +0700 +Last updated 2020-11-16 01:04:36 +0700 </div> </div> </body> |
