-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to render an Ampersand (&) on a MindMap #6308
Comments
Bug Confirmation: Ampersand (
|
Hi @awhitford, I have implemented a fix to properly render the ampersand ( Before and After ScreenshotsBeforeAfter Pull Request: #6315 Changes and Fix
Pending Argos Snapshot ApprovalThere are Argos visual test changes awaiting approval due to this fix. The updated snapshots correctly reflect the fixed ampersand rendering. A reviewer with the right permissions needs to approve these changes to move forward. Let me know if you have any questions or if any additional refinements are needed. Thank you for reporting this issue, and I look forward to your feedback |
Description
Imagine a mind map like this:
The
S&P
is rendered asS&P
-- I can't seem to figure out a way around it.This problem may be applicable to other graph types (not just mindmap).
Steps to reproduce
Screenshots
Code Sample
Setup
Suggested Solutions
No response
Additional Context
It appears that the ampersand is being encoded twice:
&
-->&
-->&
I tried using
%26
instead of the ampersand&
, but that just rendered as%26
.The text was updated successfully, but these errors were encountered: