Css class not working in markdown

rdyar is right

![alt text](/image.jpg){:.css_class}

works.

But the confusion is understandable since when dealing with texts the class spec should be placed in front (at least that is my experience):

{:.css_class} My line of text

Regards,
Rien.

1 Like