OPM / opm-reference-manual

Other
1 stars 5 forks source link

Created script to remove revision span tags #173

Closed hakonhagland closed 4 months ago

hakonhagland commented 4 months ago

LibreOffice uses span tags to track revisions, but we do not need this information since we are using Git for revision control. This script will try to remove those span tags and the corresponding style elements from the XML documents.

The plan is to apply this script to all XML documents to remove the revision span tags. By removing these tags, PR authors should have less trouble to do manual edits of the XML documents, and also the PR review should become easier.

lisajulia commented 4 months ago

Tested and looks good to me :)