fix-2025-07-17-what-we-learned-from-the-chaoss-data-science-hackathon.md #23
fix-2025-07-17-what-we-learned-from-the-chaoss-data-science-hackathon.md #23rajvi0106 wants to merge 2 commits into
Conversation
Signed-off-by: rajvi0106 <rajvisinghrathore001@gmail.com>
9ce0f9e to
ec51987
Compare
MoralCode
left a comment
There was a problem hiding this comment.
Thanks for contributing this
I noticed some extra things when comparing the two sites:
- the image on the main site (https://chaoss.community/what-we-learned-from-the-chaoss-data-science-hackathon/) has alt text specified when the version on my local build doesn't. Can you make sure to copy the alt text over as well?
- I'm noticing that the built page also seems to include a lot of markdown in the page itself. I know you didnt touch these lines of code, but I'm curious if theres something causing this page to not show up correctly (happy to address this in a new issue if you prefer)
- I think it should be possible to embed this image using markdown syntax
- could you try that and see if that works? then we can avoid confusing newcomers with a mix of markdown and HTML syntax if possible
Thanks so much for your contribution!
| <img src="https://chaoss.community/wp-content/uploads/2025/07/leif-christoph-gottwald-iM8dxccK1sY-unsplash-2048x1152.jpg"> | ||
| <br> |
There was a problem hiding this comment.
Since this image exists in this git repo already, could you update this URL to refer to it, so that the site can still build and be viewed offline?
| <img src="https://chaoss.community/wp-content/uploads/2025/07/leif-christoph-gottwald-iM8dxccK1sY-unsplash-2048x1152.jpg"> | |
| <br> | |
| <img src="{{ "wp-content/uploads/2025/07/leif-christoph-gottwald-iM8dxccK1sY-unsplash-2048x1152.jpg" | relURL }}"> | |
| <br> |
|
Thank you for the feedback!
|
i guess do that in a new issue - / is not always a valid substitute for the base url, so it would be nice if we could get this to work. I think theres also a lot of other pages where I find-and-replaced the url in the markdown links to use the baseURL variable, so we should probbaly find a solution that works for all of them |
Signed-off-by: rajvi0106 <rajvisinghrathore001@gmail.com>
fixes/part of #2
Fixes the broken image markup on the
what-we-learned-from-the-chaoss-data-science-hackathonblog post as part of #2.