From be4cea404c15979112653cd4d75784aab527f22c Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Thu, 2 Oct 2025 13:24:08 +0200 Subject: test(markdown): add link test in general ast test --- mardown/ast_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mardown/ast_test.go') diff --git a/mardown/ast_test.go b/mardown/ast_test.go index 3b2a77a..2b47855 100644 --- a/mardown/ast_test.go +++ b/mardown/ast_test.go @@ -25,7 +25,7 @@ avec une source - hehe ![Ceci est ma pfp :3](https://cdn.anhgelus.world/pfp.jpg) -Ma pfp hehe :D +[Ma pfp](https://now.anhgelus.world/) hehe :D Elle est **magnifique**, n'est-ce pas ? ` @@ -40,7 +40,7 @@ var parsed = `
Ceci est ma pfp :3 -
Ma pfp hehe :D Elle est magnifique, n'est-ce pas ?
+
Ma pfp hehe :D Elle est magnifique, n'est-ce pas ?
` -- cgit v1.2.3