You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
763 B
39 lines
763 B
+++ |
|
title = "Table caption" |
|
tags = ["table", "caption"] |
|
draft = false |
|
+++ |
|
|
|
The caption can contain be emphasized using the usual markup |
|
characters too. |
|
|
|
<div class="table-caption"> |
|
<span class="table-number">Table 1:</span> |
|
Awesome table |
|
</div> |
|
|
|
| h1 | h2 | h3 | |
|
|-----|-----|-----| |
|
| abc | def | ghi | |
|
|
|
Some text. |
|
|
|
<div class="table-caption"> |
|
<span class="table-number">Table 2:</span> |
|
<i>Another</i> <b>awesome</b> table |
|
</div> |
|
|
|
| h1 | h2 | h3 | |
|
|-----|-----|-----| |
|
| jkl | mno | pqr | |
|
|
|
Some more text. |
|
|
|
<div class="table-caption"> |
|
<span class="table-number">Table 3:</span> |
|
<span class="underline">Third</span> table — Caption with em-dash – and – en-dash |
|
</div> |
|
|
|
| h1 | h2 | h3 | |
|
|-----|-----|----| |
|
| stu | vwx | yz |
|
|
|