Formatting Test
This sentence is a subtitle. It should show up in the blog preview.
Here's a paragraph with some bold, underlined, and italicized characters, their combination, a link, and some inline code
.
If a tag exists within an imageBox
element, it is rendered as a description of that image.
A quote.
Subheading
- First point
- Second point
#!/bin/bash
x=0
if [[ $x -eq 0 ]]; then
echo x is 0
fi
End.