Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Android] Text with markdown is broken in most of the components #4463

Description

@Gunashree-R-V

Platform

  • Android

Author or host

Teams mobile

Version of SDK

1.2.10

Details

Sample Agenda card, Expense report card available in public documentation is broken experience.

Here is the comparison of experience with 1.2.6(SDK version) and 1.2.10(SDK version).

1.2.6 1.2.10
image image

TextBlock, FactSet with value enclosed with markdown support are completely broken.

Here is another example:

1.2.6 1.2.10
image image
image image

Attaching the Card JSON for the same:

{
    "type": "AdaptiveCard",
    "body": [
        {
            "type": "TextBlock",
            "text": "_Italic_"
        },
        {
            "type": "TextBlock",
            "text": "**Bold**"
        },
        {
            "type": "TextBlock",
            "text": "**~~Bold, strike-through text~~**"
        }
    ],
    "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
    "version": "1.2"
}

cc: @VikrantSingh01, @anbah34 ,@shbhadra

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area-MarkdownBugPartner-MsftTeamsIssues related to AC integration with Microsoft Teams partnerPartner-MsftTeamsMobileBugs related specifically to Teams Mobile integration (iOS/Android)

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions