Open jmooring opened 4 years ago
The long story short:
You need to use the {{%
delimiter in this case.
Shall I close this as a documentation issue, and submit a documentation PR, or should it be addressed in code?
I guess it's both. The best thing to do on the "code side" is to raise an error, I suspect.
A Google search shows that "HAHAHUGOSHORTCODE" is visible on several live sites. For example:
1) https://developer.servicenow.com/blog.do?p=/categories/now-creator/
2) https://www.juliabloggers.com/author/julia-on/
We're going to add this to the list of strings that we grep for prior to deployment, but I suspect that's a quality control step that most do not or will not perform.
What version of Hugo are you using (
hugo version
)?Does this issue reproduce with the latest release?
Yes
To Reproduce
Then visit http://localhost:1313/post/test/.
Description
Content page contains the following markdown:
layouts/_default/_markup/render-link.html contains this code:
This renders:
Other
Reported in https://discourse.gohugo.io/t/render-link-functionality-not-working/26358/.