aboutsummaryrefslogtreecommitdiff
path: root/_posts/article.md
blob: 2c76fba9464ed046e0dc1689c65791c0c4ce89df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
date: 2020-01-05
title: Hello there
author: Minteck|antoine62
cover: /assets/stuff.jpg
---

# Content of the post
This is a test post!

Can you believe this was Markdown before?

| table | test
| --- | ---
| let's | do |
| some | stuff |

Some `code` (well, that formatting is pretty useless since everything is monospace font)

```javascript
function test() {
    console.log("Some code block!");
}
```

![Test image](/assets/stuff.jpg)