Skip to content
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

Merged
merged 6 commits into from
Jun 18, 2019
Merged

Conversation

tdurnford
Copy link
Contributor

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.


Copy link
Contributor

@corinagum corinagum left a 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. :)

CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
Contributor

@compulim compulim left a 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!

packages/bundle/src/FullReactWebChat.js Outdated Show resolved Hide resolved
packages/bundle/src/FullReactWebChat.js Outdated Show resolved Hide resolved
@tdurnford tdurnford marked this pull request as ready for review June 18, 2019 00:26
@cwhitten
Copy link
Member

Thanks @tdurnford

@cwhitten cwhitten merged commit 7dfe34f into microsoft:master Jun 18, 2019
corinagum pushed a commit to corinagum/BotFramework-WebChat that referenced this pull request Jun 19, 2019
* Fixed markdown renderer in Playground

* Updated CHANGELOG.md

* Fixed markdown renderer in Playground

* Updated CHANGELOG.md

* Modified renderMarkdown function
corinagum added a commit that referenced this pull request Jun 19, 2019
* 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 <compulim@users.noreply.github.com>

* Add readme revisions

* Rename variable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Playground is broken due to recent renderMarkdown + CRLF change
4 participants