Skip to content

Commit

Permalink
fix(docx): indent in paragraph's
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Apr 26, 2022
1 parent c6ce6ab commit 71257e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/better-write-plugin-docx/src/set.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,9 @@ export const PluginDocxSet = (
return new docx.Paragraph({
children: purge(raw),
alignment: docx.AlignmentType.JUSTIFIED,
indent: {
firstLine: 550,
},
})
}

Expand Down

0 comments on commit 71257e3

Please sign in to comment.