From 2835ecedd958a1124a14e6da62ba68ec9159bfab Mon Sep 17 00:00:00 2001
From: Virgile Prevosto <virgile.prevosto@m4x.org>
Date: Thu, 12 Oct 2017 15:49:52 +0200
Subject: [PATCH] start taking additional markdown into account

---
 src/plugins/markdown-report/md_gen.ml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/markdown-report/md_gen.ml b/src/plugins/markdown-report/md_gen.ml
index 08406f3767a..abab8da74b3 100644
--- a/src/plugins/markdown-report/md_gen.ml
+++ b/src/plugins/markdown-report/md_gen.ml
@@ -457,7 +457,7 @@ let mk_date () =
 
 let mk_remarks () =
   let f = Mdr_params.Remarks.get () in
-  if f <> "" then failwith "writeme"
+  if f <> "" then Parse_remarks.get_remarks f
   else Datatype.String.Map.empty
 
 let gen_report is_draft =
-- 
GitLab