Start adding markdown conversion to site generator.
This commit is contained in:
parent
f0091f9e04
commit
f44c79dc1f
31 changed files with 692 additions and 461 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue