We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hugo v0.125.1-68c5ad638c2072969e47262926b912e80fd71a77+extended linux/amd64 BuildDate=2024-04-18T08:21:19Z
In the browser: Hugo builds the site, but something doesn't look right.
Docker
Firefox, Edge, ... (seems to affect all browsers)
Using the :inline modifier does not work as advertised:
:inline
![red wire:inline](local.png) +12V
The generated HTML looks like this:
<li> <figure class="inline"> <picture> <img loading="lazy" decoding="async" alt="red wire" class="image_figure image_internal image_processed" width="20" height="20" src="/post/test-post/pin_red.png" data-pos="1"><figcaption class="img_alt">red wire</figcaption> </picture> </figure> +12V</li>
The image gets rendered inline as advertised.
Use an image with the :inline style.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I confirm:
Hugo version
hugo v0.125.1-68c5ad638c2072969e47262926b912e80fd71a77+extended linux/amd64 BuildDate=2024-04-18T08:21:19Z
Where is this bug showing up?
In the browser: Hugo builds the site, but something doesn't look right.
Operating system
Docker
Browser (if applicable)
Firefox, Edge, ... (seems to affect all browsers)
Current behavior
Using the
:inline
modifier does not work as advertised:The generated HTML looks like this:
Expected behavior
The image gets rendered inline as advertised.
Steps to reproduce
Use an image with the
:inline
style.Relevant log output
No response
Related code
No response
Preferred solution
No response
Other information
No response
The text was updated successfully, but these errors were encountered: