--- layout: full --- {% assign sections = page.content|split:'***' %}
{% for section in sections %}
{{ section | markdownify }}
{% endfor %}