You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to avoid problems when displaying previews of the website, we need to make sure the titles don't contain anything that could be interpreted as an HTML tag. Which is why instead of simply writing #include <C++> we write #include<C++> in the titles. Instead of using "Less-Than Sign" and "Greater-Than Sign" symbols, we use "Fullwidth Less-Than Sign" https://www.compart.com/en/unicode/U+FF1C and "Fullwidth Greater-Than Sign" https://www.compart.com/en/unicode/U+FF1E. They look quite similar but aren't interpreted as HTML.