Text alignment actions (#7604)

Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
This commit is contained in:
Victor Ilyushchenko
2025-01-09 09:35:48 +07:00
committed by GitHub
parent 9c78dc6ad3
commit 89618c70f4
11 changed files with 105 additions and 21 deletions
@@ -660,6 +660,7 @@ A list of closed updated issues`
content: [
{
type: MarkupNodeType.paragraph,
attrs: { textAlign: null },
content: [
{
type: MarkupNodeType.text,
@@ -689,7 +690,7 @@ A list of closed updated issues`
content: [
{
type: MarkupNodeType.heading,
attrs: { level: 1 },
attrs: { level: 1, textAlign: null },
content: [
{
type: MarkupNodeType.text,
@@ -699,6 +700,7 @@ A list of closed updated issues`
},
{
type: MarkupNodeType.paragraph,
attrs: { textAlign: null },
content: [
{
text: '\n',
@@ -708,7 +710,7 @@ A list of closed updated issues`
},
{
type: MarkupNodeType.heading,
attrs: { level: 2 },
attrs: { level: 2, textAlign: null },
content: [
{
type: MarkupNodeType.text,