Just a note: the center tag is officially deprecated by the W3C and should not be used.
The official way to do this now is to use CSS and specify "margin-left: 0 auto; margin-right: 0 auto;"
<span style="margin:0 auto">centered text</span>
I'll look into adding a button for this on the markdown editor, but in the meantime please do it the modern way.