mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-30 17:59:17 +08:00
385b6a3b21
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
66 B
Markdown
7 lines
66 B
Markdown
```
|
|
% pandoc -d command/defaults8
|
|
<h1>Header</h1>
|
|
^D
|
|
# Header
|
|
```
|