From 6ec3785f7bf370d03ffd02205f170d1cec413e99 Mon Sep 17 00:00:00 2001 From: Hannes Schmidt Date: Sun, 24 Mar 2024 11:24:15 -0700 Subject: [PATCH] Fix: Rendering of non-normative text is broken GitHub's fix for https://github.com/orgs/community/discussions/86715 broke the raw-HTML mechanism that we used for rendering non-normative text as a block quote. We'll have to resort to something more literal. --- docs/dcp2_system_design.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/dcp2_system_design.rst b/docs/dcp2_system_design.rst index 3c17fac..1200fbf 100644 --- a/docs/dcp2_system_design.rst +++ b/docs/dcp2_system_design.rst @@ -4,8 +4,8 @@ .. role:: raw-html(raw) :format: html -.. |nn| replace:: :raw-html:`
` -.. |ne| replace:: :raw-html:`
` +.. |nn| replace:: ``Non-normative note:`` +.. |ne| replace:: ``(end of note)`` @@ -14,8 +14,8 @@ DCP/2 System Design =================== -|nn| Text in a block quote (like this) is not normative. It was included for -informational purposes only and does not bear on the implementation. |ne| +Text between |nn| and |ne| is not normative. It is included for informational +purposes only and does not bear on the implementation. .. contents::