std.txt.indent_all_lines_but_first

std.txt

indent_all_lines_but_first(input, ind) -> indented

Indent all lines except the first one

Indents all lines of the input except the first line, which remains unchanged. Useful for code blocks and similar content.