Support full QWord heading hierarchy in DOCX
This commit is contained in:
@@ -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: "Цитата" }
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user