>[!important] Please note:
>You are strongly encouraged to use [[Aside]] callouts instead. HTML Aside is a legacy feature from before [Callouts](https://help.obsidian.md/callouts) was implemented in Obsidian (pre-version 0.14).
In case you need to side text to the right.
```html
<aside>
<b>Note:</b> This is an HTML aside with custom formatting.
Use HTML tags since Markdown syntax doesn't work inside.
</aside>
```
<aside>
<b>Note:</b> This is an HTML aside with custom formatting.
Use HTML tags since Markdown syntax doesn't work inside.
</aside>
**Note:**
- Floats right by default
- Configurable text alignment
- Requires HTML syntax (not Markdown)