diff options
-rw-r--r-- | MANUAL.txt | 2 | ||||
-rw-r--r-- | changelog | 2 | ||||
-rw-r--r-- | man/pandoc.1 | 6 | ||||
-rw-r--r-- | pandoc.cabal | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index c390fef07..351929e92 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -1,6 +1,6 @@ % Pandoc User's Guide % John MacFarlane -% September 16, 2018 +% September 27, 2018 Synopsis ======== @@ -1,4 +1,4 @@ -pandoc (X.Y.Z) +pandoc (2.3.1) * RST reader: diff --git a/man/pandoc.1 b/man/pandoc.1 index 5ba57f79f..00cdfdc00 100644 --- a/man/pandoc.1 +++ b/man/pandoc.1 @@ -1,5 +1,5 @@ .\"t -.TH PANDOC 1 "September 16, 2018" "pandoc 2.3" +.TH PANDOC 1 "September 27, 2018" "pandoc 2.3.1" .SH NAME pandoc - general markup converter .SH SYNOPSIS @@ -5786,8 +5786,8 @@ iBooks\-specific metadata, with the following fields: .RE .SS The \f[C]epub:type\f[] attribute .PP -You can mark up the header that corresponds to an EPUB chapter using the -\f[C]epub:type\f[] attribute. +For \f[C]epub3\f[] output, you can mark up the header that corresponds +to an EPUB chapter using the \f[C]epub:type\f[] attribute. For example, to set the attribute to the value \f[C]prologue\f[], use this markdown: .IP diff --git a/pandoc.cabal b/pandoc.cabal index 1c27e0b97..6edbc8ba0 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,5 +1,5 @@ name: pandoc -version: 2.3 +version: 2.3.1 cabal-version: 2.0 build-type: Custom license: GPL-2 |