Skip to content

Add user account link to user-info cmd - #2347

Merged
apiraino merged 1 commit into
rust-lang:masterfrom
apiraino:fix-parens
Mar 18, 2026
Merged

Add user account link to user-info cmd#2347
apiraino merged 1 commit into
rust-lang:masterfrom
apiraino:fix-parens

Conversation

@apiraino

Copy link
Copy Markdown
Contributor

I think there's a missing parenthesis to close a markdown link when listing recent user comments, see:
grafik

r? @Kobzol

@Urgau

Urgau commented Mar 16, 2026

Copy link
Copy Markdown
Member

I don't think that right. The parenthesis you proposed to add is for the first line of the bullet point.

The weirdness is actually in the quoted snippet and is I think the result of us stripping all the markdown inside it.

We were talking about keeping some formatting in #2338 (review), we could also keep the links.

@apiraino

Copy link
Copy Markdown
Contributor Author

ah ok so it's something happening in the stripping phase of the text?

@Kobzol

Kobzol commented Mar 16, 2026

Copy link
Copy Markdown
Member

Yeah this is most likely caused by the stripping, the parentheses in the title are fine.

Comment thread src/zulip.rs Outdated
Comment thread src/zulip.rs Outdated
Co-authored-by: Jakub Beránek <berykubik@gmail.com>
@apiraino apiraino changed the title Fix parenthesis in markdown link Fix formatting in markdown link of user-info cmd Mar 18, 2026
@apiraino

Copy link
Copy Markdown
Contributor Author

Yeah this is most likely caused by the stripping, the parentheses in the title are fine.

I'm searching where to touch to fix this, maybe here?

@Kobzol Kobzol changed the title Fix formatting in markdown link of user-info cmd Add user account link to user-info cmd Mar 18, 2026
@Kobzol

Kobzol commented Mar 18, 2026

Copy link
Copy Markdown
Member

Yeah, there. Let's land the username link change first, and if you want to fix the links, do that in a new PR.

@apiraino
apiraino added this pull request to the merge queue Mar 18, 2026
@apiraino

Copy link
Copy Markdown
Contributor Author

thanks Jakub :)

Merged via the queue into rust-lang:master with commit 4c536bb Mar 18, 2026
3 checks passed
@apiraino
apiraino deleted the fix-parens branch March 18, 2026 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants