mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-02 21:55:44 +00:00
- Properly handle the case where the first item is an indented code block. (Closes #11542.) - Use correct indentation when `four_space_rule` extension is disabled.
19 lines
198 B
Markdown
19 lines
198 B
Markdown
```
|
|
% pandoc -f man -t markdown
|
|
.TH "EXAMPLE" "1"
|
|
.SH "OPTIONS"
|
|
.TP 8n
|
|
\fB\-\-help\fR
|
|
This is line one.
|
|
.sp
|
|
This is line two.
|
|
^D
|
|
# OPTIONS
|
|
|
|
**\--help**
|
|
|
|
: This is line one.
|
|
|
|
This is line two.
|
|
```
|