MANUAL: epub:type is only useful for epub3
This commit is contained in:
parent
1ce7afb476
commit
b69f7d8810
1 changed files with 3 additions and 3 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue