From 498297d1dc8478ecc01d2b052f6af7de51fb1df2 Mon Sep 17 00:00:00 2001 From: "Ryan S. Arnold" Date: Wed, 15 Feb 2017 23:19:07 +0000 Subject: macros: Add newline after bullet list first line Change-Id: I43803a4490669de35e9e1a54e054d4d09f589fff --- components/toolchain/binaries/macros | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/toolchain/binaries/macros b/components/toolchain/binaries/macros index 004aa24..62365ef 100644 --- a/components/toolchain/binaries/macros +++ b/components/toolchain/binaries/macros @@ -85,7 +85,7 @@ {% endif %} {# else this is textile mode #} {%- else -%} - {%- if mode == "news" -%} + {%- if mode == "news" %} {%- if loop.index0 == 0 -%} * {{ line }} @@ -97,7 +97,7 @@ {% else -%} {{ line }} {% endif %} - {% elif mode == "newscont" -%} + {% elif mode == "newscont" %} {%- if loop.index0 == 0 -%} p {%- for i in range(0, 3) -%} -- cgit v1.2.3