mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
c108d677b4
- Rename theme from "Learn" to "Relearn" - also change URLs - remove old references - more removal of french and chinese
16 lines
696 B
Markdown
16 lines
696 B
Markdown
---
|
||
date: 2016-04-09T16:50:16+02:00
|
||
title: Shortcodes
|
||
pre: "<b>3. </b>"
|
||
weight: 15
|
||
---
|
||
|
||
Hugo uses Markdown for its simple content format. However, there are a lot of things that Markdown doesn’t support well. You could use pure HTML to expand possibilities.
|
||
|
||
But this happens to be a bad idea. Everyone uses Markdown because it's pure and simple to read even non-rendered. You should avoid HTML to keep it as simple as possible.
|
||
|
||
To avoid this limitations, Hugo created [shortcodes](https://gohugo.io/extras/shortcodes/). A shortcode is a simple snippet inside a page.
|
||
|
||
**Hugo-theme-relearn** provides multiple shortcodes on top of existing ones.
|
||
|
||
{{%children style="h2" description="true" %}}
|