{% capture api %} Return the HTML Bootstrap 4 blockquote, possible includes are `text, author, source, link` - **Usage** ```liquid {% raw %}{% include components/blockquote.html text="Markdown text" author="Author name" source="Source" link="Url" %}{% endraw %} ``` - **Return** ```html
Rendered Markdown text
``` {% endcapture %} {%- include api/save.html -%}
{{ include.text | markdownify }}