aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2014-06-25 16:01:52 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2014-06-25 16:01:52 -0400
commit58da1cd3bd986716d3f4441c540e96b1fcc3ea4b (patch)
treeeb55df1c080642b0625fda3d53665366d0f7c45b
parent0e9bf37f64be0a121a0d682570fc8f0cf2b27c51 (diff)
downloadpandoc-58da1cd3bd986716d3f4441c540e96b1fcc3ea4b.tar.gz
Updated README to include "--track-changes" option.
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index 012b75e2a..88eb0d8e2 100644
--- a/README
+++ b/README
@@ -308,6 +308,17 @@ Reader options
`--tab-stop=`*NUMBER*
: Specify the number of spaces per tab (default is 4).
+`--track-changes=`*accept|reject|all*
+: Specifies what to do with insertions and deltions produced by the MS
+ Word "track-changes" feature. *accept* (the default), inserts all
+ insertions, and ignores all deletions. *reject* inserts all
+ deletions and ignores insertions. *all* puts in both insertions
+ and deletions, wrapped in spans with `insertion` and `deletion`
+ classes, respectively. The author and time of change is
+ specified. *all* is useful for scripting: only accepting changes
+ from a certain reviewer, say, or before a certain date. This
+ option only affects the Docx reader.
+
General writer options
----------------------