Support QWord Heading 3 DOCX roundtrip

This commit is contained in:
Курнат Андрей
2026-06-02 06:37:49 +03:00
parent c4fd683ef3
commit 1c03ec168c
5 changed files with 46 additions and 6 deletions
+1
View File
@@ -128,6 +128,7 @@ const styleGalleryOptions = [
{ value: "p", label: "Обычный" },
{ value: "h1", label: "Заголовок 1" },
{ value: "h2", label: "Заголовок 2" },
{ value: "h3", label: "Заголовок 3" },
{ value: "blockquote", label: "Цитата" }
];