You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Problem
When sending markdown table syntax (| col1 | col2 |) in Feishu, the message displays as plain text instead of being rendered as a table. This works correctly in OpenClaw.
## Environment
- Hermes Agent version: [latest]
- Feishu integration via WebSocket
- Using native markdown table syntax in messages
## Expected behavior
Markdown tables should render as formatted Feishu table messages, similar to how OpenClaw handles them.
## Screenshots
[Attach screenshot comparing OpenClaw vs Hermes Agent rendering]
## Additional context
The Feishu platform adapter uses post msg_type with markdown, but the markdown hint regex may not be detecting table syntax properly. #7310