Skip to content
Discussion options

You must be logged in to vote

Nested fences is the answer.

It appears that I have solved this problem as follows.

---
title: Example
format: html
---

This is a paragraph. 

::::: {#tbl-example}

:::: {.transcript caption="The full text of \"A special example\" [@noauthor_example_2002, 7]."}

This is a paragraph. This sentence has a [key word]{importance="high"}. This sentence has [another key word]{importance="medium"}. 

This paragraph has no notations. 

::::

:::::

In this paragraph, I refer to @tbl-example. 

This seems to have the effect of labeling the Table on top without a caption but then captioning the actual table produced by my filter appropriately using the caption attribute in the second-order attribut…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by rschram
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
crossref lua Issues related to the lua codebase, filter chain, etc
1 participant