Skip to content

Instantly share code, notes, and snippets.

@dtinth
Last active October 11, 2015 18:17
Show Gist options
  • Save dtinth/3899782 to your computer and use it in GitHub Desktop.
Save dtinth/3899782 to your computer and use it in GitHub Desktop.
Pagist Kitchen Sink

Kitchen Sink

This is a kitchen sink.

A beautiful math inside a blockquote:

( \begin{aligned} \dot{x} & = \sigma(y-x) \ \dot{y} & = \rho x - y - xz \ \dot{z} & = -\beta z + xy \end{aligned} )

Test text font size: (\text{fl}!!\uparrow!!\text{cknote}). if (a) is less than (b), then (b > a).

This paragraph is styled using CSS

There be some code!

<div id="toolbar">
  <div class="right">
    <div class="ts zoom"></div>
  </div>
  <div class="ts modes"></div>
  <div class="ts grid"></div>
  <div class="ts side"></div>
</div>

Headers

Level 2

Some content

Level 3

Some more content

Level 4

Even more content

Level 5

More and more and more content

Level 6

Alright done

<div style="color:green">This is raw HTML</div>
.red { color: red; }
$('p.red').append(', and some text is added using JavaScript')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment