Update demo
This commit is contained in:
@ -34,7 +34,14 @@ doc.addSection({
|
|||||||
default: new Footer({
|
default: new Footer({
|
||||||
children: [
|
children: [
|
||||||
new Paragraph({
|
new Paragraph({
|
||||||
text: "Footer text",
|
text: "Odd Footer text",
|
||||||
|
}),
|
||||||
|
],
|
||||||
|
}),
|
||||||
|
even: new Footer({
|
||||||
|
children: [
|
||||||
|
new Paragraph({
|
||||||
|
text: "Even Cool Footer text",
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
|
Reference in New Issue
Block a user