feat: format references with custom shortcode

Uses hanging indent for a References section.
This commit is contained in:
welpo
2023-02-25 02:00:42 +01:00
parent c2d9107cd3
commit 4e4021da5d
3 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
<div class="references">
{{ body | markdown | safe }}
</div>