eddiewebb / hugo-resume

A Hugo theme ported from startbootrap.com's resume template
https://themes.gohugo.io/hugo-resume/
MIT License
263 stars 232 forks source link

html not rendered in creation #102

Closed renzhamin closed 1 year ago

renzhamin commented 1 year ago

I want to use images in the creation description but couldn't get it to work anyway (not the project image) I tried putting the images in the same folder, in the static folder as well but nothing worked Then I found out that no html tags were working on the creation description I tried to show images using markdown [img](img/img.png) syntax but still doesn't work

replicate by putting images in static folder, content/projects/creations folder and edit content/projects/bosh-agents.md

renzhamin commented 1 year ago

the solution is to put this lines in config.toml

[markup.goldmark.renderer]
unsafe= true