-
Notifications
You must be signed in to change notification settings - Fork 0
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
Exploring the power behind rich text #19
Comments
You have successfully completed this step!Go to the next step! |
Oopsie, something went wrong 😿Results❌✅❌ Tests❌ Your Try again 😁 |
2 similar comments
Oopsie, something went wrong 😿Results❌✅❌ Tests❌ Your Try again 😁 |
Oopsie, something went wrong 😿Results❌✅❌ Tests❌ Your Try again 😁 |
Exploring the power behind rich text
✨ Branch: richtextmarkdown
Introduction
As we've seen, Markdown is a user friendly language that can be easily converted to HTML. In this lesson, we'll see how it's possible to use this language in our Rich Text block to create interesting texts.
Rich Text with Markdown
To include texts in the
rich-text
block, you need to use thetext
prop:The
text
prop accepts markdown format. However, if you want to write your text using this language, your code must be similar to the following:TIP: Always use the
\n
command to skip lines when using markdown in thetext
propOther properties of the
rich-text
component can be found in the Store Framework official documentationActivity
In
about-us.jsonc
, change the text intab-list.item#home1
so that an "About" appears in the first tab;In the
rich-text
content linked to this tab, use the text below:Expected result:
ℹ️ Remember to access the Rich Text documentation if you have any questions during the activity.
If you're still unsure as to how to send your answers, click here
The text was updated successfully, but these errors were encountered: