-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: Pull Requests, Rendering - Markdown Syntax
-
0
-
1
I added the following content in Markdown syntax to my pull request description:
| Header 1 | Header 2 | Header 3 |
| :----- | :-----: | :----- |
| Content 1 | Content 2 | Content 3 |
How can I add a line break inside the table cell (e.g. between Content and 3)?