Code Block Examples

Code block language examples

Go

package main

import "fmt"

func main() {
    fmt.Println("hello world")
}

HTML

<!DOCTYPE html>
<html lang="en">
<body>

<h1>My First Heading</h1>

<p>My first paragraph.</p>

</body>
</html>

Markdown

# H1 heading

**Some bold text**

*Italic text example*

Last updated 08 Dec 2023, 22:08 +0100 . history