mirror of
https://github.com/Naereen/badges.git
synced 2025-12-27 17:38:42 -08:00
Use the HTML5 <details>...</details> tag to shorten the ToC by default
- https://www.w3schools.com/TagS/att_details_open.asp for the documentation
This commit is contained in:
parent
0a48751f14
commit
2cb6f03d24
1 changed files with 5 additions and 0 deletions
|
|
@ -3,6 +3,9 @@ A list of badges, with their Markdown code, that can be included in a `README.md
|
||||||
|
|
||||||
> The same file for [reStructuredText](http://docutils.sourceforge.net/rst.html) code is available here: [README.rst](README.rst).
|
> The same file for [reStructuredText](http://docutils.sourceforge.net/rst.html) code is available here: [README.rst](README.rst).
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Table of content</summary>
|
||||||
|
|
||||||
## Table of content
|
## Table of content
|
||||||
* [List of Badges, in Markdown](#list-of-badges-in-markdown)
|
* [List of Badges, in Markdown](#list-of-badges-in-markdown)
|
||||||
* [Generic](#generic)
|
* [Generic](#generic)
|
||||||
|
|
@ -62,6 +65,8 @@ A list of badges, with their Markdown code, that can be included in a `README.md
|
||||||
* [Possible TODO? :light_rail:](#possible-todo-light_rail)
|
* [Possible TODO? :light_rail:](#possible-todo-light_rail)
|
||||||
* [License ? :scroll:](#license--scroll-)
|
* [License ? :scroll:](#license--scroll-)
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
## Generic
|
## Generic
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue