Fixed a test case so it works on windows too.
This commit is contained in:
parent
e3f01235e9
commit
13f7c2cf83
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
```
|
```
|
||||||
% pandoc --id-prefix='foo'
|
% pandoc --id-prefix=foo
|
||||||
This.^[Has a footnote.]
|
This.^[Has a footnote.]
|
||||||
^D
|
^D
|
||||||
<p>This.<a href="#foofn1" class="footnote-ref" id="foofnref1"><sup>1</sup></a></p>
|
<p>This.<a href="#foofn1" class="footnote-ref" id="foofnref1"><sup>1</sup></a></p>
|
||||||
|
|
Loading…
Reference in a new issue