diff --git a/site/_includes/bugify.html b/site/_includes/bugify.html index cd8ab79a50..7f3340421a 100644 --- a/site/_includes/bugify.html +++ b/site/_includes/bugify.html @@ -1,7 +1,7 @@ {%- comment -%} -Usage: {% include bugify.html content=text %}, -where content is a string that contains a bug reference name and id. -e.g. Bootstrap#19984 + Usage: include bugify.html content=text, + where content is a string that contains a bug reference name and id. + e.g. Bootstrap#19984 {%- endcomment -%} {%- assign words = include.content | split: " " -%} diff --git a/site/_includes/callout.html b/site/_includes/callout.html index 067e49f198..2b446b0abc 100644 --- a/site/_includes/callout.html +++ b/site/_includes/callout.html @@ -1,7 +1,7 @@ {%- comment -%} -Usage: {% include callout.html content=callout type="type" %}, -where content is a capture with the content -and type is one of: info (default), danger, warning + Usage: include callout.html content=callout type="type", + where content is a capture with the content + and type is one of: info (default), danger, warning {%- endcomment -%} {%- assign css_class = include.type | default: "info" -%}