Start adding markdown conversion to site generator.

This commit is contained in:
James Grogan 2022-12-05 13:16:10 +00:00
parent f0091f9e04
commit f44c79dc1f
31 changed files with 692 additions and 461 deletions

View file

@ -20,7 +20,6 @@ public:
};
public:
File(std::filesystem::path fullPath);
~File();
@ -29,8 +28,6 @@ public:
std::string dumpBinary();
static std::string getBaseFilename(const Path& path);
std::string getExtension() const;
std::ifstream* getInHandle() const;