modif post contenus

This commit is contained in:
Gregan 2021-07-30 22:25:44 +02:00
parent aa17e969cf
commit 49636f577e

View File

@ -1,18 +1,34 @@
--- ---
title: test pleins de photos ! title: test divers contenus !
date: 2021-05-02 date: 2021-05-02
tags: ["photos", "test"] tags: ["photos", "test"]
--- ---
légende 1 # LE CONTENU
![](/images/test/1.png)
## Image via link
![](https://pbs.twimg.com/media/DGKRMoPXcAIyA8y.jpg)
commentaire ... commentaire ...
légende 2 ## Image via url locale (/static)
![](/images/test/2.jpg)
légende 3
![](/images/test/2.jpg)
l"gende 4
![](/images/test/1.png) ![](/images/test/1.png)
## 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:
```javascript
var s = "JavaScript syntax highlighting";
alert(s);
```
```python
s = "Python syntax highlighting"
print s
```
```bash
cd /ici/etla
echo "Salut le monde!"
```