In Hexo these were “tag plugins”; in Hugo the equivalent is shortcodes and rich Markdown. A few formatted blocks:
A blockquote, useful for pull quotes and citations.
// A fenced code block with a copy button (hover the block).
console.log("hello, cactus");
| Feature | Hexo | Hugo |
|---|---|---|
| Engine | EJS | Go templates |
| Styles | Stylus | SCSS |
| Tags | tag plugins | shortcodes |