Anchors convertion + updated README
This commit is contained in:
parent
809fa6edaa
commit
35421678b8
17
README.md
17
README.md
|
@ -103,13 +103,19 @@ def hello_world():
|
||||||
|
|
||||||
### Ancres
|
### Ancres
|
||||||
```
|
```
|
||||||
|
# Source`
|
||||||
-> id
|
-> id
|
||||||
((
|
|
||||||
un long paragraphe
|
# HTML
|
||||||
))
|
<a href="id2"></a>
|
||||||
|
|
||||||
|
# Source
|
||||||
((
|
((
|
||||||
>_id:Retourner au point d'ancre id_<
|
>_id:Retourner au point d'ancre id_<
|
||||||
))
|
))
|
||||||
|
|
||||||
|
# HTML
|
||||||
|
<a class="anchor" href="#id">Retourner au point d'ancre id</a>
|
||||||
```
|
```
|
||||||
|
|
||||||
### Retour à la ligne HTML
|
### Retour à la ligne HTML
|
||||||
|
@ -130,7 +136,7 @@ Voir ce __Nom du lien+ # ouverture nouvelle fenêtre
|
||||||
```
|
```
|
||||||
|
|
||||||
Note:
|
Note:
|
||||||
Vous pouvez avoir un NAME identique pour file: et link:
|
Vous pouvez avoir un Nom identique pour file: et link:
|
||||||
|
|
||||||
### Gras, Strong, italique...
|
### Gras, Strong, italique...
|
||||||
```
|
```
|
||||||
|
@ -211,7 +217,8 @@ Pfff, vraiment !
|
||||||
<a class="figc" href="https://tyto.echolib.re">echolib - Reference (2022-12-28)</a>
|
<a class="figc" href="https://tyto.echolib.re">echolib - Reference (2022-12-28)</a>
|
||||||
</figcaption>
|
</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
````
|
||||||
|
```
|
||||||
# Source: citation basique
|
# Source: citation basique
|
||||||
[[
|
[[
|
||||||
Une citation simple, et sans paragraphe
|
Une citation simple, et sans paragraphe
|
||||||
|
|
Loading…
Reference in New Issue