Skip to content

Commit

Permalink
Fix: Rendering of non-normative text is broken
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
hannes-ucsc committed Mar 24, 2024
1 parent 550906b commit 6ec3785
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/dcp2_system_design.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

.. role:: raw-html(raw)
:format: html
.. |nn| replace:: :raw-html:`<blockquote>`
.. |ne| replace:: :raw-html:`</blockquote>`
.. |nn| replace:: ``Non-normative note:``
.. |ne| replace:: ``(end of note)``



Expand All @@ -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::

Expand Down

0 comments on commit 6ec3785

Please sign in to comment.