Revision 37f5b587dec405a638bb79e81d46ae19c72e9dde (click the page title to view the current version)

Test

Changes from beginning to 37f5b587dec405a638bb79e81d46ae19c72e9dde



# A collapsible section with markdown
<details>
  <summary>Click to expand!</summary>
  
  ## Heading

  1. A numbered
  2. list
     * With some
     * Sub bullets

  ```python
  #!/usr/bin/env python3
  
  print("Hello World!")
  ```
</details>