diff options
| author | Asko Nomm <asko@bien.ee> | 2022-04-07 11:26:12 +0200 |
|---|---|---|
| committer | Asko Nomm <asko@bien.ee> | 2022-04-07 11:26:12 +0200 |
| commit | 7da1fada8dd795543e12c6aa0371cc1149a42be6 (patch) | |
| tree | d7d49e298b3cb5eec809ad7ffd25d79230fc8225 /resources/test/parsers/code_block_result.html | |
| parent | c0c8a2e49d395b574c7a31727c06f315139d7336 (diff) | |
Add core overall test and fix code block ending being broken.
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 |
