Add support for Image targets in the intermediate step.
This commit is contained in:
22
org_test_documents/regular_link/image_links.org
Normal file
22
org_test_documents/regular_link/image_links.org
Normal file
@@ -0,0 +1,22 @@
|
||||
[[file:image.svg]]
|
||||
|
||||
[[file:/image.svg]]
|
||||
|
||||
[[file:./image.svg]]
|
||||
|
||||
[[/image.svg]]
|
||||
|
||||
[[./image.svg]]
|
||||
|
||||
# Check capitalization of extension
|
||||
[[./image.SVG]]
|
||||
|
||||
# Check spaces in path
|
||||
[[./image and stuff.SVG]]
|
||||
|
||||
[[/ssh:admin@test.example:important/file.svg]]
|
||||
|
||||
[[file:/ssh:admin@test.example:important/file.svg]]
|
||||
|
||||
# Check multiple parts in the path
|
||||
[[file:/foo/bar/baz/image.svg]]
|
||||
Reference in New Issue
Block a user