mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-02 05:35:38 +00:00
11 lines
106 B
Markdown
11 lines
106 B
Markdown
```
|
|
% pandoc -s -t markdown -H command/B.txt --variable header-includes:foo
|
|
Hi
|
|
^D
|
|
foo
|
|
|
|
here is b
|
|
|
|
Hi
|
|
```
|