mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-03 14:15:40 +00:00
Allow defaults files to inherit options from other defaults files by specifying them with the following syntax: `defaults: [list of defaults files or single defaults file]`.
7 lines
59 B
Markdown
7 lines
59 B
Markdown
```
|
|
% pandoc -d command/defaults3
|
|
# Header
|
|
^D
|
|
# Header
|
|
```
|