function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Dinesh_Kumar_NagarathinamDinesh_Kumar_Nagarathinam 

The BoatDetail component's description field doesn't support embedded HTML."?

Lightning Component Framework Specialist Superbadge Step 6 Issue
Lightning Specialist Superbadge Issue
SandhyaSandhya (Salesforce Developers) 
Hi,

In  BoatDetail.cmp use ui:outputRichText for description field instead of aura:unescapedHtml.

Also refer below link.

https://developer.salesforce.com/forums/?id=9060G0000005OTXQA2
 
Please mark it as solved if my reply was helpful. It will make it available for other as the proper solution.
                                             
Best Regards
Sandhya
 
 
SARVESH SHARMA 6SARVESH SHARMA 6
Hi Dinesh, use lightning:formattedRichText  which supports rich texts/html/links/emails etc.
<lightning:formattedRichText value="{!v.boat.Description__c}" />