Wowchemy-hugo-modules: html code in .md files not working

Created on 6 Dec 2019  路  4Comments  路  Source: wowchemy/wowchemy-hugo-modules

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

a link

But this does not even appear in the website as a link

Hello, world!

  • Hugo version: Hugo Static Site Generator v0.60.0
  • OS: Ubuntu 19.04; linux/amd64
  • Browser/OS: chromium Version 78.0.3904.108
  • Academic version: I don't know what version I am using or where to find that information. Let me know where I find it and I can provide it here.

Most helpful comment

That solved it. Thank you.

All 4 comments

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!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

HughP picture HughP  路  4Comments

gcushen picture gcushen  路  4Comments

Framartin picture Framartin  路  4Comments

ivlis picture ivlis  路  4Comments

eduardohenriquearnold picture eduardohenriquearnold  路  4Comments