Kitchen Sink

This page contains examples of all formatting and Hugo related shortcodes that can be used in an article.

Multi-tab Content

Can be used to show the same example written in different languages, or content specific to different versions.

When using more than once on a page, make sure to set the groupId to be unique per set of content to render the first tab selection.

Code fence

print("Hello World!")
> print("Hello World!")
echo "Hello World!"

Release notes

This was released in 1.0.0:

  • Initial deployment

This was released in 1.1.0:

  • Minor bug fix
  • Minor new feature

This was released in 2.0.0:

  • Major update
  • Something else of importance