send-mail/node_modules/showdown/test/features/tables/table-inside-codeblock.html

8 lines
252 B
HTML
Raw Normal View History

<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>