commit 044e25311d769ca36be0d82b1f942d487023aa01 parent b86862d80b46ff9c7269a02a18f09b81aab3587c Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Tue, 11 May 2021 01:57:29 +0200 testdoc: add some tests for image dimension feature Diffstat:
M | testdoc | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/testdoc b/testdoc @@ -72,6 +72,15 @@ image with title: ![alt text](http://st.suckless.org/screenshots/20h-2012-s.png image with title (single quote): ![alt text](http://st.suckless.org/screenshots/20h-2012-s.png 'screenshot of st') +image with no title and dimensions: ![alt text](http://st.suckless.org/screenshots/20h-2012-s.png =12x34) + +image with title and dimensions: ![alt text](http://st.suckless.org/screenshots/20h-2012-s.png "screenshot of st" =12x34) + +image with title and dimensions (no width): ![alt text](http://st.suckless.org/screenshots/20h-2012-s.png "screenshot of st" =x34) + +image with title and dimensions (no height): ![alt text](http://st.suckless.org/screenshots/20h-2012-s.png "screenshot of st" =12x) + + inline html -----------