Documentation

Emoji Support

documentation
markdown emoji

Emoji can be enabled in a Hugo project in a number of ways. 🎆

Placeholder Text

documentation
markdown text

Lorem est tota propiore conpellat pectoribus de pectora summo.

Rich Content

documentation
shortcodes privacy

Hugo ships with several Built-in Shortcodes for rich content, along with a Privacy Config and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.

Math Typesetting

documentation
math markdown

Mathematical notation in a Hugo project can be enabled by using the third party JavaScript library MathJax.

Mermaid diagrams

documentation
mermaid markdown

To get the following graph use the following code: {{< mermaid >}} graph TD; A-->B; A-->C; B-->D; C-->D; {{< /mermaid >}} graph TD; A--B; A--C; B--D; C--D; {{< mermaid …

Markdown Syntax Guide

documentation themes syntax
markdown css html themes

This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.