diff options
| author | Albert Krewinkel <[email protected]> | 2022-08-03 09:43:51 +0200 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2022-08-03 09:51:13 +0200 |
| commit | b306f2e1fdf0cd340e49e3be91e267f456aefa0e (patch) | |
| tree | 3eb6a56a36e6d3837ac5a84540d435f44d34d2bc /test | |
| parent | 096863e0adf360b37334a3f8f81e704652b1706b (diff) | |
Org reader: add missing `/` to Windows file URI; fixes prev commit
Diffstat (limited to 'test')
| -rw-r--r-- | test/command/8201.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command/8201.md b/test/command/8201.md index 288270ab3..854e13d97 100644 --- a/test/command/8201.md +++ b/test/command/8201.md @@ -2,5 +2,5 @@ % 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> +<p><a href="file:///d:/Home/Documents/test.png">Link Test</a></p> ``` |
