Justify or right-align text in Markdown using HTML
Put your text in a <div> element and use the <style> attribute to apply CSS text-align
to your text.
To justify add:
<div style="text-align: justify"> your text </div>
To right-align add:
<div style="text-align: right"> your text </div>
markdown personal computing wiki office applications publishing