Last active
May 18, 2021 15:08
-
-
Save garethrees/923897c7505bf8b7269dfc2b40dccf9a to your computer and use it in GitHub Desktop.
Why different arrow behaviour?? Why?!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<details open> | |
<summary style="display: block;">Block summary</summary> | |
<p>After block summary elements</p> | |
</details> | |
<br> | |
<br> | |
<details open> | |
<summary>Inline summary</summary> | |
<p>After block summary elements</p> | |
</details> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment