> For the complete documentation index, see [llms.txt](https://jun-wang.gitbook.io/learnjava/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jun-wang.gitbook.io/learnjava/kai-fa/yu-dao-de-wen-ti/markdown-jie-jue-fang-an-shi-li.md).

# Markdown解决方案实例

## 1. 如何修改图片大小

嵌入HTML代码就行了

```markup
<img src="/assets/WechatIMG95.jpg" style="width:120px;height:150px"></img>
```
