Any backslashes \ get removed during the markdown processing. Backslashes that are in code blocks get displayed properly, but ones in the markdown body -- not.
For example, if you parse "C:\Program Files" the markdown processor will return "C:Program Files".
Any backslashes \ get removed during the markdown processing. Backslashes that are in code blocks get displayed properly, but ones in the markdown body -- not.
For example, if you parse "C:\Program Files" the markdown processor will return "C:Program Files".