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

在设置中,输入以下 CSS 片段:

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

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


你可能感兴趣的:(使用马克飞象实现首行缩进的功能)