showdown/test/functional/makehtml/cases/features/tables/table-inside-codeblock.html
2017-12-23 12:35:31 +00: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>