hugo-theme-relearn/exampleSite/content/shortcodes/_index.en.md

17 lines
795 B
Markdown
Raw Normal View History

+++
2022-08-05 21:53:30 +00:00
ordersectionsby = "title"
title = "Shortcodes"
type = "chapter"
2024-09-21 11:05:58 +00:00
weight = 4
+++
2017-08-20 15:10:29 +00:00
2024-09-24 06:05:40 +00:00
Hugo uses Markdown as its content format. However, there are a lot of things that Markdown doesnt support well.
2017-08-20 15:10:29 +00:00
2024-09-24 06:05:40 +00:00
You could use pure HTML to expand your possibilities. But this happens to be a bad idea. Everyone uses Markdown because it's pure and simple to read. You should avoid HTML to keep it as simple and portable as possible.
2017-08-20 15:10:29 +00:00
2024-09-24 06:05:40 +00:00
To avoid Markdown's limitations, Hugo created [shortcodes](https://gohugo.io/content-management/shortcodes/). A shortcode is a simple snippet inside of a page.
2017-08-20 15:10:29 +00:00
2024-09-24 06:05:40 +00:00
The Relearn theme provides many shortcodes on top of [Hugo's existing ones](https://gohugo.io/content-management/shortcodes/#embedded-shortcodes).
{{% children containerstyle="div" style="h2" description=true %}}