Dolan
Dolan
I think this can be possible, but there doesn't seem to be much documentation on it https://bugs.documentfoundation.org/show_bug.cgi?id=126084
This may be a bug, need investigation, so horizontally merged cells have keepNext?
Thanks for all this investigation If you can, could you submit a PR to try fix this?
Yes, I think adding `keepNext` on a `TableRow` is good and easy to understand for the users > It is, however, a cell property in the XML. When serialized to...
`docx` mostly follows the ooxml standard, I have written tests to verify this for most of the demos: https://github.com/dolanmiu/docx/runs/4802228317?check_suite_focus=true This PR gave support for docx to follow OOXML: https://github.com/dolanmiu/docx/pull/948 Maybe...
I believe you can set your own tab stops like so: https://docx.js.org/#/usage/tab-stops
That exact code works for me. I am using Word 2013 Perhaps it's a compatibility issue with Word 2007
people bypass the filter by doing adding an underscore on the word, or adding an extra r on the n word ``` ass_ ```
Any update on this issue? Experiencing the same error on a similar set up. Downgrading to `0.234.0` solves the issue
I have made a PR here to hopefully address this: https://github.com/dolanmiu/docx/pull/2477