ParagraphIndent
code:style.css
.line:not(:has(.dot)) {
/* background-color: orange; */
/* margin-left: -1.5em; */
text-indent: 1em;
}
.line:has(atype="hashTag"), .line:has(.icon), .code-block, .line.line-title, .line .table-block .cell, .popup-menu, .deco-\* { text-indent: 0;
}