-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2025h1 project goals March update #1546
base: master
Are you sure you want to change the base?
Conversation
and linkify mara's profile
- quote separator - make link linkified
I made a bunch of changes to the blog setup recently, so if there's a regression I will try to fix it. Could you explain more what the problem was? Link detection? We still use the same markdown parser library, so I'm not sure what would've caused it. |
Ah, I suppose it's about adding the |
Auto-linkifying probably, so not related to markdown parsing: noticing a |
Sorry for not being clear, the markdown parsing library also outputs the html for us, looks like this: let contents = comrak::markdown_to_html(contents, &options); I don't think we do any additional / custom linkification. It's possible that the comrak library was updated in the meantime and somehow changed its behavior in this regard. I'll have a look later. |
I checked out an older commit (Nov. 2024), copy-pasted the content and the plain URLs still weren't linkfied. So I doubt this is a regression. Or it would've happened a long time ago. |
This is the March 2025h1 project goals update. It's partially generated to collect all the individual goal updates posted by the goal owners, and hand tweaked (some manual layout tweaking was required, as well as some of the content that jumped out).
I think the new blog setup has degraded link detection? I've had to manually mark some markdown links for them to be detected. I don't remember having to do this before, but could be wrong.Some other missing links were just because the content comes from github, and that has its own set of linkifiers that we don't have on the blog: we'll have to take care of these in the automation collecting the project goals updates into these blog posts. I manually fixed these for the flagship goals though.
cc @nikomatsakis
Rendered