This is simple page demonstrates all markdown related features of sn1ppet.

Simple code highlighting

<figure>
  <img src="kitten.jpg" alt="Fancy kitten" width="300" height="200">
  <figcaption>Ohh my god, it is a kitten.</figcaption>
</figure>

Live code editing with ace editor

function foo(items, nada) { for (var i=0; i<items.length; i++) { alert(items[i] + "juhu\n"); } }

Display browser support via caniuse.com widgets

Embed JSFiddle code snippets

Use MathJaX to display mathematical formulars

\[16:9 = \frac{9}{16} * 100 \]