Path: blob/main/tests/docs/crossrefs/v1.4/tables/rawtablecaption.qmd
3589 views
--- title: table caption test --- ::: {#tbl-1} ```{=html} <table> <caption>This is a caption.</caption> <thead> <tr><th>col 1</th><th>col 2</th></tr> </thead> <tbody> <tr><td>1</td><td>2</td></tr> <tr><td>3</td><td>4</td></tr> </tbody> </table> ``` ::: See @tbl-1.