-
In my yaml I have
The output is this (in spanish):
I want only the citation to appear without the rest of the text (without Cómo citar, por favor cita este trabajo como:). |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Could you share a small "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.
-
Unfortunately and after checking, it isn't currently possible to modify this from the user side. See Quarto document code example.---
title: "Quarto Playground"
format: html
citation: true
appendix-cite-as: display
---
This is a playground for Quarto. |
Beta Was this translation helpful? Give feedback.
As pointed out by @dragonstyle you can use css to target the section and hide it.
To note, the id html value depends on the lang.