registered Markdown and Latex as an export format

This commit is contained in:
Nils Kruthoff 2026-07-29 13:32:57 +02:00
parent c550527a50
commit 83a9ca276f
No known key found for this signature in database
GPG Key ID: A5C0151B4DDB172C

View File

@ -5,4 +5,6 @@ public enum FileExportFormat
MICROSOFT_WORD,
OPEN_DOCUMENT_TEXT,
HTML,
MARKDOWN,
LATEX,
}