blog/_example/test.md

605 B

title = "Test" author = "jolheiser" date = 2021-10-01 tags = ["test", "example"]
title = "Test" author = "jolheiser" date = 2021-10-01 tags = ["test", "example"]

H1

H2

H3

H4

H5
H6

This is a test, and all the ways I learned to test.

  • Foo
  • Bar
    • Baz
  • Banana

Link Home

package main

import "fmt"

func main() {
	fmt.Println("Hello, blog!")
}

Some more text!

package main

import "fmt"

func main() {
	fmt.Println("Hello,", "blog!")
}

Okay, moving on

This time we I am going to test some emphasis.

SELECT
  username,
  age,
  email
FROM
  users
WHERE
  email = 'john.olheiser@gmail.com';