adding a test for inline code parsing
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
simonpetit 2024-12-09 15:25:28 +00:00
parent 86042d597c
commit d81c512cb9

View File

@ -116,6 +116,9 @@ declare -a tests=(
"A link to [wikipedia](https://www.wikipedia.org)"
"<p>A link to <a href=\"https://www.wikipedia.org\">wikipedia</a></p>"
"Inline code"
"A simple function \`printf()\`"
"<p>A simple function <code>printf()</code></p>"
# You can add more test cases following the same format...
)