在this blog post中,作者使用的图像尺寸大于显示的尺寸。另一方面,当我使用RStudio外接程序放置大图像时,它会原样插入并溢出文本框。
除插件外,我尝试使用knitr::include_graphics
,但结果相同。
示例:
以上帖子是使用以下代码创建的:
---
title: image test
author: ''
date: '2019-01-17'
slug: image-test
categories: []
tags: []
---
Image below overflows text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width text width.
![](https://forestry.io/uploads/2018/01/hugo-vs-jekyll-advanced2.png)
```{r, echo = FALSE}
knitr::include_graphics("https://forestry.io/uploads/2018/01/hugo-vs-jekyll-advanced2.png")
```
(图片中仅显示其中一张图像,但是两种方法产生的结果相同)