Support full QWord heading hierarchy in DOCX

This commit is contained in:
Курнат Андрей
2026-06-02 06:43:36 +03:00
parent 1c03ec168c
commit c75efaa766
5 changed files with 52 additions and 21 deletions
+3
View File
@@ -129,6 +129,9 @@ const styleGalleryOptions = [
{ value: "h1", label: "Заголовок 1" },
{ value: "h2", label: "Заголовок 2" },
{ value: "h3", label: "Заголовок 3" },
{ value: "h4", label: "Заголовок 4" },
{ value: "h5", label: "Заголовок 5" },
{ value: "h6", label: "Заголовок 6" },
{ value: "blockquote", label: "Цитата" }
];