Skip to content

Commit 1d403a5

Browse files
committed
regression test
1 parent 08ed513 commit 1d403a5

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
title: "test"
3+
format: latex
4+
---
5+
6+
:::: {#tbl-test layout-ncol="2"}
7+
8+
::: {#tbl-test1}
9+
10+
```{=html}
11+
<table>
12+
<thead>
13+
<tr>
14+
<th>test</th>
15+
<th>test</th>
16+
</tr>
17+
</thead>
18+
<tbody>
19+
<tr>
20+
<td>test</td>
21+
<td>test</td>
22+
</tr>
23+
</tbody>
24+
</table>
25+
```
26+
27+
:::
28+
29+
::: {#tbl-test2}
30+
31+
```{=html}
32+
<table>
33+
<thead>
34+
<tr>
35+
<th>test</th>
36+
<th>test</th>
37+
</tr>
38+
</thead>
39+
<tbody>
40+
<tr>
41+
<td>test</td>
42+
<td>test</td>
43+
</tr>
44+
</tbody>
45+
</table>
46+
```
47+
48+
:::
49+
50+
Test
51+
::::

0 commit comments

Comments
 (0)