How to display one author per line in listing #5838
Unanswered
netw0rkf10w
asked this question in
Q&A
Replies: 2 comments
-
Could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? Thanks. You can share a Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four ````qmd
---
title: "Reproducible Quarto Document"
format: html
---
This is a reproducible Quarto document using `format: html`.
It is written in Markdown and contains embedded R code.
When you run the code, it will produce a plot.
```{r}
plot(cars)
```
The end.
```` |
Beta Was this translation helpful? Give feedback.
0 replies
-
See https://quarto.org/docs/journals/authors.html.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'm using Quarto's
default
listing and found that the display of the authors is pretty ugly:Is it possible to display one author per line and without the comma?
Thank you in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions