image file not found from URL in r-markdown
问题 I used to be able to render images in r-markdown using a URL with the following code  but I get a file not found error ! LaTeX Error: File https://assets-cdn.github.com/images/modules/logos_page/GitHub-Mark' not found . Am I missing packages? This code still works on some shiny apps published a few month ago. Below the a working file r-markdown file: --- title: "Test" header-includes: - \usepackage{graphicx} output: pdf