Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better links in markdown #505

Closed
gaborcsardi opened this issue Sep 14, 2016 · 3 comments
Closed

Better links in markdown #505

gaborcsardi opened this issue Sep 14, 2016 · 3 comments

Comments

@gaborcsardi
Copy link
Member

From this discussion: https://github.com/klutometis/roxygen/pull/499/files/fc8ab2eddd1f855f7841a94151aaaeefdeae4b10#r78301946

Plan:

  • link to function in the same package: [fun]
  • link to function in another package: [pkg::fun]
  • link to function with link text: [text][fun]
  • link to function in another package with link text: [text][pkg::fun]

I think this is all possible by simply adding the link references to the end of the text.

@gaborcsardi
Copy link
Member Author

I am proposing that I would do this, obviously.

@hadley
Copy link
Member

hadley commented Sep 15, 2016

I like it!

@gaborcsardi
Copy link
Member Author

Closed by #506.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants