smu

Simple markup processor
git clone https://git.sinitax.com/codemadness/smu
Log | Files | Refs | README | LICENSE | Upstream | sfeed.txt

commit f73e2fd6e19cbec585560f08ce675ab20117621d
parent 768d333826b6f3a867048755ae9fb1cf930f751c
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Tue, 11 May 2021 17:30:43 +0200

tests: add some tests

Diffstat:
Mtestdoc | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/testdoc b/testdoc @@ -60,6 +60,9 @@ link with title: [suckless](http://suckless.org/ "software that sucks less") link with title (single quote): [suckless](http://suckless.org/ 'software that sucks less') +link with trailing spaces: [suckless](http://suckless.org/ ) + +link with leading spaces: [suckless]( http://suckless.org/ ) images ------ @@ -76,10 +79,17 @@ image with no title and dimensions: ![alt text](http://st.suckless.org/screensho 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 different order: ![alt text](http://st.suckless.org/screenshots/20h-2012-s.png =12x34 "screenshot of st") + 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) +image with title and dimensions with spaces: ![alt text](http://st.suckless.org/screenshots/20h-2012-s.png + =12x34 + "screenshot of st" ) + +linked thumbnail image: [![alt text](thumb.png "click to open" =12x34)](img.png) inline html -----------