mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 03:47:20 +00:00
0fe6254535
We used to insert extra spaces to ensure that the content respected the four-space rule. That is not really necessary now, since pandoc's markdown and most markdowns don't follow the four-space rule. Those who want the old behavior can obtain it by using `-t markdown+four_space_rule`. Closes #7172.
1000 B
1000 B
% pandoc -t markdown -f man
.TH FvwmAnimate 1 "Date" Fvwm "Fvwm Modules"
.UC
.SH NAME
\fBFvwmAnimate\fP \- the fvwm animate module
.SH SYNOPSIS
Module FvwmAnimate [ModuleAlias]
.IP "*FvwmAnimate: Color \fBcolor\fP"
Tells \fBFvwmAnimate\fP what color to draw with.
The color is "XOR'ed" (exclusive ORed) onto the background.
.IP "*FvwmAnimate: Pixmap \fBpixmap\fP"
Tells \fBFvwmAnimate\fP to use \fBpixmap\fP to draw with. This can be useful
if \fB*FvwmAnimate: Color\fP gives poor results.
^D
# NAME
**FvwmAnimate** - the fvwm animate module
# SYNOPSIS
Module FvwmAnimate \[ModuleAlias\]
\*FvwmAnimate: Color color
: Tells **FvwmAnimate** what color to draw with. The color is
\"XOR\'ed\" (exclusive ORed) onto the background.
\*FvwmAnimate: Pixmap pixmap
: Tells **FvwmAnimate** to use **pixmap** to draw with. This can be
useful if **\*FvwmAnimate: Color** gives poor results.
% pandoc -t markdown -f man
.IP "\[bu]"
hi
.IP "\[bu]"
there
^D
- hi
- there