Skip to content

Instantly share code, notes, and snippets.

@azakordonets
Created April 15, 2014 20:57
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azakordonets/10773340 to your computer and use it in GitHub Desktop.
Save azakordonets/10773340 to your computer and use it in GitHub Desktop.
Some code for image alignment in ghost blog editor
<!--To center an image-->
<p align="center">
![alt]()
</p>
<!--To right align an image-->
<p align="right">
![alt]()
</p>
@qre0ct
Copy link

qre0ct commented Mar 30, 2020

Does not work !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment