Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • A Atelier Gitlab Flavored Markdown
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar

La forge institutionnelle d'INRAE étant en production depuis le 10 juin 2025, nous vous recommandons d'y créer tous vos nouveaux projets.

  • Poulard Christine
  • Atelier Gitlab Flavored Markdown
  • Wiki
  • Home

Home · Changes

Page history
Update home authored Jul 11, 2022 by Poulard Christine's avatar Poulard Christine
Show whitespace changes
Inline Side-by-side
home.md
View page @ ea17434e
...@@ -35,7 +35,7 @@ sur plusieurs lignes ...@@ -35,7 +35,7 @@ sur plusieurs lignes
sans mise en forme particulière (**plaintext**) sans mise en forme particulière (**plaintext**)
``` ```
Pour la coloration syntaxique il faut préciser le langage après les trois back quotes de début de bloc Pour la coloration syntaxique il faut préciser le langage après les trois back quotes de début de bloc
``` python ```python
mon_langage = "python" mon_langage = "python"
for lettre in mon_langage: for lettre in mon_langage:
if lettre == "p": if lettre == "p":
...@@ -44,8 +44,9 @@ for lettre in mon_langage: ...@@ -44,8 +44,9 @@ for lettre in mon_langage:
print(lettre) print(lettre)
``` ```
``` html ```html
<circle fill_color="yellow" cx="5" cy = "12" r = "100"> <text cx="5" cy = "12" >avec le mot-clé html : ici, extrait d'un fichier svg ></text>
<circle fill_color="yellow" cx="5" cy = "12" r = "50">
``` ```
......
Clone repository
  • _sidebar
  • exemples mermaid
  • Home
  • mermaid
  • tests