feat(timeline): support markdown content

This commit is contained in:
ZhenShuo Leo
2025-09-07 08:46:39 +08:00
parent 9cc808ea93
commit e355715a3b
5 changed files with 17 additions and 8 deletions
+2 -1
View File
@@ -728,7 +728,8 @@ The `timeline` creates a visual timeline that can be used in different use-cases
<!-- prettier-ignore-start -->
| Parameter | Description |
| ----------- | -------------------------------------------- |
| `icon` | the icon to be used in the timeline visuals. |
| `md` | render the content as Markdown (true/false) |
| `icon` | the icon to be used in the timeline visuals |
| `header` | header for each entry |
| `badge` | text to place within the top right badge |
| `subheader` | entry's subheader |