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, and some inline code
. Images should probably be downscaled but the max-width is capped by percentage:
Subheading
Table | Description |
---|---|
Text | Sample |
- 0th element
- 1st element
- Subpoint
- More info
- Subpoint
- 2nd element
- 0th element
- 1st element
- 2nd element
A quote
#!/bin/bash
x=0
[[ $x -eq 0 ]] && echo x is 0
End.