issue: footnotes don't render within the HTML <detail> tags
as per github collapsed docs
here is my markdown:
<details>
<summary> toggle 1 </summary>
definition with footnote[^1]
</details>
<details>
<summary> toggle 2 </summary>
definition with a footnote[^2]
</details>
[^1]: this displays as plaintext
[^2]: this also displays as plaintext
here is the output in vs code markdown preview:

the expected functionality should look like this:
toggle 1
definition with footnote1
toggle 2
definition with a footnote2
issue: footnotes don't render within the HTML
<detail>tagsas per github collapsed docs
here is my markdown:
here is the output in vs code markdown preview:

the expected functionality should look like this:
toggle 1
definition with footnote1
toggle 2
definition with a footnote2
Footnotes
footnote 1 ↩
footnote 2 ↩