mirror of
https://github.com/kovetskiy/mark.git
synced 2025-04-23 21:32:41 +08:00
add table test
This commit is contained in:
parent
4e47ae14a7
commit
3fcfcde298
15
pkg/mark/testdata/table.html
vendored
Normal file
15
pkg/mark/testdata/table.html
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>HEADER1</th>
|
||||||
|
<th>HEADER2</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>row1</td>
|
||||||
|
<td>row2</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
3
pkg/mark/testdata/table.md
vendored
Normal file
3
pkg/mark/testdata/table.md
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
|HEADER1|HEADER2|
|
||||||
|
|---|---|
|
||||||
|
|row1|row2|
|
Loading…
x
Reference in New Issue
Block a user