diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-10-02 13:24:08 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-10-02 13:24:08 +0200 |
| commit | be4cea404c15979112653cd4d75784aab527f22c (patch) | |
| tree | 0cca20b4b09111ff00f2b5def28b39265015c17c /mardown | |
| parent | 72eed1cfa1f5067a7ca581c53bb40e9e0fb047cc (diff) | |
test(markdown): add link test in general ast test
Diffstat (limited to 'mardown')
| -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> ` |
