Bold-wrapped plain URLs followed by punctuation render as clean links.
- Start local Vite:
pnpm run dev --host 127.0.0.1 --port 4173. - Open the
TestChatproject and use an existing thread or create a new one.
- In light theme, send a message containing
**https://example.com**.. - Inspect the rendered message row.
- Confirm the URL text is rendered as a link with
hrefandtitleequal tohttps://example.com. - Confirm the final period remains visible as plain text after the link.
- Repeat in dark theme and confirm the link and punctuation remain readable.
- The bold asterisk wrapper is removed from the rendered URL.
- Trailing punctuation is not included in the link target.
- Light and dark themes both render the link and punctuation clearly.
- Stop the temporary Vite server if it was only used for this check.