chrisrhymes / bulma-clean-theme

A clean and modern Jekyll theme based on Bulma
http://www.csrhymes.com/bulma-clean-theme/
MIT License
383 stars 485 forks source link

Markdown inside spoiler doesn’t get converted #167

Closed blockninja124 closed 4 weeks ago

blockninja124 commented 4 weeks 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>

Big text

italic text

< /details>

image
blockninja124 commented 4 weeks ago

Never mind I think this is working as intended. Apperently Jekyl doesn't convert anything inside an HTML tag (of which < details> is).