Improve visibility of bold Markdown in game descriptions #927

Open
opened 2026-08-10 06:46:22 -05:00 by Veilor · 0 comments
Member

Bold Markdown in game descriptions currently has insufficient visual emphasis according to the reported behavior.

The change belongs at the game-description rendering and presentation layer, with regression coverage for the rendered output.

Scope

  • Game description Markdown rendering in the relevant Blade view under resources/views/
  • Typography styles affecting rendered game-description emphasis under resources/css/
  • Focused feature coverage under tests/Feature/ for game-description rendering

Acceptance Criteria

  • Bold Markdown in a game description is visibly distinguishable from surrounding regular text.
  • Regular game-description text retains its existing appearance and readability.
  • Other supported game-description Markdown formatting continues to render correctly.
  • A focused automated test verifies the bold game-description behavior.

Test Coverage Required

  • Add or update a focused feature test for rendering bold Markdown in a game description.
  • Run the existing relevant game-description feature tests and the full test suite according to repository conventions.

Progress Checklist

  • Locate the game-description Blade rendering path and its associated typography styles.
  • Increase the visual emphasis of rendered bold text within game descriptions using the existing styling approach.
  • Add focused regression coverage for bold Markdown rendering.
  • Review adjacent Markdown formatting behavior for regressions.
Bold Markdown in game descriptions currently has insufficient visual emphasis according to the reported behavior. The change belongs at the game-description rendering and presentation layer, with regression coverage for the rendered output. ## Scope - Game description Markdown rendering in the relevant Blade view under resources/views/ - Typography styles affecting rendered game-description emphasis under resources/css/ - Focused feature coverage under tests/Feature/ for game-description rendering ## Acceptance Criteria - Bold Markdown in a game description is visibly distinguishable from surrounding regular text. - Regular game-description text retains its existing appearance and readability. - Other supported game-description Markdown formatting continues to render correctly. - A focused automated test verifies the bold game-description behavior. ## Test Coverage Required - Add or update a focused feature test for rendering bold Markdown in a game description. - Run the existing relevant game-description feature tests and the full test suite according to repository conventions. ## Progress Checklist - [ ] Locate the game-description Blade rendering path and its associated typography styles. - [ ] Increase the visual emphasis of rendered bold text within game descriptions using the existing styling approach. - [ ] Add focused regression coverage for bold Markdown rendering. - [ ] Review adjacent Markdown formatting behavior for regressions.
Codex changed title from Making text bold should be more visible to Improve visibility of bold Markdown in game descriptions 2026-08-11 18:10:27 -05:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
MyVideoGameList/myvideogamelist.com#927
No description provided.