Skip to content
Discussion options

You must be logged in to vote

The last two are not table - they are not using a Table syntax, and so can't be parsed as table. First one is normal text, and second one if codeblock - nothing indicates that they are table. Quarto uses Pandoc's markdown and its feature as described in Markdown Basics and other examples. Same way as you need to use # to create a header, you need to follow the expected syntax for tables. The syntax is a way to indicate to Quarto and Pandoc that the text is indeed a Table and should be parsed and handled as such. The : This is a caption {#tbl-iris} syntax is part of the Table Markdown parsing.

Additionnaly to Markdown, HTML table will be parsed - LaTeX tables can be used for PDF document o…

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@royfrancis
Comment options

@cderv
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@cderv
Comment options

Answer selected by royfrancis
@royfrancis
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
needs-repro Issues that are blocked until reporter provides an adequate reproduction
3 participants