diff options
| author | John MacFarlane <[email protected]> | 2022-01-14 10:36:59 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-01-14 10:36:59 -0800 |
| commit | 55cc9040cbf576e361da0c4f2de7639cabeaf257 (patch) | |
| tree | 3077df094a161841fbac220af3836762fd30ae6a /man | |
| parent | 20c4bc3261282c1adb659df5862a7aa298bb11de (diff) | |
Update man page.2.17.0.1
Diffstat (limited to 'man')
| -rw-r--r-- | man/pandoc.1 | 12 |
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 |
