What I’m trying to do
I’m trying to insert a simple newline using web clipper logic. Say i have something like this:
{% elseif section contains "notion-callout-block" %}
{{section|strip_md|callout}}
{% endif %}
How would i make it print double newlines before and after this block?
Things I have tried
Adding literal blank lines in the editor, as well as ‘\n\n’. frankly i have no other ideas.