github-education-resources / codespaces-project-template-py

Codespaces template for building a Python project
MIT License
157 stars 99 forks source link

Collapse project section #19

Closed alfredodeza closed 1 year ago

alfredodeza commented 1 year ago

The current project (or next steps) is detailed and useful but it can be overwhelming as a first-time viewer of the repository. The following is how to enable a collapsable drop-down in Markdown:

<details>
   <summary><b>Some TITLE here</b></summary>
   Content here 
</details>