Skip to content
Discussion options

You must be logged in to vote

Answer to the question

All this being said:

  1. there is no "tab subcap" in your screenshots or in your code.
  2. If you do not want your table to have 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 have Table <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):

Quarto document HTML
---
title: "Issue"
format:
  html:
    embed-resources: true
---

```{r}
#| label: sov-carbon-technical
#| tbl-cap: "Sovereign Carbon Field Techni…

Replies: 2 comments 18 replies

Comment options

You must be logged in to vote
18 replies
@IceManTBM3

This comment was marked as off-topic.

@mcanouil

This comment was marked as off-topic.

@IceManTBM3

This comment was marked as off-topic.

@mcanouil

This comment was marked as off-topic.

@IceManTBM3

This comment was marked as off-topic.

Comment options

You must be logged in to vote
0 replies
Answer selected by IceManTBM3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
crossref tables Issues with Tables including the gt integration
3 participants