Bold and center markdown problem

It works, but I suspect they made the format more consistent. For example if you start using HTML, you need to stay with HTML. It isn’t going to respect mixing on the line. So you’d use the following for bold and centered:

<center><b>centered</b></center>

There is probably a discussion in a closed issue about how to handle and the decisions made.