From cceb40d0c021981e2aef0f11ab001c955d0dccc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sun, 5 Oct 2025 15:59:18 +0200 Subject: fix(markdown): missing space after linebreak and link --- markdown/ast_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'markdown/ast_test.go') diff --git a/markdown/ast_test.go b/markdown/ast_test.go index ff11b1e..45eb49d 100644 --- a/markdown/ast_test.go +++ b/markdown/ast_test.go @@ -41,7 +41,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