diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-01-25 08:32:27 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-01-25 08:32:27 -0800 |
| commit | 50eb8a1d86a9d2b1983f4ab9e49f82b116789070 (patch) | |
| tree | 729988971bc6c9e78c6ee3675f466ff2afc3a385 /man | |
| parent | d784c202130dd1eed28e9a689244e03dcaeedfde (diff) | |
Update man pages.
Diffstat (limited to 'man')
| -rw-r--r-- | man/pandoc-server.1 | 5 | ||||
| -rw-r--r-- | man/pandoc.1 | 22 |
2 files changed, 13 insertions, 14 deletions
diff --git a/man/pandoc-server.1 b/man/pandoc-server.1 index fe3005c15..56398d2e7 100644 --- a/man/pandoc-server.1 +++ b/man/pandoc-server.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Pandoc 2.19.2 +.\" Automatically generated by Pandoc 3.0 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. @@ -364,8 +364,7 @@ following query parameters: .PP It returns a JSON object with fields \f[V]html\f[R] and \f[V]version\f[R]. -This endpoint is designed to support the -Babelmarkhttps://babelmark.github.io website. +This endpoint is designed to support the Babelmark website. .SH AUTHORS .PP Copyright 2022 John MacFarlane (jgm\[at]berkeley.edu). diff --git a/man/pandoc.1 b/man/pandoc.1 index a919bc82b..853e559f5 100644 --- a/man/pandoc.1 +++ b/man/pandoc.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Pandoc 2.19.2 +.\" Automatically generated by Pandoc 3.0 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. @@ -14,7 +14,7 @@ . ftr VB CB . ftr VBI CBI .\} -.TH "Pandoc User\[cq]s Guide" "" "January 17, 2023" "pandoc 3.0" "" +.TH "Pandoc User\[cq]s Guide" "" "January 25, 2023" "pandoc 3.0" "" .hy .SH NAME pandoc - general markup converter @@ -2663,7 +2663,7 @@ lang: en-GB Text in the main document language (British English). ::: {lang=fr-CA} -> Cette citation est \['e]crite en fran\[,c]ais canadien. +> Cette citation est écrite en français canadien. ::: More text in English. [\[aq]Zitat auf Deutsch.\[aq]]{lang=de} @@ -3394,7 +3394,7 @@ Thus, for example, Heading Identifier ----------------------------- ----------------------------- Heading identifiers in HTML heading-identifiers-in-html - Ma\[^i]tre d\[aq]h\[^o]tel ma\[^i]tre-dh\[^o]tel + Maître d\[aq]hôtel maître-dhôtel *Dogs*?--in *my* house? dogs--in-my-house [HTML], [S5], or [RTF]? html-s5-or-rtf 3. Applications applications @@ -4760,11 +4760,11 @@ Cells can span multiple columns or rows: +---------------------+----------+ | Property | Earth | +=============+=======+==========+ -| | min | -89.2 \[de]C | +| | min | -89.2 °C | | Temperature +-------+----------+ -| 1961-1990 | mean | 14 \[de]C | +| 1961-1990 | mean | 14 °C | | +-------+----------+ -| | min | 56.7 \[de]C | +| | min | 56.7 °C | +-------------+-------+----------+ \f[R] .fi @@ -6183,8 +6183,8 @@ singular or plural forms, as \f[V]book\f[R], \f[V]sec.\f[R]/\f[V]secs.\f[R]; \f[V]sub verbo\f[R], \f[V]s.v.\f[R]/\f[V]s.vv.\f[R]; \f[V]verse\f[R], \f[V]v.\f[R]/\f[V]vv.\f[R]; \f[V]volume\f[R], -\f[V]vol.\f[R]/\f[V]vols.\f[R]; \f[V]\[ps]\f[R]/\f[V]\[ps]\[ps]\f[R]; -\f[V]\[sc]\f[R]/\f[V]\[sc]\[sc]\f[R]. +\f[V]vol.\f[R]/\f[V]vols.\f[R]; \f[V]¶\f[R]/\f[V]¶¶\f[R]; +\f[V]§\f[R]/\f[V]§§\f[R]. If no locator term is used, \[lq]page\[rq] is assumed. .PP In complex cases, you can force something to be treated as a locator by @@ -6966,7 +6966,7 @@ Here are some examples: (with \f[V]Ch\f[R] sorting after \f[V]C\f[R]). .IP \[bu] 2 \f[V]fr-u-kb\f[R] \[en] French with \[lq]backwards\[rq] accent sorting -(with \f[V]cot\['e]\f[R] sorting after \f[V]c\[^o]te\f[R]). +(with \f[V]coté\f[R] sorting after \f[V]côte\f[R]). .IP \[bu] 2 \f[V]en-US-u-kf-upper\f[R] \[en] English with uppercase letters sorting before lower (default is lower before upper). @@ -7520,7 +7520,7 @@ identifier: - scheme: DOI text: doi:10.234234.234/33 publisher: My Press -rights: \[co] 2007 John Smith, CC BY-NC +rights: © 2007 John Smith, CC BY-NC ibooks: version: 1.3.4 \&... |
