After going around this forum a lot I found that no one has shared before how to achieve this:
You need to create the following CSS snippet:
.center-menu {
display: block;
text-align: center;
}
.right-menu {
display: block;
text-align: right;
}
.left-menu {
display: block;
text-align: left;
}
Then, in your notes:
<span class="right-menu">![[an image]]<br> <br>_[[some internal links]]_ and <br> _some_ <sup>cool</sup> **text** </span>
I hope you find it useful!