We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Inserting a picture in a chunk like this works fine:
```{r} plot(iris)
But if I label the code chunk, the figure is not linked correctly, i.e. the html page shows the missing-image-icon:
```{r not working} plot(iris)
Putting quotes around the label does not work for me either:
```{r 'not working'} plot(iris)
Thx a lot btw, for this awesome package:)
The text was updated successfully, but these errors were encountered:
Please see the last paragraph on this page: https://bookdown.org/yihui/blogdown/output-format.html (Yeah I know it is kind of surprising and hard to find)
Sorry, something went wrong.
Thx a lot!
fix rstudio/blogdown#85: decode requested paths before looking for th…
ed07184
…e file/dir
use the dev version of servr to fix #85
7e24810
FYI, if you reinstall the devel version of blogdown here, this issue should be gone, but I still recommend you not to use spaces in chunk labels.
No branches or pull requests
Inserting a picture in a chunk like this works fine:
But if I label the code chunk, the figure is not linked correctly, i.e. the html page shows the missing-image-icon:
Putting quotes around the label does not work for me either:
Thx a lot btw, for this awesome package:)
The text was updated successfully, but these errors were encountered: