-
Couldn't load subscription status.
- Fork 107
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
We want to have line breaks in table rows to format the text.
Othe markdown viewers/editors allow this by using <br> or <br /> tags.
Describe the solution you'd like
Support <br> tags or other formating tags to allow line breaks in table rows like this:
| **Org** | **Name** | **Contact** |
|-----|------|--------------|
| Org | Name | E-Mail: my@mail.com <br> Tel: 01/ 123456789 |
Describe alternatives you've considered
We already tested with double spaces, \, \n,
nothing works.
Additional context
See also https://stackedit.io/app#
SystemKeeper