aboutsummaryrefslogtreecommitdiff
path: root/markdown/ast_test.go
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-10-05 15:59:18 +0200
committerWilliam Hergès <william@herges.fr>2025-10-05 15:59:18 +0200
commitcceb40d0c021981e2aef0f11ab001c955d0dccc9 (patch)
tree9d770eeb1f5543579d8ec60c1ec2fb699f9843ce /markdown/ast_test.go
parentbce210d75a4552c5b144a5760ace4950c198f046 (diff)
fix(markdown): missing space after linebreak and link
Diffstat (limited to 'markdown/ast_test.go')
-rw-r--r--markdown/ast_test.go2
1 files changed, 1 insertions, 1 deletions
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 = `
<ul><li>hehe</li></ul>
<figure>
<img alt="Ceci est ma pfp :3" src="https://cdn.anhgelus.world/pfp.jpg">
-<figcaption><a href="https://now.anhgelus.world/" target="_blank" rel="noreferer">Ma pfp</a> hehe :D Elle est <b>magnifique</b>, n&#39;est-ce pas ?</figcaption>
+<figcaption> <a href="https://now.anhgelus.world/" target="_blank" rel="noreferer">Ma pfp</a> hehe :D Elle est <b>magnifique</b>, n&#39;est-ce pas ?</figcaption>
</figure>
`