aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-11-03 11:05:57 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-11-03 11:05:57 -0800
commit6c1bc1510b5453f55b86bca5d94a23c208940eab (patch)
tree31c973877de4d11cc02f57f2cfc000df5c6a849b /MANUAL.txt
parentb1a58a04fddd04f3f6cb677437656773566e6264 (diff)
downloadpandoc-6c1bc1510b5453f55b86bca5d94a23c208940eab.tar.gz
Clarify manual on `--track-changes`.
Closes #6801.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 41eb33853..297c109e7 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -665,18 +665,18 @@ header when requesting a document from a URL:
: Specifies what to do with insertions, deletions, and comments
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. Both `accept` and `reject` ignore comments. `all` puts
- in insertions, deletions, and comments, wrapped in spans with
- `insertion`, `deletion`, `comment-start`, and `comment-end`
- classes, respectively. The author and time of change is
- included. `all` is useful for scripting: only accepting changes
- from a certain reviewer, say, or before a certain date. If a
- paragraph is inserted or deleted, `track-changes=all` produces a
- span with the class `paragraph-insertion`/`paragraph-deletion`
- before the affected paragraph break. This option only affects the
- docx reader.
+ default) processes all the insertions and deletions.
+ `reject` ignores them. Both `accept` and `reject` ignore comments.
+ `all` includes all insertions, deletions, and comments, wrapped
+ in spans with `insertion`, `deletion`, `comment-start`, and
+ `comment-end` classes, respectively. The author and time of
+ change is included. `all` is useful for scripting: only
+ accepting changes from a certain reviewer, say, or before a
+ certain date. If a paragraph is inserted or deleted,
+ `track-changes=all` produces a span with the class
+ `paragraph-insertion`/`paragraph-deletion` before the
+ affected paragraph break. This option only affects the docx
+ reader.
`--extract-media=`*DIR*