From 28b085fd73240a9c964462b022905a923faf0a6b Mon Sep 17 00:00:00 2001 From: ctmbl Date: Tue, 5 Mar 2024 13:10:41 +0100 Subject: [PATCH] Add markdown example to add images to articles --- src/content/posts/publish-your-own-post/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/posts/publish-your-own-post/index.md b/src/content/posts/publish-your-own-post/index.md index 8737ead..3051620 100644 --- a/src/content/posts/publish-your-own-post/index.md +++ b/src/content/posts/publish-your-own-post/index.md @@ -41,6 +41,7 @@ My list: ``` - next paragraph by letting an **empty line** - [hyperlinks](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/Web_mechanics/What_are_hyperlinks) with `[some blabla](http://blabla.com)` + - images with `![](image.png)` - inline `code` with \`inline code\` - code section with: ```