Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

300

and then several variations on inserting an image

regular markdown

alt text

MyST Syntax

we can set more layout parameters here

inside admonitions (no dropdown)

testing within plainly visible admonitions - not messing with the size this time

inside dropdown admonitions

same within dropdown admonitions

former bugs

this now works smoothly, no longer need an extra <div> wrapping the image

with a width

more than an image: here some text

several images

inline images ?

wondering if one can use an image like it was a font character and insert it inline

as of 2025 april:

in any case remember the markdown syntax does not let us set a size, so for this example to work we have produced a resized image...

inlined image with a html tag ?

same but this time we use html fragment with an explicit size: to insert the image and insert it inline

not only it does cause a line break, but it also does not resize the image !