Skip to content

Commit

Permalink
Add test case for #5368.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Mar 18, 2019
1 parent 8632526 commit ebd7035
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions test/command/5368.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
```
% pandoc -t native
1. foo
![bar](bar.png)
2. foo2
![bar2](bar2.png)
3. foo3
![foo3](foo3.png)
Quux.
^D
[OrderedList (1,Decimal,Period)
[[Para [Str "foo"]
,Para [Image ("",[],[]) [Str "bar"] ("bar.png","fig:")]]
,[Para [Str "foo2"]
,Para [Image ("",[],[]) [Str "bar2"] ("bar2.png","fig:")]]
,[Para [Str "foo3"]
,Para [Image ("",[],[]) [Str "foo3"] ("foo3.png","fig:")]]]
,Para [Str "Quux."]]
```

0 comments on commit ebd7035

Please sign in to comment.