Keep AutoLinking; Remove extra \
GitHub, whenever it detects URI/URL, then converts that into a hyperlink. It is good to disable auto-linking, but there are only two ways to implement it, one is adding HTML tag (Ex: <spam>) and HTML code (​), which convert URL/URI into non-url. Commits 2ebb9683 and cb0d27e0 added an extra \. This failed to disable autolinking. This commit removes that extra \ NOTE:- There might be another way possible, but this is a tested way to remove hyperlink Both changes get added to the middle of the text, which gets converted to hyperlinks, making it hard to read and understand when reading from a file (not from GitHub). Signed-off-by:Abhishek Patel <Abhishek.Patel@ibm.com> Change-Id: I61a7721d8218a1d3ac0405dec4ba74832c817e87
Loading
Please register or sign in to comment