Skip to content

Commit cf59577

Browse files
authored
fix(amazonq) markdown parsing inside list items #4887
Problem Incoming markdown is strings are not getting parsed properly for the list items. Solution Update to mynah-ui version 4..7.0 which parses the list items again with `marked.parse`.
1 parent e18c709 commit cf59577

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Bug Fix",
3+
"description": "Amazon Q Chat: Fixed markdown is not getting parsed inside list items."
4+
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4031,7 +4031,7 @@
40314031
"@aws-sdk/property-provider": "3.46.0",
40324032
"@aws-sdk/smithy-client": "^3.46.0",
40334033
"@aws-sdk/util-arn-parser": "^3.46.0",
4034-
"@aws/mynah-ui": "^4.6.4",
4034+
"@aws/mynah-ui": "^4.7.0",
40354035
"@gerhobbelt/gitignore-parser": "^0.2.0-9",
40364036
"@iarna/toml": "^2.2.5",
40374037
"@smithy/shared-ini-file-loader": "^2.2.8",

0 commit comments

Comments
 (0)