how to show a dropdown for more details in markdown: <details> <summary>details</summary> <p> ``` source ``` </p> </details> looks like ... details source
Neat! If you remove the
<summary>
tag, it will still be printingDetails
: