diff options
author | metamuffin <metamuffin@disroot.org> | 2022-08-29 16:59:57 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-08-29 16:59:57 +0200 |
commit | 7853c8a551806007c3697a38fa5f929ca45a0985 (patch) | |
tree | 52152d615d88a5ef5ca795a58722c4e6a52882e6 /content/articles | |
parent | ddc681c7793a990a67ae61ec183bb1a1138ea3ef (diff) | |
download | metamuffin-blog-7853c8a551806007c3697a38fa5f929ca45a0985.tar metamuffin-blog-7853c8a551806007c3697a38fa5f929ca45a0985.tar.bz2 metamuffin-blog-7853c8a551806007c3697a38fa5f929ca45a0985.tar.zst |
rename tools to code
Diffstat (limited to 'content/articles')
-rw-r--r-- | content/articles/2022-08-29-blog-start.md | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/content/articles/2022-08-29-blog-start.md b/content/articles/2022-08-29-blog-start.md index 5195263..49c3ba6 100644 --- a/content/articles/2022-08-29-blog-start.md +++ b/content/articles/2022-08-29-blog-start.md @@ -1,5 +1,14 @@ -# Starting my blog +# Blog test -test -*blub* +Hello world! +## heading + +_italic_ **bold** `code` + +### sub heading + +``` +code +block +``` |