Skip to content

Commit ceb6de8

Browse files
change: [UIE-9910] - Allow line breaks in Support Tickets markdown (#13228)
* Allow line breask in support ticket markdown * Added changeset: Allow line breaks in Support Tickets markdown
1 parent 5513dbd commit ceb6de8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@linode/manager": Changed
3+
---
4+
5+
Allow line breaks in Support Tickets markdown ([#13228](https://github.com/linode/manager/pull/13228))

packages/manager/src/components/Markdown/Markdown.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export const Markdown = (props: HighlightedMarkdownProps) => {
4343
});
4444
}
4545
},
46+
breaks: true,
4647
html: true,
4748
linkify: true,
4849
});

0 commit comments

Comments
 (0)