# Workspace Final Markdown Review

This is the final review file for the new markdown rendering in Hermes Workspace.

## What to check

- It should feel like a document, not a code dump
- Preview should be the default
- Source should still be available
- Links, lists, quotes, and tables should render cleanly

> This blockquote should look like content, not terminal output.

## Checklist

- [x] Heading styling
- [x] List styling
- [x] Inline code styling
- [x] Code block rendering
- [x] Table rendering

## Code

```ts
export function markdownReviewStatus() {
  return 'ready for review'
}
```

## Table

| Area | Expected |
|---|---|
| Message rendering | Cleaner |
| Markdown attachment | Preview-first |
| Source mode | Still available |

[Hermes Agent Repo](https://github.com/NousResearch/hermes-agent)
