pandoc/test/docx/track_changes_scrubbed_metadata.native
Diego Balseiro eda5540719
DOCX reader: Allow empty dates in comments and tracked changes (#6726)
For security reasons, some legal firms delete the date from comments and
tracked changes.

* Make date optional (Maybe) in tracked changes and comments datatypes
* Add tests
2020-10-06 21:03:00 -07:00

9 lines
416 B
Text

[Para [ Str "Here", Space, Str "is", Space, Str "a", Space
, Span ("",["deletion"],[("author","Author")]) [Str "dummy"]
, Span ("",["insertion"],[("author","Author")]) [Str "test"]
, Space
, Span ("",["comment-start"],[("id","3"),("author","Author")])
[Str "With",Space,Str "a",Space,Str "comment!"]
, Str "document",Span ("",["comment-end"],[("id","3")]) [],Str "."
]
]