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 128128 ( "subdir/someimage.png" , "" )
129129 ]
130130 ]
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+ ]
131142, Para
132143 [ Link
133144 ( "" , [] , [] )
134145 [ Str "Some" , Space , Str "link" ]
135146 ( "subdir/someimage.png" , "" )
136147 ]
148+ , Para
149+ [ Link
150+ ( "" , [] , [] )
151+ [ Str "Some" , Space , Str "link" ]
152+ ( "https://example.com/someimage.png" , "" )
153+ ]
137154, Header
138155 2
139156 ( "source-include" , [] , [] )
Original file line number Diff line number Diff line change 128128 ( "subdir/someimage.png" , "" )
129129 ]
130130 ]
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+ ]
131142, Para
132143 [ Link
133144 ( "" , [] , [] )
134145 [ Str "Some" , Space , Str "link" ]
135146 ( "subdir/someimage.png" , "" )
136147 ]
148+ , Para
149+ [ Link
150+ ( "" , [] , [] )
151+ [ Str "Some" , Space , Str "link" ]
152+ ( "https://example.com/someimage.png" , "" )
153+ ]
137154, Header
138155 1
139156 ( "source-include" , [] , [] )
Original file line number Diff line number Diff line change @@ -4,8 +4,12 @@ Image relative path will be updated.
44
55![ Image title] ( someimage.png )
66
7+ ![ Image title] ( https://example.com/someimage.png )
8+
79[ Some link] ( someimage.png )
810
11+ [ Some link] ( https://example.com/someimage.png )
12+
913# Source include
1014
1115File inclusion codeblocks for use with include-code-files will be
You can’t perform that action at this time.
0 commit comments