{
  "$type": "com.whtwnd.blog.entry",
  "theme": "github-light",
  "title": "Test 01",
  "content": "If you want to make the most of collapsibles in WhiteWind, here are a couple of practical patterns you can use right away:\n\n```html\n<details>\n  <summary>~Section title (click to expand)</summary>\n  \n  This is the hidden content.  \n  You can include **Markdown** here too:\n  - Lists\n  - Links\n  - Paragraphs\n</details>\n```\n---\n\n<details>\n  <summary>~Section title (click to expand)</summary>\n  \n  This is the hidden content.  \n  You can include **Markdown** here too:\n  - Lists\n  - Links\n  - Paragraphs\n</details>\n\n---\n\n- Add `open` to `<details>` if you want it expanded by default:\n  ```html\n  <details open>\n    <summary>Always open by default</summary>\n    Content here.\n  </details>\n  ```\n\n---\n\n <details open>\n    <summary>Always open by default</summary>\n    Content here.\n  </details>\n\n---\n\n- You can even nest them, though readability can get messy:\n  ```html\n  <details>\n    <summary>Outer section</summary>\n    <details>\n      <summary>Inner section</summary>\n      Nested content.\n    </details>\n  </details>\n  ```\n\n---\n\n <details>\n    <summary>Outer section</summary>\n    <details>\n      <summary>Inner section</summary>\n      Nested content.\n    </details>\n  </details>",
  "createdAt": "2025-09-22T14:39:25.385Z",
  "visibility": "url"
}