blob: f12134f48e4ad2374babe60c4757adf1778a32ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE HTML>
<html>
<head>
<title>bidi overrides</title>
</head><body>
&#x202d; forces ltr<br />
&#x202e; forces rtl<br />
&#x202c; restores bidi<br />
<blockquote>
this is ltr: ‭hello‬<br />
this is rtl: ‮hello‬
</blockquote>
</body>
</html>
|