HugoBlox / hugo-blox-builder

🚨 GROW YOUR AUDIENCE WITH HUGOBLOX! 🚀 HugoBlox is an easy, fast no-code website builder for researchers, entrepreneurs, data scientists, and developers. Build stunning sites in minutes. 适合研究人员、企业家、数据科学家和开发者的简单快速无代码网站构建器。用拖放功能、可定制模板和内置SEO工具快速创建精美网站!
https://hugoblox.com/templates/
MIT License
8.2k stars 2.9k forks source link

Issue rendering markdown links in Experience blox #3153

Open ylehenaff opened 2 weeks ago

ylehenaff commented 2 weeks ago

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 commented 2 weeks ago

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

gcushen commented 1 week ago

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...