abd
abd

Reputation: 81

Github readme.md showing plain code instead of title for url

I'm trying to use a url but show only Title not full url.

But its not working and showing plain code:

https://i.sstatic.net/l1F4l.png

Upvotes: 1

Views: 696

Answers (1)

VonC
VonC

Reputation: 1323203

That would be the case:

  • in the editor section of a markdown file (if you click on preview, you would actually see a link).
    Actually complete the edit (commit your change) and check if the link is proprely displayed.
  • in a <pre></pre> section
  • in a file which is not a markdown (does not end with the .md extension), like a .txt file, which should not be your case.

Upvotes: 1

Related Questions