Chris Lim
Results
2
comments of
Chris Lim
> I had it working with this : > > {d.title[i].text} {d.title[i+1].text} > {d.content[i].content[i].text} {d.content[i].content[i+1].text} > {d.content[i+1].content[i].text} {d.content[i+1].content[i+1].text} > ``` > { > title: [{text: 'Salutation'}, {text: 'lang'}], > content:...
A bit late but I experience this issue when merging documents that include different headers and footers. It appears that the library doesn't really know how to merge documents with...