mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
14 lines
286 B
HTML
14 lines
286 B
HTML
<!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>
|