diff options
| author | William Hergès <william@herges.fr> | 2025-10-05 15:59:18 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-10-05 15:59:18 +0200 |
| commit | cceb40d0c021981e2aef0f11ab001c955d0dccc9 (patch) | |
| tree | 9d770eeb1f5543579d8ec60c1ec2fb699f9843ce /markdown/ast_test.go | |
| parent | bce210d75a4552c5b144a5760ace4950c198f046 (diff) | |
fix(markdown): missing space after linebreak and link
Diffstat (limited to 'markdown/ast_test.go')
| -rw-r--r-- | markdown/ast_test.go | 2 |
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'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'est-ce pas ?</figcaption> </figure> ` |
