Marked version: 5.1.0
Describe the bug
If I want a linkbreak within a table cell, it is rendered as a new table row instead.
To Reproduce
Steps to reproduce the behavior:
Just put a new line inside of a table cell.
Demo link
Expected behavior
A br element should be rendered instead of a new tr
In Pandoc, this is correctly rendered, see Demo link
Marked version: 5.1.0
Describe the bug
If I want a linkbreak within a table cell, it is rendered as a new table row instead.
To Reproduce
Steps to reproduce the behavior:
Just put a new line inside of a table cell.
Demo link
Expected behavior
A br element should be rendered instead of a new tr
In Pandoc, this is correctly rendered, see Demo link