Is there a way to change the position of "Hide Details"?

This seems to work

* A

* B

   * B1

   * B2
        <details><summary>Summary</summary>This text will be hidden</details>


   * B3

* C

Produces:

  • A

  • B

    • B1

    • B2

      SummaryThis text will be hidden
    • B3

  • C

8 Likes