{# We wrap each example in: ...
Additionally, the markdownparser wraps the entire markdown document in:
This means that we can style the markdown blocks with styles scoped to ``.vitalstyles-markdown``, without affecting the example previews. #}
{# End the previous
#} {% block content %}
Example
{{ previewblock }}
Code for the example
{{ codeblock }}
{% endblock content %}