aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 5d5e9ccdb..b6bf94e96 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -429,7 +429,8 @@ Reader options
`--strip-empty-paragraphs`
-: Ignore paragraphs with non content. This option is useful
+: *Deprecated. Use the `+empty_paragraphs` extension instead.*
+ Ignore paragraphs with no content. This option is useful
for converting word processing documents where users have
used empty paragraphs to create inter-paragraph space.
@@ -3817,6 +3818,12 @@ in several respects:
we must either disallow lazy wrapping or require a blank line between
list items.
+#### Extension: `empty_paragraphs` ####
+
+Allows empty paragraphs. By default empty paragraphs are
+omitted. This affects the `docx` reader and writer, the
+`opendocument` and `odt` writer, and all HTML-based readers and writers.
+
Markdown variants
-----------------