aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/pandoc.112
1 files changed, 8 insertions, 4 deletions
diff --git a/man/pandoc.1 b/man/pandoc.1
index 3821570ab..d5c88fc7e 100644
--- a/man/pandoc.1
+++ b/man/pandoc.1
@@ -1,7 +1,7 @@
'\" t
-.\" Automatically generated by Pandoc 2.16.2
+.\" Automatically generated by Pandoc 2.17
.\"
-.TH "Pandoc User\[cq]s Guide" "" "January 12, 2022" "pandoc 2.17" ""
+.TH "Pandoc User\[cq]s Guide" "" "January 14, 2022" "pandoc 2.17.0.1" ""
.hy
.SH NAME
pandoc - general markup converter
@@ -6745,13 +6745,17 @@ before lower (default is lower before upper).
.RE
.TP
\f[B]\f[CB]notes-after-punctuation\f[B]\f[R]
-If true (the default), pandoc will put footnote citations after
-following punctuation.
+If true (the default for note styles), pandoc will put footnote
+references or superscripted numerical citations after following
+punctuation.
For example, if the source contains \f[C]blah blah [\[at]jones99].\f[R],
the result will look like \f[C]blah blah.[\[ha]1]\f[R], with the note
moved after the period and the space collapsed.
If false, the space will still be collapsed, but the footnote will not
be moved after the punctuation.
+The option may also be used in numerical styles that use superscripts
+for citation numbers (but for these styles the default is not to move
+the citation).
.SH SLIDE SHOWS
.PP
You can use pandoc to produce an HTML + JavaScript slide presentation