diff --git a/test/parser/test_md_parser.sh b/test/parser/test_md_parser.sh index 18873a7..bf2166b 100755 --- a/test/parser/test_md_parser.sh +++ b/test/parser/test_md_parser.sh @@ -116,6 +116,9 @@ declare -a tests=( "A link to [wikipedia](https://www.wikipedia.org)" "

A link to wikipedia

" + "Inline code" + "A simple function \`printf()\`" + "

A simple function printf()

" # You can add more test cases following the same format... )