cabo / kramdown-rfc

An XML2RFC (RFC799x) backend for Thomas Leitner's kramdown markdown parser
MIT License
195 stars 83 forks source link

Switch BCP 14 boilerplate from nbsp to regular space #204

Closed DavidSchinazi closed 1 year ago

DavidSchinazi commented 1 year ago

This matches what the RFC Editor is doing now, found out about this during AUTH48 for 9484

ajeanmahoney commented 1 year ago

The RPC uses BCP 14 in the BCP 14 boilerplate:

<t>
    The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>",
    "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
    NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>",
    "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
    "<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are
    to be interpreted as described in BCP&nbsp;14 <xref target="RFC2119"/>
    <xref target="RFC8174"/> when, and only when, they appear in all capitals,
    as shown here. 
</t>

@DavidSchinazi, we'll follow up on your document, which is still in AUTH48. Thanks!

DavidSchinazi commented 1 year ago

Thanks @ajeanmahoney, in that case I'll close this PR