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 %}