Skip to content

Files

Latest commit

aa6acdf · Dec 7, 2018

History

History
5 lines (4 loc) · 169 Bytes

MarkdownTest.md

File metadata and controls

5 lines (4 loc) · 169 Bytes

{% capture nameOfVariableToCapture %}any markdown here...{% endcapture %}

Content before variable.
{{ nameOfVariableToCapture }}
Content after variable.