From f8d921e728e7a5b33acc8cb2de1fbc5fd3f0eb7c Mon Sep 17 00:00:00 2001 From: Miriam Suzanne Date: Thu, 29 Jun 2017 11:37:48 -0600 Subject: [PATCH] Fix prose markup --- scss/samples/_mixins-functions.scss | 1 + templates/item/macros.j2 | 14 ++++++-------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/scss/samples/_mixins-functions.scss b/scss/samples/_mixins-functions.scss index b8daa505..574e5951 100644 --- a/scss/samples/_mixins-functions.scss +++ b/scss/samples/_mixins-functions.scss @@ -7,6 +7,7 @@ /// Herman allows you to write "prose" markdown blocks, /// to help introduce groups, /// or add narrative flow between documented items. +/// /// @group samples diff --git a/templates/item/macros.j2 b/templates/item/macros.j2 index c9684655..756b9748 100644 --- a/templates/item/macros.j2 +++ b/templates/item/macros.j2 @@ -46,14 +46,12 @@ {% set deprecation = item.deprecated %} {% if content or origin or by or deprecation %} -
-
- {{ content|safe }} - {{ since(origin) }} - {{ authors(by) }} - {{ deprecated(deprecation) }} -
-
+
+ {{ content|safe }} + {{ since(origin) }} + {{ authors(by) }} + {{ deprecated(deprecation) }} +
{% endif %} {% endmacro %}