``` val x = StringBuilder().appendHTML().html { body { article { p { } a { +"aaa" } span { } } } }.toString() ``` Indent is placed in the wrong place, appending space to <A> content.