From 0a14f9d10a93c945a449f18bf0305989d596a079 Mon Sep 17 00:00:00 2001 From: hitlerrip Date: Tue, 29 Jul 2025 18:25:08 +0200 Subject: test article re-written the example article to cover basic markdown functionality --- src/articles/test.md | 49 ++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 46 insertions(+), 3 deletions(-) (limited to 'src/articles/test.md') 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 HTML directly 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 -- cgit v1.2.3