You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I actually need your help in adding an image credit for blog post images using the same markdown package we are using - rehype-react. I tried to use it but I couldn't find my way around it, so I had to use react-markdown but I don't wanna use a whole package just to add this link. You can find my implementation here https://pranavmalvawala.com/github-link, End result would look like this
I propose that we add a new field in markdown file like
imageCredit: 'Photo by [Callum Shaw](https://unsplash.com/@callumshaw)'
and then we query it in post.tsx template and just add it below that image.
Let me know what you think man.
The text was updated successfully, but these errors were encountered:
Hi @scttcper, Love your site, awesome job.
I actually need your help in adding an image credit for blog post images using the same markdown package we are using -
rehype-react
. I tried to use it but I couldn't find my way around it, so I had to usereact-markdown
but I don't wanna use a whole package just to add this link. You can find my implementation here https://pranavmalvawala.com/github-link, End result would look like thisI propose that we add a new field in markdown file like
imageCredit: 'Photo by [Callum Shaw](https://unsplash.com/@callumshaw)'
and then we query it in
post.tsx
template and just add it below that image.Let me know what you think man.
The text was updated successfully, but these errors were encountered: