Jurriaan Barkey Wolf

Results 77 comments of Jurriaan Barkey Wolf

You can try injecting literal XML. For this you can take a look at the `literalXMLDelimiter`. See for example https://github.com/guigrpa/docx-templates/blob/306af4373a8676a4ad86c7a250305efdcbfffc97/src/__tests__/templating.test.ts#L413 . You'll have to look up the required XML elements...

I can't really help with this information. You can unzip the docx file and inspect the XML files to see if the elements are inserted in the way you'd expect....

Thats super weird, I can't reproduce this when converting the output document you posted to pdf using Word 16.51. I could view it just fine, using Preview, macOS 10.14.6 (18G9216))....

I have to change my privacy settings for that and checkbox some EULA, so i'd rather not try it... Can you try what happens when you take docx-templates out of...

Sorry for the late reply. I'm usually a bit apprehensive about new functionality in this library, as stability is my primary concern at the moment. This looks nice though. Injecting...

@lattam for your report! Neat repro case as well. Weirdly, I wasn't able to reproduce this (see commit https://github.com/guigrpa/docx-templates/commit/4743cba35fcfc9892f8327720bad071b537b1bc9). The rendered document turned out exactly as expected... Which version of...

As I couldn't reproduce this problem, i'll close this issue for now. Feel free to reopen if it persists. Please make sure you're running a fully updated version of MS...

That is super weird. I get the below result when running a test case based on your example (see https://github.com/guigrpa/docx-templates/commit/153afe7c5b98bb38ec78f3239fb328b5fcb3318f). The resulting Word file seems correct... Maybe its because i'm...

Hmmm super strange. No i dont think it was a false alarm. I get the same view as you when opening in Google drive. To me it seems like some...

AFAIK our implementation is up to 'spec' on this front (http://officeopenxml.com/WPtextSpecialContent-break.php), and I can't imagine there's some non-determinism at play in this library... My working theory is that it is...