diff options
| author | Shulhan <ms@kilabit.info> | 2020-12-20 01:54:30 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2020-12-20 01:54:30 +0700 |
| commit | 6a02d60ead50ac0d42d4a2469e338091fc476a1a (patch) | |
| tree | b0a859e2dcdffe40465c8fea5bac63ddbdaadd18 /testdata/test.adoc | |
| parent | 3425f3a455bb73e15944446e9caef03a1fd15368 (diff) | |
| download | asciidoctor-go-6a02d60ead50ac0d42d4a2469e338091fc476a1a.tar.xz | |
all: fix list description item than span on multiple lines
Diffstat (limited to 'testdata/test.adoc')
| -rw-r--r-- | testdata/test.adoc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/testdata/test.adoc b/testdata/test.adoc index b8cd4e4..dc9262e 100644 --- a/testdata/test.adoc +++ b/testdata/test.adoc @@ -477,7 +477,10 @@ This line separated by comment. == Description list toc::[] -`CPU`:: The brain of the computer. +`CPU`:: The brain +of +the +computer. Hard drive:: Permanent storage for operating system and/or user files. With `[horizontal]` style, |
