Add new extensions

This commit is contained in:
Oleg Korshul
2025-05-13 18:15:49 +03:00
parent d928151fdb
commit 490180dbba

View File

@ -186,6 +186,7 @@ CFormatsList CFormatsList::GetDefaultExts()
list.m_documents.push_back(L"fodt");
list.m_documents.push_back(L"htm");
list.m_documents.push_back(L"html");
list.m_documents.push_back(L"md");
list.m_documents.push_back(L"hwp");
list.m_documents.push_back(L"hwpx");
@ -240,6 +241,7 @@ CFormatsList CFormatsList::GetDefaultExts()
list.m_crossplatform.push_back(L"djvu");
list.m_crossplatform.push_back(L"xps");
list.m_crossplatform.push_back(L"ofd");
list.m_draw.push_back(L"vsdx");