From 1fbc402aebb1e41219f7b4b22c67b8397d69695f Mon Sep 17 00:00:00 2001
From: Guylaine Prat <guylaine.prat@c-s.fr>
Date: Tue, 14 Aug 2018 11:04:54 +0200
Subject: [PATCH] Add markdown option

---
 Readme.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Readme.md b/Readme.md
index 31dd7115..a97c5c1a 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1,8 +1,10 @@
+{::options parse_block_html="true" /}
+
 <h1 style="color:blue;" align="center">
   Rugged
 </h1>
 <h1>
-  <img src="src/site/resources/images/rugged-logo.png" alt="Rugged">
+  <img src="src/site/resources/images/rugged-logo.png" alt="Rugged"/>
   A sensor-to-terrain mapping tool
 </h1>
 
@@ -15,6 +17,7 @@
   <a href="#development">Development</a>
 </p>
 
+{::options parse_block_html="false" /}
 
 
 Rugged is an add-on for [Orekit](https://www.orekit.org/) handling Digital Elevation Models contribution to 
-- 
GitLab