Replies: 2 comments 1 reply
-
Not really, especially using pipe tables. For complex tables, you should consider using HTML tables features that comes with Quarto 1.3 and later version, see https://quarto.org/docs/authoring/tables.html#html-tables. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the suggestion. I think I can do without for now. Perhaps at some point some options are provided! Thank you |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Im currently working on a small report, for which I'm trying to create a dynamic document using Quarto.
As of right now, im creating most tables using markdown tables.
Now, I know how to add Title's and reference to them. However, I am not sure how to add Notes to those tables.
For example, the following code would produce the table I want, with the title
No what If i want to add a source: "Source: Me(2023)" or other comments of a similar tone?
Is there any way to do that?
Thank you!
F
Beta Was this translation helpful? Give feedback.
All reactions