From 94e0339940b6b12585d20035e6668b0a789af630 Mon Sep 17 00:00:00 2001 From: Carsten Bormann Date: Sat, 2 Dec 2023 20:37:26 +0100 Subject: [PATCH] use monospace for inline CDDL. --- draft-birkholz-rats-epoch-markers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/draft-birkholz-rats-epoch-markers.md b/draft-birkholz-rats-epoch-markers.md index cd6f92b..d3a8655 100644 --- a/draft-birkholz-rats-epoch-markers.md +++ b/draft-birkholz-rats-epoch-markers.md @@ -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}