aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorMauro Bieg <mb21@users.noreply.github.com>2018-12-12 20:51:14 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2018-12-12 14:51:14 -0500
commite4340b384fc6390cbebcc4dcc6f5039af893d6dd (patch)
tree0685429db41a66ecd03742c9f92f7cde331dc31a /MANUAL.txt
parentdc8caf10df9ba65169ba050ea37cca2d45fcc4d4 (diff)
downloadpandoc-e4340b384fc6390cbebcc4dcc6f5039af893d6dd.tar.gz
ICML writer: support custom-styles (#5137)
see #2106
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt18
1 files changed, 10 insertions, 8 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index dca629159..e027797a8 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -2051,7 +2051,7 @@ output formats
Read all docx styles as divs (for paragraph styles) and spans (for
character styles) regardless of whether pandoc understands the meaning
of these styles. This can be used with [docx custom
-styles](#custom-styles-in-docx). Disabled by default.
+styles](#custom-styles). Disabled by default.
input formats
: `docx`
@@ -4763,8 +4763,10 @@ To disable highlighting, use the `--no-highlight` option.
[skylighting]: https://github.com/jgm/skylighting
-Custom Styles in Docx
-=====================
+Custom Styles
+=============
+
+Custom styles can be used in the docx and ICML formats.
Input
-----
@@ -4817,8 +4819,8 @@ same styles in your input and output files.
Output
------
-By default, pandoc's docx output applies a predefined set of styles for
-blocks such as paragraphs and block quotes, and uses largely default
+By default, pandoc's docx and ICML output applies a predefined set of styles
+for blocks such as paragraphs and block quotes, and uses largely default
formatting (italics, bold) for inlines. This will work for most
purposes, especially alongside a `reference.docx` file. However, if you
need to apply your own styles to blocks, or match a preexisting set of
@@ -4843,9 +4845,9 @@ style `Emphatically`. Similarly, using the `fenced_divs` syntax,
would style the two contained lines with the `Poetry` paragraph style.
-If the styles are not yet in your reference.docx, they will be defined
-in the output file as inheriting from normal text. If they are already
-defined, pandoc will not alter the definition.
+For docx output, styles will be defined in the output file as inheriting
+from normal text, if the styles are not yet in your reference.docx.
+If they are already defined, pandoc will not alter the definition.
This feature allows for greatest customization in conjunction with
[pandoc filters]. If you want all paragraphs after block quotes to be