Adds wrapper to md4c code, fixes issues with previous commit

This commit is contained in:
Rosia E Evans 2023-09-16 15:21:12 +01:00
parent 6d98202f38
commit d19c822764
31 changed files with 175 additions and 1722 deletions

View file

@ -1,3 +1,4 @@
/*
#include <catch2/catch_test_macros.hpp>
#include "../Src/BlogParser.cpp"
@ -12,3 +13,4 @@ TEST_CASE("Parser returns valid HTML with basic component")
BlogParser* parser = new BlogParser();
REQUIRE(parser->ParseText("#header \n no header") == "<h1>header</h1>no header");
}
*/