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
|
||||
```
|
||||
# Source`
|
||||
-> id
|
||||
((
|
||||
un long paragraphe
|
||||
))
|
||||
|
||||
# HTML
|
||||
<a href="id2"></a>
|
||||
|
||||
# Source
|
||||
((
|
||||
>_id:Retourner au point d'ancre id_<
|
||||
))
|
||||
|
||||
# HTML
|
||||
<a class="anchor" href="#id">Retourner au point d'ancre id</a>
|
||||
```
|
||||
|
||||
### Retour à la ligne HTML
|
||||
|
@ -130,7 +136,7 @@ Voir ce __Nom du lien+ # ouverture nouvelle fenêtre
|
|||
```
|
||||
|
||||
Note:
|
||||
Vous pouvez avoir un NAME identique pour file: et link:
|
||||
Vous pouvez avoir un Nom identique pour file: et link:
|
||||
|
||||
### Gras, Strong, italique...
|
||||
```
|
||||
|
@ -211,7 +217,8 @@ Pfff, vraiment !
|
|||
<a class="figc" href="https://tyto.echolib.re">echolib - Reference (2022-12-28)</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
````
|
||||
```
|
||||
# Source: citation basique
|
||||
[[
|
||||
Une citation simple, et sans paragraphe
|
||||
|
|
Loading…
Reference in New Issue