darktable-org / dtorg

13 stars 48 forks source link

Figures not showing in archived(?) blog pages #160

Closed revifr closed 3 years ago

revifr commented 3 years ago

Several pages won't show images where the text clearly shows there should be one. Example links:

In the concerned pages, where the image should be there's code like:

<figure markdown="span" role="group">
![The gradient test image](grey.png)
<figcaption>*Figure 1:* the gradient test image – follow the link, download and play with it in darktable</figcaption>
</figure>

which shows up like


![The gradient test image](grey.png) 
*Figure 1:* the gradient test image – 
follow the link, download and play with it 
in darktable```