-
Notifications
You must be signed in to change notification settings - Fork 158
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
feat(markdownToHTML): adds full markdown support #2715
feat(markdownToHTML): adds full markdown support #2715
Conversation
…m-library into feat/markdown-full-md
@kennylam do we have to worry about inverse here for the list items? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This pretty much looks good, but just had a question about the inverse handling of the list items.
Deploy preview created for package Built with commit: 8277bde45db2304d26809d23fc9837415181ff78 |
GH test integration build errors fixed in #2740 |
Related Ticket(s)
Fixes #2551
Description
This adds full markdown support to content. While all markdown syntax is supported, not all css styles are included and will be added as needed, as well as any attributes required (
class
,aria
, etc). These can be added to the custom renderer in the utility.Current syntaxes supported are:
Example link and list here.
Changelog
New
dangerouslySetInnerHTML
)LocaleModalCountries
Changed
Removed