[PR #9723] fix(app): fix numbered list rendering in web markdown #13211

Closed
opened 2026-02-16 18:18:04 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/9723

State: closed
Merged: Yes


Summary

  • Fix numbered/bulleted lists in web markdown rendering where numbers appeared on separate lines from content
  • The issue was caused by <p> tags inside <li> elements (loose lists from marked) combined with list-style-position: inside
  • Added CSS to make first paragraph inline with list markers
  • Updated AGENTS.md with local dev workflow for testing UI changes

Details

opencode dev web proxies from app.opencode.ai, so local CSS changes don't show. To test local UI changes:

  • Backend: bun run --conditions=browser ./src/index.ts serve --port 4096 (from packages/opencode)
  • App: bun dev -- --port 4444 (from packages/app)
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/9723 **State:** closed **Merged:** Yes --- ## Summary - Fix numbered/bulleted lists in web markdown rendering where numbers appeared on separate lines from content - The issue was caused by `<p>` tags inside `<li>` elements (loose lists from marked) combined with `list-style-position: inside` - Added CSS to make first paragraph inline with list markers - Updated AGENTS.md with local dev workflow for testing UI changes ## Details `opencode dev web` proxies from `app.opencode.ai`, so local CSS changes don't show. To test local UI changes: - Backend: `bun run --conditions=browser ./src/index.ts serve --port 4096` (from `packages/opencode`) - App: `bun dev -- --port 4444` (from `packages/app`)
yindo added the pull-request label 2026-02-16 18:18:04 -05:00
yindo closed this issue 2026-02-16 18:18:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13211