Hanging indents won't go away

If so, here’s what I’m seeing: there’s a theme rule that applies the following CSS rule to #content .back-matter p:
text-indent: -1em;

If you override this rule with text-indent: 0; you should fix the indentation problem (see screenshot below). You may need to apply similar CSS for the export formats as well, FWIW.