File tree Expand file tree Collapse file tree 2 files changed +20
-10
lines changed Expand file tree Collapse file tree 2 files changed +20
-10
lines changed Original file line number Diff line number Diff line change 117
117
, Space
118
118
, Str "updated."
119
119
]
120
- , Para
121
- [ Image
122
- ( "" , [] , [] )
123
- [ Str "Image" , Space , Str "title" ]
124
- ( "subdir/someimage.png" , "fig:" )
120
+ , Figure
121
+ ( "" , [] , [] )
122
+ (Caption
123
+ Nothing [ Plain [ Str "Image" , Space , Str "title" ] ])
124
+ [ Plain
125
+ [ Image
126
+ ( "" , [] , [] )
127
+ [ Str "Image" , Space , Str "title" ]
128
+ ( "subdir/someimage.png" , "" )
129
+ ]
125
130
]
126
131
, Header
127
132
2
Original file line number Diff line number Diff line change 117
117
, Space
118
118
, Str "updated."
119
119
]
120
- , Para
121
- [ Image
122
- ( "" , [] , [] )
123
- [ Str "Image" , Space , Str "title" ]
124
- ( "subdir/someimage.png" , "fig:" )
120
+ , Figure
121
+ ( "" , [] , [] )
122
+ (Caption
123
+ Nothing [ Plain [ Str "Image" , Space , Str "title" ] ])
124
+ [ Plain
125
+ [ Image
126
+ ( "" , [] , [] )
127
+ [ Str "Image" , Space , Str "title" ]
128
+ ( "subdir/someimage.png" , "" )
129
+ ]
125
130
]
126
131
, Header
127
132
1
You can’t perform that action at this time.
0 commit comments