This page covers tables and native HTML components. Simple tables can omit a caption; wide or complex tables should use a Table: … caption line.
Tables
| Item | Status |
|---|
| Simple table | Caption optional |
| Item | Status |
| :--- | :--- |
| Simple table | Caption optional |
Table: Markdown column alignment| Center | Right | Left |
|---|
Center (:-:) | Right (-:) | Left (:-) |
| b | aaaaaaaaa | aaaa |
| c | aaaa | a |
Table: Markdown column alignment
| Center | Right | Left |
| :-------------: | ------------: | :------------- |
| Center (`:-:`) | Right (`-:`) | Left (`:-`) |
| b | aaaaaaaaa | aaaa |
| c | aaaa | a |
Table: Post list horizontal scroll demo
| Date | Title | Category | Tags | Status | Link |
| :--- | :--- | :--- | :--- | :--- | :--- |
| 2026-05-17 | Extended Markdown sample | Docs | markdown, style | Published | https://example.com/posts/markdown-style-example |
| 2026-05-18 | Pure CSS component test | UI | css, html, static | Draft | https://example.com/posts/css-only-components |
Show more
Collapsible content using native HTML ``.
<details>
<summary>Show more</summary>
Collapsible content using native HTML `<details>`.
</details>
CC-BY-NC-SAThis article is licensed under CC BY-NC-SA 4.0.
This content is protected by the selected license. When reusing or quoting, keep the author attribution and original link.