Text alignment?

Hello all,
perhaps I'm missing something, but I'm not able to align text (left, center, right, justified) in a note.
Or, is this by design?
TIA for any info.
Tony

Not with Markdown code but you can with html.

<p style="text-align:left;">text</p>
<p style="text-align:center;">text</p>
<p style="text-align:right;">text</p>
<p style="text-align:justified;">text</p>
2 Likes

Hello dpoulton,
I'm a web developer, so I know I can use HTML, but my wife (and lots of end-users) doesn't know HTML at all.
I really apreciate the toolbar on the mobile version: this is a huge help for non developers users.
Tony

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.