github.io/layouts/shortcodes/block.html

5 lines
105 B
HTML
Raw Normal View History

<div class='block'>
{{ range (after 1 (split .Inner "\n")) }}
<p>{{ markdownify . }}</p>
{{ end }}
</div>