I found when add css below, the indent act as expected, but I don’t kown why…
/* Editor CodeBlock TEXT Appearance */
.cm-s-obsidian pre.HyperMD-codeblock {
font-family: monaco !important;
font-size: var(--font-size-code) !important;
padding: 1px !important;
display: block;
color: var(--code-block) !important;
font-weight: 500;
text-indent: 0px !important;
}
when I delete the line of ‘font-famliy’ or ‘padding’, it goes wrong agian.