-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Fixed markdown renderer in Playground #2073
Conversation
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.
Let's wait for @compulim's review before merging. :)
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.
Looks good. You are improving, able to nail PR without too much back-and-forth. Great job!
Thanks @tdurnford |
* Fixed markdown renderer in Playground * Updated CHANGELOG.md * Fixed markdown renderer in Playground * Updated CHANGELOG.md * Modified renderMarkdown function
* Fixed markdown renderer in Playground (#2073) * Fixed markdown renderer in Playground * Updated CHANGELOG.md * Fixed markdown renderer in Playground * Updated CHANGELOG.md * Modified renderMarkdown function * Committed by gittest2.js - v-bruhal * Delete dummy.txt * Committed by gittest2.js - v-bruhal * Delete dummy.txt * Committed by gittest2.js - v-bruhal * Delete dummy.txt * Delete backend cli sampl * Add IE11 sample compatibility notes to root and ES5 README (#2088) * Add remark and strip-markdown * use strip-markdown to form aria text * Update CHANGELOG.md * Apply suggestions from code review Co-Authored-By: William Wong <[email protected]> * Add readme revisions * Rename variable
Fixes #2069
Changelog Entry
Fix #2069. Fixed markdown renderer issue in Playground, by @tdurnford in PR#xxx
Specific Changes
Updated the Playground to use Web Chat's default markdown renderer. Also made slight modification to the FullReactWebChat component to ensure the attachment middleware isn't falling back to the default markdown renderer when the developer chooses to use their own renderer.