mirror of
https://github.com/MeiK2333/github-style.git
synced 2025-10-07 01:54:06 +00:00
feat: support collapsible block
This commit is contained in:
6
layouts/shortcodes/details.html
Normal file
6
layouts/shortcodes/details.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<details>
|
||||
<summary>{{ (.Get 0) | markdownify }}</summary>
|
||||
<p></p>
|
||||
{{ .Inner | markdownify }}
|
||||
<p></p>
|
||||
</details>
|
Reference in New Issue
Block a user