mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-30 17:59:17 +08:00
db7efddf74
Closes #11749.
24 lines
225 B
Markdown
24 lines
225 B
Markdown
```
|
|
% pandoc -t texinfo
|
|
Before
|
|
|
|
----
|
|
|
|
After
|
|
^D
|
|
@node Top
|
|
@top Top
|
|
|
|
Before
|
|
|
|
@iftex
|
|
@bigskip@hrule@bigskip
|
|
@end iftex
|
|
@ifnottex
|
|
------------------------------------------------------------------------
|
|
@end ifnottex
|
|
|
|
After
|
|
|
|
```
|