mhulse / gh-boiler

Common GitHub boilerplate files I use to kick-start new repositories.
Apache License 2.0
8 stars 3 forks source link

<details> works in README #105

Open mhulse opened 7 years ago

mhulse commented 7 years ago

details-in-readme

Did you know that you can have some details in a readme here on GitHub?

You want to know what hides behind this triangle? Just click it

Aweseom isnt it? Just add a little HTML to your README like this->

# details-in-readme
Did you know that you can have some details in a readme here on GitHub?

<details>
  <summary>You want to know what hides behind this triangle? Just click it</summary>
  <p>Aweseom isnt it? Just add a little HTML to your README like <a href="https://raw.githubusercontent.com/fabianmoronzirfas/details-in-readme/master/README.md">this-></a></p>
</details>

Taken from here: https://github.com/fabianmoronzirfas/details-in-readme