diff options
Diffstat (limited to 'content/articles')
-rw-r--r-- | content/articles/2022-08-29-blog-start.md | 14 | ||||
-rw-r--r-- | content/articles/2022-08-29-blog-test.md | 22 |
2 files changed, 22 insertions, 14 deletions
diff --git a/content/articles/2022-08-29-blog-start.md b/content/articles/2022-08-29-blog-start.md deleted file mode 100644 index 49c3ba6..0000000 --- a/content/articles/2022-08-29-blog-start.md +++ /dev/null @@ -1,14 +0,0 @@ -# Blog test - -Hello world! - -## heading - -_italic_ **bold** `code` - -### sub heading - -``` -code -block -``` diff --git a/content/articles/2022-08-29-blog-test.md b/content/articles/2022-08-29-blog-test.md new file mode 100644 index 0000000..6cbe4fd --- /dev/null +++ b/content/articles/2022-08-29-blog-test.md @@ -0,0 +1,22 @@ +# Blog test + +Hello world! + +## heading + +_italic_ **bold** `code` [Link](https://metamuffin.org/) + +### sub heading + +``` +code +block +``` + +- list +- list +- list + +1. first this +2. then that +3. done |