x
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simon Petit 2024-12-05 12:40:09 +01:00
parent 8d249a6aa8
commit cb9fb5dafb

View File

@ -30,7 +30,7 @@ fi
declare -a tests=(
"Header 1"
"# Header 1"
"<h1>Header </h1>"
"<h1>Header 1</h1>"
"Header 2"
"## Header 2"
@ -110,7 +110,7 @@ declare -a tests=(
"Link 1"
"This is a [link](https://www.google.com) to google"
"<p>This is a <a href=\"https://www.google.com\">link</a> to google</p>"
$'<p>This is a <a href=\"https://www.google.com\">link</a> to google</p>'
# You can add more test cases following the same format...