How to justify a text ? I


#1

Hello everybody

I hope you can help me with and issue I have. I used this line to justify a text but I could see it justify in the preview

<p style=“align-text: justify”>Texto de prueba</p>


#2
<p align="justify">lorem ipsum...</p>

I think we can’t use inline CSS. Instead use align attribute. That’s not supported in HTML5 but it means that StackEdit is not supported with HTML5. I’m not sure.