121 lines
1.3 KiB
Markdown
121 lines
1.3 KiB
Markdown
|
|
<style>
|
|
table
|
|
{
|
|
border-collapse: collapse;
|
|
margin: 1em 0;
|
|
}
|
|
|
|
th, td
|
|
{
|
|
border: thin solid grey;
|
|
padding: 0.5em;
|
|
}
|
|
</style>
|
|
|
|
|
|
Hello, world!
|
|
|
|
| Header 1 | [foo]
|
|
| :------: | :-----:
|
|
| Cell 1 | Cell 2
|
|
| [bar] | Cell 4
|
|
| Cell 3 | [gar]
|
|
|
|
|
|
|
|
[foo]:
|
|
There are multiple paragraphs
|
|
|
|
I'm another one!
|
|
[foo]
|
|
|
|
[bar]: something clever without paragraphs [bar]
|
|
|
|
[gar]:
|
|
just one paragraph here
|
|
[gar]
|
|
|
|
[bar]: something clever clever without paragraphs [bar]
|
|
|
|
[gar]:
|
|
just one paragraph here here
|
|
[gar]
|
|
|
|
|
|
|
|
|
|
|
|
<!--- Table header:-->
|
|
<!-- - If explicit HTML tag, use that-->
|
|
<!-- - Default to `<th>`-->
|
|
<!--- Table body:-->
|
|
<!-- - If explicit HTML tag, use that-->
|
|
<!-- - Use `<td>` for hypen columns, and `<th>` for equal-sign columns.-->
|
|
|
|
|
|
|
|
|
|
<!--| Header 1 | Header 2-->
|
|
<!--| :------: | :-----:-->
|
|
<!--| [q] | Cell 2-->
|
|
<!--| [w] | Cell 2-->
|
|
|
|
|
|
<!--[q]: a [q] [q]: b [q]-->
|
|
|
|
<!--[w]: [w]: a [w] [w]-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--[a] | [b] | [c]-->
|
|
<!------|-----|------>
|
|
<!--[d] | [a] | [f]-->
|
|
<!--[g] | [h] | [a]-->
|
|
|
|
|
|
<!--[a] | [b] | [c]-->
|
|
<!------|-----|------>
|
|
<!--[d] | [e] | [f]-->
|
|
<!--[g] | [h] | [i]-->
|
|
|
|
|
|
<!--[a]: A [a]-->
|
|
<!--[b]: B [b]-->
|
|
<!--[c]: C [c]-->
|
|
<!--[d]: D [d]-->
|
|
<!--[e]: E [e]-->
|
|
<!--[f]: F [f]-->
|
|
<!--[g]: G [g]-->
|
|
<!--[h]: H [h]-->
|
|
<!--[i]: I [i]-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|