parent
748dd4de1d
commit
71e1fdfda5
4 changed files with 87 additions and 7 deletions
@ -0,0 +1,36 @@ |
||||
+++ |
||||
title = "Table caption" |
||||
tags = ["table", "caption"] |
||||
draft = false |
||||
+++ |
||||
|
||||
<caption class="table-caption"> |
||||
<span class="table-number">Table 1:</span> |
||||
Awesome table |
||||
</caption> |
||||
|
||||
| h1 | h2 | h3 | |
||||
|-----|-----|-----| |
||||
| abc | def | ghi | |
||||
|
||||
Some text. |
||||
|
||||
<caption class="table-caption"> |
||||
<span class="table-number">Table 2:</span> |
||||
Another awesome table |
||||
</caption> |
||||
|
||||
| h1 | h2 | h3 | |
||||
|-----|-----|-----| |
||||
| jkl | mno | pqr | |
||||
|
||||
Some more text. |
||||
|
||||
<caption class="table-caption"> |
||||
<span class="table-number">Table 3:</span> |
||||
Third table |
||||
</caption> |
||||
|
||||
| h1 | h2 | h3 | |
||||
|-----|-----|----| |
||||
| stu | vwx | yz | |
||||
Loading…
Reference in new issue