使用马克飞象实现首行缩进的功能

在设置中,输入如下 CSS 片断:css

p {
  text-indent: 2em;
}
p.compound-middle,
p.compound-last {
  text-indent: 0;
}

便可实现回车自动实现首行缩进。code

相关文章
相关标签/搜索