mirror of
https://github.com/TrudeEH/web.git
synced 2025-12-06 08:23:37 +00:00
39 lines
359 B
Markdown
39 lines
359 B
Markdown
---
|
|
title: "Test"
|
|
date: 2024-05-29T20:39:37+01:00
|
|
draft: true
|
|
tags: ["test"]
|
|
author: "TrudeEH"
|
|
---
|
|
|
|
# Title
|
|
## Subtitle
|
|
### H3
|
|
#### H4
|
|
##### H5
|
|
###### H6
|
|
|
|
1. list
|
|
2. elements
|
|
3. another
|
|
|
|
- unordered
|
|
- list
|
|
|
|
Normal text.
|
|
|
|
`generic code`
|
|
|
|
*Important*
|
|
|
|
**Very important**
|
|
|
|
_Important Variant_
|
|
|
|
```sh
|
|
echo "Code Block"
|
|
```
|
|
|
|
[Link](https://example.org)
|
|
|
|
![Image]() |