``` % pandoc -f latex-auto_identifiers -t html \chapter{chapone} \part{partone} \chapter{chaptwo} \section{secone} ^D

chapone

partone

chaptwo

secone

``` ``` % pandoc -f latex-auto_identifiers -t html \chapter{chapone} \chapter{chaptwo} \section{secone} ^D

chapone

chaptwo

secone

``` ``` % pandoc -f latex-auto_identifiers -t html \section{secone} ^D

secone

```