Skip to content

Commit 495d6f0

Browse files
csprayherndlm
authored andcommitted
Add test for larger image size
It was discovered that large images would cause rendered pages to be blank. This test ensures that larger images, though still reasonable in size, are rendered properly.
1 parent c76487c commit 495d6f0

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

535 KB
Loading

test/fixture/docbook/test.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,9 @@ They are hand drawn, that's why they look rubbish.
6666
## Inline PUML file
6767

6868
![An external PlantUML diagram](./external-diagram.puml)
69+
70+
### A larger image
71+
72+
This is an image that's over 500kb so we can be sure that bigger images work:
73+
74+
![A snowy mountain](./large-image.jpeg)

0 commit comments

Comments
 (0)