You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In our app I am relying on paraIds ("w14:paraId" attributes) to identify specific w:p elements in the docx file and apply changes to them. Docx files from Word or Google Docs do contain these attributes. Docx files generated with remark-docx do not seem to have paraIds.
Describe the solution you'd like
Generate ids for each w:p element and add them as w14:paraId attributes.
Describe alternatives you've considered
Right now I have to postprocess the docx file to add the paraIds in our own code.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In our app I am relying on paraIds ("w14:paraId" attributes) to identify specific w:p elements in the docx file and apply changes to them. Docx files from Word or Google Docs do contain these attributes. Docx files generated with remark-docx do not seem to have paraIds.
Describe the solution you'd like
Generate ids for each w:p element and add them as w14:paraId attributes.
Describe alternatives you've considered
Right now I have to postprocess the docx file to add the paraIds in our own code.
The text was updated successfully, but these errors were encountered: