diff options
Diffstat (limited to 'resources/test/parsers/code_block_result.html')
| -rw-r--r-- | resources/test/parsers/code_block_result.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/test/parsers/code_block_result.html b/resources/test/parsers/code_block_result.html index e95e481..21b9214 100644 --- a/resources/test/parsers/code_block_result.html +++ b/resources/test/parsers/code_block_result.html @@ -35,4 +35,5 @@ function markdownToHTML(markdown) { }); // And at last, join the blocks together for one big block. - return parsedBlocks.join("");</code></pre>
\ No newline at end of file + return parsedBlocks.join(""); +}</code></pre>
\ No newline at end of file |
