diff options
-rw-r--r-- | MANUAL.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 6689f9c4b..c390fef07 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -4627,9 +4627,9 @@ The following fields are recognized: The `epub:type` attribute ------------------------- -You can mark up the header that corresponds to an EPUB chapter using the -[`epub:type` attribute][epub-type]. For example, to set the attribute -to the value `prologue`, use this markdown: +For `epub3` output, you can mark up the header that corresponds to an EPUB +chapter using the [`epub:type` attribute][epub-type]. For example, to set +the attribute to the value `prologue`, use this markdown: # My chapter {epub:type=prologue} |