diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-12-09 14:15:27 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-12-09 14:15:27 +0700 |
| commit | 6ce7e96fac3e05e8e823f6001e030d8e5108aed0 (patch) | |
| tree | 424392888804a5a01b0e843989b23bc53ffbb5db /testdata/test.adoc | |
| parent | 8f50b1676835ecf4d7d43196e95c05abe98c3ac7 (diff) | |
| download | asciidoctor-go-6ce7e96fac3e05e8e823f6001e030d8e5108aed0.tar.xz | |
all: fix parsing description list with link
Previously, the following description label will not work,
https://somewhere[A]:: B
This changes fix this issue.
Diffstat (limited to 'testdata/test.adoc')
| -rw-r--r-- | testdata/test.adoc | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/testdata/test.adoc b/testdata/test.adoc index 2e78ee7..1a841df 100644 --- a/testdata/test.adoc +++ b/testdata/test.adoc @@ -480,24 +480,24 @@ toc::[] `CPU`:: The brain of the computer. Hard drive:: Permanent storage for operating system and/or user files. -=== With [horizontal] +With `[horizontal]` style, [horizontal] CPU:: The brain of the computer. Hard drive:: Permanent storage for operating system and/or user files. -=== With title +With title, .A title CPU:: The brain of the computer. Hard drive:: Permanent storage for operating system and/or user files. -=== Indented with space +Indented with space CPU:: The brain of the computer. Hard drive:: Permanent storage for operating system and/or user files. -=== With "+" +With continuation "+", CPU:: + @@ -507,7 +507,7 @@ Permanent storage for operating system and/or + user files. -=== Mixed with list +Mixed with list, Dairy:: * Milk @@ -517,7 +517,7 @@ Bakery:: Produce:: * Bananas -=== Spread +Spread, Dairy:: @@ -532,7 +532,7 @@ Produce:: * Bananas -=== Mixed with ordered and unordered list +Mixed with ordered and unordered list, Operating Systems:: Linux::: @@ -553,6 +553,11 @@ Cloud Providers:: . Amazon EC2 . Rackspace +With link on label, + +https://pkg.go.dev/git.sr.ht/~shulhan/asciidoctor-go[asciidoctor-go]:: + Native asciidoc markup language for Go. + == Question and Answers |
