mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-02-14 06:43:14 +08:00
Move color and font-size styles from p selector to container level in UpdateNotesWrapper. This ensures all content (including li elements not wrapped in p tags) uses consistent color. The issue occurred because .replace(/\n/g, '\n\n') creates a "loose list" in Markdown where most list items get wrapped in <p> tags, but the last item (without trailing newline) may not, causing it to inherit a different color from the parent .markdown class. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| index.html | ||
| miniWindow.html | ||
| selectionAction.html | ||
| selectionToolbar.html | ||
| traceWindow.html | ||