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

Update renderer status page to reflect input validation #321

Merged
merged 5 commits into from
Aug 4, 2020
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions AdaptiveCards/rendering-cards/renderer-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ The tables below show the current status of each renderer, based on their public
|--- | --- | --- | --- | --- | --- | --- |
|Spacing and Separator | ✅ | ✅ | ✅ | ✅ | ✅ |
|[TextBlock DATE/TIME formatting](../authoring-cards/text-features.md#datetime-formatting-and-localization) | ✅ | ✅ | ✅ | ✅ | ✅ |
|[TextBlock Markdown support](../authoring-cards/text-features.md#markdown) | ✅* | ✅ | ✅ | ✅ | ✅ |
|Full Input support | ✅ | ✅ | ✅ | ✅ | ✅ |
|[TextBlock Markdown support](../authoring-cards/text-features.md#Markdown-Commonmark-subset) | ✅* | ✅ | ✅ | ✅ | ✅ |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • [](start = 97, length = 1)

This might have been recently updated with Matt's changes perhaps - Pls update link to "#markdown-commonmark-subset"

|Input Validation and Labels | ❌ | ✅ | ✅ | ✅ | ✅ |

\* The HTML renderer doesn’t include built-in Markdown support in order to minimize the size of the library and to let consuming applications use their preferred Markdown processor. The HTML renderer will however automatically use Markdown-It if it is loaded.

Expand All @@ -45,7 +45,7 @@ The tables below show the current status of each renderer, based on their public
|Override Element Renderer | ✅ | ✅ | ✅ | ✅ | ✅ |
|Add new Element Renderer | ✅ | ✅ | ✅ | ✅ | ✅ |
|Remove Element Renderer | ✅ | ✅ | ✅ | ✅ | ✅ |
|[Override/add/remove Action Renderer](https://github.com/Microsoft/AdaptiveCards/issues/1671) | ✅ | ✅ | | ✅ | ✅ |
|[Override/add/remove Action Renderer](https://github.com/Microsoft/AdaptiveCards/issues/1671) | ✅ | ✅ | | ✅ | ✅ |

### Actions

Expand Down