Skip to content

Fix relative links in markdown. Related to #6182

Ramya Authappan requested to merge github/fork/Undev/fix_links_in_markdown into master

Created by: zzet

Related to #6182

Also include simple fix for images

return "raw" if @repository.blob_at(current_ref, path).image?

Merge request reports