55 lines
949 B
Markdown
55 lines
949 B
Markdown
|
---
|
||
|
title: Compte-rendu de réunion
|
||
|
subtitle: Exemple de compte-rendu
|
||
|
date: 2024-11-01
|
||
|
description: Exemple de document fait avec pandoc en Markdown
|
||
|
author: Olivier DOSSMANN
|
||
|
mail: example@domain.tld
|
||
|
version: 1.0.0
|
||
|
---
|
||
|
|
||
|
\newpage
|
||
|
|
||
|
# Ordre du jour
|
||
|
|
||
|
* Présentation
|
||
|
* Problème organisation
|
||
|
* Avancées du projet
|
||
|
* Prochaine réunion
|
||
|
|
||
|
\newpage
|
||
|
|
||
|
# Déroulement
|
||
|
|
||
|
* Présentation du projet :
|
||
|
* Contexte
|
||
|
* Objectif
|
||
|
* Planning
|
||
|
* Ressources
|
||
|
* etc.
|
||
|
* Organisation : discussion **autour du souci** de s'organiser
|
||
|
* Question au sujet des **habitudes** de l'équipe
|
||
|
* Avancées : Ticket *123*, *456* et *789*
|
||
|
* Prochaine réunion : dans 15 jours
|
||
|
|
||
|
\newpage
|
||
|
|
||
|
# Exemple de code
|
||
|
|
||
|
```bash
|
||
|
echo "bonjour ici"
|
||
|
```
|
||
|
|
||
|
---
|
||
|
|
||
|
Cf. [Markdown documentation](https://daringfireball.net/projects/markdown/)
|
||
|
|
||
|
\newpage
|
||
|
|
||
|
# Divers
|
||
|
|
||
|
| Column 1 | Column 2 |
|
||
|
| ------------- | ------------- |
|
||
|
| Cell 1, Row 1 | Cell 2, Row 1 |
|
||
|
| Cell 1, Row 2 | Cell 1, Row 2 |
|