#include "markdownParser.h" int main() { markdownPaerser mk("test.md"); mk.transferm(); mk.html(); return 0; }