microsoft / microsoft/AdaptiveCards

[Rendering] Markdown Parsing not working

Open
#8,251 1 comment 0 reactions 1 assignee View on GitHub

@jwoo-msft is already working on this.

Since Feb 14, 2023.

Area-Renderers Bug
Dominant language
C#
Stars
2k
Forks
595
Avg merge
1d 19h
Merged PRs (30d)
1

Description

Target Platforms

iOS

SDK Version

2.8.9

Application Name

Cisco Webex

Problem Description

Markdown not working when both bold and italcs are enclosed in one another

Screenshots
image
Card JSON
{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"version": "1.2",
"body": [
{
"type": "Container",
"items": [
{
"type": "TextBlock",
"text": "**_hello this is first para_**",
"wrap": true
}
]
}
]
}
Sample Code Language

No response

Sample Code

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.