#Formatting Test

This sentence is a subtitle. It should show up in the blog preview.

Here's a paragraph with some **bold** and *italicized* characters, [a link](/index.php), and `some inline code`. Images should probably be downscaled but the max-width is capped by percentage:

![Graphene](Graphene.jpg "Title")

##Subheading

| Table | Description |
| :---: | :---------: |
| Text | Sample |


- 0th element
- 1st element
- Subpoint
- More info
- 2nd element

1. 0th element
2. 1st element
3. 2nd element

>A quote

```
#!/bin/bash
x=0
[[ $x -eq 0 ]] && echo x is 0
```

End.