File tree 1 file changed +5
-7
lines changed
test_site/_test_collection
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -40,19 +40,17 @@ Test collection document.
40
40
41
41
## Document in another collection
42
42
43
- ### Unquoted: another.png Another another_collection
43
+ ### Unquoted: another.png / another_collection/Another
44
44
![ Failure] ({% asset_path another.png /another_collection/Another %})
45
45
46
- ### Double quotes: "another.png" Another another_collection
46
+ ### Double quotes: "another.png" / another_collection/Another
47
47
![ Failure] ({% asset_path "another.png" /another_collection/Another %})
48
48
49
- ### Single quotes: 'another.png' Another another_collection
49
+ ### Single quotes: 'another.png' / another_collection/Another
50
50
![ Failure] ({% asset_path 'another.png' /another_collection/Another %})
51
51
52
- ### Double quotes with space: "another with space.png" Another another_collection
52
+ ### Double quotes with space: "another with space.png" / another_collection/Another
53
53
![ Failure] ({% asset_path "another with space.png" /another_collection/Another %})
54
54
55
- ### Single quotes with space: 'another with space.png' Another another_collection
55
+ ### Single quotes with space: 'another with space.png' / another_collection/Another
56
56
![ Failure] ({% asset_path 'another with space.png' /another_collection/Another %})
57
-
58
- <!-- TODO: More cases needed? -->
You can’t perform that action at this time.
0 commit comments