I have a _index.md file with html code in a folder /content/software/.
I can create links, insert images, etc., using markdown, but the html code is ignored when the website is built. For instance:
This works
But this does not even appear in the website as a link
Academic does not parse HTML or Markdown. It is Hugo that performs that task - feel free to raise with Hugo team.
@DiogoFerrari There were changes in Hugo 0.60 that may affect your use of inline HTML, see the release notes: https://gohugo.io/news/0.60.0-relnotes/
That solved it. Thank you.
No problem!
Most helpful comment
That solved it. Thank you.