This commit is contained in:
parent
8d249a6aa8
commit
cb9fb5dafb
@ -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...
|
||||
|
Loading…
Reference in New Issue
Block a user