mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
Fixes #69
This commit is contained in:
parent
26fb0b56e6
commit
e0171097bf
1 changed files with 23 additions and 0 deletions
|
|
@ -188,3 +188,26 @@ bar
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
//= = = = = = = = = = = = = = = = = = = = = = = =//
|
//= = = = = = = = = = = = = = = = = = = = = = = =//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
9
|
||||||
|
//- - - - - - - - -//
|
||||||
|
Foo|Bar
|
||||||
|
---|---
|
||||||
|
`Yoyo`|Dyne
|
||||||
|
//- - - - - - - - -//
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Foo</th>
|
||||||
|
<th>Bar</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td><code>Yoyo</code></td>
|
||||||
|
<td>Dyne</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
//= = = = = = = = = = = = = = = = = = = = = = = =//
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue