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
Replace ⇔ by ↔ in documentation (#52078)
There is no HTML entity `⇔` and accordingly all the usual browsers
(Chrome, Firefox, Safari) don't render it.
My guess is that there is confusion because GitHub supports `⇔` and
shows it as ⇔ (and `↔` as ↔).
But here is for example what Firefox shows:
<img width="853" alt="Screen Shot 2023-11-08 at 14 02 01"
src="https://github.com/JuliaLang/julia/assets/241512/af7d9e27-a5c3-46c3-94d9-82ed52653cb4">
This patch could be backported to 1.9 and 1.10.
(cherry picked from commit 81c4f8e)
0 commit comments