aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2016-08-20 09:38:15 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2016-08-20 09:38:15 -0400
commit84a99af24ed643dd6c9922317e3ec11f8c57a631 (patch)
tree4342b1e7dc007da92e7ea2b0a525c5996075d8e3
parent2c9f17d5d70b22a5b19a4b67a9842858e77a918a (diff)
downloadpandoc-84a99af24ed643dd6c9922317e3ec11f8c57a631.tar.gz
MANUAL: fix up custom-style documentation.
* Remove nitty-gritty details about custom-style filters (it won't make sense to readers unfamiliar with filters, and would be obvious to users already familiar with them). * Fix a capitalization.
-rw-r--r--MANUAL.txt11
1 files changed, 3 insertions, 8 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 858a50cae..21c777bdf 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -3854,7 +3854,7 @@ style `Emphatically`. Similarly,
| He did not know I saw---
</div>
-Would style the two contained lines with the `Poetry` paragraph style.
+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
@@ -3865,14 +3865,9 @@ This feature allows for greatest customization in conjunction with
indented, you can write a filter to apply the styles necessary. If you
want all italics to be transformed to the `Emphasis` character style
(perhaps to change their color), you can write a filter which will
-transform all italicized inlines
+transform all italicized inlines to inlines within an `Emphasis`
+custom-style `span`.
- Emph <inlines>
-
-to
-
- Span ("", [], [("custom-style", "Emphasis")] <inlines>
-
[pandoc filters]: http://pandoc.org/scripting.html
Custom writers