diff options
| author | Albert Krewinkel <[email protected]> | 2022-08-02 23:16:47 +0200 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2022-08-02 23:49:10 +0200 |
| commit | 516c827d613d6a9b1f2aaf18610125c3aae0a8ac (patch) | |
| tree | cacb745e1f21949e5aa876d9338a5487123699b7 /test/command | |
| parent | 4633fc3ca05e73d0a2d38e3fa31456f08cf5bb47 (diff) | |
Org reader: recognize absolute paths on Windows
Fixes: #8201
Diffstat (limited to 'test/command')
| -rw-r--r-- | test/command/8201.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/command/8201.md b/test/command/8201.md new file mode 100644 index 000000000..288270ab3 --- /dev/null +++ b/test/command/8201.md @@ -0,0 +1,6 @@ +``` +% pandoc -f org -t html +[[file:d:/Home/Documents/test.png][Link Test]] +^D +<p><a href="file://d:/Home/Documents/test.png">Link Test</a></p> +``` |
