You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please include a minimal, fully reproducible example in a single .qmd file? Please provide the whole file rather than the snippet you believe is causing the issue.
Please format your issue so it is easier for us to read the bug report.
Please document the RStudio IDE version you're running (if applicable), by providing the value displayed in the "About RStudio" main menu dialog?
Please document the operating system you're running. If on Linux, please provide the specific distribution.
Please provide the output of quarto check so we know which version of quarto and its dependencies you're running.
The text was updated successfully, but these errors were encountered:
I can recreate this using Quarto version 1.6.40. Using the examples from the Quarto docs with the extended author name schema renders author names as [object Object].
Bug description
When using the extended author name schema, authors’ names get rendered as [object Object] on listing pages.
I’ve set up an example (https://github.com/JoFrhwld/quarto-name) using the default quarto blog template in RStudio, but adjusting the authors names like so
and
Both posts appear with “[object Object]” as the author name on the listing page.
Quarto & RStudio Versions
I’ve only run this reproducible example on RStudio Workbench with Quarto v1.0.36.
But you can see a live example here, which was built with Quarto v1.3.264
Checklist
quarto check
so we know which version of quarto and its dependencies you're running.The text was updated successfully, but these errors were encountered: