SyntaxFix
Write A Post
Hire A Developer
Questions
Aligning text in native markdown is not possible. However, you can align the text using inline HTML tags.
<div style="text-align: right"> your-text-here </div>
To justify, replace right with justify in the above.
right
justify