Allow markdown in details title

This commit is contained in:
Henry Fredrick Schreiner 2019-12-28 16:18:58 -05:00
parent c17c6f1b67
commit 2648942427

View File

@ -1,3 +1,3 @@
<details><summary>{{ .Get 0 }}</summary>
<details><summary>{{ .Get 0 | markdownify }}</summary>
{{ .Inner | markdownify }}
</details>