aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorAlbert Krewinkel <[email protected]>2022-08-02 23:16:47 +0200
committerAlbert Krewinkel <[email protected]>2022-08-02 23:49:10 +0200
commit516c827d613d6a9b1f2aaf18610125c3aae0a8ac (patch)
treecacb745e1f21949e5aa876d9338a5487123699b7 /test/command
parent4633fc3ca05e73d0a2d38e3fa31456f08cf5bb47 (diff)
Org reader: recognize absolute paths on Windows
Fixes: #8201
Diffstat (limited to 'test/command')
-rw-r--r--test/command/8201.md6
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>
+```