Skip to content

Commit

Permalink
Harmonize typographic dashes (#9688)
Browse files Browse the repository at this point in the history
Standardize on `---` with no space.
  • Loading branch information
salim-b authored Apr 23, 2024
1 parent 6578dcd commit b37ad70
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions MANUAL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ header when requesting a document from a URL:

`--indented-code-classes=`*CLASSES*

: Specify classes to use for indented code blocks--for example,
: Specify classes to use for indented code blocks---for example,
`perl,numberLines` or `haskell`. Multiple classes may be separated
by spaces or commas.

Expand Down Expand Up @@ -3702,7 +3702,7 @@ easy to read:

> A Markdown-formatted document should be publishable as-is, as plain
> text, without looking like it's been marked up with tags or formatting
> instructions.
> instructions.\
> -- [John Gruber](https://daringfireball.net/projects/markdown/syntax#philosophy)

This principle has guided pandoc's decisions in finding syntax for
Expand Down Expand Up @@ -4695,8 +4695,8 @@ All three metadata fields may contain standard inline formatting

Title blocks will always be parsed, but they will affect the output only
when the `--standalone` (`-s`) option is chosen. In HTML output, titles
will appear twice: once in the document head -- this is the title that
will appear at the top of the window in a browser -- and once at the
will appear twice: once in the document head---this is the title that
will appear at the top of the window in a browser---and once at the
beginning of the document body. The title in the document head can have
an optional prefix attached (`--title-prefix` or `-T` option). The title
in the body appears as an H1 element with class "title", so it can be
Expand Down Expand Up @@ -6317,12 +6317,12 @@ A few other metadata fields affect bibliography formatting:
syntax (after `-u-`) may be used to specify options for
collation (sorting) more precisely. Here are some examples:

- `zh-u-co-pinyin` -- Chinese with the Pinyin collation.
- `es-u-co-trad` -- Spanish with the traditional collation
- `zh-u-co-pinyin`: Chinese with the Pinyin collation.
- `es-u-co-trad`: Spanish with the traditional collation
(with `Ch` sorting after `C`).
- `fr-u-kb` -- French with "backwards" accent sorting
- `fr-u-kb`: French with "backwards" accent sorting
(with `coté` sorting after `côte`).
- `en-US-u-kf-upper` -- English with uppercase letters sorting
- `en-US-u-kf-upper`: English with uppercase letters sorting
before lower (default is lower before upper).

`notes-after-punctuation`
Expand Down

0 comments on commit b37ad70

Please sign in to comment.