You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval.
What do you see as an issue?
The preview for BREEZE.rst does not show up since #33318.
This is most probably due to the tilde
~
character for marking sections that is used in this commit.The markup specification for sections allows for several characters including
~
but it seems that it breaks the GitHub preview feature.Screenshot of the preview being broken:
Solving the problem
The problem can be solved by reverting to a more consensual character like
-
.Screenshot of the preview feature restored after replacing
~
with-
:Anything else
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: