summaryrefslogtreecommitdiff
path: root/test/fixtures/sample.adoc
blob: d02e64ff4ee4f2fe783354e54831dfe0fbf56934 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Document Title
==============
Doc Writer <thedoc@asciidoctor.org>
:idprefix: id_

Preamble paragraph.

NOTE: This is test, only a test.

== Section A

*Section A* paragraph.

=== Section A Subsection

*Section A* 'subsection' paragraph.

== Section B

*Section B* paragraph.

|===
|a |b |c
|1 |2 |3
|===

.Section B list
* Item 1
* Item 2
* Item 3