education / codespaces-project-template-py

Codespaces template for building a Python project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collapse project section

alfredodeza opened this issue · comments

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>