Format

1
2
3
{{< notice tip >}}
This is a notice short code format example.
{{< /notice >}}

Tip

Tip

This is a very good tip.

Info

Info

This is a info notice.

Warning

Warning

This is a warning notice. Be warned!

Important

Important

This is a important notice.

Examples

Tip

This is a notice of the type info. The notice can span multiple lines, even multiple paragraphs.

For instance, this is another paragraph. Naturally Markdown can be used, for instance to embed links.

This is a quote example in notice.

Even code can be used.

1
2
3
4
5
package main
import "fmt"
func main() {
	fmt.Println("Hello World!")
}