dolanmiu / docx

Easily generate and modify .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.
https://docx.js.org/
MIT License
4.06k stars 463 forks source link

Table of contents is not working #2673

Open Ankit-Naag opened 2 months ago

Ankit-Naag commented 2 months ago

I'm using docx@8.5.0 and the table of content is not working for me:

Here's a sample of my output: image

vonWolfehaus commented 1 month ago

I have the same problem, except it just appears blank in the rendered docx until i click on the general area it should be in and have google docs refresh it with the correct data. updateFields does not do anything and there's nothing else in the docs to suggest other steps to take for it to render properly.