Skip to content
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

Issue rendering markdown links in Experience blox #3153

Open
2 tasks done
ylehenaff opened this issue Oct 7, 2024 · 2 comments
Open
2 tasks done

Issue rendering markdown links in Experience blox #3153

ylehenaff opened this issue Oct 7, 2024 · 2 comments

Comments

@ylehenaff
Copy link

Preliminary Checks

Description

Markdown links are not rendered correctly in some cases.

For example, with the academic cv, a markdown link is present in the source at Experience > Education > Phd > "Supervised by ...", but it does not appear when the website is generated (see here).

However, links in the Teaching sections work.

Reproduction Link

https://github.com/HugoBlox/theme-academic-cv

Steps to Reproduce

  1. Use the Academic CV theme
  2. Add a markdown link in content/authors/admin/_index.md
  3. Compile the website

Expected Result

A link is supposed to appear

Actual Result

Nothing appears.

What Hugo Module versions does your site use?

module github.com/HugoBlox/hugo-blox-builder/starters/academic-cv

go 1.19

require (
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231209203044-d31adfedd40b
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240602133901-492e343c2a33
)

What operating system(s) are you seeing the problem on?

Windows

What browser(s) are you seeing the problem on?

Firefox

Which Hugo Blox template are you using?

AcademicCV

What version of Hugo are you using?

hugo v0.133.1-47d00202e7e61769ce4d14691e43b27852c9cce4+extended windows/amd64

@audrey-shih
Copy link

I had this same issue. I used HTML formatting to insert the links instead of Markdown and it worked.

@gcushen gcushen changed the title Rendering of markdown links Issue rendering markdown links in Experience blox Oct 13, 2024
@gcushen
Copy link
Collaborator

gcushen commented Oct 13, 2024

This may possibly be due to a Hugo bug or breaking change in Hugo as I recall this was working fine in earlier Hugo versions...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants