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
Post a Comment