Différences
Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
playground:playground [2020/06/09 20:02] 127.0.0.1 modification externe |
playground:playground [2020/10/21 19:47] (Version actuelle) Indelog [Test] |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | ====== | + | ====== |
+ | |||
+ | test test test | ||
+ | |||
+ | |||
+ | ====== test gant plantuml ====== | ||
+ | test | ||
+ | < | ||
+ | @startuml | ||
+ | Alice -> Bob: Authentication Request | ||
+ | Bob --> Alice: Authentication Response | ||
+ | |||
+ | Alice -> Bob: Another authentication Request | ||
+ | Alice <-- Bob: another authentication Response | ||
+ | @enduml | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | @startuml | ||
+ | Project starts 2020-07-01 | ||
+ | [Design du prototype] starts 2020-07-01 | ||
+ | [Test du prototype] starts 2020-07-16 | ||
+ | [Design du prototype] ends 2020-07-15 | ||
+ | [Test du prototype] ends 2020-07-25 | ||
+ | [Test à la con] starts 2020-08-01 | ||
+ | [Test à la con] ends 2020-08-15 | ||
+ | @enduml | ||
+ | </ | ||
+ | ====== test markdown ====== | ||
+ | < | ||
+ | |||
+ | # titre de niveau 1 | ||
+ | |||
+ | texte simple *emphase* **gras** | ||
+ | |||
+ | [lien wiki](playground: | ||
+ | </ | ||