Difference between revisions of "Sandbox"
From CSWiki
Line 3: | Line 3: | ||
<math>\sum_{n=0}^\infty \frac{x^n}{n!}</math> | <math>\sum_{n=0}^\infty \frac{x^n}{n!}</math> | ||
+ | |||
+ | ---- | ||
+ | <javascript src="/javascript/sorttable.js"></javascript> | ||
+ | {| class=sortable id=t0 | ||
+ | ! M || N || A | ||
+ | |- | ||
+ | | 12 || 78 || a | ||
+ | |- | ||
+ | | 14 || 76 || xyz | ||
+ | |- | ||
+ | | 16 || 74 || ab | ||
+ | |} | ||
+ | ---- | ||
[[ck.vim]] : trying things out | [[ck.vim]] : trying things out |
Revision as of 13:26, 11 April 2006
The sandbox is for testing stuff out. Don't put any content here, just play with/test the wiki markup...
<math>\sum_{n=0}^\infty \frac{x^n}{n!}</math>
<javascript src="/javascript/sorttable.js"></javascript>
M | N | A |
---|---|---|
12 | 78 | a |
14 | 76 | xyz |
16 | 74 | ab |
ck.vim : trying things out