Center Image using Markdown

@andreafa Unfortunately not. Adding classes to text paragraphs is not supported in Markdown. You may try it here http://parsedown.org/extra/ to convince yourself and play a little bit around. The only thing you can do is to wrap your contents in a div like

<div markdown="1" class="center">
  Your _centered_ **markdown** content!
</div>
---