Heading
H1
H2
H3
Bold
bold text
Italic
italicized text
Blockquote
blockquote
Ordered List
- First item
- Second item
- Third item
Unordered List
- First item
- Second item
- Third item
Code
code
Horizontal Rule
—
Link
Image

Table
| Syntax | Description | | ———— | ———— | | Header | Title | | Paragraph | Text |
Fenced Code Block -> better use annotated code bloc, that has more styling options and can get annotated
{
„firstName“: „John“,
„lastName“: „Smith“,
„age“: 25
}
MORE ABOUT THE LANG CODES AND OPTIONS HERE: https://gohugo.io/content-management/syntax-highlighting/
Annotated Code Block
1package main
2
3import „fmt“
4
5func main() {
6 for i := 0; i < 3; i++ {
7 fmt.Println(„Value of i:“, i)
8 }
9}
MORE https://gohugo.io/shortcodes/highlight/
Footnote
Here’s a sentence with a footnote. 1
Heading ID
Wichtig für webhooks (URLs zu Überschriften)
My Great Heading
Definition List
- term
- definition
Strikethrough
The world is flat.
Task List
- Write the press release
- Update the website
- Contact the media
Emoji
copy paste rein da 📯
Horizontal Line -> eine Leerzeile über und unter der Line
This is the footnote. ↩︎