MANUAL.txt: add information about paragraph insertion/deletion
This commit is contained in:
parent
10238f059b
commit
06a672dd4f
1 changed files with 5 additions and 2 deletions
|
@ -554,8 +554,11 @@ Reader options
|
|||
`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. This
|
||||
option only affects the docx reader.
|
||||
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*
|
||||
|
||||
|
|
Loading…
Reference in a new issue