Figure
Basic
{% component "Figure" %}
{% component "FigureImage" src="https://placehold.net/600x400.png" alt="Figure image" / %}
{% component "FigureCaption" %}A caption for the above image.{% endcomponent %}
{% endcomponent %}
Preview:
Caption Right Aligned
{% component "Figure" %}
{% component "FigureImage" src="https://placehold.net/600x400.png" alt="Figure image" / %}
{% component "FigureCaption" %}A caption for the above image.{% endcomponent %}
{% endcomponent %}
Preview:
Caption Center Aligned
{% component "Figure" %}
{% component "FigureImage" src="https://placehold.net/600x400.png" alt="Figure image" / %}
{% component "FigureCaption" %}A caption for the above image.{% endcomponent %}
{% endcomponent %}
Preview:
Without Rounded
{% component "Figure" %}
{% component "FigureImage" src="https://placehold.net/600x400.png" alt="Figure image" / %}
{% component "FigureCaption" %}A caption for the above image.{% endcomponent %}
{% endcomponent %}
Preview:
Not Fluid
{% component "Figure" %}
{% component "FigureImage" src="https://placehold.net/600x400.png" alt="Figure image" fluid=False / %}
{% component "FigureCaption" %}A caption for the above image.{% endcomponent %}
{% endcomponent %}
Preview: