-
Notifications
You must be signed in to change notification settings - Fork 17
Use markdown links #146
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
Use markdown links #146
Conversation
jarrodmillman
commented
Feb 20, 2024
- https://github.com/gohugoio/hugo/releases/tag/v0.123.0
- https://discourse.gohugo.io/t/did-relref-semantics-change/48306
- https://gohugo.io/render-hooks/links/
✅ Deploy Preview for learn-scientific-python-org ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
- [Community Meetings]({{< relref "/community/community-meetings" >}}) | ||
- [Community Outreach]({{< relref "/community/community-outreach" >}}) | ||
- [Onboarding]({{< relref "/community/onboarding" >}}) | ||
- [Project Management]({{< relref "/community/project-management" >}}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe relref
is checked against the files in the repo, while the markdown one is not? Plus it will render out to the final URL, which this is truly just a relative HTML link?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a new Hugo feature enabled by render hooks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're trying to see how/whether it works.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here's the documentation for that feature: https://deploy-preview-2420--gohugoio.netlify.app/render-hooks/links/#default
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh, okay.
952f141
to
c206fa8
Compare
c206fa8
to
ef0cbee
Compare
0.123.3 is out; feel free to merge once you're happy with the rendering, @jarrodmillman |