diff --git a/content/post/2021-05-01-fourth-post.md b/content/post/2021-05-01-fourth-post.md index af665a0..bcad20a 100644 --- a/content/post/2021-05-01-fourth-post.md +++ b/content/post/2021-05-01-fourth-post.md @@ -1,23 +1,24 @@ --- -title: test divers contenus ! +title: post test de divers contenus ! date: 2021-05-02 tags: ["photos", "test"] --- -# LE CONTENU -## Image via link +## Image via link: ![](https://pbs.twimg.com/media/DGKRMoPXcAIyA8y.jpg) commentaire ... -## Image via url locale (/static) + +## Image via url locale (/static): ![](/images/test/1.png) -## Gif via link + +## Gif via link: ![](https://media-exp3.licdn.com/dms/image/C4D22AQHEESwqVLITmQ/feedshare-shrink_1280/0/1559729958380?e=1629331200&v=beta&t=5t3x2ObhIXjQU59nVvAarB-0f1mLpP55Z0C0ytli7DQ) -## Du code: +## Du code: ```javascript var s = "JavaScript syntax highlighting"; alert(s);