Description
In OpenCode Desktop, Markdown bold **text** is rendered too weakly or not visibly different from normal text. It is hard to distinguish bold and non-bold content.
In comparison, the same **text** renders correctly on GitHub/web.
Steps to Reproduce
- Open OpenCode Desktop
- Send or view a message containing
**Je m'appelle Haoran.** and Je m'appelle Haoran.
- Observe the two lines look identical
Expected
Bold text should be clearly thicker/darker than normal text.
Actual
Bold and normal text look almost the same, no clear visual difference.
Environment
- App: OpenCode Desktop
- OS: macOS (darwin)
- Screenshot: attached
Suggestion
Increase font-weight for strong / b to 700+ or add distinct color, do not rely on subtle weight change.
Description
In OpenCode Desktop, Markdown bold
**text**is rendered too weakly or not visibly different from normal text. It is hard to distinguish bold and non-bold content.In comparison, the same
**text**renders correctly on GitHub/web.Steps to Reproduce
**Je m'appelle Haoran.**andJe m'appelle Haoran.Expected
Bold text should be clearly thicker/darker than normal text.
Actual
Bold and normal text look almost the same, no clear visual difference.
Environment
Suggestion
Increase font-weight for
strong/bto 700+ or add distinct color, do not rely on subtle weight change.