Introduction
Introduction Statistics Contact Development Disclaimer Help
testdoc: add some tests for image dimension feature - smu - smu - simple markup…
git clone git://git.codemadness.org/smu
Log
Files
Refs
README
LICENSE
---
commit 044e25311d769ca36be0d82b1f942d487023aa01
parent b86862d80b46ff9c7269a02a18f09b81aab3587c
Author: Hiltjo Posthuma <[email protected]>
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/screens…
image with title (single quote): ![alt text](http://st.suckless.org/screenshot…
+image with no title and dimensions: ![alt text](http://st.suckless.org/screens…
+
+image with title and dimensions: ![alt text](http://st.suckless.org/screenshot…
+
+image with title and dimensions (no width): ![alt text](http://st.suckless.org…
+
+image with title and dimensions (no height): ![alt text](http://st.suckless.or…
+
+
inline html
-----------
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.