Created
May 19, 2021 12:35
-
-
Save bgrand-ch/ea071bf6a61ed772a2e8944b52297b07 to your computer and use it in GitHub Desktop.
Revisions
-
Avery Magnotti revised this gist
Apr 27, 2019 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -5,10 +5,10 @@ This is how you dropdown. <br><br> <pre> <details> <summary>How do I dropdown?</summary> <br> This is how you dropdown. </details> </pre> </details> @@ -21,9 +21,9 @@ Well, you asked for it! <br><br> <pre> <details open> <summary>Want to ruin the surprise?</summary> <br> Well, you asked for it! </details> </pre> </details> -
Avery Magnotti revised this gist
Oct 9, 2017 . 1 changed file with 14 additions and 14 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -2,28 +2,28 @@ <summary>How do I dropdown?</summary> <br> This is how you dropdown. <br><br> <pre> <details> <summary>How do I dropdown?</summary> <br> This is how you dropdown. <details> </pre> </details> --- <details open> <summary>Want to ruin the surprise?</summary> <br> Well, you asked for it! <br><br> <pre> <details open> <summary>Want to ruin the surprise?</summary> <br> Well, you asked for it! <details> </pre> </details> -
Avery Magnotti revised this gist
Oct 9, 2017 . 1 changed file with 14 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,23 +1,29 @@ <details> <summary>How do I dropdown?</summary> <br> This is how you dropdown. </details> ``` <details> <summary>How do I dropdown?</summary> <br> This is how you dropdown. </details> ``` --- <details open> <summary>Want to ruin the surprise?</summary> <br> Well, you asked for it! </details> ``` <details open> <summary>Want to ruin the surprise?</summary> <br> Well, you asked for it! </details> ``` -
Avery Magnotti revised this gist
Oct 9, 2017 . 1 changed file with 15 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,11 +1,23 @@ <details open> <summary>How do I dropdown?</summary> This is how you dropdown. </details> ``` <details open> <summary>How do I dropdown?</summary> This is how you dropdown. </details> ``` <details> <summary>I have a surprise for you.</summary> Surprise! </details> ``` <details> <summary>I have a surprise for you.</summary> Surprise! </details> ``` -
Avery Magnotti created this gist
Dec 21, 2016 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ <details> <summary>How do I dropdown?</summary> This is how you dropdown. </details> ``` <details> <summary>How do I dropdown?</summary> This is how you dropdown. </details> ```