Skip to content

Commit

Permalink
Add HTML-in-Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed May 3, 2024
1 parent 4d5f686 commit bbc00be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ export default function MyComponent() {
}
```

#### Support HTML-in-Markdown

Web Chat will now render HTML-in-Markdown. We have ported our sanitizer and accessibility fixer to work on HTML level. Both Markdown and HTML-in-Markdown will receive the same treatment and meet our security and accessibility requirements.

You can turn off this option by setting `styleOptions.markdownRenderHTML` to `false`.

### 4.16.1 notable changes

Web Chat now supports [Adaptive Cards schema up to 1.6](https://adaptivecards.io/explorer/). Some features in Adaptive Cards are in preview or designed to use outside of Bot Framework. Web Chat does not support these features.
Expand Down

0 comments on commit bbc00be

Please sign in to comment.