Can you remove tabl-caps fully? #7663
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 18 replies
-
I am sorry but I don't understand at all what you are saying, what you want to get and from what. Note that sharing a small self-contained "working" (reproducible) example to work with increase ten-fold the likelihood of you getting an answer that is not this one, 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.
-
Answer to the questionAll this being said:
Now a reproducible example you can actually use and that we've asked from you that I had to make myself (nothing "techie" here, especially if you intend to use Quarto): |
Beta Was this translation helpful? Give feedback.
Answer to the question
All this being said:
Table <number>: <caption>
, do not make it a cross-reference object (see https://quarto.org/docs/authoring/cross-references.html#tables), i.e., using#| label: tbl-
means "I want to haveTable <number>: <caption>
.Now a reproducible example you can actually use and that we've asked from you that I had to make myself (nothing "techie" here, especially if you intend to use Quarto):