adding a test for inline code parsing
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
86042d597c
commit
d81c512cb9
@ -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...
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user