Some markdown processing.

This commit is contained in:
James Grogan 2022-12-01 17:13:54 +00:00
parent 31b479e9f6
commit ec11529b9a
23 changed files with 677 additions and 135 deletions

View file

@ -11,7 +11,4 @@ public:
XmlWriter() = default;
std::string toString(XmlDocument* document);
private:
std::string toString(XmlElement* element, unsigned depth=0);
};