asciidoctor / asciidoctor-reveal.js

:crystal_ball: A reveal.js converter for Asciidoctor and Asciidoctor.js. Write your slides in AsciiDoc!
http://asciidoctor.org
Other
287 stars 189 forks source link

Multiple authors not taken into consideration in revealjs output. #495

Closed barthel closed 1 year ago

barthel commented 1 year ago

This behavior was reported with #122 several years ago and was actually fixed.

Unfortunately, I had to find out that the treatment of multiple authors currently (again) does not work.

I followed this guide and tried the example: https://docs.asciidoctor.org/asciidoc/latest/document/multiple-authors/

The content of slides_author.adoc looks like:

= The Intrepid Chronicles
Kismet R. Lee <kismet@asciidoctor.org>; B. Steppenwolf; Pax Draeke <pax@asciidoctor.org>

Generating the HTML with the following command and copy the reveal.js resources into /documents/slides:

> docker run --rm -v ${PWD}:/documents asciidoctor/docker-asciidoctor:1.41.0 asciidoctor-revealjs -D /documents/slides/ /documents/src/slides/slides_author.adoc

Only the first author is displayed and also without email: Screenshot 2023-03-30 at 07-14-19 The Intrepid Chronicles

revea.js version: 3.9.2

> docker run --rm -v ${PWD}:/documents asciidoctor/docker-asciidoctor:1.41.0 asciidoctor-revealjs -V
Asciidoctor reveal.js 4.1.0 using Asciidoctor 2.0.18 [https://asciidoctor.org]
Runtime Environment (ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e) [x86_64-linux-musl]) (lc:UTF-8 fs:UTF-8 in:UTF-8 ex:UTF-8)
refaelsh commented 1 year ago

I am experiencing the same issue.

ggrossetie commented 1 year ago

It was fixed in https://github.com/asciidoctor/asciidoctor-reveal.js/releases/tag/v5.0.0-rc.1