Hello, world!

· alterae's blog

This is a test of the prose.sh blogging platform.

Syntax testing #

Normal paragraph with italics, bold, and bold italics. Single line break.

Double line break. That line break had a space before it.
Backslashed line break.

this is an
indented code block :)
1package main
2
3import "fmt"
4
5func main() {
6	fmt.Println("This is a fenced code block!")
7}

I have no images but I do have links.


Superscripted text via inline <abbr title="HyperText Markup Language>HTML.

This is a reference link.

table items
foo bar
baz

A block quote is pretty neat. — me, just now

  1. ordered
  2. list

This text is struck through.

This text has a footnote1.

Sometimes we need inline math to figure out what $x$ is equal to.

$$ e^{i \pi}-1=0 $$

Did the block math work?

Anyway, this has been cool.


  1. here it is! ↩︎