diff options
Diffstat (limited to 'src/articles/test.md')
-rw-r--r-- | src/articles/test.md | 49 |
1 files changed, 46 insertions, 3 deletions
diff --git a/src/articles/test.md b/src/articles/test.md index 61287bd..d700459 100644 --- a/src/articles/test.md +++ b/src/articles/test.md @@ -1,9 +1,52 @@ -# Test Artikel +# Test Article ###### `2025-07-28` by Author -Dies ist ein Test Artikel. +This is a Test Article. - - - -Lorem Ipsum dolor sit amet. +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: + + +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 |