mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
50256233eb
Closes #193
9 lines
253 B
HTML
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>
|