Argon-Dokuwiki-Template
Argon-Dokuwiki-Template copied to clipboard
Images do not appear inline.
With the Argon template installed and activated, images no longer appear inline with text, instead they are placed on a separate line.
This syntax: An image {{:wiki:dokuwiki-128.png?nolink&10|}} is displayed
appears as
An image (image here) is displayed
instead of as
an image (image here) is displayed.
The rendering in html doesn't change between templates, it is rendered as

The difference appears to be in the CSS used by the media class.
The media class is picked up first from argon-design-system.css, with elements display: flex align-items: flex-start
It next inherits from the img class in the same file: vertical-align: middle; border-style: none;