Skip to content
Discussion options

You must be logged in to vote

I do think this is a limitation of how we resolve the markdown passed into data-qmd attributes. I don't think the footnotes you put in the QMD document outside the table is seen.

If you use the inline footnote syntax this will work

---
format: html
keep-md: true
---

# Small table {.unnumbered}

```{=html}
<table>
    <tr>
        <th>Colonna 1</th>
        <th>Colonna 2</th>
        <th>Colonna 3</th>
    </tr>
    <tr>
        <td>Riga 1, Cellula 1 <span data-qmd="lorem ^[lorem ipsum]"></span></td>
        <td>Riga 1, Cellula 2</td>
        <td>Riga 1, Cellula 3</td>
    </tr>
    <tr>
        <td>Riga 2, Cellula 1</td>
        <td>Riga 2, Cellula 2</td>
        <td>Riga 2, Cellula 3</td>

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@aborruso
Comment options

Answer selected by aborruso
Comment options

You must be logged in to vote
1 reply
@aborruso
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
tables Issues with Tables including the gt integration
2 participants