使用馬克飛象實現首行縮進的功能

在設置中,輸入如下 CSS 片斷:css

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

便可實現回車自動實現首行縮進。code

相關文章
相關標籤/搜索