Hello, World
Sup, world. This is a test post for this showcasing this blog's capabilities and styling.
Headings
h1 is not rendered since it refers to the post title.
h2
h3
h4
h5
h6
Code
inline
and block:
func handler(w http.ResponseWriter, r *http.Request) {
fmt.Fprintln(w, "Hello, World")
}
Lists
- unordered list item
- another unordered list item
- first ordered list item
- unordered sub-list item
- because details matter.
- another item
- ordered sub-list item
- a single item numbered list is dumb
- and another item.
Emphasis and Quotes
bold, italics, and bold-italics, and strikethrough
Blockquotes are very handy in email to emulate reply text. This line is part of the same quote.
Quote break.
This is a very long line that will still be quoted properly when it wraps. Oh boy let's keep writing to make sure this is long enough
Links
Footnotes
Here's a test footnote.1
This footnote2 is inline.