maaslalani / slides

Terminal based presentation tool
http://maaslalani.com/slides/
MIT License
9.58k stars 263 forks source link

Enable Markdown processing in "details" block #258

Closed bewuethr closed 10 months ago

bewuethr commented 1 year ago

The default Markdown processor for GitHub Pages doesn't process the contents of <details> blocks, resulting in raw Markdown in the output at https://maaslalani.com/slides/:

image

This PR instructs Kramdown to process Markdown in that block:

image

maaslalani commented 10 months ago

Thank you so much!