commit 743f6ce00b472c6e7694b5d3c02eb73cbccaf223 parent 1fa74fe8b249d88a0db4bbd96a7f144fcf0c3a6c Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Tue, 11 May 2021 17:43:57 +0200 tests: add 2 link tests Diffstat:
M | testdoc | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/testdoc b/testdoc @@ -64,6 +64,10 @@ link with trailing spaces: [suckless](http://suckless.org/ ) link with leading spaces: [suckless]( http://suckless.org/ ) +Link with (): (see [RFC8259 - 8.1. Character Encoding](https://tools.ietf.org/html/rfc8259#section-8.1)). + +Link with entities: [link](https://codemadness.org/?bla=2&bla2="3") + images ------