I'm writing a README.md file on GitHub. In my project explanation I would like to refer to a Windows user path, in particular:
C:\Users\<username>\AppData\Local
I just see here on SO that the formatting is working fine. On Github, instead, that row is shown like this:
C:\Users<username>\AppData\Local\
even if the md file contains the correct format. It seems that the \
and the <
are (due to some rule I don't know) simply converted into <
.
Do you have any clue why is happening?