From 49636f577e4f1117f871d341bd3b13c53bed46ea Mon Sep 17 00:00:00 2001 From: Gregan Date: Fri, 30 Jul 2021 22:25:44 +0200 Subject: [PATCH] modif post contenus --- content/post/2021-05-01-fourth-post.md | 34 +++++++++++++++++++------- 1 file changed, 25 insertions(+), 9 deletions(-) diff --git a/content/post/2021-05-01-fourth-post.md b/content/post/2021-05-01-fourth-post.md index 5f64ac0..af665a0 100644 --- a/content/post/2021-05-01-fourth-post.md +++ b/content/post/2021-05-01-fourth-post.md @@ -1,18 +1,34 @@ --- -title: test pleins de photos ! +title: test divers contenus ! date: 2021-05-02 tags: ["photos", "test"] --- -légende 1 -![](/images/test/1.png) +# LE CONTENU + +## Image via link +![](https://pbs.twimg.com/media/DGKRMoPXcAIyA8y.jpg) commentaire ... -légende 2 -![](/images/test/2.jpg) +## Image via url locale (/static) +![](/images/test/1.png) -légende 3 -![](/images/test/2.jpg) +## Gif via link +![](https://media-exp3.licdn.com/dms/image/C4D22AQHEESwqVLITmQ/feedshare-shrink_1280/0/1559729958380?e=1629331200&v=beta&t=5t3x2ObhIXjQU59nVvAarB-0f1mLpP55Z0C0ytli7DQ) -l"gende 4 -![](/images/test/1.png) \ No newline at end of file +## Du code: + +```javascript +var s = "JavaScript syntax highlighting"; +alert(s); +``` + +```python +s = "Python syntax highlighting" +print s +``` + +```bash +cd /ici/etla +echo "Salut le monde!" +```