how to hyperlink an image in R Markdown
问题 Based upon my understanding of markdown syntax, this is how you add a hyperlink to an embedded image, yet this does not seem to work using R Markdown. What am I doing wrong? [![alt text][local path to saved image]][web link] 回答1: Use this way:  Examples:  or  Combining with the normal syntax for a hyperlink [text](URL) , we have: [](web link to website) Example: [!