Header 1

Header 2

Header 3

Header 4

Header 5
Header 6

Text

This is standard paragraph text, this is what it looks like bold, in italics, and with strike through

Callouts

This is a default callout
Default callouts can be customized with foreground, background and outline colours. I can also set a custom icon. The outline colour defaults to the background colour if it’s set, otherwise the global default is used.
This is a callout of type “Info”. Callouts are defined as data and also support in line code. Of course it also supports text that is bold, in italics, and with strike through.
This is a callout of type “Warning”. Callouts are defined as data and also support in line code. Of course it also supports text that is bold, in italics, and with strike through.
This is a callout of type “Error”. Callouts are defined as data and also support in line code. Of course it also supports text that is bold, in italics, and with strike through.
Thanks for reading! If you have any questions or feedback feel free to contact me through the means listed on my main site. Sharing my posts is also really appreciated!

Lightboxes

This is a lightbox

Ducks

Codeblock

Bla bla bla bla bla bla bla

1
2
3
4
5
6
7
8
9
package main

import (
    "fmt"
)

func main() {
    fmt.Println("This is what a codeblock looks like")
}

Bla bla bla bla bla bla bla bla bla