aboutsummaryrefslogtreecommitdiff
path: root/src/articles/test.md
blob: d700459fb1886f8bcbef1bb84789afbcb1d69a52 (plain) (blame)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Test Article

###### `2025-07-28` by Author

This is a Test Article.

- - -

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

- - -

Please note that GFM supports other things and writing <b>HTML directly</b> is definitely possible.

This is *italic*, **bold** and ~~strikethrough~~ text, as well as `inline code`.

```js
function explain() {
    console.log("this is a code block");
}
```

> Socialism is when the government does stuff. And it's more socialism the more stuff it does. And if it does a real lot of stuff - it's communism.
- Karl Marx, 1945, [source](https://youtu.be/dQw4w9WgXcQ)

This is an Image:
![an example of an image](/icon.png)

This:
- is
    - probably
- a
1. very
2. great
    - list
    1. i think

To-Do:
- [X] write this example page
- [ ] write anything productive

| This | is |
| ---: | :- |
|    a | table

# h1
## h2
### h3
#### h4
regular text
##### h5
###### h6