ParagraphIndent
code:style.css
.line:not(.line-title):not(:has(.dot)):not(:has(.deco-\&)):not(:has(.deco-\.)):not(:has(.deco-\+)):not(:has(atype="hashTag")):not(:has(.icon)) {
text-indent: 1em;
}
.code-block, .line.line-title, .line .table-block .cell, .popup-menu {
text-indent: 0;
}