nitinthewiz / ghost-phantom

Phantom theme for Ghost
MIT License
434 stars 121 forks source link

Centering linked images #23

Closed CMCDragonkai closed 9 years ago

CMCDragonkai commented 9 years ago

This style of syntax:

[![Unified Log Diagram](http://engineering.linkedin.com/sites/default/files/datapipeline_simple.png)](http://engineering.linkedin.com/distributed-systems/log-what-every-software-engineer-should-know-about-real-time-datas-unifying)

Which creates a linked image, the image doesn't get centered however, because the surrounding p tag doesn't get the article-image class.

haydenbleasel commented 9 years ago

All fixed - I limited it to the <p> tag without thinking of this case.