Devhints styles cheatsheet

This is a reference of styles that you can use on Devhints cheatsheets. How meta! You can refer to this when contributing your own cheatsheets to the GitHub repo.

Intro

Classes

## This h2 has a class

<!-- {.-two-column} -->

This paragraph has a class

<!-- {.-brief} -->

See: CSS classes

Tables

.
| Example         | Output                 |
| --------------- | ---------------------- |
| `%m/%d/%Y`      | `06/05/2013`           |
| `%A, %B %e, %Y` | `Sunday, June 5, 2013` |
| `%b %e %a`      | `Jun 5 Sun`            |
.

See: Tables

talk-bubbles-line Comments for this cheatsheet. Write yours!