pengzhanbo 07c274cdbf
feat: add agent skills (#823)
* feat: add agent skills

* chore: tweak
2026-01-29 15:52:29 +08:00

28 lines
338 B
Markdown

# Chat
Display chat records using `::: chat` container.
## Syntax
- Container: `::: chat title="Title"`
- Timestamp: `{:timestamp}`
- Other User: `{username}`
- Current User: `{.}`
## Example
```md
::: chat title="Conversation"
{:2023-10-01 12:00}
{Alice}
Hello there!
{.}
Hi Alice! How are you?
{Alice}
I'm good, thanks.
:::
```