-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tracking changes for Heading or Title in case of docx reader #1376
base: master
Are you sure you want to change the base?
Conversation
nice @moromete, you know you can run the test/checks locally by running Could you please check the code coverage report? There are some new lines not covered. |
* | ||
* @return string the HTML, an empty string if no track change information | ||
*/ | ||
private function writeTrackChangeOpening() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should avoid code duplication and move those 2 methods to the parent AbstractElement
2d9f999
to
e458249
Compare
Add tracking changes for Heading or Title for docx reader
Also added tracking changes in case of Title for HTML writer