Multiple columns in a section

This commit is contained in:
Zahra
2019-06-21 01:22:27 +05:30
parent 58dc6fe389
commit 1dfc27ba08
6 changed files with 37 additions and 6 deletions

View File

@ -71,7 +71,7 @@ describe("Body", () => {
},
},
},
{ "w:cols": { _attr: { "w:space": 708 } } },
{ "w:cols": { _attr: { "w:space": 708, "w:num": 1 } } },
{ "w:docGrid": { _attr: { "w:linePitch": 360 } } },
],
},
@ -96,7 +96,7 @@ describe("Body", () => {
},
},
},
{ "w:cols": { _attr: { "w:space": 708 } } },
{ "w:cols": { _attr: { "w:space": 708, "w:num": 1 } } },
{ "w:docGrid": { _attr: { "w:linePitch": 360 } } },
],
},