From c8746d1a45aa5d39cbe03cc56c8047506003d887 Mon Sep 17 00:00:00 2001 From: Samuel Date: Tue, 30 Jan 2024 09:31:13 +0100 Subject: [PATCH] Markdown formatting --- tools/docs/ICON_Liskov_integration_style_guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/docs/ICON_Liskov_integration_style_guide.md b/tools/docs/ICON_Liskov_integration_style_guide.md index ab05f89d94..cd5f573563 100644 --- a/tools/docs/ICON_Liskov_integration_style_guide.md +++ b/tools/docs/ICON_Liskov_integration_style_guide.md @@ -21,7 +21,7 @@ The code should look as clean and concise as possible. Also it should be similar ## Example -'''fortran +```fortran ... @@ -137,4 +137,4 @@ DO jc = i_startidx, i_endidx ... -''' +```