Files
pandoc/test/command/9943.md

25 lines
323 B
Markdown

```
% pandoc -t man -s -Vpandoc-version=X.Y
---
title: HELLO
section: 1
---
^D
.\" Automatically generated by Pandoc X.Y
.\"
.TH "HELLO" "1" "" ""
```
```
% pandoc -t man -s -Vpandoc-version=X.Y
---
title: HELLO
section: 1
header: Head
---
^D
.\" Automatically generated by Pandoc X.Y
.\"
.TH "HELLO" "1" "" "" "Head"
```