[Rfc-markdown] 1.4.6: Add {::boilerplate bcp14-tagged}

Carsten Bormann <cabo@tzi.org> Thu, 29 April 2021 14:53 UTC

Return-Path: <cabo@tzi.org>
X-Original-To: rfc-markdown@ietfa.amsl.com
Delivered-To: rfc-markdown@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2FE9E3A0B58 for <rfc-markdown@ietfa.amsl.com>; Thu, 29 Apr 2021 07:53:39 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.22
X-Spam-Level:
X-Spam-Status: No, score=-4.22 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id a_PfXK8gJxGS for <rfc-markdown@ietfa.amsl.com>; Thu, 29 Apr 2021 07:53:34 -0700 (PDT)
Received: from gabriel-vm-2.zfn.uni-bremen.de (gabriel-vm-2.zfn.uni-bremen.de [134.102.50.17]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3AD9B3A0B55 for <rfc-markdown@ietf.org>; Thu, 29 Apr 2021 07:53:34 -0700 (PDT)
Received: from [192.168.217.118] (p548dcb12.dip0.t-ipconnect.de [84.141.203.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-vm-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 4FWJQz00vWzyW9; Thu, 29 Apr 2021 16:53:30 +0200 (CEST)
From: Carsten Bormann <cabo@tzi.org>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
X-Mao-Original-Outgoing-Id: 641400810.410941-e8e3e4fbab63e964bc72cff12524e9df
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.6\))
Date: Thu, 29 Apr 2021 16:53:30 +0200
Message-Id: <C8B8D297-8AE6-4200-AA98-F12690540B24@tzi.org>
To: RFC Markdown <rfc-markdown@ietf.org>
X-Mailer: Apple Mail (2.3608.120.23.2.6)
Archived-At: <https://mailarchive.ietf.org/arch/msg/rfc-markdown/0uGoHeYvL6FhsxhALKyWTDwC2I8>
Subject: [Rfc-markdown] 1.4.6: Add {::boilerplate bcp14-tagged}
X-BeenThere: rfc-markdown@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "rfc-markdown is a discussion list for people writing I-Ds and RFCs in Markdown and the authors of the tools used for that." <rfc-markdown.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/rfc-markdown>, <mailto:rfc-markdown-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/rfc-markdown/>
List-Post: <mailto:rfc-markdown@ietf.org>
List-Help: <mailto:rfc-markdown-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/rfc-markdown>, <mailto:rfc-markdown-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 29 Apr 2021 14:53:39 -0000

The RFC-Editor likes to tag RFC2119 (BCP14) MUST, NOT RECOMMENDED etc. as <bcp14>MUST</bcp14>, <bcp14>NOT RECOMMENDED</bcp14> etc.

To reduce the number of diffs one encounters during AUTH48, and just in case someone actually likes the improved typesetting of BCP14 keywords :-), this can now be automated by inserting...

{::boilerplate bcp14-tagged}

...at the point where one wants to have the BCP14 boilerplate (instead of the usual {::boilerplate bcp14}).

1.4.6 also adds some new reference syntax:

{{<target}} for <xref target="target" format="counter"/>
{{<<target}} for <xref target="target" format="title”/>

And there were a couple of code and example fixes (thanks Eliot!).

If you wonder about the flurry of little improvements:
Martin Thomson is grappling with a major document in AUTH48 and is making a ton of great suggestions.  Thanks Martin!

Grüße, Carsten