Closed blockninja124 closed 2 months ago
If you have a markdown spoiler, it appears on the page fine. However any markdown inside of the spoiler, once revealed, is still plain text.
Example setup in a markdown file:
< details> < summary>Show info< /summary>
italic text
< /details>
Never mind I think this is working as intended. Apperently Jekyl doesn't convert anything inside an HTML tag (of which < details> is).
If you have a markdown spoiler, it appears on the page fine. However any markdown inside of the spoiler, once revealed, is still plain text.
Example setup in a markdown file:
< details> < summary>Show info< /summary>
Big text
italic text
< /details>