X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=src%2Fexport-markdown.h;fp=src%2Fexport-markdown.h;h=6b7f6a9c9c5d5659f8e1f9c5417f36743b5e8dec;hb=d483bd8e6523c23c6f1d8908a2e0611c2bc9ff4f;hp=0000000000000000000000000000000000000000;hpb=7dfa3fe589d1722d49681f42cdb0bf1e6efb5223;p=sven%2Fvym.git diff --git a/src/export-markdown.h b/src/export-markdown.h new file mode 100644 index 0000000..6b7f6a9 --- /dev/null +++ b/src/export-markdown.h @@ -0,0 +1,13 @@ +#ifndef EXPORT_MARKDOWN_H +#define EXPORT_MARKDOWN_H + +#include "export-base.h" + +class ExportMarkdown : public ExportBase { + public: + ExportMarkdown(); + virtual void doExport(); + virtual QString underline(const QString &text, const QString &line); +}; + +#endif