From b2a942b6b2fcaa6c11a519d4c99d421ea595a8f3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?c=C3=A9cilia=20mayran?= <cecilia.mayran@adullact.org>
Date: Mon, 19 Aug 2024 15:27:11 +0200
Subject: [PATCH] fix linter

---
 .gitlab/config/markdownlint.yml | 2 +-
 ReleaseNotes.md                 | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/.gitlab/config/markdownlint.yml b/.gitlab/config/markdownlint.yml
index c823f76..d42858c 100644
--- a/.gitlab/config/markdownlint.yml
+++ b/.gitlab/config/markdownlint.yml
@@ -16,7 +16,7 @@ MD013:
 
 # MD024 - Multiple headings with the same content
 # see: https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md024---multiple-headings-with-the-same-content
-# MD024: false
+MD024: false
 
 # MD034 - Bare URL used
 # see: https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md034---bare-url-used
diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index 458d1a4..656dca0 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -45,8 +45,6 @@ L’administrateur peut aussi envoyer un email à tous les usagers avec un dossi
 - ordonnancement des avis du plus recent au plus ancien [#10493](https://github.com/demarches-simplifiees/demarches-simplifiees.fr/pull/10493)
 - le nombre de dossier par page passe de 25 a 100 [#10535](https://github.com/demarches-simplifiees/demarches-simplifiees.fr/pull/10535)
 
-#### Expert
-
 #### Usager
 
 - je souhaite pouvoir visualiser un formulaire au format PDF [#10092](https://github.com/demarches-simplifiees/demarches-simplifiees.fr/pull/10092)
-- 
GitLab