mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-04 06:35:47 +00:00
25 lines
323 B
Markdown
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"
|
|
```
|