39 lines
647 B
Markdown
39 lines
647 B
Markdown
---
|
||
title: post test de divers contenus !
|
||
date: 2021-05-02
|
||
tags: ["photos", "test"]
|
||
---
|
||
|
||
|
||
## Image via link:
|
||

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

|
||
|
||
autre commentaire, blabla!
|
||
|
||
|
||
## Gif via link:
|
||

|
||
|
||
|
||
## 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!"
|
||
```
|