showdown/test/features/tables/table-inside-codeblock.html
2016-09-29 00:50:58 +01:00

8 lines
252 B
HTML

<p>some text</p>
<pre><code>| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| **col 3 is** | right-aligned | $1600 |
| col 2 is | *centered* | $12 |
| zebra stripes | ~~are neat~~ | $1 |
</code></pre>