nanxstats / hugo-renga

A Bootstrap-based minimalist theme for Hugo/blogdown.
https://nanx.me/hugo-renga/
MIT License
23 stars 3 forks source link

Image disappearing when adding alt text #6

Open AntoineSoetewey opened 4 years ago

AntoineSoetewey commented 4 years ago

Hello,

When using ![hello world](/blog/hello-world_files/0_IgplTZ-Oei_y-uBc.jpeg){width=100%} the image does not appear (only the caption appears).

However, when using ![](/blog/hello-world_files/0_IgplTZ-Oei_y-uBc.jpeg){width=100%} the image appears.

Here is the corresponding blog post and the code.

Any idea how to fix that? This issue is quite recent as I wrote several blog posts using alt text and the image appeared fine.

Thanks in advance for your help.

AntoineSoetewey commented 4 years ago

When I replace progressively = true by progressively = false in my config.toml file, the issue is fixed. How would it be possible to use the progressively = true feature together with alt text?