-
Notifications
You must be signed in to change notification settings - Fork 323
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
Product list page doesn't interpret HTML in the description. #446
Comments
Hi Rachel, thanks for reporting the issue. We'll fix it shortly. |
Done. The fix will land to the managed version sometime next week. |
8 months on and this bug has not yet been fixed. HTML on the products page is still coming through as raw html. Am I able to please have an update on this issue please? We have been holding off on switchiing to the new portal because of this issue, and now I see legacy portal access has been removed from the Azure portal. |
Hi @rachel-langford, have you republished the portal since then? |
Thanks @azaslonov - I have now republished, and that has changed the rendering to markdown on that field. As content automatically updates without a republish, it wasn't clear that a publish was necessary for field property changes. However now I notice that the changelog field for the APIs also needs to be set to markdown |
I see, we'll fix this in next release then. Thanks. |
Just made the change (see #850) |
Wonderful thank you @azaslonov |
Bug description
In the list of products widget, if there is html markup in the description, the mark up is rendered, not interpereted. Eg the description includes the html tags for ul and il etc. rather than getting bullet points.
(In the api list widget, html in the description is interpereted as you would expect).
Reproduction steps
Expected behavior
Html tags do not appear in the text, instead they are interpreted and the text is formatted as per the Html tags.
Is your portal managed or self-hosted?
Managed
Release tag or commit SHA (if using self-hosted version)
API Management service name
emi
Environment
Browsing on Chrome from Windows 10.
Two images attached. One for APIs (shows Html interpretted) and one of Products (Html tags visible). The same descriptions in the old portal render html correctly for both APIs and Products.
The text was updated successfully, but these errors were encountered: