【发布时间】:2014-04-19 23:23:04
【问题描述】:
我正在使用 ST3/2 并尝试了几种不同的格式化工具。一般来说,格式很好,但我想要一个更多的偏好: 目前这里是代码的格式
<h4><img src="http://placehold.it/50x50"> Who is it For</h4>
我想改成:
<h4>
<img src="http://placehold.it/50x50">
Who is it For
</h4>
换句话说,标签在一行,内容在另一行。
这可能吗?
【问题讨论】:
标签: html sublimetext2 sublimetext3