45 lines
721 B
Markdown
45 lines
721 B
Markdown
---
|
|
title: post test de divers contenus !
|
|
date: 2021-05-02
|
|
tags: ["test", "contenu", "photos", "gif", "code"]
|
|
---
|
|
|
|
|
|
## Image via link:
|
|

|
|
|
|
commentaire ...
|
|
|
|
------
|
|
|
|
## Image via url locale (/static):
|
|

|
|
|
|
------
|
|
|
|
## Gif via link:
|
|

|
|
|
|
------
|
|
|
|
## Vidéo Youtube:
|
|
{{< youtube ZSWzPI4BqvA >}}
|
|
|
|
------
|
|
|
|
## 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!"
|
|
```
|