diff options
| -rw-r--r-- | mardown/ast_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
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  -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 = ` <ul><li>hehe</li></ul> <figure> <img alt="Ceci est ma pfp :3" src="https://cdn.anhgelus.world/pfp.jpg"> -<figcaption>Ma pfp hehe :D Elle est <b>magnifique</b>, n'est-ce pas ?</figcaption> +<figcaption><a href="https://now.anhgelus.world/">Ma pfp</a> hehe :D Elle est <b>magnifique</b>, n'est-ce pas ?</figcaption> </figure> ` |
