ide: Markdown export improvements

This commit is contained in:
Mirek Fidler 2026-01-27 15:05:53 +01:00
parent 00684eeddb
commit 1d6d0b2bf7
5 changed files with 71 additions and 14 deletions

View file

@ -259,8 +259,8 @@ void TopicEditor::FileBar(Bar& bar)
bar.Add("Export group to PDF..", THISBACK(ExportGroupPdf));
bar.Add("Export to HTML..", THISBACK(ExportHTML));
bar.Add("Export group to HTML..", THISBACK(ExportGroupHTML));
bar.Add("Export as GitHub Markdown", [=] {
ExportMarkdown(editor.GetQTF());
bar.Add("Export as GitHub Markdown..", [=] {
ExportMarkdown(editor.GetQTF(), GetFileTitle(topicpath));
});
}