-
-
Notifications
You must be signed in to change notification settings - Fork 177
Open
Labels
Description
When a docx file has revision marks, the text returned doesn't include them.
Is it possible to have a mean to include them ?
May be consider the document with all revisions marks accepted ?
In a first approach, I see that revision mark are inserted with 'w:ins' tag, when added this tag in the xpath search (in paragraph.rb line 62), we obtain the text with revision included.
What do you think about this ?
Thank a lot!