Hyperlinks of README.md not working in Gitlab
In Github the syntax to add hyperlink is following -
[Text](#section_name)
. But Gitlab doesn't support the same syntax. I don't know if it is a bug or something. In Gitlab hyperlinks need to be added just like the links. You need to give the full url, like following -
[Text](full url of the section)