zanders-php-markdown/Readme.html
2025-11-23 17:04:30 -06:00

84 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>PHP Markdown Lib - Readme</title>
</head>
<body>
<style>
table
{
border-collapse: collapse;
margin: 1em 0;
}
th, td
{
border: thin solid grey;
padding: 0.5em;
}
</style>
<p>Hello, world!</p>
<table>
<thead>
<tr>
<th style='text-align: center'>Header 1</th>
<th style='text-align: center'><p>There are multiple paragraphs</p>
<p>I'm another one!</p></th>
</tr>
</thead>
<tbody>
<tr>
<td style='text-align: center'>Cell 1</td>
<td style='text-align: center'>Cell 2</td>
</tr>
<tr>
<td style='text-align: center'>something clever clever without paragraphs</td>
<td style='text-align: center'>Cell 4</td>
</tr>
<tr>
<td style='text-align: center'>Cell 3</td>
<td style='text-align: center'><p>just one paragraph here here</p></td>
</tr>
</tbody>
</table>
<p><!--- 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.--></p>
<p><!--| Header 1 | Header 2-->
<!--| :------: | :-----:-->
<!--| [q] | Cell 2-->
<!--| [w] | Cell 2--></p>
<!--[q]: a [q] [q]: b [q]-->
<!--[w]: [w]: a [w] [w]-->
<p><!--[a] | [b] | [c]-->
<!------|-----|------>
<!--[d] | [a] | [f]-->
<!--[g] | [h] | [a]--></p>
<p><!--[a] | [b] | [c]-->
<!------|-----|------>
<!--[d] | [e] | [f]-->
<!--[g] | [h] | [i]--></p>
<p><!--[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]--></p>
</body>
</html>