如何使用 github 自述文件清除两者?

How do I clear both with github readme?

issue

(问题是主题2应该在图片下面)

我的自述代码是这样的

## Topic

<img src="blank.jpg" align="left" alt="drawing" width="400"/>

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has sur
  
## Topic 2 

我的问题是我希望主题 2 位于图像下方,这可以在 html 中通过在文本下方使用 clear both 来完成,但不确定如何在 github 自述文件[=13 中执行此操作=]

您可以尝试添加换行符。 </br> 例如:

<img src="blank.jpg" align="left" alt="drawing" width="400"/>
</br>

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has sur
  
## Topic 2