Test
-
Pre-Blog Post
Reference 1 I am referencing a footnote1 1package main 2 3import "fmt" 4 5func main() { 6 fmt.Println("{linenos=inline}") 7} 1 2 3 4 5 6 7 package main import "fmt" func main() { fmt.Println("{linenos=table}") } Lorem …