Skip to content

Commit

Permalink
use monospace for inline CDDL.
Browse files Browse the repository at this point in the history
  • Loading branch information
cabo committed Dec 2, 2023
1 parent 722ab6a commit 94e0339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-birkholz-rats-epoch-markers.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,10 @@ This memo comes with a set of predefined payloads.

### CBOR Time Tags

A CBOR time representation choosing from CBOR tag 0 (tdate, RFC3339 time as a string), tag 1 (time, Posix time as int or float) or tag 1001 (extended time data item), optionally bundled with a nonce.
A CBOR time representation choosing from CBOR tag 0 (`tdate`, RFC3339 time as a string), tag 1 (`time`, Posix time as int or float) or tag 1001 (extended time data item), optionally bundled with a nonce.

See {{Section 3 of -CBOR-ETIME}} for the (many) details about the CBOR extended
time format (tag 1001). See {{-CBOR}} for tdate (tag 0) and time (tag 1).
time format (tag 1001). See {{-CBOR}} for `tdate` (tag 0) and `time` (tag 1).

~~~~ CDDL
{::include cddl/cbor-time-tag.cddl}
Expand Down

0 comments on commit 94e0339

Please sign in to comment.