Skip to content

Conversation

@rchl
Copy link
Member

@rchl rchl commented Dec 9, 2025

@predragnikolic
Copy link
Member

Related issue #2012

@predragnikolic
Copy link
Member

#2606 is fixed with this PR

Previously, the bullet points were presented inline.
image

Now, they are correctly rendered.
Screenshot 2025-12-09 at 22 15 15

#2012 is fixed with this PR

Previously, if we had md links like '[&](&)', mdpopups would generated invalid html that could not be parsed by minihtml.
image

Now, even such links are rendered correctly. (but clicking on them will open a browser with a link to https://&/ , but this is a language server/rust-analyzer issue)

Screenshot 2025-12-09 at 22 20 33

Rust rust-analyzer does seem to use some uncommon md format, but that is up to the server to address. (see []: in the below image)
Screenshot 2025-12-09 at 22 28 21

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.

Markdown for list items don't works in popups when hovering. Popup text is truncated at & in Rust source

3 participants