Files
LifeFaq/templates/example.md
Henrik Jess Nielsen e728d5c14e
Some checks failed
Build, Push, and Deploy to Nomad / docker-nomad (push) Has been cancelled
markdown template
2024-12-11 20:34:20 +01:00

14 lines
299 B
Markdown

# Welcome to My Page
Here is an image overlay:
{{ img_left_overlay("my-cat.png") }}
Here is a box:
{{ box("Important Notice", "This is a reusable box.") }}
Here is a note:
{{ note("This is a very important note for the user.") }}
Here is a warning:
{{ warning("Be cautious when proceeding!") }}