From 7da1fada8dd795543e12c6aa0371cc1149a42be6 Mon Sep 17 00:00:00 2001 From: Asko Nomm Date: Thu, 7 Apr 2022 11:26:12 +0200 Subject: Add core overall test and fix code block ending being broken. --- resources/test/parsers/code_block_result.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'resources/test/parsers') 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(""); \ No newline at end of file + return parsedBlocks.join(""); +} \ No newline at end of file -- cgit v1.2.3