mirror of
https://github.com/kovetskiy/mark.git
synced 2026-05-01 21:02:33 +00:00
add table test
This commit is contained in:
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|
|
||||
Reference in New Issue
Block a user