Skip to content
Commit 9ed36613 authored by Abhishek Patel's avatar Abhishek Patel Committed by Ed Tanous
Browse files

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 (&#8203;), 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: default avatarAbhishek Patel <Abhishek.Patel@ibm.com>
Change-Id: I61a7721d8218a1d3ac0405dec4ba74832c817e87
parent af61db10
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment