showdown/test/features/tables/table-inside-codeblock.html
2015-08-27 03:41:59 +01:00

9 lines
253 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>