You could use this one as well with kramdown:
markdown

{:.some-css-class style="width: 200px"}
or
markdown

{:.some-css-class width="200"}
This way you can directly add arbitrary attributes to the last html element. To add classes there is a shortcut .class.secondclass.