there is a bug with handling <br/> elements in RTL
Until I fix it you can set RTL only on div that has the content in it like so:
Until I fix it you can set RTL only on div that has the content in it like so:
<html>
<style>
body { text-align:right }
</style>
<body>
<div dir="rtl">
שלום עולם יש ברבורים בעגם
</div>
<br/>
</body>
</html>
Note: currently the RTL support is very basic so make sure it works for you.