Skip to content

Instantly share code, notes, and snippets.

@manbearwolf
Forked from kezzbracey/gist:6758471
Created September 4, 2017 13:34
Show Gist options
  • Save manbearwolf/aa3750aa410afa71dfac9ff85f89eb0c to your computer and use it in GitHub Desktop.
Save manbearwolf/aa3750aa410afa71dfac9ff85f89eb0c to your computer and use it in GitHub Desktop.
Aligning images in markdown / Ghost post editor.
<!--To center an image-->
<p align="center">
![alt]()
</p>
<!--To right align an image-->
<p align="right">
![alt]()
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment