diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-11-15 21:56:26 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-11-15 21:56:26 +0700 |
| commit | 15ab7206637585c64f3ad4eb6e2651ff3fbacd34 (patch) | |
| tree | 1d9c2bd82bfb9272c37d0ebf8acfce663a5e9f4d /testdata/test.adoc | |
| parent | 0d1a3e64358262587c28097c56d7248ed2abe329 (diff) | |
| download | asciidoctor-go-15ab7206637585c64f3ad4eb6e2651ff3fbacd34.tar.xz | |
all: add support for multiple authors with email
Diffstat (limited to 'testdata/test.adoc')
| -rw-r--r-- | testdata/test.adoc | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/testdata/test.adoc b/testdata/test.adoc index 9a1e42a..7cdaf77 100644 --- a/testdata/test.adoc +++ b/testdata/test.adoc @@ -1,6 +1,6 @@ = _Example `Document` **title**_ :metadata key: value -Author A, Author B +Author A <a@a.com>; Author mid_dle B <b@b.com> :unclosed metadata: v1.1.1, 18 July 2020 :sectnums: @@ -24,6 +24,14 @@ a :indented-meta: +== Author and emails + +* First author: {author} {firstname} {middlename} {lastname} {email} + {authorinitials} +* First author: {author_1} {firstname_1} {middlename_1} {lastname_1} {email_1} + {authorinitials_1} +* Second author: {author_2} {firstname_2} {middlename_2} {lastname_2} + {email_2} {authorinitials_2} == _Inline `formatting` on **section**_ |
