Skip to content

Instantly share code, notes, and snippets.

View mhmd-azeez's full-sized avatar

Muhammad Azeez mhmd-azeez

View GitHub Profile
@mhmd-azeez
mhmd-azeez / README.md
Created June 8, 2018 23:46
Hebrew Content In GitHub - Right-To-Left Aligned - תוכן בעברית מיושר לימין

Note I: the exclamation-mark, it should be displayed as the last (not first) character,
this is a good way telling if the content is text aligned to the right.

Note II: A little confusing but it seems that in GitHub,
dir="RTL" is equal to CSS' text-align:right;, (inner-text is rendered from right-to-left)
while align="right" is equal to CSS' direction:rtl;, (container is rendered from the right-side)

Note III: