Files
LifeFaq/templates/example.md

14 lines
299 B
Markdown
Raw Normal View History

2024-12-11 20:34:20 +01:00
# 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!") }}