Open
Description
A setex heading is a block level element but it does not seem to interrupt a table.
Is this by design since it cannot interrupt a paragraph? or should it be able to interrupt a table without being preceded by a new line?
Discussion: markedjs/marked#1598 (comment)
example
| abc | def |
| --- | --- |
| bar | foo |
| baz | boo |
title
=====
actual
abc | def |
---|---|
bar | foo |
baz | boo |
title | |
===== |
expected
abc | def |
---|---|
bar | foo |
baz | boo |
title
Metadata
Metadata
Assignees
Labels
No labels