aboutsummaryrefslogtreecommitdiff
path: root/test/command/6384.md
blob: 1be1c3e45ba6b54d6f0ce39988582c271937de9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
```
% pandoc --wrap=preserve --file-scope command/file1.txt command/file2.txt
^D
<div id="command__file1.txt">
<h1 id="command__file1.txt__zed">Zed</h1>
<p><a href="bar">foo</a>
and <a href="#command__file1.txt__zed">Zed</a>
and <a href="#command__file2.txt__zed">other Zed</a>
and <a href="#command__file2.txt">other file</a>
and <a href="c.md#zed">foreign Zed</a></p>
</div>
<div id="command__file2.txt">
<h2 id="command__file2.txt__zed">Zed</h2>
<p><a href="baz">foo</a></p>
</div>
```