Allow markdown in details title
This commit is contained in:
parent
c17c6f1b67
commit
2648942427
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
<details><summary>{{ .Get 0 }}</summary>
|
||||
<details><summary>{{ .Get 0 | markdownify }}</summary>
|
||||
{{ .Inner | markdownify }}
|
||||
</details>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue