markdown - github Readme - reference issue -


how can reference (insert relative link to) issue in github readme.md?

i found following document github flavored markdown described how reference issue in commit, not in readme.

e.g. if issue is: https://github.com/user/project/issues/5 how can set link in readme without using absolute links?

this not (officially) possible. github flavored markdown not used rendering markdown files in repo, used issues , comments. so, readme files rendered using normal markdown, , no autolinking happen issues, shas , similar constructs.


Comments

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -