How to right-align and justify-align in Markdown? -


markdown text left-aligned. there way right-align , justification in markdown?

to precise, i'm using markdown in jupyter notebook (ipython).

aligning text in native markdown not possible. however, can align text using inline html tags.

<div style="text-align: right"> your-text-here </div> 

Comments