Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Miek Gieben <[email protected]>
  • Loading branch information
miekg committed Oct 6, 2018
1 parent f0a903f commit 90a6c71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ The first seen modifier determines the type (suppressed, normative or informativ
Multiple citation can separated with a semicolon: `[@RFC1034; @RFC1035]`.

If you reference an RFC, I-D or W3C document the reference will be added automatically (no need to
muck about with an `<reference>` block. This is to say:
muck about with an `<reference>` block). This is to say:

Any reference starting with *RFC*, *I-D.* or *W3C.* will be automatically added to the correct
reference section.
Expand All @@ -474,7 +474,7 @@ For I-Ds you may want to add a draft sequence number, which can be done as such:
If you reference an I-D *without* a sequence number it will create a reference to the *last* I-D in
citation index.

A bibliography section is created by default (if a `{backmatter}` is given, but you can suppress it
A bibliography section is created by default if a `{backmatter}` is given, but you can suppress it
by using the command line flag `-bibliography=false`.

### XML References
Expand All @@ -484,7 +484,7 @@ The syntax of the XML reference element is defined in [RFC
7749](https://tools.ietf.org/html/rfc7749#section-2.30). The `anchor` defined can be used in the
[citation](#Citations), which the example below that would be `[@pandoc]`:

~~~
~~~ html
<reference anchor='pandoc' target='http://johnmacfarlane.net/pandoc/'>
<front>
<title>Pandoc, a universal document converter</title>
Expand Down

0 comments on commit 90a6c71

Please sign in to comment.