rebuild project for use with md4c library
This commit is contained in:
parent
18fbad5c7d
commit
6d98202f38
135 changed files with 19527 additions and 0 deletions
18
Src/BlogParser.cpp
Normal file
18
Src/BlogParser.cpp
Normal file
|
@ -0,0 +1,18 @@
|
|||
#include "BlogParser.h"
|
||||
|
||||
BlogParser::BlogParser()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
std::string BlogParser::ParseText(std::string text)
|
||||
{
|
||||
std::string result;
|
||||
std::string currentTag;
|
||||
|
||||
// for (char c : text)
|
||||
// {
|
||||
// if (c is first)
|
||||
// }
|
||||
return "";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue