``` % pandoc -f man -t html TH "TEST" "1" "2026-05-25" "test v1.0.0" "test manual" .SH HEADING .TP 4 This is the unindented tag. This text, along with the table, should be indented. .TS tab(;); l l. aaa;bbb ccc;ddd .TE This should still be indented, until some other macro is called to change it. .PP Like this. ^D

TH "TEST" "1" "2026-05-25" "test v1.0.0" "test manual"

HEADING

This is the unindented tag.

This text, along with the table, should be indented.

aaa bbb
ccc ddd

This should still be indented, until some other macro is called to change it.

Like this.

```