In Ghost, the markdown for image is

Is there a hidden format for adding a class in the img tag? Or is this feature not in G
img
in ghost the file post.hbs rendering de {{content}} whit class .kg-card-markdown u can use css to whit sass
.kg-card-markdown { img{ @extend .img-responsive; } }