Hello,
In Jekyll I was able to do this:
{:class="myClass"}
This gets translated into:
<img src="/assets/post-img/office.jpg" alt="office with a view of Thames river" class="myClass">
But in Hugo the class gets ignored. How do I achieve that? That would really amazing it if I didn’t have to turn all img markdowns to HTML tags just so to inject a custom class.
Thank you