Skip to content

Instantly share code, notes, and snippets.

@bgrand-ch
Created May 19, 2021 12:35
Show Gist options
  • Save bgrand-ch/ea071bf6a61ed772a2e8944b52297b07 to your computer and use it in GitHub Desktop.
Save bgrand-ch/ea071bf6a61ed772a2e8944b52297b07 to your computer and use it in GitHub Desktop.

Revisions

  1. Avery Magnotti revised this gist Apr 27, 2019. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions dropdown.md
    Original file line number Diff line number Diff line change
    @@ -5,10 +5,10 @@ This is how you dropdown.
    <br><br>
    <pre>
    &lt;details&gt;
    &lt;summary&gt;How do I dropdown?&lt;/summary&gt;
    &lt;summary&gt;How do I dropdown?&lt;&#47;summary&gt;
    &lt;br&gt;
    This is how you dropdown.
    &lt;details&gt;
    &lt;&#47;details&gt;
    </pre>
    </details>

    @@ -21,9 +21,9 @@ Well, you asked for it!
    <br><br>
    <pre>
    &lt;details open&gt;
    &lt;summary&gt;Want to ruin the surprise?&lt;/summary&gt;
    &lt;summary&gt;Want to ruin the surprise?&lt;&#47;summary&gt;
    &lt;br&gt;
    Well, you asked for it!
    &lt;details&gt;
    &lt;&#47;details&gt;
    </pre>
    </details>
  2. Avery Magnotti revised this gist Oct 9, 2017. 1 changed file with 14 additions and 14 deletions.
    28 changes: 14 additions & 14 deletions dropdown.md
    Original 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.
    </details>

    ```
    <details>
    <summary>How do I dropdown?</summary>
    <br>
    <br><br>
    <pre>
    &lt;details&gt;
    &lt;summary&gt;How do I dropdown?&lt;/summary&gt;
    &lt;br&gt;
    This is how you dropdown.
    &lt;details&gt;
    </pre>
    </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>
    <br><br>
    <pre>
    &lt;details open&gt;
    &lt;summary&gt;Want to ruin the surprise?&lt;/summary&gt;
    &lt;br&gt;
    Well, you asked for it!
    &lt;details&gt;
    </pre>
    </details>
    ```
  3. Avery Magnotti revised this gist Oct 9, 2017. 1 changed file with 14 additions and 8 deletions.
    22 changes: 14 additions & 8 deletions dropdown.md
    Original file line number Diff line number Diff line change
    @@ -1,23 +1,29 @@
    <details open>
    <details>
    <summary>How do I dropdown?</summary>
    <br>
    This is how you dropdown.
    </details>

    ```
    <details open>
    <details>
    <summary>How do I dropdown?</summary>
    <br>
    This is how you dropdown.
    </details>
    ```

    <details>
    <summary>I have a surprise for you.</summary>
    Surprise!
    ---

    <details open>
    <summary>Want to ruin the surprise?</summary>
    <br>
    Well, you asked for it!
    </details>

    ```
    <details>
    <summary>I have a surprise for you.</summary>
    Surprise!
    <details open>
    <summary>Want to ruin the surprise?</summary>
    <br>
    Well, you asked for it!
    </details>
    ```
  4. Avery Magnotti revised this gist Oct 9, 2017. 1 changed file with 15 additions and 3 deletions.
    18 changes: 15 additions & 3 deletions dropdown.md
    Original file line number Diff line number Diff line change
    @@ -1,11 +1,23 @@
    <details>
    <details open>
    <summary>How do I dropdown?</summary>
    This is how you dropdown.
    </details>

    ```
    <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>
    ```
  5. Avery Magnotti created this gist Dec 21, 2016.
    11 changes: 11 additions & 0 deletions dropdown.md
    Original 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>
    ```