Skip to content
Discussion options

You must be logged in to vote

No worries, it's fine.

I apologise as I realise the documentation (there is an ongoing PR to improve this exact part) is implying some components, so here is a full example on how to use HTML tables to be used in PDF.

Quarto document PDF
---
title: "Quarto Playground"
format: pdf
bibliography: ref.bib
---

```{=html}
<table>
  <caption>
    <span data-qmd="As described in @einstein1905, computers are great.">
    </span>
  </caption>
  <thead>
    <tr>
      <th><span data-qmd="_Header 1_"></span></th>
      <th><span data-qmd="_Header 2_"></span></th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span data-qmd="__Bold Markdown text__"></span></td>
      <td>Regular output</td>

Replies: 2 comments 15 replies

Comment options

You must be logged in to vote
9 replies
@plierouge
Comment options

@plierouge
Comment options

@mcanouil
Comment options

@plierouge
Comment options

@cscheid
Comment options

Comment options

You must be logged in to vote
6 replies
@mcanouil
Comment options

Answer selected by plierouge
@plierouge
Comment options

@plierouge
Comment options

@mcanouil
Comment options

@mcanouil
Comment options

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 latex LaTeX engines related libraries and technologies
3 participants