File tree Expand file tree Collapse file tree 3 files changed +38
-0
lines changed Expand file tree Collapse file tree 3 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 128
128
( "subdir/someimage.png" , "" )
129
129
]
130
130
]
131
+ , Figure
132
+ ( "" , [] , [] )
133
+ (Caption
134
+ Nothing [ Plain [ Str "Image" , Space , Str "title" ] ])
135
+ [ Plain
136
+ [ Image
137
+ ( "" , [] , [] )
138
+ [ Str "Image" , Space , Str "title" ]
139
+ ( "https://example.com/someimage.png" , "" )
140
+ ]
141
+ ]
131
142
, Para
132
143
[ Link
133
144
( "" , [] , [] )
134
145
[ Str "Some" , Space , Str "link" ]
135
146
( "subdir/someimage.png" , "" )
136
147
]
148
+ , Para
149
+ [ Link
150
+ ( "" , [] , [] )
151
+ [ Str "Some" , Space , Str "link" ]
152
+ ( "https://example.com/someimage.png" , "" )
153
+ ]
137
154
, Header
138
155
2
139
156
( "source-include" , [] , [] )
Original file line number Diff line number Diff line change 128
128
( "subdir/someimage.png" , "" )
129
129
]
130
130
]
131
+ , Figure
132
+ ( "" , [] , [] )
133
+ (Caption
134
+ Nothing [ Plain [ Str "Image" , Space , Str "title" ] ])
135
+ [ Plain
136
+ [ Image
137
+ ( "" , [] , [] )
138
+ [ Str "Image" , Space , Str "title" ]
139
+ ( "https://example.com/someimage.png" , "" )
140
+ ]
141
+ ]
131
142
, Para
132
143
[ Link
133
144
( "" , [] , [] )
134
145
[ Str "Some" , Space , Str "link" ]
135
146
( "subdir/someimage.png" , "" )
136
147
]
148
+ , Para
149
+ [ Link
150
+ ( "" , [] , [] )
151
+ [ Str "Some" , Space , Str "link" ]
152
+ ( "https://example.com/someimage.png" , "" )
153
+ ]
137
154
, Header
138
155
1
139
156
( "source-include" , [] , [] )
Original file line number Diff line number Diff line change @@ -4,8 +4,12 @@ Image relative path will be updated.
4
4
5
5
![ Image title] ( someimage.png )
6
6
7
+ ![ Image title] ( https://example.com/someimage.png )
8
+
7
9
[ Some link] ( someimage.png )
8
10
11
+ [ Some link] ( https://example.com/someimage.png )
12
+
9
13
# Source include
10
14
11
15
File inclusion codeblocks for use with include-code-files will be
You can’t perform that action at this time.
0 commit comments