Replies: 2 comments 3 replies
-
I do not know which version you are using but I cannot reproduce on the latest development version. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am using Quarto 1.3.450. I used your demo qmd but it did not render correctly. <table class="table">
<colgroup>
<col style="width: 88%">
</colgroup>
<thead>
<tr class="header">
<th><strong>Result</strong></th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><img src="http://placehold.co/600x400.png" class="img-fluid" alt="Cat 1"></td>
</tr>
<tr class="even">
<td><img src="http://placehold.co/600x400.png" class="img-fluid" data-fig-align="right" alt="Cat 2"></td>
</tr>
<tr class="odd">
<td><img src="http://placehold.co/600x400.png" class="img-fluid" data-fig-align="left" alt="Cat 3"></td>
</tr>
</tbody>
</table> I could not find a reference on |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I have the following qmd:
This is the generated output:

Details
Beta Was this translation helpful? Give feedback.
All reactions