public void Export(string file) { MarkdownExporter mkExporter = new MarkdownExporter(file, this); mkExporter.write(); }