Image size in Markdown

Does DT3 support image size control in Markdown? I’ve tried various incantations with no luck. If it is supported could you provide example syntax or a link to documentation?
Thanks!

I suppose you could use custom CSS for that

Welcome @rsadek

@chrillek is correct here. The presentation of images is controlled via CSS, e.g.,…

<style type="text/css">
figure, img {
width: 90%;
height; auto;
}
</style>