@@ -323,7 +323,7 @@ Rejected Ideas
323323"Lateral" Discovery
324324-------------------
325325
326- This PEP's discovery mechanism uses the `.well-known ` location scheme
326+ This PEP's discovery mechanism uses the `` .well-known ` ` location scheme
327327defined in :rfc: `8615 `. This scheme is widely adopted by machine-to-machine
328328protocols, including OpenID Connect itself
329329(for `OpenID Connect Discovery <https://openid.net/specs/openid-connect-discovery-1_0.html >`_).
@@ -344,12 +344,12 @@ However, this approach also has downsides:
344344* It assumes that arbitrary indices can provide an adjacent path without
345345 interfering with existing functionality, which isn't necessarily true.
346346 For example, a given third-party implementation may already use
347- all routes under `/legacy/{*} ` for other purposes.
347+ all routes under `` /legacy/{*} ` ` for other purposes.
348348* It's less consistent with existing machine-to-machine protocol
349- conventions, which overwhelmingly use the `.well-known ` scheme. Developing
349+ conventions, which overwhelmingly use the `` .well-known ` ` scheme. Developing
350350 a custom location scheme here would require additional informational
351351 materials for server administrators and operators who are accustomed
352- to the `.well-known ` scheme.
352+ to the `` .well-known ` ` scheme.
353353
354354"Implicit" Discovery
355355--------------------
@@ -396,4 +396,3 @@ Copyright
396396
397397This document is placed in the public domain or under the
398398CC0-1.0-Universal license, whichever is more permissive.
399-
0 commit comments