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

Escaping around markdown links #724

Closed
jimhester opened this issue Mar 22, 2018 · 1 comment
Closed

Escaping around markdown links #724

jimhester opened this issue Mar 22, 2018 · 1 comment
Labels
bug an unexpected problem or unintended behavior markdown ⬇️

Comments

@jimhester
Copy link
Member

jimhester commented Mar 22, 2018

The % needs to be escaped once for the Rd, but the \ should only occur once, not twice in the link text.

Current behavior

#' [magrittr::\%>\%]
\link[magrittr:\\%>\\%]{magrittr::\%>\%}
@hadley hadley added bug an unexpected problem or unintended behavior markdown ⬇️ labels Jun 28, 2018
@hadley
Copy link
Member

hadley commented Jun 28, 2018

Given that ` escapes %, I think the input should be [magrittr::%>%]

@hadley hadley closed this as completed in c9385df Jun 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug an unexpected problem or unintended behavior markdown ⬇️
Projects
None yet
Development

No branches or pull requests

2 participants