I have following emoji which converts into stars emoji when used in markdown and i want them to align centered in readme file.
:star::star::star:
I have used
<p align = "center"> :star::star::star: </p>
but this is not working.
I have following emoji which converts into stars emoji when used in markdown and i want them to align centered in readme file.
:star::star::star:
I have used
<p align = "center"> :star::star::star: </p>
but this is not working.
try this, just wrap with
center
tag