From 555616d413ef400b26069d52a40b80fd53195aa5 Mon Sep 17 00:00:00 2001 From: Nils Carstensen Date: Thu, 4 Nov 2021 19:22:50 +0100 Subject: [PATCH] Fixed: markdown newline in tableofcontents --- src/templates/readme.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/templates/readme.j2 b/src/templates/readme.j2 index f94d608..e70fc01 100644 --- a/src/templates/readme.j2 +++ b/src/templates/readme.j2 @@ -4,8 +4,9 @@ {%- endmacro -%} {% for items in description %} {{ descriptionBlock(items) }} -{%- endfor%} +{%- endfor %}   + {%- if tableOfContents == true %} # Table of Contents {%- if requirements == true %} @@ -24,8 +25,7 @@ {%- endif -%} {% if outsstatement == true %} - [Outputs](#outputs) -{%- endif -%} -  +{%- endif %} - [Contributing](#contributing) {%- endif -%}